@charset "UTF-8";
/* *********************************************************************************************************************
 *    IOS Version
 */
/* *********************************************************************************************************************
 * Imports
 * ********************************************************************************************************************/
.debug-count-overlay {
  z-index: 1000;
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  background-color: white;
  opacity: 0.5;
  transform: translate3d(0, 0, 0);
  font-size: 10px; }

[data-count="1"] {
  color: #a00000; }

[data-count="2"] {
  color: #b00000; }

[data-count="3"] {
  color: #c00000; }

[data-count="4"] {
  color: #d00000; }

[data-count="5"] {
  color: #e00000; }

[data-count="6"] {
  color: #f00000; }

[data-count="7"] {
  color: #ff0000; }

[data-count="8"] {
  color: #ff0000; }

[data-count="9"] {
  color: #ff0000; }

[data-count="10"] {
  color: #ff0000; }

[data-count="11"] {
  color: #ff0000; }

[data-count="12"] {
  color: #ff0000; }

[data-count="13"] {
  color: #ff0000; }

[data-count="14"] {
  color: #ff0000; }

[data-count="15"] {
  color: #ff0000; }

[data-count="16"] {
  color: #ff0000; }

[data-count="17"] {
  color: #ff0000; }

@media only screen and (min-width: 668px) {
  .desktop-hide {
    display: none !important; } }

@media only screen and (max-width: 667px) {
  .mobile-hide {
    display: none !important; } }

.disable-transition,
.disable-transition * {
  -webkit-transition: none !important;
  transition: none !important; }

.btn-link {
  cursor: pointer; }

/* TODO make work on none webkit */
* {
  -webkit-user-select: none;
  user-select: none; }

.allow-select * {
  -webkit-user-select: text;
  user-select: text; }

input, textarea, .selectable *, .selectable {
  -webkit-user-select: text;
  user-select: text; }

.notselectable {
  -webkit-user-select: none;
  user-select: none; }

.no-display {
  display: none !important; }

.hide-element {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  max-width: 0;
  max-height: 0; }

.visibility-hidden {
  visibility: hidden; }

.force-3d-hw, .dsl-container, .dsl-view, .dsl-body {
  -webkit-transform: translate3d(0, 0, 0) translateZ(0);
  transform: translate3d(0, 0, 0) translateZ(0);
  opacity: 1; }

.shadow-bottom {
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
  z-index: 1; }

.shadow-top {
  box-shadow: 0px -1px 2px 0px rgba(0, 0, 0, 0.15);
  z-index: 1; }

.disable-scroll-fullscreen {
  position: absolute;
  z-index: 10000000;
  background: transparent;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0; }

.touchpoint {
  position: absolute;
  border-radius: 50%;
  background-color: red;
  pointer-events: none;
  z-index: 9000;
  opacity: 0;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s; }

.touchpoint.showtouch {
  opacity: 1; }

.disable-pointer,
.disable-pointer * {
  pointer-events: none !important; }

.infinite-page {
  width: 100%; }

.loader-view {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  box-orient: vertical;
  -webkit-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  background-color: rgba(0, 0, 0, 0.6); }

.loader {
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  border-top: 6px solid rgba(255, 255, 255, 0.2);
  border-right: 6px solid rgba(255, 255, 255, 0.2);
  border-bottom: 6px solid rgba(255, 255, 255, 0.2);
  border-left: 6px solid #ffffff;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear; }

.loader,
.loader:after {
  border-radius: 50%;
  width: 40px;
  height: 40px; }

@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

.small-spinner {
  color: #5DBDD5;
  font-size: 3px;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  position: relative;
  text-indent: -9999em;
  -webkit-animation: load4 0.8s infinite linear;
  animation: load4 0.8s infinite linear;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0); }

@-webkit-keyframes load4 {
  0%,
  100% {
    box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0; }
  12.5% {
    box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em; }
  25% {
    box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em; }
  37.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em; }
  50% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em; }
  62.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em; }
  75% {
    box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0; }
  87.5% {
    box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em; } }

@keyframes load4 {
  0%,
  100% {
    box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0; }
  12.5% {
    box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em; }
  25% {
    box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em; }
  37.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em; }
  50% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em; }
  62.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em; }
  75% {
    box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0; }
  87.5% {
    box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em; } }

.dotdotdot-spinner {
  text-align: center; }

.dotdotdot-spinner > div {
  width: 4px;
  height: 4px;
  margin: 0 2px;
  background-color: #444;
  border-radius: 100%;
  display: inline-block; }

.dotdotdot-spinner.spinning > div {
  width: 5px;
  height: 5px; }

.dotdotdot-spinner.spinning > div {
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both; }

.dotdotdot-spinner.spinning .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s; }

.dotdotdot-spinner.spinning .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s; }

@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0); }
  40% {
    -webkit-transform: scale(1); } }

@keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

.platform-ios .hide-on-ios {
  display: none !important; }

.platform-android .hide-on-android {
  display: none !important; }

.transition-zoomIn-start {
  -webkit-transform: scale3d(0.3, 0.3, 0.3);
  -ms-transform: scale3d(0.3, 0.3, 0.3);
  transform: scale3d(0.3, 0.3, 0.3); }

.transition-zoomIn-end {
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transform: scale3d(1, 1, 1);
  -ms-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1); }

.transition-fadeIn-start {
  opacity: 0; }

.transition-fadeIn-end {
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  opacity: 1; }

@-webkit-keyframes modal-scale-in {
  0% {
    -webkit-transform: scale(1.2);
    opacity: 0; }
  100% {
    -webkit-transform: scale(1);
    opacity: 1; } }

@keyframes modal-scale-in {
  0% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0; }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; } }

@-webkit-keyframes modal-scale-out {
  0% {
    -webkit-transform: scale(1);
    opacity: 1; }
  100% {
    -webkit-transform: scale(0.8);
    opacity: 0; } }

@keyframes modal-scale-out {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; }
  100% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0; } }

.modal {
  position: relative;
  padding: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  box-orient: vertical;
  -webkit-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  background: none;
  overflow: auto; }
  .modal .background {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000;
    opacity: 0.6;
    z-index: 0; }

.modal-container {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  box-orient: vertical;
  -webkit-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-flex: 0;
  box-flex: 0;
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
  z-index: 1;
  width: 300px;
  max-width: 90%; }
  .modal-container .desc {
    max-width: 100%;
    -webkit-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
    text-align: center; }
  .modal-container.narrow {
    width: 200px; }
  .modal-container.wide {
    width: 300px; }
  .modal-container.pushup {
    margin-bottom: 80%; }
  .modal-container .app-store-button {
    position: absolute;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: row;
    flex-direction: row;
    -ms-flex-direction: row;
    -webkit-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    width: 100%;
    top: -90px;
    left: 0; }
    .modal-container .app-store-button svg {
      width: 197px;
      height: 73px; }
  .modal-container .btn {
    width: 80%; }

.modal-close-button {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: row;
  flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-align: start;
  box-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -ms-flex-align: start;
  -webkit-box-pack: end;
  box-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: end;
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  height: 50px;
  margin: 8px; }

.modal-header {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: row;
  flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: justify;
  box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify;
  -webkit-box-flex: 0;
  box-flex: 0;
  -webkit-flex: 0 0 50px;
  flex: 0 0 50px;
  box-sizing: border-box;
  padding: 10px;
  height: 50px;
  background: #5DBDD5 !important;
  width: 100%; }
  .modal-header .title {
    color: #FFFFFF !important;
    font-size: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 80%; }
  .modal-header .item:after {
    display: none; }

.modal-body {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  box-orient: vertical;
  -webkit-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: justify;
  box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify;
  width: 100%;
  background: #FFFFFF;
  box-sizing: border-box;
  padding: 15px;
  overflow: auto; }

.modal-detail {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: row;
  flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: start;
  box-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: start;
  width: 100%;
  max-heigth: 100%;
  min-height: 30px;
  font-size: 14px;
  border-radius: 5px; }
  .modal-detail.option {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 1 50px;
    flex: 0 1 50px;
    -webkit-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: row;
    flex-direction: row;
    -ms-flex-direction: row;
    -webkit-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    padding: 5px;
    margin: 5px;
    font-size: 17.5px;
    color: #303030;
    background-color: #C2C2C2; }
  .modal-detail .button {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1 1 50%;
    flex: 1 1 50%;
    -webkit-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: row;
    flex-direction: row;
    -ms-flex-direction: row;
    -webkit-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    height: 40px; }
    .modal-detail .button.ok {
      color: #7ED321; }
    .modal-detail .button.no {
      color: #D73E50; }
    .modal-detail .button.cancel {
      color: #D73E50; }
  .modal-detail.invitees {
    margin: 20px 0 40px 0; }

.modal-chat-msg {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  box-orient: vertical;
  -webkit-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-align: start;
  box-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -ms-flex-align: start;
  -webkit-box-pack: justify;
  box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify;
  position: relative;
  border-radius: 8px;
  background-color: #C2C2C2;
  box-sizing: border-box;
  padding: 10px; }
  .modal-chat-msg:after {
    content: "";
    position: absolute;
    left: -10px;
    top: 10px;
    height: 0;
    width: 0;
    border-style: solid;
    border-width: 15px 10px 15px 0;
    border-color: transparent #C2C2C2 transparent transparent; }
  .modal-chat-msg .chat-header {
    font-size: 12px;
    margin-bottom: 10px; }
  .modal-chat-msg .chat-body {
    font-size: 12px; }

.dsl-container {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden; }

.dsl-view {
  position: absolute;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  box-orient: vertical;
  -webkit-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: start;
  box-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: start;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  box-sizing: border-box;
  overflow: visible; }
  .dsl-view.transition-default {
    opacity: 0.1;
    -webkit-transform: scale(0.7, 0.7);
    transform: scale(0.7, 0.7);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    transition-property: transform, opacity; }
  .dsl-view.transition-scale-more {
    opacity: 0.1;
    -webkit-transform: scale(0.1, 0.1);
    transform: scale(0.1, 0.1);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    transition-property: transform, opacity; }
  .dsl-view.transition-fade {
    opacity: 0.1;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s; }
  .dsl-view.transition-slide {
    opacity: 0.1;
    -webkit-transform: translate3d(100vw, 0, 0);
    transform: translate3d(100vw, 0, 0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    transition-property: transform, opacity; }
  .dsl-view.transition-slide-left {
    opacity: 0.1;
    -webkit-transform: translate3d(-100vw, 0, 0);
    transform: translate3d(-100vw, 0, 0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    transition-property: transform, opacity; }
  .dsl-view.transition-slide-up {
    opacity: 0.1;
    -webkit-transform: translate3d(0, 100vh, 0);
    transform: translate3d(0, 100vh, 0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    transition-property: transform, opacity; }

.dsl-show.transition-default, .dsl-show.transition-scale-more {
  opacity: 100;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1); }

.dsl-show.transition-fade {
  opacity: 100; }

.dsl-show.transition-slide {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  transition-property: transform, opacity; }

.dsl-show.transition-slide-left {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  transition-property: transform, opacity; }

.dsl-show.transition-slide-up {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  transition-property: transform, opacity; }

.dsl-header {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify;
  -webkit-box-orient: vertical;
  box-orient: vertical;
  -webkit-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-flex: 0;
  box-flex: 0;
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
  z-index: 10;
  padding-top: 0;
  width: 100%;
  position: relative;
  background-color: transparent;
  -webkit-transition: width 1s;
  transition: width 1s;
  box-sizing: border-box; }
  .dsl-header.no-shadow {
    -webkit-box-shadow: 0px 0px 0px 0px transparent;
    -moz-box-shadow: 0px 0px 0px 0px transparent;
    box-shadow: 0px 0px 0px 0px transparent; }

.dsl-body {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  box-orient: vertical;
  -webkit-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
  overflow-x: hidden;
  overflow-y: auto;
  overflow: overlay;
  -webkit-overflow-scrolling: touch;
  width: 100%;
  height: 100%; }

.dsl-fadebackground {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s; }
  .dsl-fadebackground.black {
    background: #000; }
  .dsl-fadebackground.white {
    background-color: #fff; }
  .dsl-fadebackground.grey {
    background-color: rgba(53, 53, 53, 0.9); }

.dsl-solid {
  background-color: #FFFFFF; }

.dsl-no-animation {
  transition: none !important; }

.permissions {
  background-color: #FFFFFF;
  border-radius: 15px 15px 15px 15px;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.45);
  padding: 0px;
  overflow: hidden;
  -webkit-box-pack: start;
  box-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: start;
  /* Turn on notification: */ }
  .permissions p {
    margin: 10px 0; }
    @media only screen and (max-device-width: 321px) and (orientation: portrait) {
      .permissions p {
        margin: 4px 0; } }
  .permissions .btn {
    margin: 10px 0; }
  .permissions .permissions-image {
    background-color: #7ec4fb;
    width: 100%;
    height: 124px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%; }
    @media only screen and (max-device-width: 321px) and (orientation: portrait) {
      .permissions .permissions-image {
        height: 80px;
        background-size: contain; } }
  .permissions.push .permissions-image {
    background-image: url(../img/PermissionPush.svg); }
  .permissions.version .permissions-image {
    background-image: url(../img/PermissionUpdate.svg); }
  .permissions.sms-reminder .permissions-image {
    background-image: url(../img/SmsReminder.svg); }
  .permissions.found-chat .permissions-image {
    background-image: url(../img/ChatBubble.svg);
    background-size: contain; }
  .permissions .permissions-content {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    padding: 15px; }
  .permissions .title {
    font-size: 17px;
    line-height: 17px;
    letter-spacing: 0px;
    font-weight: bold;
    text-align: center; }
    @media only screen and (max-device-width: 321px) and (orientation: portrait) {
      .permissions .title {
        font-size: 15px;
        line-height: 15px; } }
  .permissions .desc {
    font-size: 15px;
    line-height: 21px;
    font-weight: normal;
    color: #97A2A4; }
    @media only screen and (max-device-width: 321px) and (orientation: portrait) {
      .permissions .desc {
        font-size: 13px;
        line-height: 15px; } }
  .permissions .permissions-icon-push {
    margin: 36px 0px 23px 0px; }
    @media only screen and (max-device-width: 321px) and (orientation: portrait) {
      .permissions .permissions-icon-push {
        margin: 18px 0 10px 0px; } }
  .permissions .step {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: row;
    flex-direction: row;
    -ms-flex-direction: row;
    -webkit-box-pack: start;
    box-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: start;
    -webkit-box-align: start;
    box-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -ms-flex-align: start;
    width: 90%;
    font-size: 16px;
    font-weight: normal;
    font-style: italic;
    text-align: center;
    margin-top: 13px; }
    @media only screen and (max-device-width: 321px) and (orientation: portrait) {
      .permissions .step {
        font-size: 14px; } }
    .permissions .step svg, .permissions .step img {
      margin-right: 20px;
      width: 32px;
      -webkit-box-flex: 0;
      box-flex: 0;
      -webkit-flex: 0 0 32px;
      flex: 0 0 32px; }
      @media only screen and (max-device-width: 321px) and (orientation: portrait) {
        .permissions .step svg, .permissions .step img {
          margin-right: 14px;
          width: 20px; } }
    .permissions .step .locationstep3 {
      -webkit-box-flex: 0;
      box-flex: 0;
      -webkit-flex: 0 0 29px;
      flex: 0 0 29px;
      -webkit-box-pack: center;
      box-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -ms-flex-pack: center;
      -webkit-box-align: center;
      box-align: center;
      -webkit-align-items: center;
      align-items: center;
      -ms-flex-align: center;
      margin-right: 20px; }
      .permissions .step .locationstep3 svg {
        margin-right: 0px; }
    .permissions .step .pushstep3 {
      margin-right: 18px; }
      .permissions .step .pushstep3 svg {
        margin-right: 0px; }
  .permissions .stepdesc {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    box-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: start;
    -webkit-box-align: start;
    box-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -ms-flex-align: start;
    text-align: left; }
  .permissions .desc_small {
    font-size: 14px;
    font-weight: normal;
    font-style: italic;
    text-align: center;
    margin: 10px 20px 0px 20px; }
  .permissions .desc_small + .desc_small {
    margin-top: 0px; }
  .permissions .button {
    width: 66%;
    font-weight: bold;
    font-size: 15px;
    text-transform: uppercase;
    border-radius: 5px 5px 5px 5px;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: row;
    flex-direction: row;
    -ms-flex-direction: row;
    -webkit-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-flex-align: center; }
    .permissions .button .icon {
      margin-left: 10px; }
  .permissions .button-yes {
    -webkit-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 0 40px;
    flex: 0 0 40px;
    margin-top: 30px;
    background-color: #2196F3;
    color: #FFFFFF; }
  .permissions .button-no {
    -webkit-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 0 40px;
    flex: 0 0 40px;
    color: #2196F3;
    margin: 5px 0 10px 0; }
  .permissions .button-ok {
    -webkit-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 0 50px;
    flex: 0 0 50px;
    margin: 30px;
    background-color: #2196F3;
    color: #FFFFFF; }
  .permissions .buttonrow {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: row;
    flex-direction: row;
    -ms-flex-direction: row;
    -webkit-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    box-sizing: border-box;
    width: 100%;
    padding: 5px;
    margin-top: 15px; }
    .permissions .buttonrow .buttonrow-button {
      margin: 0px 5px 0px 5px;
      -webkit-box-flex: 1;
      box-flex: 1;
      -webkit-flex: 1 1 auto;
      flex: 1 1 auto; }
  .permissions .phone-number-input {
    width: 100%;
    height: 51px;
    -webkit-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 0 51px;
    flex: 0 0 51px;
    margin: 16px 0 25px 0;
    border-radius: 6px;
    border: 1px solid #C2C2C2; }
    .permissions .phone-number-input input {
      background-color: transparent;
      border: none;
      border-bottom: none;
      border-radius: 0;
      outline: none;
      height: 51px;
      line-height: 51px;
      text-align: center;
      width: 100%;
      font-size: 22px;
      margin: 0;
      padding: 0;
      box-shadow: none;
      box-sizing: content-box;
      transition: all 0.3s;
      color: #303030; }
      .permissions .phone-number-input input:focus {
        border-bottom: none;
        box-shadow: none; }

.rating-stars {
  position: relative;
  width: 79px;
  height: 12px; }
  .rating-stars.x2 {
    width: 158px;
    height: 24px; }
  .rating-stars.small {
    width: 59.25px;
    height: 9px; }
  .rating-stars .empty {
    z-index: 1;
    background-image: url(../img/FiveStars_Empty.svg); }
  .rating-stars .full {
    z-index: 2;
    background-image: url(../img/FiveStars_Full.svg); }
  .rating-stars .full, .rating-stars .empty {
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden; }
  .rating-stars.x2 .full,
  .rating-stars.x2 .empty {
    background-size: 158px 24px; }
  .rating-stars.small .full,
  .rating-stars.small .empty {
    background-size: 59.25px 9px; }

.disabled, .disabled {
  pointer-events: none;
  cursor: default; }

.btn, .btn-flat, .btn-large, .btn-floating {
  cursor: pointer; }

.btn {
  height: 40px;
  line-height: 40px;
  font-size: 12px;
  border-radius: 2px;
  box-shadow: none; }

.btn-flat {
  font-size: 12px;
  color: #2196F3; }

.btn-large {
  border-radius: 2px;
  height: 50px;
  line-height: 50px; }

.btn-floating {
  border-radius: 50%; }

.btn.hollow, .btn-large.hollow {
  background-color: transparent !important;
  border: 2px solid; }
  .btn.hollow.white, .btn-large.hollow.white {
    border-color: #FFFFFF; }

.preloader-wrapper.small {
  width: 24px;
  height: 24px; }

.spinner-white, .spinner-white-only {
  border-color: #FFFFFF; }

.btn-with-loader {
  position: relative; }
  .btn-with-loader .preloader {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: row;
    flex-direction: row;
    -ms-flex-direction: row;
    -webkit-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    position: absolute;
    right: 16px;
    top: 0;
    bottom: 0; }
  .btn-with-loader .material-icons.absolute-right {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: row;
    flex-direction: row;
    -ms-flex-direction: row;
    -webkit-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    position: absolute;
    right: 16px;
    top: 0;
    bottom: 0; }

html,
body {
  color: #303030;
  background-color: white;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.1);
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased; }

/* Main layout - make footer sticky to bottom */
body, .dsl-body.dsl-solid, .dsl-header {
  background-color: #EAF1F5; }
  body.bg-transparent, .dsl-body.dsl-solid.bg-transparent, .dsl-header.bg-transparent {
    background-color: transparent; }
  @media only screen and (min-width: 668px) {
    body, .dsl-body.dsl-solid, .dsl-header {
      background-image: linear-gradient(90deg, #2A95CD 0%, #0C4F9E 100%); } }

main {
  overflow: auto;
  background-color: #FBFBFB; }
  @media only screen and (max-width: 600px) {
    main {
      background-color: #f5f5f5; } }

.transparent {
  background-color: transparent; }

footer.page-footer.guuru-chat {
  margin-top: 0;
  background-color: #f5f5f5;
  border-top: 1px solid #C2C2C2; }

.row.more-margin {
  margin-bottom: 40px; }

@media only screen and (max-width: 600px) {
  .container {
    width: 100%; }
  .dsl-body.dsl-solid {
    background-color: #f5f5f5; } }

main.container {
  padding: 1rem 2rem;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2); }
  main.container.no-side-padding {
    padding: 1rem 0; }
  main.container.no-padding-top {
    padding-top: 0; }
  @media only screen and (max-width: 600px) {
    main.container {
      box-shadow: none; } }
  main.container.full-height {
    height: 100%; }

.collapsible-item {
  width: 100%; }

.guuru-copyright {
  font-size: 14px;
  color: #97A2A4;
  line-height: 14px;
  margin-top: 20px;
  text-align: right; }
  @media only screen and (max-width: 600px) {
    .guuru-copyright {
      padding-right: 10px; } }

.waves-effect.waves-blue .waves-ripple {
  /* The alpha value allows the text and background color
  of the button to still show through. */
  background-color: rgba(39, 134, 247, 0.65); }

/* Specializations for other stuff */
.card-image.guuru-page {
  height: 120px;
  background-size: cover;
  background-position: 50% 50%; }

.row.guuru-field {
  margin-bottom: 0; }

.guuru-lang-radio-btn {
  display: inline-block;
  margin: 10px; }

.show-overflow {
  overflow: visible; }

.collection .collection-item {
  width: 100%;
  display: inline-block; }

.collection .collection-item.avatar p {
  margin-right: 20px;
  color: rgba(0, 0, 0, 0.5);
  font-size: 0.9rem;
  line-height: 1.35rem; }

.collection a.collection-item {
  color: inherit; }
  .collection a.collection-item:not(.active):hover {
    background-color: none; }

.collection.no-borders {
  border: none; }
  .collection.no-borders .collection-item {
    border: none; }

.margin-10 {
  margin: 10px; }

.no-shadow {
  box-shadow: none !important; }

.guuru-card-icon {
  position: absolute;
  top: 8px;
  left: 8px; }

.row .guuru-button.col {
  margin-bottom: 8px;
  padding: 0 0.5rem; }

.guuru-button .btn-large {
  width: 100%; }

.guuru-signup-image {
  max-height: 4rem;
  margin-bottom: 20px; }

.guuru-profile-pic {
  position: relative;
  display: inline-block;
  border-radius: 100%;
  width: 75px;
  height: 75px;
  overflow: hidden;
  margin-top: 25px;
  border: solid 1px #C2C2C2;
  background-color: #FFFFFF;
  background-position: 50% 50%;
  background-size: cover; }
  .guuru-error .guuru-profile-pic:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #d50000; }

.guuru-change-profile-pic {
  margin: 7px 0 10px 0;
  font-size: 0.80rem;
  line-height: 1;
  text-align: center;
  color: #2296f3; }
  .guuru-error .guuru-change-profile-pic {
    color: #d50000; }

.guuru-show-on-error {
  display: none; }
  .guuru-error .guuru-show-on-error, .guuru-show-on-error.guuru-error {
    display: inherit; }

.guuru-error .guuru-hide-on-error, .guuru-hide-on-error.guuru-error {
  display: none; }

.guuru-image-overlay-spinner {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: row;
  flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.2); }

.guuru-app-settings .row.top {
  margin-top: 30px;
  margin-bottom: 50px; }

.guuru-app-settings .logo {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: row;
  flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  font-size: 3rem;
  font-weight: bold; }
  .guuru-app-settings .logo img {
    height: 4rem;
    margin-right: 20px; }
  .guuru-app-settings .logo .text {
    position: relative; }
  .guuru-app-settings .logo .version {
    color: #97A2A4;
    position: absolute;
    right: 0;
    bottom: -8px;
    font-size: 13px;
    font-weight: normal; }

.guuru-app-settings .collection .select-wrapper input.select-dropdown {
  margin-bottom: 10px; }

.guuru-app-settings .collection-item,
.guuru-app-settings a.collection-item {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: row;
  flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-pack: start;
  box-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: start;
  -webkit-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-align: center; }
  .guuru-app-settings .collection-item .icon,
  .guuru-app-settings a.collection-item .icon {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: row;
    flex-direction: row;
    -ms-flex-direction: row;
    -webkit-box-pack: start;
    box-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: start;
    -webkit-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 0 36px;
    flex: 0 0 36px;
    width: 36px;
    margin-left: -4px;
    margin-right: 6px;
    color: #97A2A4; }

.guuru-select-source {
  width: 100%;
  height: 100%;
  max-width: none;
  -webkit-box-pack: end;
  box-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: end; }
  .guuru-select-source .row:first-child {
    margin-top: 12px; }
  .guuru-select-source .row:last-child {
    margin-bottom: 12px; }

.guuru-tab-area {
  width: 100%; }

.contact-us {
  font-size: 13px;
  line-height: 17px;
  color: #97A2A4; }

.demo {
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 12px;
  color: #FFFFFF;
  background-color: #f50000;
  z-index: 1000;
  padding: 2px 4px;
  pointer-events: none;
  opacity: 0.8; }

.guuru-loader {
  width: 120px;
  height: 15px;
  background: url(../img/guuru_loader_blue.gif);
  background-size: cover;
  background-position: 50% 50%; }

.categories .info {
  width: 100%;
  font-size: 1.1em;
  text-align: left;
  font-weight: normal;
  margin-top: 20px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  color: #97A2A4; }

.categories .select {
  font-size: 0.9em; }
  @media only screen and (min-width: 668px) {
    .categories .select {
      font-size: 1em; } }

.input-field p {
  margin: 0;
  line-height: 130%; }

.input-field label.no-left {
  left: 0;
  margin-bottom: 16px;
  height: auto; }

@media only screen and (max-width: 321px) {
  .row {
    margin-bottom: 12px; }
  .input-field {
    margin-top: 0.5rem; } }

.table {
  margin: 0 0 40px 0;
  width: 100%;
  display: table;
  border: 1px solid  #e9e9e9; }
  .table .row {
    display: table-row;
    background: #f6f6f6; }
    .table .row:nth-of-type(odd) {
      background: #e9e9e9; }
    .table .row.header {
      font-weight: 900;
      color: #ffffff;
      background: #2196F3; }
    .table .row.green {
      background: #27ae60; }
    .table .row.red {
      background: #ea6153; }
    @media screen and (max-width: 580px) {
      .table .row {
        padding: 8px;
        font-size: 13px; } }
  .table .cell {
    padding: 6px 12px;
    display: table-cell; }
    @media screen and (max-width: 580px) {
      .table .cell {
        padding: 8px 8px;
        font-size: 13px; } }

.category .collapsible-header {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: row;
  flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-pack: start;
  box-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: start;
  -webkit-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  padding: 1rem; }
  .category .collapsible-header .icon-container {
    -webkit-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto; }
  .category .collapsible-header .text-container {
    margin-left: 1rem; }
  .category .collapsible-header .icon {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    width: 42px;
    height: 42px;
    border-radius: 100%;
    background-color: #2196F3;
    color: #FFFFFF; }
  .category .collapsible-header .title {
    font-size: 16px;
    line-height: 30px; }
  .category .collapsible-header .description {
    font-size: 1rem;
    line-height: 1.4rem;
    color: #97A2A4;
    font-weight: normal;
    overflow: hidden;
    max-height: 500px;
    opacity: 1; }
  .category .collapsible-header.active .description {
    max-height: 0;
    opacity: 0; }

.category .sub-list-item {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: row;
  flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-pack: justify;
  box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify;
  -webkit-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  padding: 10px 20px;
  border-bottom: 1px solid #C2C2C2; }
  .category .sub-list-item .icon {
    color: #97A2A4; }

nav,
nav.container {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  box-orient: vertical;
  -webkit-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  position: relative;
  /*
  $nav-height: 50px;
  height: $nav-height;

  .platform-ios.add-status-bar & {
    padding-top: $ios-status-height;
    height: $nav-height + $ios-status-height;
  }

  .platform-android.add-status-bar & {
    padding-top: $android-status-height;
    height: $nav-height + $android-status-height;
  }
  */
  height: auto;
  background-image: linear-gradient(-90deg, #1E65F4 3%, #2296F3 99%);
  line-height: 100%;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2); }
  .platform-ios.add-status-bar nav, .platform-ios.add-status-bar
  nav.container {
    padding-top: 20px; }
  .platform-android.add-status-bar nav, .platform-android.add-status-bar
  nav.container {
    padding-top: 25px; }
  @media only screen and (max-width: 600px) {
    nav,
    nav.container {
      box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12); } }
  nav .nav-wrapper,
  nav.container .nav-wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: row;
    flex-direction: row;
    -ms-flex-direction: row;
    -webkit-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    width: 100%;
    -webkit-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 0 50px;
    flex: 0 0 50px;
    height: 50px; }
    nav .nav-wrapper.top,
    nav.container .nav-wrapper.top {
      -webkit-box-flex: 0;
      box-flex: 0;
      -webkit-flex: 0 0 50px;
      flex: 0 0 50px;
      height: 50px; }
    nav .nav-wrapper.bottom,
    nav.container .nav-wrapper.bottom {
      -webkit-box-flex: 0;
      box-flex: 0;
      -webkit-flex: 0 0 90px;
      flex: 0 0 90px;
      height: 90px; }
    nav .nav-wrapper.tabs,
    nav.container .nav-wrapper.tabs {
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      box-orient: horizontal;
      -webkit-box-direction: normal;
      box-direction: normal;
      -webkit-flex-direction: row;
      flex-direction: row;
      -ms-flex-direction: row;
      -webkit-box-pack: justify;
      box-pack: justify;
      -webkit-justify-content: space-between;
      justify-content: space-between;
      -ms-flex-pack: justify;
      -webkit-box-align: center;
      box-align: center;
      -webkit-align-items: center;
      align-items: center;
      -ms-flex-align: center;
      -webkit-box-flex: 0;
      box-flex: 0;
      -webkit-flex: 0 0 37px;
      flex: 0 0 37px;
      height: 37px; }
      nav .nav-wrapper.tabs .item,
      nav.container .nav-wrapper.tabs .item {
        display: -webkit-box;
        display: -moz-box;
        display: box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        box-orient: horizontal;
        -webkit-box-direction: normal;
        box-direction: normal;
        -webkit-flex-direction: row;
        flex-direction: row;
        -ms-flex-direction: row;
        -webkit-box-pack: center;
        box-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -ms-flex-pack: center;
        -webkit-box-align: center;
        box-align: center;
        -webkit-align-items: center;
        align-items: center;
        -ms-flex-align: center;
        -webkit-box-flex: 1;
        box-flex: 1;
        -webkit-flex: 1 1 100%;
        flex: 1 1 100%;
        height: 100%;
        background-color: #0F5FEF;
        font-size: 12px;
        font-weight: bold;
        text-transform: uppercase; }
        nav .nav-wrapper.tabs .item.active,
        nav.container .nav-wrapper.tabs .item.active {
          background-color: #2196F2; }
    @media only screen and (min-width: 668px) {
      nav .nav-wrapper,
      nav.container .nav-wrapper {
        -webkit-box-align: end;
        box-align: end;
        -webkit-align-items: flex-end;
        align-items: flex-end;
        -ms-flex-align: end;
        -webkit-box-pack: justify;
        box-pack: justify;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        -ms-flex-pack: justify;
        -webkit-box-flex: 0;
        box-flex: 0;
        -webkit-flex: 0 0 155px;
        flex: 0 0 155px;
        height: 155px;
        padding: 28px 36px;
        background-image: url(../img/BgHeader.jpg);
        background-size: cover;
        background-position: 80% 50%; } }
  nav .nav-left, nav .nav-right,
  nav.container .nav-left,
  nav.container .nav-right {
    position: absolute;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: row;
    flex-direction: row;
    -ms-flex-direction: row;
    -webkit-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
    min-width: 30px;
    top: 0;
    bottom: 0;
    font-size: 17px;
    font-weight: 300; }
    @media only screen and (min-width: 668px) {
      nav .nav-left, nav .nav-right,
      nav.container .nav-left,
      nav.container .nav-right {
        padding: 28px 36px; } }
  nav .nav-left,
  nav.container .nav-left {
    padding-left: 16px;
    left: 0; }
  nav .nav-right,
  nav.container .nav-right {
    padding-right: 16px;
    right: 0; }
    @media only screen and (min-width: 668px) {
      nav .nav-right,
      nav.container .nav-right {
        -webkit-box-align: end;
        box-align: end;
        -webkit-align-items: flex-end;
        align-items: flex-end;
        -ms-flex-align: end;
        -webkit-box-pack: end;
        box-pack: end;
        -webkit-justify-content: flex-end;
        justify-content: flex-end;
        -ms-flex-pack: end; } }
  nav .nav-center,
  nav.container .nav-center {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: row;
    flex-direction: row;
    -ms-flex-direction: row;
    -webkit-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    width: 100%;
    text-align: center;
    vertical-align: center;
    font-size: 17px;
    font-weight: 500; }
    @media only screen and (min-width: 668px) {
      nav .nav-center,
      nav.container .nav-center {
        -webkit-box-align: start;
        box-align: start;
        -webkit-align-items: flex-start;
        align-items: flex-start;
        -ms-flex-align: start;
        -webkit-box-pack: start;
        box-pack: start;
        -webkit-justify-content: flex-start;
        justify-content: flex-start;
        -ms-flex-pack: start;
        text-align: left;
        font-size: 26px;
        font-weight: 400; } }
  nav.home,
  nav.container.home {
    /*
    height: auto;

    .platform-ios.add-status-bar & {
      height: auto;
    }

    .platform-android.add-status-bar & {
      height: auto;
    }
    */
    -webkit-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
    height: auto; }
    nav.home img.logo,
    nav.container.home img.logo {
      height: 28px;
      margin-right: 12px; }
    nav.home .nav-center,
    nav.container.home .nav-center {
      font-size: 21px;
      font-weight: 300;
      color: #FFFFFF; }
      nav.home .nav-center.translate-up,
      nav.container.home .nav-center.translate-up {
        margin-top: -10px; }
    nav.home .stats,
    nav.container.home .stats {
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      box-orient: vertical;
      -webkit-box-direction: normal;
      box-direction: normal;
      -webkit-flex-direction: column;
      flex-direction: column;
      -ms-flex-direction: column;
      -webkit-box-pack: start;
      box-pack: start;
      -webkit-justify-content: flex-start;
      justify-content: flex-start;
      -ms-flex-pack: start;
      -webkit-box-align: center;
      box-align: center;
      -webkit-align-items: center;
      align-items: center;
      -ms-flex-align: center;
      -webkit-box-flex: 0;
      box-flex: 0;
      -webkit-flex: 0 0 50%;
      flex: 0 0 50%; }
    nav.home header,
    nav.container.home header {
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      box-orient: horizontal;
      -webkit-box-direction: normal;
      box-direction: normal;
      -webkit-flex-direction: row;
      flex-direction: row;
      -ms-flex-direction: row;
      -webkit-box-pack: center;
      box-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -ms-flex-pack: center;
      -webkit-box-align: center;
      box-align: center;
      -webkit-align-items: center;
      align-items: center;
      -ms-flex-align: center;
      font-weight: bold;
      font-size: 12px;
      color: #FFFFFF;
      text-transform: uppercase;
      margin-bottom: 6px; }
    nav.home section,
    nav.container.home section {
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      box-orient: horizontal;
      -webkit-box-direction: normal;
      box-direction: normal;
      -webkit-flex-direction: row;
      flex-direction: row;
      -ms-flex-direction: row;
      -webkit-box-pack: center;
      box-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -ms-flex-pack: center;
      -webkit-box-align: center;
      box-align: center;
      -webkit-align-items: center;
      align-items: center;
      -ms-flex-align: center;
      font-weight: lighter;
      font-size: 20px;
      color: #FFFFFF; }
  nav .btn-navbar,
  nav.container .btn-navbar {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: row;
    flex-direction: row;
    -ms-flex-direction: row;
    -webkit-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-flex-align: center; }
    nav .btn-navbar i.material-icons,
    nav.container .btn-navbar i.material-icons {
      font-size: 1.5rem; }
    nav .btn-navbar .preloader-wrapper,
    nav.container .btn-navbar .preloader-wrapper {
      display: none;
      margin-left: 10px; }
      nav .btn-navbar .preloader-wrapper.active,
      nav.container .btn-navbar .preloader-wrapper.active {
        display: block; }
  nav .guuru-navbar-icon,
  nav.container .guuru-navbar-icon {
    margin: 10px;
    margin-right: 0;
    width: 24px;
    height: 24px;
    background-image: url(../img/GuuruLogo.svg);
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    cursor: pointer; }
    @media only screen and (min-width: 668px) {
      nav .guuru-navbar-icon,
      nav.container .guuru-navbar-icon {
        background-image: url(../img/GuuruLogoTextRight.svg);
        width: 95px;
        height: 40px;
        margin: 0;
        margin-bottom: -6px; } }

ul.side-nav.fixed li.logo {
  text-align: center;
  margin-top: 32px;
  margin-bottom: 80px; }
  ul.side-nav.fixed li.logo:hover,
  ul.side-nav.fixed li.logo #logo-container:hover {
    background-color: transparent; }

ul.side-nav li {
  border-bottom: 1px solid #dedede; }

ul.side-nav.fixed {
  overflow: hidden; }
  ul.side-nav.fixed li {
    line-height: 44px; }
    ul.side-nav.fixed li.active {
      background-color: rgba(0, 0, 0, 0.05); }
    ul.side-nav.fixed li a {
      font-size: 13px;
      line-height: 44px;
      height: 44px;
      padding: 0 30px; }
  ul.side-nav.fixed ul.collapsible-accordion {
    background-color: #FFFFFF; }
    ul.side-nav.fixed ul.collapsible-accordion a.collapsible-header {
      padding: 0 30px; }
    ul.side-nav.fixed ul.collapsible-accordion .collapsible-body li a {
      font-weight: 400;
      padding: 0 37.5px 0 45px; }
  ul.side-nav.fixed:hover {
    overflow-y: auto; }

.side-nav .userview {
  background-color: #f5f5f5;
  overflow: hidden;
  position: relative;
  padding: 16px 16px 0;
  padding-bottom: 8px;
  border-bottom: none; }
  .side-nav .userview a {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: row;
    flex-direction: row;
    -ms-flex-direction: row;
    -webkit-box-pack: start;
    box-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: start;
    -webkit-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    height: auto;
    min-height: 100px;
    padding: 0; }
  .side-nav .userview .circle {
    height: 50px;
    width: 50px;
    border: 1px solid #C2C2C2;
    margin-right: 12px;
    background-size: cover;
    background-position: 50% 50%; }
  .side-nav .userview .info {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-pack: start;
    box-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: start;
    -webkit-box-align: start;
    box-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -ms-flex-align: start; }
  .side-nav .userview .name {
    margin-top: 15px;
    font-weight: 500;
    line-height: 20px; }
  .side-nav .userview .email {
    padding-bottom: 12px;
    font-weight: 400;
    line-height: 20px;
    color: #97A2A4;
    font-weight: 300; }

.guuru-welcome-page {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  box-orient: vertical;
  -webkit-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-pack: justify;
  box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify;
  -webkit-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  padding: 1rem 0 !important;
  height: 100%;
  overflow: hidden;
  background: url(../img/GuuruWelcomeBackground.jpg);
  background-size: cover;
  background-position: 50% 0%;
  color: #ffffff; }
  .guuru-welcome-page .margin-more {
    margin-top: 3rem;
    margin-bottom: 3rem; }
  .guuru-welcome-page .row {
    margin-bottom: 0; }
  .guuru-welcome-page .welcome-title {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: row;
    flex-direction: row;
    -ms-flex-direction: row;
    -webkit-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    margin: 2.5rem 0 0 0; }
    .guuru-welcome-page .welcome-title h1 {
      margin: 0 0 0 10px;
      font-size: 40px;
      font-weight: 300;
      line-height: 1.2; }
      @media only screen and (max-width: 321px) {
        .guuru-welcome-page .welcome-title h1 {
          font-size: 32px; } }
    .guuru-welcome-page .welcome-title .logo {
      display: inline-block;
      width: 35px;
      margin-right: 12px; }
  .guuru-welcome-page.user .welcome-title {
    margin: 1.0em 0 0 0; }
    .guuru-welcome-page.user .welcome-title h1 {
      font-size: 32px; }
    .guuru-welcome-page.user .welcome-title .logo {
      width: 28px; }
  .guuru-welcome-page .welcome-explain {
    width: 85%;
    padding: 12px;
    margin: 30px auto; }
  .guuru-welcome-page .welcome-message {
    align-self: flex-start; }
  .guuru-welcome-page .welcome-message-text {
    display: inline-block;
    position: relative;
    font-size: 48px;
    line-height: 46px;
    font-weight: bold;
    color: #ffffff;
    text-transform: uppercase;
    z-index: 1;
    padding-left: 25px; }
    @media only screen and (max-device-width: 321px) and (orientation: portrait) {
      .guuru-welcome-page .welcome-message-text {
        font-size: 40px;
        line-height: 38px; } }
    .guuru-welcome-page .welcome-message-text:before {
      content: "";
      position: absolute;
      left: 0px;
      right: -12px;
      top: 0;
      bottom: 0;
      background-image: linear-gradient(to left, #1e65f4, #2296f3);
      opacity: 0.6;
      z-index: -1; }
  .guuru-welcome-page.user .welcome-message-text {
    font-size: 40px;
    line-height: 40px; }
  .guuru-welcome-page .col:first-child .welcome-message-text:before {
    top: 12px; }
  .guuru-welcome-page .col:last-child .welcome-message-text:before {
    bottom: 14px; }
  .guuru-welcome-page .welcome-signin {
    width: 100%; }
    .guuru-welcome-page .welcome-signin .btn, .guuru-welcome-page .welcome-signin .btn-large {
      margin: 5px 0;
      width: 60%; }
  .guuru-welcome-page .welcome-register {
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 0.8); }

.guuru-login-page {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  box-orient: vertical;
  -webkit-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-pack: start;
  box-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: start;
  -webkit-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  height: 100%;
  overflow: hidden;
  background: #f5f5f5;
  color: #303030; }
  .guuru-login-page.color-guuru-main {
    background: #2196F3;
    color: #FFFFFF; }
  .guuru-login-page main.container,
  .guuru-login-page .container.content {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-pack: justify;
    box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify;
    -webkit-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1 1 auto;
    flex: 1 1 auto;
    padding-top: 12px; }
  .guuru-login-page .section-title {
    font-weight: 400;
    font-size: 17px; }
  .guuru-login-page .header {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: row;
    flex-direction: row;
    -ms-flex-direction: row;
    -webkit-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    position: relative;
    width: 100%;
    height: 70px;
    -webkit-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 0 70px;
    flex: 0 0 70px; }
    .platform-ios.add-status-bar .guuru-login-page .header {
      margin-top: 20px; }
    .platform-android.add-status-bar .guuru-login-page .header {
      margin-top: 25px; }
    .guuru-login-page .header .btn-back i {
      color: #303030; }
    .guuru-login-page .header .title {
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      box-orient: horizontal;
      -webkit-box-direction: normal;
      box-direction: normal;
      -webkit-flex-direction: row;
      flex-direction: row;
      -ms-flex-direction: row;
      -webkit-box-pack: center;
      box-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -ms-flex-pack: center;
      -webkit-box-align: center;
      box-align: center;
      -webkit-align-items: center;
      align-items: center;
      -ms-flex-align: center;
      width: 100%;
      color: #303030;
      font-size: 28px;
      line-height: 35px;
      font-weight: 200; }
    .guuru-login-page .header .logo {
      display: inline-block;
      width: 26px;
      margin-right: 12px; }
    .guuru-login-page .header .back {
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      box-orient: horizontal;
      -webkit-box-direction: normal;
      box-direction: normal;
      -webkit-flex-direction: row;
      flex-direction: row;
      -ms-flex-direction: row;
      -webkit-box-pack: center;
      box-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -ms-flex-pack: center;
      -webkit-box-align: center;
      box-align: center;
      -webkit-align-items: center;
      align-items: center;
      -ms-flex-align: center;
      position: absolute;
      left: 0;
      top: 0;
      height: 70px;
      width: 70px; }
      .guuru-login-page .header .back i {
        font-size: 40px; }
  .guuru-login-page.color-guuru-main .header .btn-back i {
    color: #FFFFFF; }
  .guuru-login-page.color-guuru-main .header .title {
    color: #FFFFFF; }
  .guuru-login-page .footer {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: row;
    flex-direction: row;
    -ms-flex-direction: row;
    -webkit-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    position: relative;
    width: 100%;
    height: 50px;
    -webkit-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 0 50px;
    flex: 0 0 50px; }
  .guuru-login-page section {
    width: 100%; }
  .guuru-login-page .input-field-group {
    background: white;
    border-radius: 2px;
    overflow: hidden;
    border: 1px solid #C2C2C2; }
  .guuru-login-page .input-field-group .signup-field {
    border-bottom: 1px solid #C2C2C2; }
    .guuru-login-page .input-field-group .signup-field:last-child {
      border-bottom: none; }
  .guuru-login-page .signup-field {
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-pack: justify;
    box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify;
    -webkit-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    height: 50px;
    margin-top: 4px; }
    .guuru-login-page .signup-field input {
      background-color: transparent;
      border: none;
      border-bottom: none;
      border-radius: 0;
      outline: none;
      height: 40px;
      width: 100%;
      font-size: 1rem;
      margin: 12px 0 0 0;
      padding: 0;
      box-shadow: none;
      box-sizing: content-box;
      transition: all 0.3s;
      color: #303030; }
      .guuru-login-page .signup-field input:focus {
        border-bottom: none;
        box-shadow: none; }
    .guuru-login-page .signup-field .prefix ~ input {
      margin-left: 3rem;
      width: calc(100% - 3rem); }
    .guuru-login-page .signup-field label {
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      box-orient: horizontal;
      -webkit-box-direction: normal;
      box-direction: normal;
      -webkit-flex-direction: row;
      flex-direction: row;
      -ms-flex-direction: row;
      -webkit-box-pack: start;
      box-pack: start;
      -webkit-justify-content: flex-start;
      justify-content: flex-start;
      -ms-flex-pack: start;
      -webkit-box-align: center;
      box-align: center;
      -webkit-align-items: center;
      align-items: center;
      -ms-flex-align: center;
      top: 0;
      bottom: 0; }
      .guuru-login-page .signup-field label.active {
        transform: translateY(-12px); }
    .guuru-login-page .signup-field i {
      color: #303030; }
  .guuru-login-page .agree-msg {
    font-weight: 300;
    font-size: 0.85rem; }
  .guuru-login-page .msg-container {
    border-radius: 2px;
    padding: 10px;
    text-align: center;
    margin-bottom: -12px;
    background-color: transparent;
    font-weight: 300; }
    .guuru-login-page .msg-container.error {
      color: #d50000; }
    .guuru-login-page .msg-container.success {
      color: #00c853; }
  .guuru-login-page.color-guuru-main .msg-container {
    color: #FFFFFF;
    background-color: #01579b;
    margin-top: 12px; }
    .guuru-login-page.color-guuru-main .msg-container.error {
      background-color: #d50000; }
  .guuru-login-page.color-guuru-main a {
    color: #ffee58; }
  .guuru-login-page.color-guuru-main .btn-register {
    color: #FFFFFF; }
  .guuru-login-page .register {
    margin-top: 1.3rem;
    margin-bottom: 0.8rem;
    font-size: 1.24rem; }
  .guuru-login-page .this-or-that {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: row;
    flex-direction: row;
    -ms-flex-direction: row;
    -webkit-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    font-weight: 300; }
  .guuru-login-page .line {
    display: inline-block;
    width: 80px;
    height: 2px;
    margin: 0 4px;
    background-color: #FFFFFF;
    opacity: 0.6; }
  .guuru-login-page .email {
    background-color: rgba(240, 244, 247, 0.95);
    border-radius: 2px;
    color: #FFFFFF; }
  .guuru-login-page .btn-social {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: row;
    flex-direction: row;
    -ms-flex-direction: row;
    -webkit-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1 1 0;
    flex: 1 1 0;
    position: relative;
    padding: 0px;
    height: 100%;
    text-decoration: none;
    color: #FFFFFF;
    letter-spacing: .5px;
    transition: .2s ease-out;
    cursor: pointer;
    outline: 0;
    vertical-align: middle;
    -webkit-tap-highlight-color: transparent;
    /* Log in with Facebook: */
    text-transform: none;
    font-size: 12px;
    color: #FFFFFF;
    line-height: 12px; }
    .guuru-login-page .btn-social.facebook {
      background-color: #3C5193; }
    .guuru-login-page .btn-social.google {
      background-color: #DA4733; }
    .guuru-login-page .btn-social img {
      height: 20px;
      width: 20px;
      margin-right: 6px; }
      .guuru-login-page .btn-social img.invisible {
        visibility: hidden; }

.guuru-check-mail .welcome-pic {
  margin-top: 50px;
  margin-bottom: 50px; }
  @media only screen and (max-device-width: 321px) and (orientation: portrait) {
    .guuru-check-mail .welcome-pic {
      margin-top: 0px;
      margin-bottom: 25px; } }

.guuru-check-mail .welcome-header {
  font-size: 16px;
  color: #303030;
  margin-bottom: 10px; }

.guuru-check-mail .welcome-text {
  color: #97A2A4;
  font-size: 15px;
  line-height: 22px;
  margin: 0 8px;
  margin-bottom: 12px; }
  .guuru-check-mail .welcome-text p {
    margin: 8px 0; }

.guuru-check-mail .welcome-small-action {
  font-size: 13px;
  line-height: 17px;
  margin: 0 8px;
  color: #2196F3; }
  .guuru-check-mail .welcome-small-action.error {
    color: #d50000; }
  .guuru-check-mail .welcome-small-action.success {
    color: #00c853; }

.guuru-howto-single-page {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  box-orient: vertical;
  -webkit-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  height: 100%;
  overflow: auto; }
  .guuru-howto-single-page .row {
    margin: 0; }
  .guuru-howto-single-page main {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-pack: distribute;
    box-pack: distribute;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    -ms-flex-pack: distribute;
    -webkit-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1 1 auto;
    flex: 1 1 auto; }
  .guuru-howto-single-page section {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-flex-align: center; }
  .guuru-howto-single-page footer {
    -webkit-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 0 84px;
    flex: 0 0 84px;
    margin-top: auto;
    padding: 22px; }
  .guuru-howto-single-page .header {
    color: #303030;
    font-size: 17px; }
  .guuru-howto-single-page .subheader {
    color: #97A2A4;
    font-size: 15px;
    margin-bottom: 14px; }
  .guuru-howto-single-page .picture {
    height: 60px; }
  @media only screen and (max-device-width: 321px) and (orientation: portrait) {
    .guuru-howto-single-page main {
      padding-left: 14px;
      padding-right: 14px; }
    .guuru-howto-single-page .header {
      color: #303030;
      font-size: 15px; }
    .guuru-howto-single-page .subheader {
      color: #97A2A4;
      font-size: 13px;
      margin-bottom: 7px; }
    .guuru-howto-single-page .picture {
      height: 40px; } }

.guuru-expertise-collection .collection-item,
.guuru-expertise-settings .collection-item {
  padding: 0; }

.guuru-expertise-collection .row,
.guuru-expertise-settings .row {
  margin-left: 0px;
  margin-right: 0px; }

.guuru-expertise-collection .category-title,
.guuru-expertise-settings .category-title {
  margin-top: 24px;
  margin-left: -8px;
  font-size: 13px;
  text-transform: uppercase;
  color: #97A2A4; }

.guuru-expertise-collection .category-child,
.guuru-expertise-settings .category-child {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: row;
  flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-pack: justify;
  box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify;
  -webkit-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  width: 100%;
  padding: 10px 0;
  padding-left: 10px;
  padding-right: 5px; }
  .guuru-expertise-collection .category-child .category-text,
  .guuru-expertise-settings .category-child .category-text {
    -webkit-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1 1 auto;
    flex: 1 1 auto; }
  .guuru-expertise-collection .category-child .category-selector,
  .guuru-expertise-settings .category-child .category-selector {
    -webkit-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto; }
  .guuru-expertise-collection .category-child [type="checkbox"] + label,
  .guuru-expertise-settings .category-child [type="checkbox"] + label {
    height: auto; }

.guuru-expertise-collection label.category-child,
.guuru-expertise-settings label.category-child {
  font-size: inherit;
  color: inherit;
  padding-right: 10px; }

.guuru-expertise-collection .collection .row,
.guuru-expertise-settings .collection .row {
  margin: 0; }

.guuru-expertise-collection .title,
.guuru-expertise-settings .title {
  margin-top: 25px;
  margin-bottom: 5px;
  font-size: 17px;
  line-height: 17px; }

.guuru-expertise-collection .disabled,
.guuru-expertise-settings .disabled {
  display: none; }

.guuru-expertise-waitlist .title {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: row;
  flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  margin-top: 40px;
  margin-bottom: 8px;
  font-size: 20px;
  color: #97A2A4; }
  .guuru-expertise-waitlist .title img {
    width: 50px;
    margin-right: 12px; }

.guuru-expertise-waitlist label {
  color: #303030; }

.guuru-expertise-verify .title {
  margin-top: 10px;
  margin-bottom: 8px;
  font-size: 15px;
  line-height: 21px;
  color: #97A2A4; }

.guuru-expertise-verify .verify-collection {
  counter-reset: expertise-verify;
  margin-bottom: 30px; }

.guuru-expertise-verify .item {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: row;
  flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-pack: start;
  box-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: start;
  -webkit-box-align: start;
  box-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -ms-flex-align: start;
  width: 100%;
  margin-bottom: 8px;
  padding-top: 6px;
  line-height: 21px; }

.guuru-expertise-verify.error {
  color: #d50000; }

.guuru-expertise-verify .item:before {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: row;
  flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-flex: 0;
  box-flex: 0;
  -webkit-flex: 0 0 20px;
  flex: 0 0 20px;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  margin-top: 0px;
  margin-right: 14px;
  background-color: #dedede;
  font-size: 14px;
  font-weight: 500;
  content: counter(expertise-verify);
  counter-increment: expertise-verify; }

.guuru-expertise-verify.success .item:before {
  background-color: #01579b;
  color: #FFFFFF; }

.guuru-expertise-verify.error .item:before {
  background-color: #d50000;
  color: #FFFFFF; }

.guuru-expertise-verify .success-verified {
  color: #00c853;
  display: none; }

.guuru-expertise-verify.success .success-verified {
  display: block; }

.time-slider,
.collection-item.time-slider {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: row;
  flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-pack: start;
  box-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: start;
  -webkit-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-align: center; }
  .time-slider .label,
  .collection-item.time-slider .label {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-pack: start;
    box-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: start;
    -webkit-box-align: start;
    box-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -ms-flex-align: start;
    -webkit-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 0 40%;
    flex: 0 0 40%; }
    .time-slider .label .day,
    .collection-item.time-slider .label .day {
      font-size: 13px; }
    .time-slider .label .time,
    .collection-item.time-slider .label .time {
      font-size: 11px; }
  .time-slider .input,
  .collection-item.time-slider .input {
    -webkit-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1 1 auto;
    flex: 1 1 auto; }

/*!
 * Materialize v0.97.6 (http://materializecss.com)
 * Copyright 2014-2015 Materialize
 * MIT License (https://raw.githubusercontent.com/Dogfalo/materialize/master/LICENSE)
 */
/* Functional styling;
 * These styles are required for noUiSlider to function.
 * You don't need to change these rules to apply your design.
 */
.noUi-target,
.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.noUi-target {
  position: relative;
  direction: ltr; }

.noUi-base {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  /* Fix 401 */ }

.noUi-origin {
  position: absolute;
  right: 0;
  top: 6px;
  left: 0;
  bottom: 0; }

.noUi-state-tap .noUi-origin {
  -webkit-transition: left 0.25s, top 0.25s;
  transition: left 0.25s, top 0.25s; }

.noUi-state-drag * {
  cursor: inherit !important; }

/* Painting and performance;
 * Browsers can paint handles in their own layer.
 */
.noUi-base {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

/* Slider size and handle placement;
 */
.noUi-horizontal {
  height: 18px; }

.noUi-vertical {
  width: 18px; }

/* Styling;
 */
.noUi-background {
  background: #FAFAFA;
  box-shadow: inset 0 1px 1px #f0f0f0; }

.noUi-connect {
  background: #3FB8AF;
  box-shadow: inset 0 0 3px rgba(51, 51, 51, 0.45);
  -webkit-transition: background 450ms;
  transition: background 450ms; }

.noUi-origin {
  border-radius: 2px; }

.noUi-target {
  border-radius: 4px;
  border: 1px solid #D3D3D3;
  box-shadow: inset 0 1px 1px #F0F0F0, 0 3px 6px -5px #BBB; }

.noUi-target.noUi-connect {
  box-shadow: inset 0 0 3px rgba(51, 51, 51, 0.45), 0 3px 6px -5px #BBB; }

/* Handles and cursors;
 */
.noUi-dragable {
  cursor: w-resize; }

.noUi-vertical .noUi-dragable {
  cursor: n-resize; }

.noUi-active {
  box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #DDD, 0 3px 6px -3px #BBB; }

/* Disabled state;
 */
[disabled].noUi-connect,
[disabled] .noUi-connect {
  background: #B8B8B8; }

[disabled].noUi-origin,
[disabled] .noUi-handle {
  cursor: not-allowed; }

/*Materialize Theming*/
.noUi-target {
  box-shadow: none;
  border: none; }

.noUi-base {
  height: 15px;
  top: -6px; }

.noUi-background {
  height: 3px;
  background-color: #bfbfbf;
  box-shadow: none; }

.noUi-horizontal {
  height: 3px; }

.noUi-connect {
  height: 3px;
  top: 6px;
  background-color: #26A69A;
  box-shadow: none; }

/*Handle*/
.noUi-handle {
  position: relative;
  z-index: 1;
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #FFF;
  cursor: default;
  box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #EBEBEB, 0 3px 6px -3px #BBB;
  /*Handle on Drag*/ }
  .noUi-stacking .noUi-handle {
    z-index: 10; }
  .noUi-horizontal .noUi-handle {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    box-shadow: none;
    background-color: #26A69A;
    border: none;
    left: -5px;
    top: -6px;
    transition: width 0.2s cubic-bezier(0.215, 0.61, 0.355, 1), height 0.2s cubic-bezier(0.215, 0.61, 0.355, 1), left 0.2s cubic-bezier(0.215, 0.61, 0.355, 1), top 0.2s cubic-bezier(0.215, 0.61, 0.355, 1); }
    .noUi-horizontal .noUi-handle:after {
      content: "";
      position: absolute;
      width: 45px;
      height: 45px;
      top: -15px;
      left: -15px;
      background: transparent; }
  .noUi-vertical .noUi-handle {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    box-shadow: none;
    background-color: #26A69A;
    border: none;
    left: -5px;
    top: -6px;
    transition: width 0.2s cubic-bezier(0.215, 0.61, 0.355, 1), height 0.2s cubic-bezier(0.215, 0.61, 0.355, 1), left 0.2s cubic-bezier(0.215, 0.61, 0.355, 1), top 0.2s cubic-bezier(0.215, 0.61, 0.355, 1); }
  .noUi-target .noUi-handle.noUi-active {
    width: 3px;
    height: 3px;
    left: 0;
    top: 0; }

.noUi-target .range-label {
  position: absolute;
  height: 40px;
  width: 40px;
  top: -12.5px;
  left: -12.5px;
  background-color: #26A69A;
  border-radius: 50%;
  transition: border-radius 0.25s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: rotate(-45deg) scale(0.01); }

.noUi-target .noUi-active .range-label {
  border-radius: 20px 20px 20px 0;
  transform: rotate(-45deg) translate(25px, -32px); }

.range-label span {
  text-align: center;
  color: #fff;
  font-size: 12px;
  transform: rotate(45deg);
  opacity: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  transition: opacity 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: row;
  flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-align: center; }

.noUi-active .range-label span {
  opacity: 1; }

.guuru-chat {
  /* Specializations for chat */ }
  .guuru-chat main.container {
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-pack: start;
    box-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: start;
    -webkit-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    overflow: hidden;
    padding: 0;
    height: 100%; }
    @media only screen and (min-height: 800px) {
      .guuru-chat main.container {
        height: auto;
        min-height: 600px; } }
  .guuru-chat.full-height main.container {
    height: 100% !important; }
  .guuru-chat .scroll-area {
    width: 100%;
    -webkit-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1 1 auto;
    flex: 1 1 auto;
    overflow-y: auto;
    padding-left: 2rem;
    padding-right: 2rem;
    box-sizing: border-box; }
  .guuru-chat .input-area {
    position: relative;
    width: 100%;
    -webkit-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-box-align: start;
    box-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -ms-flex-align: start;
    padding: 16px 20px;
    padding-top: 18px; }
    .guuru-chat .input-area .overlay-disable {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      padding: 16px 20px;
      padding-top: 18px;
      background-color: rgba(251, 251, 251, 0.9);
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      box-orient: horizontal;
      -webkit-box-direction: normal;
      box-direction: normal;
      -webkit-flex-direction: row;
      flex-direction: row;
      -ms-flex-direction: row;
      -webkit-box-pack: center;
      box-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -ms-flex-pack: center;
      -webkit-box-align: center;
      box-align: center;
      -webkit-align-items: center;
      align-items: center;
      -ms-flex-align: center;
      display: none; }
      .guuru-chat .input-area .overlay-disable.show {
        display: -webkit-box;
        display: -moz-box;
        display: box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex; }
    .guuru-chat .input-area .chat-is-typing {
      position: absolute;
      font-size: 12px;
      font-style: italic;
      top: 0px;
      left: 8px; }
    .guuru-chat .input-area .chat-is-typing:after {
      overflow: hidden;
      display: inline-block;
      vertical-align: bottom;
      -webkit-animation: ellipsis steps(4, end) 1500ms infinite;
      animation: ellipsis steps(4, end) 1500ms infinite;
      content: "\2026";
      /* ascii code for the ellipsis character */
      width: 0px; }

@keyframes ellipsis {
  to {
    width: 1.0em; } }

@-webkit-keyframes ellipsis {
  to {
    width: 1.0em; } }
  .guuru-chat .fallback {
    position: absolute;
    top: 0;
    bottom: 20%;
    left: 0;
    right: 0;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: row;
    flex-direction: row;
    -ms-flex-direction: row;
    -webkit-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-flex-align: center; }
  .guuru-chat .chat-input {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: row;
    flex-direction: row;
    -ms-flex-direction: row;
    -webkit-box-pack: start;
    box-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: start;
    -webkit-box-align: end;
    box-align: end;
    -webkit-align-items: flex-end;
    align-items: flex-end;
    -ms-flex-align: end;
    padding: 10px;
    background-color: #FFFFFF;
    border: 1px solid #C2C2C2;
    border-radius: 10px;
    width: 100%; }
    .guuru-chat .chat-input.centered {
      text-align: center;
      -webkit-box-pack: center;
      box-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -ms-flex-pack: center; }
    .guuru-chat .chat-input textarea.materialize-textarea {
      padding: 0;
      transition: none;
      min-height: 0;
      margin: 0;
      border-bottom: none;
      height: 1.5rem;
      max-height: 50vh;
      overflow-y: scroll; }
    .guuru-chat .chat-input textarea.materialize-textarea:focus {
      border-bottom: none;
      box-shadow: none; }
    .guuru-chat .chat-input i {
      color: #97A2A4; }
    .guuru-chat .chat-input .btn-send {
      position: relative;
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      box-orient: horizontal;
      -webkit-box-direction: normal;
      box-direction: normal;
      -webkit-flex-direction: row;
      flex-direction: row;
      -ms-flex-direction: row;
      -webkit-box-pack: center;
      box-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -ms-flex-pack: center;
      -webkit-box-align: center;
      box-align: center;
      -webkit-align-items: center;
      align-items: center;
      -ms-flex-align: center; }
      .guuru-chat .chat-input .btn-send:after {
        content: "";
        position: absolute;
        top: -12px;
        bottom: -12px;
        left: -12px;
        right: -12px; }
      .guuru-chat .chat-input .btn-send .spinner-dots {
        display: -webkit-box;
        display: -moz-box;
        display: box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        box-orient: horizontal;
        -webkit-box-direction: normal;
        box-direction: normal;
        -webkit-flex-direction: row;
        flex-direction: row;
        -ms-flex-direction: row;
        -webkit-box-pack: center;
        box-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -ms-flex-pack: center;
        -webkit-box-align: center;
        box-align: center;
        -webkit-align-items: center;
        align-items: center;
        -ms-flex-align: center;
        display: none;
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        width: 30px; }
      .guuru-chat .chat-input .btn-send.disabled .spinner-dots {
        display: -webkit-box;
        display: -moz-box;
        display: box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex; }
      .guuru-chat .chat-input .btn-send.disabled i {
        visibility: hidden; }
  .guuru-chat .chat-input-overlay {
    position: relative;
    width: 100%; }
    .guuru-chat .chat-input-overlay .chat-input {
      width: auto; }
  .guuru-chat .preloader-overlay {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: row;
    flex-direction: row;
    -ms-flex-direction: row;
    -webkit-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    display: none;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(251, 251, 251, 0.8); }
    .guuru-chat .preloader-overlay.disabled {
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex; }
  .guuru-chat .guuru-text-smaller {
    font-size: 0.85rem;
    color: white; }
  .guuru-chat .rate-expert, .guuru-chat .closed-expert {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    margin-top: 40px;
    margin-bottom: 40px; }
    .guuru-chat .rate-expert .title, .guuru-chat .closed-expert .title {
      text-align: center;
      font-weight: normal;
      font-size: 22px; }
    .guuru-chat .rate-expert .subtitle, .guuru-chat .closed-expert .subtitle {
      text-align: center;
      font-weight: normal;
      font-size: 15px;
      margin-top: 4px; }
      .guuru-chat .rate-expert .subtitle i.material-icons, .guuru-chat .closed-expert .subtitle i.material-icons {
        position: relative;
        top: 4px;
        margin: 0 6px; }
      .guuru-chat .rate-expert .subtitle.smaller, .guuru-chat .closed-expert .subtitle.smaller {
        font-size: 13px; }
  .guuru-chat .closed-expert {
    margin-top: 20px;
    margin-bottom: 20px; }
    .guuru-chat .closed-expert .title {
      margin-bottom: 20px; }
  .guuru-chat .closed-expert .line {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: row;
    flex-direction: row;
    -ms-flex-direction: row;
    -webkit-box-pack: justify;
    box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify;
    -webkit-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-flex-align: center; }
  .guuru-chat .closed-expert .rating-stars {
    margin-right: 10px; }
  .guuru-chat .closed-expert .explain {
    margin-top: 15px; }
  .guuru-chat .rate-expert .image {
    position: relative;
    width: 70%;
    height: 180px;
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat; }
    .guuru-chat .rate-expert .image.howto-close {
      background-image: url(../img/HowToClose.svg); }
  .guuru-chat .rate-expert .rating-stars {
    margin: 10px 0 16px 0; }
  .guuru-chat .rate-expert .buttons {
    width: 100%;
    margin-top: 15px;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: row;
    flex-direction: row;
    -ms-flex-direction: row;
    -webkit-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-flex-align: center; }
  .guuru-chat .rate-expert .rating-button {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: row;
    flex-direction: row;
    -ms-flex-direction: row;
    -webkit-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    width: 150px;
    height: 55px;
    border-radius: 10px;
    margin: 5px;
    font-weight: normal;
    font-size: 16px;
    color: #FFFFFF;
    text-transform: uppercase; }
    @media only screen and (max-width: 600px) {
      .guuru-chat .rate-expert .rating-button {
        width: 120px;
        font-size: 14px; } }
    .guuru-chat .rate-expert .rating-button.yes {
      background-color: #7ED321; }
    .guuru-chat .rate-expert .rating-button.partial {
      background-color: #F1BD0A; }
    .guuru-chat .rate-expert .rating-button.no {
      background-color: #D73E50; }
    .guuru-chat .rate-expert .rating-button.disabled {
      pointer-events: none;
      background-color: #DFDFDF !important;
      box-shadow: none;
      color: #9F9F9F !important;
      cursor: default; }
  .guuru-chat .rate-expert .spinner {
    margin-top: 12px; }
  .guuru-chat .prompt-rating {
    position: absolute;
    bottom: 84px;
    left: 10px;
    right: 10px;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-flex-align: center; }
    .guuru-chat .prompt-rating .content {
      padding: 2px 10px;
      border-radius: 100px;
      background: #dedede;
      cursor: pointer;
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      box-orient: horizontal;
      -webkit-box-direction: normal;
      box-direction: normal;
      -webkit-flex-direction: row;
      flex-direction: row;
      -ms-flex-direction: row;
      -webkit-box-pack: center;
      box-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -ms-flex-pack: center;
      -webkit-box-align: center;
      box-align: center;
      -webkit-align-items: center;
      align-items: center;
      -ms-flex-align: center; }
    .guuru-chat .prompt-rating .title {
      text-align: center;
      font-weight: normal;
      font-size: 12px; }
      .guuru-chat .prompt-rating .title i {
        color: #2196F3;
        margin-left: 4px;
        font-style: normal; }
    .guuru-chat .prompt-rating .spinner {
      margin-top: 12px;
      display: none; }
    .guuru-chat .prompt-rating .spinner.loading-button {
      display: block; }
  .guuru-chat .chat-finding-expert {
    margin-top: 20px;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-flex-align: center; }
    .guuru-chat .chat-finding-expert h5 {
      margin: 0;
      margin-bottom: 12px;
      font-size: 22px;
      text-align: center; }
    .guuru-chat .chat-finding-expert p {
      margin: 0px 0 30px 0;
      font-size: 15px;
      text-align: center; }
    .guuru-chat .chat-finding-expert p.wait {
      color: #2196F3;
      margin-top: 20px;
      cursor: pointer; }
    .guuru-chat .chat-finding-expert .wait p strong {
      font-weight: 400;
      color: #2196F3; }
  .guuru-chat .chat-exit {
    position: relative;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 40px;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-flex-align: center; }
    .guuru-chat .chat-exit .no-margin p {
      margin: 0; }
    .guuru-chat .chat-exit .become-guuru {
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      box-orient: vertical;
      -webkit-box-direction: normal;
      box-direction: normal;
      -webkit-flex-direction: column;
      flex-direction: column;
      -ms-flex-direction: column;
      -webkit-box-pack: center;
      box-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -ms-flex-pack: center;
      -webkit-box-align: center;
      box-align: center;
      -webkit-align-items: center;
      align-items: center;
      -ms-flex-align: center;
      position: relative;
      border-radius: 10px;
      background-color: #E9F1F5;
      color: #212121;
      box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2); }
      .guuru-chat .chat-exit .become-guuru .content {
        display: -webkit-box;
        display: -moz-box;
        display: box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        box-orient: vertical;
        -webkit-box-direction: normal;
        box-direction: normal;
        -webkit-flex-direction: column;
        flex-direction: column;
        -ms-flex-direction: column;
        -webkit-box-pack: center;
        box-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -ms-flex-pack: center;
        -webkit-box-align: center;
        box-align: center;
        -webkit-align-items: center;
        align-items: center;
        -ms-flex-align: center;
        padding: 10px 20px; }
      .guuru-chat .chat-exit .become-guuru .content.more-padding {
        padding-top: 20px;
        padding-bottom: 25px; }
      .guuru-chat .chat-exit .become-guuru .head {
        width: 100%;
        font-size: 20px;
        font-weight: 700;
        text-align: center; }
      .guuru-chat .chat-exit .become-guuru .text {
        margin: 0px 20px 10px 20px;
        font-size: 15px;
        text-align: center; }
      .guuru-chat .chat-exit .become-guuru .separator {
        width: 100%;
        height: 1px;
        background-color: rgba(0, 0, 0, 0.1); }
      .guuru-chat .chat-exit .become-guuru .stores {
        display: -webkit-box;
        display: -moz-box;
        display: box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        box-orient: horizontal;
        -webkit-box-direction: normal;
        box-direction: normal;
        -webkit-flex-direction: row;
        flex-direction: row;
        -ms-flex-direction: row;
        -webkit-box-pack: center;
        box-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -ms-flex-pack: center;
        -webkit-box-align: center;
        box-align: center;
        -webkit-align-items: center;
        align-items: center;
        -ms-flex-align: center;
        width: 100%; }
      .guuru-chat .chat-exit .become-guuru .app-store {
        width: 150px;
        height: 50px;
        margin: 8px 4px;
        background-position: 50% 50%;
        background-size: contain;
        background-repeat: no-repeat; }
        .guuru-chat .chat-exit .become-guuru .app-store.ios {
          background-image: url(../img/iphone.png); }
        .guuru-chat .chat-exit .become-guuru .app-store.android {
          background-image: url(../img/android.png); }
  .guuru-chat .container-loader {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    width: 70px;
    height: 70px; }
  .guuru-chat h6 {
    font-size: 0.85rem;
    color: #97A2A4; }
  .guuru-chat .chat-info {
    position: relative;
    margin-top: 10px;
    padding: 20px 16px;
    background-color: #FFFFFF;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
    border-color: #C2C2C2;
    border-radius: 10px; }
    .guuru-chat .chat-info .icon-info {
      position: absolute;
      right: -8px;
      top: -8px; }
    .guuru-chat .chat-info .line {
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      box-orient: horizontal;
      -webkit-box-direction: normal;
      box-direction: normal;
      -webkit-flex-direction: row;
      flex-direction: row;
      -ms-flex-direction: row;
      -webkit-box-pack: start;
      box-pack: start;
      -webkit-justify-content: flex-start;
      justify-content: flex-start;
      -ms-flex-pack: start;
      -webkit-box-align: start;
      box-align: start;
      -webkit-align-items: flex-start;
      align-items: flex-start;
      -ms-flex-align: start; }
      .guuru-chat .chat-info .line.created {
        margin-top: 12px; }
      .guuru-chat .chat-info .line .col1 {
        display: -webkit-box;
        display: -moz-box;
        display: box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        box-orient: horizontal;
        -webkit-box-direction: normal;
        box-direction: normal;
        -webkit-flex-direction: row;
        flex-direction: row;
        -ms-flex-direction: row;
        -webkit-box-pack: start;
        box-pack: start;
        -webkit-justify-content: flex-start;
        justify-content: flex-start;
        -ms-flex-pack: start;
        -webkit-box-align: center;
        box-align: center;
        -webkit-align-items: center;
        align-items: center;
        -ms-flex-align: center;
        -webkit-box-flex: 0;
        box-flex: 0;
        -webkit-flex: 0 0 30%;
        flex: 0 0 30%;
        width: 30%; }
      .guuru-chat .chat-info .line .col2 {
        display: -webkit-box;
        display: -moz-box;
        display: box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        box-orient: horizontal;
        -webkit-box-direction: normal;
        box-direction: normal;
        -webkit-flex-direction: row;
        flex-direction: row;
        -ms-flex-direction: row;
        -webkit-box-pack: start;
        box-pack: start;
        -webkit-justify-content: flex-start;
        justify-content: flex-start;
        -ms-flex-pack: start;
        -webkit-box-align: center;
        box-align: center;
        -webkit-align-items: center;
        align-items: center;
        -ms-flex-align: center;
        -webkit-box-flex: 0;
        box-flex: 0;
        -webkit-flex: 0 0 70%;
        flex: 0 0 70%;
        -webkit-box-lines: multiple;
        box-lines: multiple;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        width: 70%; }
      .guuru-chat .chat-info .line .col-center {
        display: -webkit-box;
        display: -moz-box;
        display: box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        box-orient: horizontal;
        -webkit-box-direction: normal;
        box-direction: normal;
        -webkit-flex-direction: row;
        flex-direction: row;
        -ms-flex-direction: row;
        -webkit-box-pack: distribute;
        box-pack: distribute;
        -webkit-justify-content: space-around;
        justify-content: space-around;
        -ms-flex-pack: distribute;
        -webkit-box-align: center;
        box-align: center;
        -webkit-align-items: center;
        align-items: center;
        -ms-flex-align: center;
        width: 100%;
        margin-top: 12px; }
    .guuru-chat .chat-info .status {
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      box-orient: horizontal;
      -webkit-box-direction: normal;
      box-direction: normal;
      -webkit-flex-direction: row;
      flex-direction: row;
      -ms-flex-direction: row;
      -webkit-box-pack: start;
      box-pack: start;
      -webkit-justify-content: flex-start;
      justify-content: flex-start;
      -ms-flex-pack: start;
      -webkit-box-align: center;
      box-align: center;
      -webkit-align-items: center;
      align-items: center;
      -ms-flex-align: center;
      padding: 2px 6px;
      border-radius: 100px;
      background-color: #2196F3;
      color: #FFFFFF;
      margin: 0 4px;
      font-weight: 400;
      font-size: 11px;
      line-height: 13px; }
      .guuru-chat .chat-info .status.open {
        background-color: #d50000; }
      .guuru-chat .chat-info .status.rated {
        background-color: #7ED321; }
      .guuru-chat .chat-info .status.assigned {
        background-color: #F1BD0A; }
      .guuru-chat .chat-info .status i.material-icons {
        font-size: 11px;
        line-height: 13px;
        margin-right: 3px; }
    .guuru-chat .chat-info .price {
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      box-orient: horizontal;
      -webkit-box-direction: normal;
      box-direction: normal;
      -webkit-flex-direction: row;
      flex-direction: row;
      -ms-flex-direction: row;
      -webkit-box-pack: start;
      box-pack: start;
      -webkit-justify-content: flex-start;
      justify-content: flex-start;
      -ms-flex-pack: start;
      -webkit-box-align: center;
      box-align: center;
      -webkit-align-items: center;
      align-items: center;
      -ms-flex-align: center;
      color: #2196F3; }
    .guuru-chat .chat-info .elapsed, .guuru-chat .chat-info span.sub {
      font-size: 12px;
      color: #97A2A4; }
  .guuru-chat .chat-disable {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: row;
    flex-direction: row;
    -ms-flex-direction: row;
    -webkit-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    width: 100%;
    margin-top: 10px; }
  .guuru-chat .chat-messages {
    padding-bottom: 40px;
    padding-top: 10px; }
  .guuru-chat .chat-messages.prelude {
    padding-bottom: 0px;
    margin-bottom: -10px; }
  .guuru-chat ul {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-pack: start;
    box-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: start;
    -webkit-box-align: start;
    box-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -ms-flex-align: start;
    list-style: none;
    padding: 0;
    margin: 0; }
    .guuru-chat ul li {
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      box-orient: horizontal;
      -webkit-box-direction: normal;
      box-direction: normal;
      -webkit-flex-direction: row;
      flex-direction: row;
      -ms-flex-direction: row;
      -webkit-box-pack: start;
      box-pack: start;
      -webkit-justify-content: flex-start;
      justify-content: flex-start;
      -ms-flex-pack: start;
      -webkit-box-align: start;
      box-align: start;
      -webkit-align-items: flex-start;
      align-items: flex-start;
      -ms-flex-align: start;
      margin: 20px 0;
      width: 100%;
      position: relative; }
      .guuru-chat ul li .user {
        margin: 0 0 0 0;
        display: block;
        color: #303030; }
        .guuru-chat ul li .user .image-container {
          position: relative;
          width: 40px;
          height: 40px;
          border-radius: 50%;
          box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
          overflow: hidden;
          background-position: 50% 50%;
          background-size: cover;
          background-image: url(../img/DefaultAvatarGuuru.png);
          background-color: #f3f3f3;
          transform: translateZ(1px); }
        .guuru-chat ul li .user .image {
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          background-position: 50% 50%;
          background-size: cover; }
        .guuru-chat ul li .user .name {
          position: absolute;
          top: -15px;
          left: 44px;
          font-size: 0.8rem;
          color: #97A2A4; }
      .guuru-chat ul li .date {
        position: absolute;
        bottom: -1.4rem;
        font-size: 0.8rem;
        color: #97A2A4; }
      .guuru-chat ul li .message {
        display: block;
        padding: 10px;
        position: relative;
        font-size: 1rem;
        background-color: #E9F1F5;
        color: #212121;
        border-radius: 10px;
        box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
        max-width: 70%; }
        .guuru-chat ul li .message:before {
          content: '';
          position: absolute;
          top: 1px;
          border-top: 10px solid rgba(0, 0, 0, 0.1);
          border-left: 10px solid transparent;
          border-right: 10px solid transparent; }
        .guuru-chat ul li .message:after {
          content: '';
          position: absolute;
          top: 0;
          border-top: 11px solid #E9F1F5;
          border-left: 11px solid transparent;
          border-right: 11px solid transparent; }
        .guuru-chat ul li .message p {
          margin: 0;
          padding: 0;
          transition: all 0.1s;
          -ms-word-break: break-all;
          word-break: break-all;
          word-break: break-word;
          -moz-hyphens: auto;
          -webkit-hyphens: auto;
          hyphens: auto; }
    .guuru-chat ul li.you {
      -webkit-box-pack: end;
      box-pack: end;
      -webkit-justify-content: flex-end;
      justify-content: flex-end;
      -ms-flex-pack: end;
      -webkit-align-self: flex-end;
      align-self: flex-end;
      -ms-flex-item-align: end; }
      .guuru-chat ul li.you .user {
        display: none;
        height: 40px; }
      .guuru-chat ul li.you .date {
        right: 16px; }
      .guuru-chat ul li.you .message {
        background-color: #E9F1F5;
        color: #212121;
        font-weight: normal;
        margin-right: 10px; }
        .guuru-chat ul li.you .message:before {
          margin: 0 -10px 0 0;
          right: 0; }
        .guuru-chat ul li.you .message:after {
          content: '';
          right: 0;
          margin: 0 -9px 0 0;
          border-top-color: #E9F1F5; }
    .guuru-chat ul li.other .user {
      float: left;
      height: 40px; }
    .guuru-chat ul li.other .date {
      left: 55px; }
    .guuru-chat ul li.other .message {
      font-weight: normal;
      background-color: #299BF7;
      color: #FFFFFF;
      margin-left: 10px; }
      .guuru-chat ul li.other .message a {
        color: #bbdefb; }
      .guuru-chat ul li.other .message:before {
        margin: 0 0 0 -10px;
        left: 0; }
      .guuru-chat ul li.other .message:after {
        content: '';
        left: 0;
        margin: 0 0 0 -9px;
        border-top-color: #299BF7; }
    .guuru-chat ul li.other.bot .message {
      background-color: #D5EDFF;
      color: rgba(0, 0, 0, 0.8); }
      .guuru-chat ul li.other.bot .message:after {
        border-top-color: #D5EDFF; }
    .guuru-chat ul li.other + li.other .user .name {
      display: none; }
    .guuru-chat ul li.other + li.other,
    .guuru-chat ul li.you + li.you {
      margin: 10px 0; }

main.guuru-home {
  padding: 16px; }
  main.guuru-home .welcome-pic {
    margin-top: 54px; }
  main.guuru-home .welcome-header {
    font-size: 20px;
    color: #303030; }
  main.guuru-home .welcome-text {
    font-size: 15px;
    color: #97A2A4; }
    main.guuru-home .welcome-text p {
      margin: 6px 0; }
  main.guuru-home .switch-area {
    padding-bottom: 32px; }
    main.guuru-home .switch-area .line {
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      box-orient: horizontal;
      -webkit-box-direction: normal;
      box-direction: normal;
      -webkit-flex-direction: row;
      flex-direction: row;
      -ms-flex-direction: row;
      -webkit-box-pack: start;
      box-pack: start;
      -webkit-justify-content: flex-start;
      justify-content: flex-start;
      -ms-flex-pack: start;
      -webkit-box-align: center;
      box-align: center;
      -webkit-align-items: center;
      align-items: center;
      -ms-flex-align: center; }
      main.guuru-home .switch-area .line .icon {
        width: 32px; }
      main.guuru-home .switch-area .line .switch {
        margin-left: auto; }
  main.guuru-home .chat-item {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-pack: start;
    box-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: start;
    -webkit-box-align: start;
    box-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -ms-flex-align: start;
    position: relative;
    width: 100%;
    padding: 16px;
    background: #FFFFFF;
    border: 1px solid #C2C2C2;
    border-radius: 2px;
    margin-bottom: 20px; }
    main.guuru-home .chat-item .language {
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      box-orient: horizontal;
      -webkit-box-direction: normal;
      box-direction: normal;
      -webkit-flex-direction: row;
      flex-direction: row;
      -ms-flex-direction: row;
      -webkit-box-pack: start;
      box-pack: start;
      -webkit-justify-content: flex-start;
      justify-content: flex-start;
      -ms-flex-pack: start;
      -webkit-box-align: center;
      box-align: center;
      -webkit-align-items: center;
      align-items: center;
      -ms-flex-align: center;
      position: absolute;
      top: 16px;
      right: 16px;
      font-weight: 400;
      font-size: 14px;
      line-height: 18px;
      color: #303030;
      text-transform: uppercase; }
      main.guuru-home .chat-item .language .flag-icon-small {
        margin-right: 4px; }
    main.guuru-home .chat-item .name {
      font-weight: 500;
      font-size: 15px;
      line-height: 15px;
      color: #303030;
      margin-bottom: 5px; }
    main.guuru-home .chat-item .expertise {
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      box-orient: horizontal;
      -webkit-box-direction: normal;
      box-direction: normal;
      -webkit-flex-direction: row;
      flex-direction: row;
      -ms-flex-direction: row;
      -webkit-box-pack: start;
      box-pack: start;
      -webkit-justify-content: flex-start;
      justify-content: flex-start;
      -ms-flex-pack: start;
      -webkit-box-align: start;
      box-align: start;
      -webkit-align-items: flex-start;
      align-items: flex-start;
      -ms-flex-align: start;
      position: relative;
      font-weight: 400;
      font-size: 13px;
      line-height: 13px;
      color: #303030;
      width: 80%;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      margin-bottom: 15px; }
      main.guuru-home .chat-item .expertise .topic, main.guuru-home .chat-item .expertise .cat {
        max-width: 33%; }
      main.guuru-home .chat-item .expertise .cat {
        color: #97A2A4;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis; }
        main.guuru-home .chat-item .expertise .cat:before {
          content: "·";
          margin: 0 4px; }
    main.guuru-home .chat-item .participants, main.guuru-home .chat-item .ip-addresses {
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      box-orient: vertical;
      -webkit-box-direction: normal;
      box-direction: normal;
      -webkit-flex-direction: column;
      flex-direction: column;
      -ms-flex-direction: column;
      -webkit-box-pack: start;
      box-pack: start;
      -webkit-justify-content: flex-start;
      justify-content: flex-start;
      -ms-flex-pack: start;
      -webkit-box-align: start;
      box-align: start;
      -webkit-align-items: flex-start;
      align-items: flex-start;
      -ms-flex-align: start;
      font-size: 13px;
      line-height: 16px; }
      main.guuru-home .chat-item .participants i.material-icons, main.guuru-home .chat-item .ip-addresses i.material-icons {
        font-size: 13px;
        line-height: 16px;
        margin-right: 6px; }
      main.guuru-home .chat-item .participants .sub, main.guuru-home .chat-item .ip-addresses .sub {
        color: #97A2A4;
        margin-left: 4px; }
    main.guuru-home .chat-item.admin .expertise {
      margin-bottom: 10px; }
    main.guuru-home .chat-item.admin.ip-report .expertise {
      width: 100%; }
      main.guuru-home .chat-item.admin.ip-report .expertise .info {
        margin-left: auto;
        font-size: 13px;
        line-height: 13px; }
    main.guuru-home .chat-item.admin.ip-report .info.status {
      position: absolute;
      top: -10px;
      right: -8px; }
    main.guuru-home .chat-item.admin.ip-report .split {
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      box-orient: horizontal;
      -webkit-box-direction: normal;
      box-direction: normal;
      -webkit-flex-direction: row;
      flex-direction: row;
      -ms-flex-direction: row;
      -webkit-box-pack: center;
      box-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -ms-flex-pack: center;
      -webkit-box-align: center;
      box-align: center;
      -webkit-align-items: center;
      align-items: center;
      -ms-flex-align: center;
      width: 100%; }
      main.guuru-home .chat-item.admin.ip-report .split .left {
        position: relative;
        height: 100%;
        display: -webkit-box;
        display: -moz-box;
        display: box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        box-orient: vertical;
        -webkit-box-direction: normal;
        box-direction: normal;
        -webkit-flex-direction: column;
        flex-direction: column;
        -ms-flex-direction: column;
        -webkit-box-pack: center;
        box-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -ms-flex-pack: center;
        -webkit-box-align: center;
        box-align: center;
        -webkit-align-items: center;
        align-items: center;
        -ms-flex-align: center;
        width: 33%; }
        main.guuru-home .chat-item.admin.ip-report .split .left .number {
          font-size: 32px; }
        main.guuru-home .chat-item.admin.ip-report .split .left .text {
          font-size: 12px;
          color: #97A2A4; }
        main.guuru-home .chat-item.admin.ip-report .split .left:after {
          content: " ";
          position: absolute;
          right: 0;
          top: 10px;
          bottom: 10px;
          width: 1px;
          background: #C2C2C2; }
      main.guuru-home .chat-item.admin.ip-report .split .right {
        width: 77%;
        padding-left: 20px; }
    main.guuru-home .chat-item .question {
      font-weight: 400;
      font-size: 15px;
      line-height: 21px;
      color: #303030;
      margin-bottom: 20px; }
    main.guuru-home .chat-item.admin .question {
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      width: 80%;
      margin-bottom: 10px;
      font-size: 13px;
      line-height: auto; }
    main.guuru-home .chat-item .line {
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      box-orient: horizontal;
      -webkit-box-direction: normal;
      box-direction: normal;
      -webkit-flex-direction: row;
      flex-direction: row;
      -ms-flex-direction: row;
      -webkit-box-pack: start;
      box-pack: start;
      -webkit-justify-content: flex-start;
      justify-content: flex-start;
      -ms-flex-pack: start;
      -webkit-box-align: center;
      box-align: center;
      -webkit-align-items: center;
      align-items: center;
      -ms-flex-align: center;
      width: 100%; }
      main.guuru-home .chat-item .line.buttons {
        margin-top: 15px; }
    main.guuru-home .chat-item.admin .line {
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      box-orient: horizontal;
      -webkit-box-direction: normal;
      box-direction: normal;
      -webkit-flex-direction: row;
      flex-direction: row;
      -ms-flex-direction: row;
      -webkit-box-pack: justify;
      box-pack: justify;
      -webkit-justify-content: space-between;
      justify-content: space-between;
      -ms-flex-pack: justify;
      -webkit-box-align: center;
      box-align: center;
      -webkit-align-items: center;
      align-items: center;
      -ms-flex-align: center; }
    main.guuru-home .chat-item .btn {
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      box-orient: horizontal;
      -webkit-box-direction: normal;
      box-direction: normal;
      -webkit-flex-direction: row;
      flex-direction: row;
      -ms-flex-direction: row;
      -webkit-box-pack: center;
      box-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -ms-flex-pack: center;
      -webkit-box-align: center;
      box-align: center;
      -webkit-align-items: center;
      align-items: center;
      -ms-flex-align: center;
      -webkit-box-flex: 1;
      box-flex: 1;
      -webkit-flex: 1 1 100%;
      flex: 1 1 100%;
      width: auto;
      height: 35px;
      margin-right: 16px;
      padding: 0;
      font-weight: bold; }
      main.guuru-home .chat-item .btn:last-child {
        margin-right: 0px; }
      main.guuru-home .chat-item .btn.btn-accept .preloader-wrapper, main.guuru-home .chat-item .btn.btn-decline .preloader-wrapper {
        display: none;
        margin-left: 10px; }
        main.guuru-home .chat-item .btn.btn-accept .preloader-wrapper.active, main.guuru-home .chat-item .btn.btn-decline .preloader-wrapper.active {
          display: block; }
      main.guuru-home .chat-item .btn.btn-accept {
        background: #2196F3; }
      main.guuru-home .chat-item .btn.btn-decline {
        background: #97A2A4; }
      main.guuru-home .chat-item .btn.flat {
        background: transparent; }
    main.guuru-home .chat-item .info {
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      box-orient: horizontal;
      -webkit-box-direction: normal;
      box-direction: normal;
      -webkit-flex-direction: row;
      flex-direction: row;
      -ms-flex-direction: row;
      -webkit-box-pack: start;
      box-pack: start;
      -webkit-justify-content: flex-start;
      justify-content: flex-start;
      -ms-flex-pack: start;
      -webkit-box-align: center;
      box-align: center;
      -webkit-align-items: center;
      align-items: center;
      -ms-flex-align: center;
      -webkit-box-flex: 1;
      box-flex: 1;
      -webkit-flex: 1 1 100%;
      flex: 1 1 100%;
      font-size: 12px;
      font-weight: 400;
      text-transform: uppercase; }
      main.guuru-home .chat-item .info.price {
        color: #2196F3; }
      main.guuru-home .chat-item .info.time {
        color: #d50000;
        -webkit-box-pack: end;
        box-pack: end;
        -webkit-justify-content: flex-end;
        justify-content: flex-end;
        -ms-flex-pack: end; }
      main.guuru-home .chat-item .info i.material-icons {
        font-size: 18px; }
      main.guuru-home .chat-item .info .big, main.guuru-home .chat-item .info .small {
        margin-left: 5px;
        margin-right: 5px; }
      main.guuru-home .chat-item .info .big {
        font-size: 17px;
        font-weight: 500; }
      main.guuru-home .chat-item .info .small {
        font-size: 13px;
        font-weight: 500; }
    main.guuru-home .chat-item.admin .info {
      -webkit-box-flex: 0;
      box-flex: 0;
      -webkit-flex: 0 0 auto;
      flex: 0 0 auto;
      -webkit-box-pack: center;
      box-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -ms-flex-pack: center; }
      main.guuru-home .chat-item.admin .info .big, main.guuru-home .chat-item.admin .info .small {
        margin: 0; }
    main.guuru-home .chat-item.admin .info.status {
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      box-orient: horizontal;
      -webkit-box-direction: normal;
      box-direction: normal;
      -webkit-flex-direction: row;
      flex-direction: row;
      -ms-flex-direction: row;
      -webkit-box-pack: start;
      box-pack: start;
      -webkit-justify-content: flex-start;
      justify-content: flex-start;
      -ms-flex-pack: start;
      -webkit-box-align: center;
      box-align: center;
      -webkit-align-items: center;
      align-items: center;
      -ms-flex-align: center;
      padding: 2px 6px;
      border-radius: 100px;
      background-color: #2196F3;
      color: #FFFFFF;
      font-weight: 400;
      font-size: 11px;
      line-height: 13px; }
      main.guuru-home .chat-item.admin .info.status.open {
        background-color: #d50000; }
      main.guuru-home .chat-item.admin .info.status.rated {
        background-color: #7ED321; }
      main.guuru-home .chat-item.admin .info.status.assigned {
        background-color: #F1BD0A; }
  main.guuru-home .centered-spinner {
    width: 100%;
    margin: 50px 0;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: row;
    flex-direction: row;
    -ms-flex-direction: row;
    -webkit-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-flex-align: center; }

.fallback.admin, .fallback.admin-mode {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: row;
  flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  width: 100%;
  height: 120px; }

.chat-item-separator {
  margin-top: 20px;
  margin-bottom: 6px;
  font-size: 16px;
  font-weight: bold; }

.spinner-dots {
  text-align: center; }

.spinner-dots > div {
  width: 7px;
  height: 7px;
  margin: 0 1px;
  background-color: #97A2A4;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both; }

.spinner-dots .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s; }

.spinner-dots .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s; }

@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0); }
  40% {
    -webkit-transform: scale(1); } }

@keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

section.languages {
  margin-top: 30px;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: row;
  flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-align: center; }
  section.languages .entry {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%; }
    section.languages .entry.deselected {
      -webkit-filter: grayscale(100%);
      filter: grayscale(100%);
      opacity: 0.3; }
    section.languages .entry .key {
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      box-orient: horizontal;
      -webkit-box-direction: normal;
      box-direction: normal;
      -webkit-flex-direction: row;
      flex-direction: row;
      -ms-flex-direction: row;
      -webkit-box-pack: center;
      box-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -ms-flex-pack: center;
      -webkit-box-align: center;
      box-align: center;
      -webkit-align-items: center;
      align-items: center;
      -ms-flex-align: center;
      background-color: #2196F3;
      color: #FFFFFF;
      width: 100%;
      height: 30px; }
    section.languages .entry .count {
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      box-orient: horizontal;
      -webkit-box-direction: normal;
      box-direction: normal;
      -webkit-flex-direction: row;
      flex-direction: row;
      -ms-flex-direction: row;
      -webkit-box-pack: center;
      box-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -ms-flex-pack: center;
      -webkit-box-align: center;
      box-align: center;
      -webkit-align-items: center;
      align-items: center;
      -ms-flex-align: center;
      width: 100%;
      height: 30px;
      border-right: 1px solid #2196F3;
      border-bottom: 1px solid #2196F3;
      box-sizing: border-box; }
    section.languages .entry:first-child .count {
      border-left: 1px solid #2196F3; }

section.settings {
  margin-top: 30px;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  box-orient: vertical;
  -webkit-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-align: center; }
  section.settings .entry {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: row;
    flex-direction: row;
    -ms-flex-direction: row;
    -webkit-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    width: 100%; }
    section.settings .entry.deselected {
      -webkit-filter: grayscale(100%);
      filter: grayscale(100%);
      opacity: 0.3; }
    section.settings .entry .key {
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      box-orient: vertical;
      -webkit-box-direction: normal;
      box-direction: normal;
      -webkit-flex-direction: column;
      flex-direction: column;
      -ms-flex-direction: column;
      -webkit-box-pack: center;
      box-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -ms-flex-pack: center;
      -webkit-box-align: start;
      box-align: start;
      -webkit-align-items: flex-start;
      align-items: flex-start;
      -ms-flex-align: start;
      -webkit-box-flex: 1;
      box-flex: 1;
      -webkit-flex: 1 1 100%;
      flex: 1 1 100%;
      background-color: #2196F3;
      color: #FFFFFF;
      width: 100%;
      height: 30px;
      padding: 0 10px; }
    section.settings .entry .count {
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      box-orient: vertical;
      -webkit-box-direction: normal;
      box-direction: normal;
      -webkit-flex-direction: column;
      flex-direction: column;
      -ms-flex-direction: column;
      -webkit-box-pack: center;
      box-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -ms-flex-pack: center;
      -webkit-box-align: start;
      box-align: start;
      -webkit-align-items: flex-start;
      align-items: flex-start;
      -ms-flex-align: start;
      -webkit-box-flex: 0;
      box-flex: 0;
      -webkit-flex: 0 0 60px;
      flex: 0 0 60px;
      width: 100%;
      height: 30px;
      padding: 0 10px;
      border-right: 1px solid #2196F3;
      border-bottom: 1px solid #2196F3;
      box-sizing: border-box; }
    section.settings .entry:first-child .count {
      border-top: 1px solid #2196F3; }

section.times {
  margin-top: 30px;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: row;
  flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-align: center; }
  section.times .entry {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    width: 100%; }
    section.times .entry.deselected {
      -webkit-filter: grayscale(100%);
      filter: grayscale(100%);
      opacity: 0.3; }
    section.times .entry .key {
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      box-orient: horizontal;
      -webkit-box-direction: normal;
      box-direction: normal;
      -webkit-flex-direction: row;
      flex-direction: row;
      -ms-flex-direction: row;
      -webkit-box-pack: center;
      box-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -ms-flex-pack: center;
      -webkit-box-align: center;
      box-align: center;
      -webkit-align-items: center;
      align-items: center;
      -ms-flex-align: center;
      background-color: #2196F3;
      color: #FFFFFF;
      width: 100%;
      -webkit-box-flex: 0;
      box-flex: 0;
      -webkit-flex: 0 0 50px;
      flex: 0 0 50px;
      height: 50px;
      padding: 0 10px; }
    section.times .entry .count {
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      box-orient: horizontal;
      -webkit-box-direction: normal;
      box-direction: normal;
      -webkit-flex-direction: row;
      flex-direction: row;
      -ms-flex-direction: row;
      -webkit-box-pack: center;
      box-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -ms-flex-pack: center;
      -webkit-box-align: center;
      box-align: center;
      -webkit-align-items: center;
      align-items: center;
      -ms-flex-align: center;
      width: 100%;
      -webkit-box-flex: 0;
      box-flex: 0;
      -webkit-flex: 0 0 30px;
      flex: 0 0 30px;
      height: 30px;
      padding: 0 10px;
      border-right: 1px solid #2196F3;
      border-bottom: 1px solid #2196F3;
      box-sizing: border-box; }
    section.times .entry:first-child .count {
      border-left: 1px solid #2196F3; }

.overview-users {
  margin-top: 30px; }

.user-list {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  box-orient: vertical;
  -webkit-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  position: relative;
  width: 100%;
  border: 1px solid #C2C2C2; }

.user-item {
  width: 100%;
  border-bottom: 1px solid #C2C2C2;
  padding: 10px;
  position: relative; }
  .user-item .title {
    font-weight: bold;
    font-size: 15px; }
  .user-item .line {
    font-weight: normal;
    font-size: 12px;
    color: #97A2A4; }
  .user-item .admin {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 10px;
    color: #FFFFFF;
    padding: 2px 4px;
    border-radius: 10px;
    background-color: #2196F3; }
  .user-item .lastOnline {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 10px;
    color: #FFFFFF;
    padding: 2px 4px;
    border-radius: 10px;
    background-color: #2196F3; }

.billing-overall {
  background: #FFFFFF;
  padding: 10px 0px; }
  .billing-overall.more-padding {
    padding: 10px 10px; }
  .billing-overall .line {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: row;
    flex-direction: row;
    -ms-flex-direction: row;
    -webkit-box-pack: start;
    box-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: start;
    -webkit-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-flex-align: center; }
  .billing-overall .total {
    font-size: 20px; }
  .billing-overall .period {
    font-size: 16px;
    margin-bottom: 4px;
    font-weight: bold; }
  .billing-overall .entry {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-box-align: start;
    box-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -ms-flex-align: start;
    -webkit-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    width: 100%; }
    .billing-overall .entry.rating {
      -webkit-box-align: end;
      box-align: end;
      -webkit-align-items: flex-end;
      align-items: flex-end;
      -ms-flex-align: end; }

.billing-details {
  border: 1px solid #C2C2C2;
  border-radius: 4px;
  overflow: hidden; }
  .billing-details .billing-header {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: row;
    flex-direction: row;
    -ms-flex-direction: row;
    -webkit-box-pack: start;
    box-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: start;
    -webkit-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    background-color: #2196F3;
    color: #FFFFFF;
    padding: 0 4px;
    height: 35px; }
  .billing-details .billing-item {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: row;
    flex-direction: row;
    -ms-flex-direction: row;
    -webkit-box-pack: start;
    box-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: start;
    -webkit-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    background-color: #FFFFFF;
    padding: 0 4px;
    height: 35px; }
    .billing-details .billing-item.is-admin {
      text-decoration: line-through; }
  .billing-details .email {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: row;
    flex-direction: row;
    -ms-flex-direction: row;
    -webkit-box-pack: start;
    box-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: start;
    -webkit-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 0 60%;
    flex: 0 0 60%;
    width: 60%;
    height: 100%; }
  .billing-details .stats {
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: row;
    flex-direction: row;
    -ms-flex-direction: row;
    -webkit-box-pack: start;
    box-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: start;
    -webkit-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 0 40%;
    flex: 0 0 40%;
    width: 40%;
    height: 100%; }
    .billing-details .stats .total {
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      box-orient: horizontal;
      -webkit-box-direction: normal;
      box-direction: normal;
      -webkit-flex-direction: row;
      flex-direction: row;
      -ms-flex-direction: row;
      -webkit-box-pack: center;
      box-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -ms-flex-pack: center;
      -webkit-box-align: center;
      box-align: center;
      -webkit-align-items: center;
      align-items: center;
      -ms-flex-align: center;
      -webkit-box-flex: 0;
      box-flex: 0;
      -webkit-flex: 0 0 30%;
      flex: 0 0 30%;
      width: 30%;
      height: 100%;
      padding: 0 4px;
      border-left: 1px solid #C2C2C2; }
      .billing-details .stats .total .material-icons {
        font-size: 16px;
        line-height: 16px; }
  .billing-details.per-expert {
    border: none;
    border-radius: 0; }
    .billing-details.per-expert .billing-header, .billing-details.per-expert .billing-item {
      padding: 0;
      width: 96%;
      margin-left: 2%; }
    .billing-details.per-expert .billing-item {
      border-bottom: 1px solid #C2C2C2; }
    .billing-details.per-expert .stats {
      -webkit-box-flex: 0;
      box-flex: 0;
      -webkit-flex: 0 0 100%;
      flex: 0 0 100%;
      width: 100%;
      border-right: 1px solid #C2C2C2; }
      .billing-details.per-expert .stats .total {
        -webkit-box-flex: 1;
        box-flex: 1;
        -webkit-flex: 1 1 30%;
        flex: 1 1 30%;
        width: 30%; }
    .billing-details.per-expert .billing-overall {
      background-color: transparent;
      margin-top: 10px; }
  .billing-details .admin {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 10px;
    color: #FFFFFF;
    padding: 2px 4px;
    border-radius: 10px;
    background-color: #2196F3; }

.admin.expert-detail .title .name {
  display: inline;
  font-size: 16px; }

.admin.expert-detail .title {
  position: relative;
  padding: 10px;
  background-color: #FFFFFF;
  border-bottom: 1px solid #C2C2C2; }
  .admin.expert-detail .title .user-id {
    font-size: 12px;
    color: #97A2A4; }
  .admin.expert-detail .title .profile-pic {
    position: absolute;
    top: 10px;
    right: 10px;
    border-radius: 100%;
    width: 40px;
    height: 40px;
    overflow: hidden;
    border: solid 1px #C2C2C2;
    background-color: #FFFFFF;
    background-position: 50% 50%;
    background-size: cover; }
  .admin.expert-detail .title .languages {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: row;
    flex-direction: row;
    -ms-flex-direction: row;
    -webkit-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    position: absolute;
    bottom: 10px;
    right: 10px; }
    .admin.expert-detail .title .languages .flag-icon-small {
      margin: 0 2px; }
  .admin.expert-detail .title .admin, .admin.expert-detail .title .disabled {
    font-size: 10px;
    color: #FFFFFF;
    padding: 2px 4px;
    border-radius: 20px;
    margin: 0 2px; }
  .admin.expert-detail .title .admin {
    background-color: #2196F3; }
  .admin.expert-detail .title .disabled {
    background-color: #D73E50; }

.admin.expert-detail section {
  margin: 10px; }

.admin.expert-detail .section-title {
  font-size: 14px;
  color: #97A2A4;
  font-style: italic; }

.admin.expert-detail .entries {
  border: 1px solid #C2C2C2;
  border-bottom: none;
  background-color: #FFFFFF; }
  .admin.expert-detail .entries.horizontal {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: row;
    flex-direction: row;
    -ms-flex-direction: row;
    -webkit-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-flex-align: center; }
  .admin.expert-detail .entries.horizontal .entry {
    -webkit-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%; }

.admin.expert-detail .entry {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: row;
  flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-pack: justify;
  box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify;
  -webkit-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  padding: 10px;
  border-bottom: 1px solid #C2C2C2;
  cursor: pointer; }
  .admin.expert-detail .entry .tag {
    padding: 3px 10px 3px 10px;
    border-radius: 100px;
    font-size: 10px;
    color: #ffffff;
    text-transform: uppercase;
    -webkit-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto; }
    .admin.expert-detail .entry .tag.active {
      background-color: #7ed321; }
    .admin.expert-detail .entry .tag.waiting {
      background-color: #ffa353; }
    .admin.expert-detail .entry .tag.coming {
      background-color: #97a2a4; }
    @media only screen and (max-device-width: 321px) and (orientation: portrait) {
      .admin.expert-detail .entry .tag {
        font-size: 10px;
        padding: 2px 10px; } }

.admin.expert-detail .billing-line {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: row;
  flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-align: center; }
  .admin.expert-detail .billing-line i.material-icons {
    font-size: 16px;
    color: #97A2A4;
    margin-right: 4px; }
  .admin.expert-detail .billing-line .item {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: row;
    flex-direction: row;
    -ms-flex-direction: row;
    -webkit-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    padding: 0 10px;
    border-right: 1px solid #C2C2C2; }

.admin.expert-detail .edit section {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: row;
  flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-pack: distribute;
  box-pack: distribute;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -ms-flex-pack: distribute;
  -webkit-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  margin-top: 30px; }

.dashboard {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  box-orient: vertical;
  -webkit-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-pack: start;
  box-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: start;
  -webkit-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-align: center; }
  .dashboard .entry {
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: row;
    flex-direction: row;
    -ms-flex-direction: row;
    -webkit-box-pack: justify;
    box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify;
    -webkit-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    width: 100%;
    height: 120px;
    background-color: #2196F3;
    margin: 10px 0;
    padding: 0 40px; }
  .dashboard .icon {
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-box-align: start;
    box-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -ms-flex-align: start;
    -webkit-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 0 30%;
    flex: 0 0 30%;
    height: 100%; }
    .dashboard .icon i.material-icons {
      color: #FFFFFF;
      font-size: 40px; }
  .dashboard .text {
    position: relative;
    padding: 20px;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-pack: distribute;
    box-pack: distribute;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    -ms-flex-pack: distribute;
    -webkit-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    color: #FFFFFF; }
    .dashboard .text .num {
      width: 100%;
      text-align: center;
      font-size: 32px;
      line-height: 32px; }
    .dashboard .text .desc {
      font-size: 12px;
      width: 100%;
      text-align: center; }

/**********************************************************************
 * flag icons
 *  used 64x64 pixel flat flag-icons from GoSquared (http://www.gosquared.com/)
 *  created below code & sprite map (flags.png) with http://spritegen.website-performance.org/
 */
.flag-icon, .flag-icon-small {
  background: url(../img/flags.png) no-repeat top left; }

/*

.flag-icon {
  width:  $flag-size;
  height: $flag-size;
  line-height: $flag-size;
  @include flex(0 0 $flag-size);

  background-size: 312px 1047px;

  // note: brackets () needed to avoid confusion with a computation with libsass
  &.ad{ background-position: 0 0; }
  &.ae{ background-position: 0 -35px; }
  &.af{ background-position: 0 -70px; }
  &.ag{ background-position: 0 -105px; }
  &.ai{ background-position: 0 -140px; }
  &.al{ background-position: 0 -175px; }
  &.am{ background-position: 0 -210px; }
  &.an{ background-position: 0 -245px; }
  &.ao{ background-position: 0 -280px; }
  &.aq{ background-position: 0 -315px; }
  &.ar{ background-position: 0 -350px; }
  &.as{ background-position: 0 -385px; }
  &.at{ background-position: 0 -420px; }
  &.au{ background-position: 0 -455px; }
  &.aw{ background-position: 0 -490px; }
  &.ax{ background-position: 0 -525px; }
  &.az{ background-position: 0 -560px; }
  &.ba{ background-position: 0 -595px; }
  &.bb{ background-position: 0 -630px; }
  &.bd{ background-position: 0 -665px; }
  &.be{ background-position: 0 -700px; }
  &.bf{ background-position: 0 -735px; }
  &.bg{ background-position: 0 -770px; }
  &.bh{ background-position: 0 -805px; }
  &.bi{ background-position: 0 -840px; }
  &.bj{ background-position: 0 -875px; }
  &.bl{ background-position: 0 -910px; }
  &.bm{ background-position: 0 -945px; }
  &.bn{ background-position: 0 -980px; }
  &.bo{ background-position: -35px 0; }
  &.br{ background-position: -35px (-35px); }
  &.bs{ background-position: -35px (-70px); }
  &.bt{ background-position: -35px (-105px); }
  &.bw{ background-position: -35px (-140px); }
  &.by{ background-position: -35px (-175px); }
  &.bz{ background-position: -35px (-210px); }
  &.ca{ background-position: -35px (-245px); }
  &.cc{ background-position: -35px (-280px); }
  &.cd{ background-position: -35px (-315px); }
  &.cf{ background-position: -35px (-350px); }
  &.cg{ background-position: -35px (-385px); }
  &.ch{ background-position: -35px (-420px); }
  &.ci{ background-position: -35px (-455px); }
  &.ck{ background-position: -35px (-490px); }
  &.cl{ background-position: -35px (-525px); }
  &.cm{ background-position: -35px (-560px); }
  &.cn{ background-position: -35px (-595px); }
  &.co{ background-position: -35px (-630px); }
  &.cr{ background-position: -35px (-665px); }
  &.cu{ background-position: -35px (-700px); }
  &.cv{ background-position: -35px (-735px); }
  &.cw{ background-position: -35px (-770px); }
  &.cx{ background-position: -35px (-805px); }
  &.cy{ background-position: -35px (-840px); }
  &.cz{ background-position: -35px (-875px); }
  &.de{ background-position: -35px (-910px); }
  &.dj{ background-position: -35px (-945px); }
  &.dk{ background-position: -35px (-980px); }
  &.dm{ background-position: -70px 0; }
  &.do{ background-position: -70px (-35px); }
  &.dz{ background-position: -70px (-70px); }
  &.ec{ background-position: -70px (-105px); }
  &.ee{ background-position: -70px (-140px); }
  &.eg{ background-position: -70px (-175px); }
  &.eh{ background-position: -70px (-210px); }
  &.er{ background-position: -70px (-245px); }
  &.es{ background-position: -70px (-280px); }
  &.et{ background-position: -70px (-315px); }
  &.eu{ background-position: -70px (-350px); }
  &.fi{ background-position: -70px (-385px); }
  &.fj{ background-position: -70px (-420px); }
  &.fk{ background-position: -70px (-455px); }
  &.fm{ background-position: -70px (-490px); }
  &.fo{ background-position: -70px (-525px); }
  &.fr{ background-position: -70px (-560px); }
  &.ga{ background-position: -70px (-595px); }
  &.gb{ background-position: -70px (-630px); }
  &.gd{ background-position: -70px (-665px); }
  &.ge{ background-position: -70px (-700px); }
  &.gg{ background-position: -70px (-735px); }
  &.gh{ background-position: -70px (-770px); }
  &.gi{ background-position: -70px (-805px); }
  &.gl{ background-position: -70px (-840px); }
  &.gm{ background-position: -70px (-875px); }
  &.gn{ background-position: -70px (-910px); }
  &.gq{ background-position: -70px (-945px); }
  &.gr{ background-position: -70px (-980px); }
  &.gs{ background-position: -105px 0; }
  &.gt{ background-position: -105px (-35px); }
  &.gu{ background-position: -105px (-70px); }
  &.gw{ background-position: -105px (-105px); }
  &.gy{ background-position: -105px (-140px); }
  &.hk{ background-position: -105px (-175px); }
  &.hn{ background-position: -105px (-210px); }
  &.hr{ background-position: -105px (-245px); }
  &.ht{ background-position: -105px (-280px); }
  &.hu{ background-position: -105px (-315px); }
  &.ic{ background-position: -105px (-350px); }
  &.id{ background-position: -105px (-385px); }
  &.ie{ background-position: -105px (-420px); }
  &.il{ background-position: -105px (-455px); }
  &.im{ background-position: -105px (-490px); }
  &.in{ background-position: -105px (-525px); }
  &.iq{ background-position: -105px (-560px); }
  &.ir{ background-position: -105px (-595px); }
  &.is{ background-position: -105px (-630px); }
  &.it{ background-position: -105px (-665px); }
  &.je{ background-position: -105px (-700px); }
  &.jm{ background-position: -105px (-735px); }
  &.jo{ background-position: -105px (-770px); }
  &.jp{ background-position: -105px (-805px); }
  &.ke{ background-position: -105px (-840px); }
  &.kg{ background-position: -105px (-875px); }
  &.kh{ background-position: -105px (-910px); }
  &.ki{ background-position: -105px (-945px); }
  &.km{ background-position: -105px (-980px); }
  &.kn{ background-position: -140px 0; }
  &.kp{ background-position: -140px (-35px); }
  &.kr{ background-position: -140px (-70px); }
  &.kw{ background-position: -140px (-105px); }
  &.ky{ background-position: -140px (-140px); }
  &.kz{ background-position: -140px (-175px); }
  &.la{ background-position: -140px (-210px); }
  &.lb{ background-position: -140px (-245px); }
  &.lc{ background-position: -140px (-280px); }
  &.li{ background-position: -140px (-315px); }
  &.lk{ background-position: -140px (-350px); }
  &.lr{ background-position: -140px (-385px); }
  &.ls{ background-position: -140px (-420px); }
  &.lt{ background-position: -140px (-455px); }
  &.lu{ background-position: -140px (-490px); }
  &.lv{ background-position: -140px (-525px); }
  &.ly{ background-position: -140px (-560px); }
  &.ma{ background-position: -140px (-595px); }
  &.mc{ background-position: -140px (-630px); }
  &.md{ background-position: -140px (-665px); }
  &.me{ background-position: -140px (-700px); }
  &.mf{ background-position: -140px (-735px); }
  &.mg{ background-position: -140px (-770px); }
  &.mh{ background-position: -140px (-805px); }
  &.mk{ background-position: -140px (-840px); }
  &.ml{ background-position: -140px (-875px); }
  &.mm{ background-position: -140px (-910px); }
  &.mn{ background-position: -140px (-945px); }
  &.mo{ background-position: -140px (-980px); }
  &.mp{ background-position: -175px 0; }
  &.mq{ background-position: -175px (-35px); }
  &.mr{ background-position: -175px (-70px); }
  &.ms{ background-position: -175px (-105px); }
  &.mt{ background-position: -175px (-140px); }
  &.mu{ background-position: -175px (-175px); }
  &.mv{ background-position: -175px (-210px); }
  &.mw{ background-position: -175px (-245px); }
  &.mx{ background-position: -175px (-280px); }
  &.my{ background-position: -175px (-315px); }
  &.mz{ background-position: -175px (-350px); }
  &.na{ background-position: -175px (-385px); }
  &.nc{ background-position: -175px (-420px); }
  &.ne{ background-position: -175px (-455px); }
  &.nf{ background-position: -175px (-490px); }
  &.ng{ background-position: -175px (-525px); }
  &.ni{ background-position: -175px (-560px); }
  &.nl{ background-position: -175px (-595px); }
  &.no{ background-position: -175px (-630px); }
  &.np{ background-position: -175px (-665px); }
  &.nr{ background-position: -175px (-700px); }
  &.nu{ background-position: -175px (-735px); }
  &.nz{ background-position: -175px (-770px); }
  &.om{ background-position: -175px (-805px); }
  &.pa{ background-position: -175px (-840px); }
  &.pe{ background-position: -175px (-875px); }
  &.pf{ background-position: -175px (-910px); }
  &.pg{ background-position: -175px (-945px); }
  &.ph{ background-position: -175px (-980px); }
  &.pk{ background-position: -210px 0; }
  &.pl{ background-position: -210px (-35px); }
  &.pn{ background-position: -210px (-70px); }
  &.pr{ background-position: -210px (-105px); }
  &.ps{ background-position: -210px (-140px); }
  &.pt{ background-position: -210px (-175px); }
  &.pw{ background-position: -210px (-210px); }
  &.py{ background-position: -210px (-245px); }
  &.qa{ background-position: -210px (-280px); }
  &.ro{ background-position: -210px (-315px); }
  &.rs{ background-position: -210px (-350px); }
  &.ru{ background-position: -210px (-385px); }
  &.rw{ background-position: -210px (-420px); }
  &.sa{ background-position: -210px (-455px); }
  &.sb{ background-position: -210px (-490px); }
  &.sc{ background-position: -210px (-525px); }
  &.sd{ background-position: -210px (-560px); }
  &.se{ background-position: -210px (-595px); }
  &.sg{ background-position: -210px (-630px); }
  &.sh{ background-position: -210px (-665px); }
  &.si{ background-position: -210px (-700px); }
  &.sk{ background-position: -210px (-735px); }
  &.sl{ background-position: -210px (-770px); }
  &.sm{ background-position: -210px (-805px); }
  &.sn{ background-position: -210px (-840px); }
  &.so{ background-position: -210px (-875px); }
  &.sr{ background-position: -210px (-910px); }
  &.ss{ background-position: -210px (-945px); }
  &.st{ background-position: -210px (-980px); }
  &.sv{ background-position: -245px 0; }
  &.sy{ background-position: -245px (-35px); }
  &.sz{ background-position: -245px (-70px); }
  &.tc{ background-position: -245px (-105px); }
  &.td{ background-position: -245px (-140px); }
  &.tf{ background-position: -245px (-175px); }
  &.tg{ background-position: -245px (-210px); }
  &.th{ background-position: -245px (-245px); }
  &.tj{ background-position: -245px (-280px); }
  &.tk{ background-position: -245px (-315px); }
  &.tl{ background-position: -245px (-350px); }
  &.tm{ background-position: -245px (-385px); }
  &.tn{ background-position: -245px (-420px); }
  &.to{ background-position: -245px (-455px); }
  &.tr{ background-position: -245px (-490px); }
  &.tt{ background-position: -245px (-525px); }
  &.tv{ background-position: -245px (-560px); }
  &.tw{ background-position: -245px (-595px); }
  &.tz{ background-position: -245px (-630px); }
  &.ua{ background-position: -245px (-665px); }
  &.ug{ background-position: -245px (-700px); }
  &.us{ background-position: -245px (-735px); }
  &.uy{ background-position: -245px (-770px); }
  &.uz{ background-position: -245px (-805px); }
  &.va{ background-position: -245px (-840px); }
  &.vc{ background-position: -245px (-875px); }
  &.ve{ background-position: -245px (-910px); }
  &.vg{ background-position: -245px (-945px); }
  &.vi{ background-position: -245px (-980px); }
  &.vn{ background-position: -280px 0; }
  &.vu{ background-position: -280px (-35px); }
  &.wf{ background-position: -280px (-70px); }
  &.ws{ background-position: -280px (-105px); }
  &.ye{ background-position: -280px (-140px); }
  &.yt{ background-position: -280px (-175px); }
  &.za{ background-position: -280px (-210px); }
  &.zm{ background-position: -280px (-245px); }
  &.zw{ background-position: -280px (-280px); }
  &.invalid{ background-position: -280px (-315px); }


}
*/
.flag-icon-small {
  width: 16px;
  height: 16px;
  line-height: 16px;
  -webkit-box-flex: 0;
  box-flex: 0;
  -webkit-flex: 0 0 16px;
  flex: 0 0 16px;
  background-size: 156px 523.5px;
  /*
  // note: brackets () needed to avoid confusion with a computation with libsass
  &.ad{ background-position: 0 0; }
  &.ae{ background-position: 0 -35px; }
  &.af{ background-position: 0 -70px; }
  &.ag{ background-position: 0 -105px; }
  &.ai{ background-position: 0 -140px; }
  &.al{ background-position: 0 -175px; }
  &.am{ background-position: 0 -210px; }
  &.an{ background-position: 0 -245px; }
  &.ao{ background-position: 0 -280px; }
  &.aq{ background-position: 0 -315px; }
  &.ar{ background-position: 0 -350px; }
  &.as{ background-position: 0 -385px; }
  &.at{ background-position: 0 -420px; }
  &.au{ background-position: 0 -455px; }
  &.aw{ background-position: 0 -490px; }
  &.ax{ background-position: 0 -525px; }
  &.az{ background-position: 0 -560px; }
  &.ba{ background-position: 0 -595px; }
  &.bb{ background-position: 0 -630px; }
  &.bd{ background-position: 0 -665px; }
  &.be{ background-position: 0 -700px; }
  &.bf{ background-position: 0 -735px; }
  &.bg{ background-position: 0 -770px; }
  &.bh{ background-position: 0 -805px; }
  &.bi{ background-position: 0 -840px; }
  &.bj{ background-position: 0 -875px; }
  &.bl{ background-position: 0 -910px; }
  &.bm{ background-position: 0 -945px; }
  &.bn{ background-position: 0 -980px; }
  &.bo{ background-position: -35px/2 0; }
  &.br{ background-position: -35px/2 (-35px/2); }
  &.bs{ background-position: -35px/2 (-70px/2); }
  &.bt{ background-position: -35px/2 (-105px/2); }
  &.bw{ background-position: -35px/2 (-140px/2); }
  &.by{ background-position: -35px/2 (-175px/2); }
  &.bz{ background-position: -35px/2 (-210px/2); }
  &.ca{ background-position: -35px/2 (-245px/2); }
  &.cc{ background-position: -35px/2 (-280px/2); }
  &.cd{ background-position: -35px/2 (-315px/2); }
  &.cf{ background-position: -35px/2 (-350px/2); }
  &.cg{ background-position: -35px/2 (-385px/2); }
  &.ch{ background-position: -35px/2 (-420px/2); }
  &.ci{ background-position: -35px/2 (-455px/2); }
  &.ck{ background-position: -35px/2 (-490px/2); }
  &.cl{ background-position: -35px/2 (-525px/2); }
  &.cm{ background-position: -35px/2 (-560px/2); }
  &.cn{ background-position: -35px/2 (-595px/2); }
  &.co{ background-position: -35px/2 (-630px/2); }
  &.cr{ background-position: -35px/2 (-665px/2); }
  &.cu{ background-position: -35px/2 (-700px/2); }
  &.cv{ background-position: -35px/2 (-735px/2); }
  &.cw{ background-position: -35px/2 (-770px/2); }
  &.cx{ background-position: -35px/2 (-805px/2); }
  &.cy{ background-position: -35px/2 (-840px/2); }
  &.cz{ background-position: -35px/2 (-875px/2); }
  &.de{ background-position: -35px/2 (-910px/2); }
  &.dj{ background-position: -35px/2 (-945px/2); }
  &.dk{ background-position: -35px/2 (-980px/2); }
  &.dm{ background-position: -70px/2 0; }
  &.do{ background-position: -70px/2 (-35px/2); }
  &.dz{ background-position: -70px/2 (-70px/2); }
  &.ec{ background-position: -70px/2 (-105px/2); }
  &.ee{ background-position: -70px/2 (-140px/2); }
  &.eg{ background-position: -70px/2 (-175px/2); }
  &.eh{ background-position: -70px/2 (-210px/2); }
  &.er{ background-position: -70px/2 (-245px/2); }
  &.es{ background-position: -70px/2 (-280px/2); }
  &.et{ background-position: -70px/2 (-315px/2); }
  &.eu{ background-position: -70px/2 (-350px/2); }
  &.fi{ background-position: -70px/2 (-385px/2); }
  &.fj{ background-position: -70px/2 (-420px/2); }
  &.fk{ background-position: -70px/2 (-455px/2); }
  &.fm{ background-position: -70px/2 (-490px/2); }
  &.fo{ background-position: -70px/2 (-525px/2); }
  &.fr{ background-position: -70px/2 (-560px/2); }
  &.ga{ background-position: -70px/2 (-595px/2); }
  &.gb{ background-position: -70px/2 (-630px/2); }
  &.gd{ background-position: -70px/2 (-665px/2); }
  &.ge{ background-position: -70px/2 (-700px/2); }
  &.gg{ background-position: -70px/2 (-735px/2); }
  &.gh{ background-position: -70px/2 (-770px/2); }
  &.gi{ background-position: -70px/2 (-805px/2); }
  &.gl{ background-position: -70px/2 (-840px/2); }
  &.gm{ background-position: -70px/2 (-875px/2); }
  &.gn{ background-position: -70px/2 (-910px/2); }
  &.gq{ background-position: -70px/2 (-945px/2); }
  &.gr{ background-position: -70px/2 (-980px/2); }
  &.gs{ background-position: -105px/2 0; }
  &.gt{ background-position: -105px/2 (-35px/2); }
  &.gu{ background-position: -105px/2 (-70px/2); }
  &.gw{ background-position: -105px/2 (-105px/2); }
  &.gy{ background-position: -105px/2 (-140px/2); }
  &.hk{ background-position: -105px/2 (-175px/2); }
  &.hn{ background-position: -105px/2 (-210px/2); }
  &.hr{ background-position: -105px/2 (-245px/2); }
  &.ht{ background-position: -105px/2 (-280px/2); }
  &.hu{ background-position: -105px/2 (-315px/2); }
  &.ic{ background-position: -105px/2 (-350px/2); }
  &.id{ background-position: -105px/2 (-385px/2); }
  &.ie{ background-position: -105px/2 (-420px/2); }
  &.il{ background-position: -105px/2 (-455px/2); }
  &.im{ background-position: -105px/2 (-490px/2); }
  &.in{ background-position: -105px/2 (-525px/2); }
  &.iq{ background-position: -105px/2 (-560px/2); }
  &.ir{ background-position: -105px/2 (-595px/2); }
  &.is{ background-position: -105px/2 (-630px/2); }
  &.it{ background-position: -105px/2 (-665px/2); }
  &.je{ background-position: -105px/2 (-700px/2); }
  &.jm{ background-position: -105px/2 (-735px/2); }
  &.jo{ background-position: -105px/2 (-770px/2); }
  &.jp{ background-position: -105px/2 (-805px/2); }
  &.ke{ background-position: -105px/2 (-840px/2); }
  &.kg{ background-position: -105px/2 (-875px/2); }
  &.kh{ background-position: -105px/2 (-910px/2); }
  &.ki{ background-position: -105px/2 (-945px/2); }
  &.km{ background-position: -105px/2 (-980px/2); }
  &.kn{ background-position: -140px/2 0; }
  &.kp{ background-position: -140px/2 (-35px/2); }
  &.kr{ background-position: -140px/2 (-70px/2); }
  &.kw{ background-position: -140px/2 (-105px/2); }
  &.ky{ background-position: -140px/2 (-140px/2); }
  &.kz{ background-position: -140px/2 (-175px/2); }
  &.la{ background-position: -140px/2 (-210px/2); }
  &.lb{ background-position: -140px/2 (-245px/2); }
  &.lc{ background-position: -140px/2 (-280px/2); }
  &.li{ background-position: -140px/2 (-315px/2); }
  &.lk{ background-position: -140px/2 (-350px/2); }
  &.lr{ background-position: -140px/2 (-385px/2); }
  &.ls{ background-position: -140px/2 (-420px/2); }
  &.lt{ background-position: -140px/2 (-455px/2); }
  &.lu{ background-position: -140px/2 (-490px/2); }
  &.lv{ background-position: -140px/2 (-525px/2); }
  &.ly{ background-position: -140px/2 (-560px/2); }
  &.ma{ background-position: -140px/2 (-595px/2); }
  &.mc{ background-position: -140px/2 (-630px/2); }
  &.md{ background-position: -140px/2 (-665px/2); }
  &.me{ background-position: -140px/2 (-700px/2); }
  &.mf{ background-position: -140px/2 (-735px/2); }
  &.mg{ background-position: -140px/2 (-770px/2); }
  &.mh{ background-position: -140px/2 (-805px/2); }
  &.mk{ background-position: -140px/2 (-840px/2); }
  &.ml{ background-position: -140px/2 (-875px/2); }
  &.mm{ background-position: -140px/2 (-910px/2); }
  &.mn{ background-position: -140px/2 (-945px/2); }
  &.mo{ background-position: -140px/2 (-980px/2); }
  &.mp{ background-position: -175px/2 0; }
  &.mq{ background-position: -175px/2 (-35px/2); }
  &.mr{ background-position: -175px/2 (-70px/2); }
  &.ms{ background-position: -175px/2 (-105px/2); }
  &.mt{ background-position: -175px/2 (-140px/2); }
  &.mu{ background-position: -175px/2 (-175px/2); }
  &.mv{ background-position: -175px/2 (-210px/2); }
  &.mw{ background-position: -175px/2 (-245px/2); }
  &.mx{ background-position: -175px/2 (-280px/2); }
  &.my{ background-position: -175px/2 (-315px/2); }
  &.mz{ background-position: -175px/2 (-350px/2); }
  &.na{ background-position: -175px/2 (-385px/2); }
  &.nc{ background-position: -175px/2 (-420px/2); }
  &.ne{ background-position: -175px/2 (-455px/2); }
  &.nf{ background-position: -175px/2 (-490px/2); }
  &.ng{ background-position: -175px/2 (-525px/2); }
  &.ni{ background-position: -175px/2 (-560px/2); }
  &.nl{ background-position: -175px/2 (-595px/2); }
  &.no{ background-position: -175px/2 (-630px/2); }
  &.np{ background-position: -175px/2 (-665px/2); }
  &.nr{ background-position: -175px/2 (-700px/2); }
  &.nu{ background-position: -175px/2 (-735px/2); }
  &.nz{ background-position: -175px/2 (-770px/2); }
  &.om{ background-position: -175px/2 (-805px/2); }
  &.pa{ background-position: -175px/2 (-840px/2); }
  &.pe{ background-position: -175px/2 (-875px/2); }
  &.pf{ background-position: -175px/2 (-910px/2); }
  &.pg{ background-position: -175px/2 (-945px/2); }
  &.ph{ background-position: -175px/2 (-980px/2); }
  &.pk{ background-position: -210px/2 0; }
  &.pl{ background-position: -210px/2 (-35px/2); }
  &.pn{ background-position: -210px/2 (-70px/2); }
  &.pr{ background-position: -210px/2 (-105px/2); }
  &.ps{ background-position: -210px/2 (-140px/2); }
  &.pt{ background-position: -210px/2 (-175px/2); }
  &.pw{ background-position: -210px/2 (-210px/2); }
  &.py{ background-position: -210px/2 (-245px/2); }
  &.qa{ background-position: -210px/2 (-280px/2); }
  &.ro{ background-position: -210px/2 (-315px/2); }
  &.rs{ background-position: -210px/2 (-350px/2); }
  &.ru{ background-position: -210px/2 (-385px/2); }
  &.rw{ background-position: -210px/2 (-420px/2); }
  &.sa{ background-position: -210px/2 (-455px/2); }
  &.sb{ background-position: -210px/2 (-490px/2); }
  &.sc{ background-position: -210px/2 (-525px/2); }
  &.sd{ background-position: -210px/2 (-560px/2); }
  &.se{ background-position: -210px/2 (-595px/2); }
  &.sg{ background-position: -210px/2 (-630px/2); }
  &.sh{ background-position: -210px/2 (-665px/2); }
  &.si{ background-position: -210px/2 (-700px/2); }
  &.sk{ background-position: -210px/2 (-735px/2); }
  &.sl{ background-position: -210px/2 (-770px/2); }
  &.sm{ background-position: -210px/2 (-805px/2); }
  &.sn{ background-position: -210px/2 (-840px/2); }
  &.so{ background-position: -210px/2 (-875px/2); }
  &.sr{ background-position: -210px/2 (-910px/2); }
  &.ss{ background-position: -210px/2 (-945px/2); }
  &.st{ background-position: -210px/2 (-980px/2); }
  &.sv{ background-position: -245px/2 0; }
  &.sy{ background-position: -245px/2 (-35px/2); }
  &.sz{ background-position: -245px/2 (-70px/2); }
  &.tc{ background-position: -245px/2 (-105px/2); }
  &.td{ background-position: -245px/2 (-140px/2); }
  &.tf{ background-position: -245px/2 (-175px/2); }
  &.tg{ background-position: -245px/2 (-210px/2); }
  &.th{ background-position: -245px/2 (-245px/2); }
  &.tj{ background-position: -245px/2 (-280px/2); }
  &.tk{ background-position: -245px/2 (-315px/2); }
  &.tl{ background-position: -245px/2 (-350px/2); }
  &.tm{ background-position: -245px/2 (-385px/2); }
  &.tn{ background-position: -245px/2 (-420px/2); }
  &.to{ background-position: -245px/2 (-455px/2); }
  &.tr{ background-position: -245px/2 (-490px/2); }
  &.tt{ background-position: -245px/2 (-525px/2); }
  &.tv{ background-position: -245px/2 (-560px/2); }
  &.tw{ background-position: -245px/2 (-595px/2); }
  &.tz{ background-position: -245px/2 (-630px/2); }
  &.ua{ background-position: -245px/2 (-665px/2); }
  &.ug{ background-position: -245px/2 (-700px/2); }
  &.us{ background-position: -245px/2 (-735px/2); }
  &.uy{ background-position: -245px/2 (-770px/2); }
  &.uz{ background-position: -245px/2 (-805px/2); }
  &.va{ background-position: -245px/2 (-840px/2); }
  &.vc{ background-position: -245px/2 (-875px/2); }
  &.ve{ background-position: -245px/2 (-910px/2); }
  &.vg{ background-position: -245px/2 (-945px/2); }
  &.vi{ background-position: -245px/2 (-980px/2); }
  &.vn{ background-position: -280px/2 0; }
  &.vu{ background-position: -280px/2 (-35px/2); }
  &.wf{ background-position: -280px/2 (-70px/2); }
  &.ws{ background-position: -280px/2 (-105px/2); }
  &.ye{ background-position: -280px/2 (-140px/2); }
  &.yt{ background-position: -280px/2 (-175px/2); }
  &.za{ background-position: -280px/2 (-210px/2); }
  &.zm{ background-position: -280px/2 (-245px/2); }
  &.zw{ background-position: -280px/2 (-280px/2); }
  &.invalid{ background-position: -280px/2 (-315px/2); }
  */ }
  .flag-icon-small.de, .flag-icon-small.lang-de {
    background-position: -17.5px -455px; }
  .flag-icon-small.fr, .flag-icon-small.lang-fr {
    background-position: -35px -280px; }
  .flag-icon-small.it, .flag-icon-small.lang-it {
    background-position: -52.5px -332.5px; }
  .flag-icon-small.gb, .flag-icon-small.lang-en {
    background-position: -35px -315px; }

.expertise-tile {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: row;
  flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-pack: start;
  box-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: start;
  -webkit-box-align: space-between;
  box-align: space-between;
  -webkit-align-items: space-between;
  align-items: space-between;
  -ms-flex-align: space-between;
  margin-top: 12px;
  background-color: #fff;
  -webkit-box-flex: 0;
  box-flex: 0;
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto; }

.expertise-tile-image {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  box-orient: vertical;
  -webkit-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1 3 156px;
  flex: 1 3 156px;
  max-width: 40%;
  padding: 12px 12px 12px 12px; }
  .expertise-tile-image .expertise-tile-image-img {
    width: 100%;
    height: auto;
    border: solid 1px #dfdfdf;
    max-width: 132px; }

.expertise-tile-content {
  display: relative;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  box-orient: vertical;
  -webkit-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-pack: start;
  box-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: start;
  -webkit-box-align: start;
  box-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -ms-flex-align: start;
  -webkit-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
  max-width: 60%;
  padding: 12px 15px 13px 3px; }

.expertise-tile-title {
  -webkit-box-flex: 0;
  box-flex: 0;
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
  font-size: 20px;
  color: #303030; }

.expertise-tile-text {
  -webkit-box-flex: 0;
  box-flex: 0;
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-top: 7px;
  font-size: 13px;
  line-height: 1.31;
  color: #a6a6a6; }

.expertise-tile-tag {
  -webkit-box-flex: 0;
  box-flex: 0;
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-top: 12px;
  padding: 3px 15px 3px 15px;
  border-radius: 98px;
  font-size: 12px;
  color: #ffffff;
  text-transform: uppercase;
  -webkit-box-flex: 0;
  box-flex: 0;
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto; }
  .expertise-tile-tag.active {
    background-color: #7ed321; }
  .expertise-tile-tag.waiting {
    background-color: #ffa353; }
  .expertise-tile-tag.coming {
    background-color: #97a2a4; }
  @media only screen and (max-device-width: 321px) and (orientation: portrait) {
    .expertise-tile-tag {
      font-size: 10px;
      padding: 2px 10px; } }

.expertise-tile-action {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: row;
  flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-pack: justify;
  box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify;
  -webkit-box-align: end;
  box-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  -ms-flex-align: end;
  -webkit-box-flex: 0;
  box-flex: 0;
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-top: 20px;
  font-size: 15px;
  color: #2296f3;
  flex: 1 1 auto;
  width: 100%; }

#loading-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9001;
  background-color: #fff;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
  opacity: 0.9; }
  #loading-overlay.hidden {
    opacity: 0.0;
    pointer-events: none; }
