@charset "UTF-8";
* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  font-family: "Nunito", serif; }

html {
  padding: 0;
  margin: 0; }

body {
  padding: 0;
  margin: 0;
  background-color: #F5F5F5; }

html, body {
  height: 100%; }

h1, h2, h3, h4, h5, h6, nav.menu ul li {
  font-family: "Nunito", serif;
  color: #3A4553;
  font-weight: 400; }

h1 {
  font-size: 64px; }
  @media (max-width: 600px) {
    h1 {
      font-size: 32px; } }
  @media (max-width: 350px) {
    h1 {
      font-size: 28px; } }

h2 {
  font-size: 42px; }
  @media (max-width: 600px) {
    h2 {
      font-size: 28px; } }
  @media (max-width: 350px) {
    h2 {
      font-size: 24px; } }

h3 {
  font-size: 36px; }
  @media (max-width: 600px) {
    h3 {
      font-size: 24px; } }
  @media (max-width: 350px) {
    h3 {
      font-size: 20px; } }

h4 {
  font-size: 32px; }
  @media (max-width: 600px) {
    h4 {
      font-size: 20px; } }
  @media (max-width: 350px) {
    h4 {
      font-size: 16px; } }

h5 {
  font-size: 24px; }
  @media (max-width: 600px) {
    h5 {
      font-size: 18px; } }
  @media (max-width: 350px) {
    h5 {
      font-size: 14px; } }

h6 {
  font-size: 20px; }
  @media (max-width: 600px) {
    h6 {
      font-size: 16px; } }
  @media (max-width: 350px) {
    h6 {
      font-size: 12px; } }

nav.menu ul li a {
  font-size: 20px;
  color: #FFFFFF; }

p {
  font-size: 20px;
  font-family: "Nunito", serif;
  color: #6D7279;
  font-weight: 300; }
  @media (max-width: 600px) {
    p {
      font-size: 16px; } }
  @media (max-width: 350px) {
    p {
      font-size: 12px; } }

a.call-to-action {
  display: inline-block;
  font-family: "Nunito", serif;
  cursor: pointer;
  text-decoration: none;
  background-color: #CCAA59;
  color: white;
  border: none;
  outline: none;
  padding: 14px 30px;
  font-size: 20px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.26);
  transition: background-color .3s ease-in-out .3s; }
  @media (max-width: 600px) {
    a.call-to-action {
      font-size: 14px;
      padding: 12px 12px;
      text-align: center; } }
  a.call-to-action:hover {
    background-color: #d2b46d; }

section .content {
  position: relative;
  padding: 80px 15%; }

main .pages {
  width: 100vw;
  height: 100%;
  overflow: hidden;
  white-space: nowrap;
  transition: padding-bottom .3s ease-in-out; }
  main .pages:after {
    content: ' ';
    position: absolute;
    bottom: 0px;
    height: 40px;
    left: 0;
    right: 0;
    transition: bottom .3s ease-in-out; }
  main .pages section.page {
    padding-top: 50px;
    vertical-align: top;
    display: inline-block;
    width: 100vw;
    height: 100%; }
    main .pages section.page#chat {
      background-color: #F5F5F5;
      position: relative; }

main.profile .pages, main.chat .pages, main.notifications .pages {
  padding-bottom: 40px;
  opacity: 1; }
  main.profile .pages::after, main.chat .pages::after, main.notifications .pages::after {
    content: ' ';
    position: absolute;
    bottom: 40px;
    background: linear-gradient(to top, whitesmoke 0%, rgba(245, 245, 245, 0) 100%); }

button, input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

header {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.03); }

button {
  background-color: transparent;
  border: none;
  outline: none; }

#__onboarding-overlay {
  position: fixed;
  inset: 0;
  background: rgba(28, 32, 40, 0.85);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  z-index: 1000000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  animation: ob-fade-in .3s ease-out; }
  #__onboarding-overlay.fade-out {
    animation: ob-fade-out .3s ease-out forwards; }
  #__onboarding-overlay .onboarding-card {
    background: #fff;
    border-radius: 22px;
    padding: 36px 26px 24px;
    max-width: 360px;
    width: 100%;
    text-align: center;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.35);
    animation: ob-pop 0.35s cubic-bezier(0.17, 0.67, 0.71, 1.3); }
  #__onboarding-overlay .onboarding-ico {
    width: 86px;
    height: 86px;
    border-radius: 50%;
    background: linear-gradient(135deg, #F0D78B 0%, #CCAA59 55%, #A88B45 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    box-shadow: 0 6px 18px rgba(204, 170, 89, 0.4); }
    #__onboarding-overlay .onboarding-ico i {
      color: #fff;
      font-size: 36px; }
  #__onboarding-overlay .onboarding-title {
    font-size: 22px;
    font-weight: 800;
    color: #3A4553;
    margin: 0 0 12px;
    letter-spacing: .2px; }
  #__onboarding-overlay .onboarding-text {
    font-size: 14px;
    color: #6D7279;
    line-height: 1.55;
    margin: 0 0 22px;
    padding: 0 6px; }
  #__onboarding-overlay .onboarding-dots {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-bottom: 22px; }
    #__onboarding-overlay .onboarding-dots .dot {
      width: 8px;
      height: 8px;
      border-radius: 50%;
      background: #e5dfd0;
      transition: background-color .25s ease, width .25s ease; }
      #__onboarding-overlay .onboarding-dots .dot.active {
        background: #CCAA59;
        width: 20px;
        border-radius: 4px; }
  #__onboarding-overlay .onboarding-next {
    display: block;
    width: 100%;
    padding: 14px 20px;
    background: #CCAA59;
    color: #fff;
    border: 0;
    border-radius: 12px;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    box-shadow: 0 4px 14px rgba(204, 170, 89, 0.4);
    transition: background-color .15s ease, box-shadow .15s ease, transform .12s ease; }
    #__onboarding-overlay .onboarding-next:hover {
      background: #d1b269; }
    #__onboarding-overlay .onboarding-next:active {
      transform: translateY(1px); }
  #__onboarding-overlay .onboarding-skip {
    display: block;
    margin: 12px auto 0;
    background: transparent;
    color: #B3BBC6;
    font-size: 13px;
    cursor: pointer;
    padding: 6px 12px; }
    #__onboarding-overlay .onboarding-skip:hover {
      color: #3A4553; }

@keyframes ob-fade-in {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes ob-fade-out {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

@keyframes ob-pop {
  from {
    opacity: 0;
    transform: scale(0.92) translateY(20px); }
  to {
    opacity: 1;
    transform: scale(1) translateY(0); } }

.loader.on-top {
  background: radial-gradient(circle at 50% 40%, #4a5566 0%, #2c3340 60%, #1c2028 100%);
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
  z-index: 999999;
  transition: opacity .5s ease-in-out; }
  .loader.on-top.fade {
    opacity: 0; }
  .loader.on-top .ctc {
    text-align: center;
    position: relative;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 220px; }
  .loader.on-top .hunt-loader {
    position: relative;
    width: 180px;
    height: 64px;
    display: inline-block; }
    .loader.on-top .hunt-loader .hunt-bow {
      position: absolute;
      left: 0;
      top: 50%;
      transform: translateY(-50%);
      width: 56px;
      height: 56px;
      object-fit: contain;
      filter: drop-shadow(0 0 14px rgba(204, 170, 89, 0.45));
      animation: hunt-bow-shoot 1.8s ease-in-out infinite; }
    .loader.on-top .hunt-loader .hunt-arrow {
      position: absolute;
      top: 50%;
      left: 60px;
      transform: translateY(-50%);
      color: #CCAA59;
      font-size: 26px;
      text-shadow: 0 0 12px rgba(204, 170, 89, 0.6);
      animation: hunt-arrow-fly 1.8s ease-in-out infinite; }
    .loader.on-top .hunt-loader .hunt-target {
      position: absolute;
      right: 0;
      top: 50%;
      transform: translateY(-50%);
      width: 40px;
      height: 40px;
      border-radius: 50%;
      background: rgba(204, 170, 89, 0.15);
      border: 2px solid rgba(204, 170, 89, 0.55);
      display: flex;
      align-items: center;
      justify-content: center;
      animation: hunt-target-hit 1.8s ease-in-out infinite; }
      .loader.on-top .hunt-loader .hunt-target i {
        color: #CCAA59;
        font-size: 18px; }
  .loader.on-top .lds-grid, .loader.on-top .lds-grid div {
    display: none; }

@keyframes hunt-bow-shoot {
  0%, 10% {
    transform: translateY(-50%) scale(1); }
  15% {
    transform: translateY(-50%) translateX(-4px) scale(1.06); }
  25% {
    transform: translateY(-50%) translateX(0) scale(1); }
  100% {
    transform: translateY(-50%) scale(1); } }

@keyframes hunt-arrow-fly {
  0% {
    left: 60px;
    opacity: 0;
    transform: translateY(-50%) scale(0.8); }
  15% {
    left: 60px;
    opacity: 1;
    transform: translateY(-50%) scale(1); }
  70% {
    left: 130px;
    opacity: 1;
    transform: translateY(-50%) scale(1); }
  80% {
    left: 136px;
    opacity: 0;
    transform: translateY(-50%) scale(1.1); }
  100% {
    left: 60px;
    opacity: 0;
    transform: translateY(-50%) scale(0.8); } }

@keyframes hunt-target-hit {
  0%, 70% {
    transform: translateY(-50%) scale(1);
    box-shadow: 0 0 0 0 rgba(204, 170, 89, 0); }
  75% {
    transform: translateY(-50%) scale(1.18);
    box-shadow: 0 0 0 6px rgba(204, 170, 89, 0.4); }
  85% {
    transform: translateY(-50%) scale(1);
    box-shadow: 0 0 0 0 rgba(204, 170, 89, 0); }
  100% {
    transform: translateY(-50%) scale(1); } }

@keyframes lds-grid {
  0%, 100% {
    opacity: 1; }
  50% {
    opacity: 0.5; } }
  .loader.on-top .message {
    padding-top: 22px;
    width: 80%;
    margin: 0 10%;
    min-height: 42px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: .3px; }

@-webkit-keyframes gradanim {
  0% {
    background-position: 43% 0%; }
  50% {
    background-position: 58% 50%; }
  100% {
    background-position: 43% 0%; } }

@-moz-keyframes gradanim {
  0% {
    background-position: 43% 0%; }
  50% {
    background-position: 58% 50%; }
  100% {
    background-position: 43% 0%; } }

@keyframes gradanim {
  0% {
    background-position: 43% 0%; }
  50% {
    background-position: 58% 50%; }
  100% {
    background-position: 43% 0%; } }

section#login {
  box-sizing: border-box;
  background-image: url("/../images/login-bg-small.jpg");
  background-position: center right;
  background-size: cover;
  transition: background-position 1s ease-out;
  min-height: 100%; }
  section#login .snackbar {
    z-index: 999;
    position: fixed;
    bottom: 10px;
    left: 10px;
    right: 10px;
    height: 50px;
    background-color: #CCAA59;
    color: #3A4553;
    transform: translateY(60px);
    transition: transform 1s cubic-bezier(0.76, -0.48, 0.36, 1.42); }
    section#login .snackbar i, section#login .snackbar p {
      color: #3A4553;
      display: inline-block;
      padding: 15px; }
    section#login .snackbar.show {
      transform: translateY(0); }
  section#login .content {
    position: static;
    padding: 20px 8% 0 8%;
    overflow-y: scroll;
    max-height: 100%; }
    section#login .content::-webkit-scrollbar {
      display: none; }
  section#login .forms {
    text-align: left;
    min-height: 520px;
    position: relative;
    width: 100%;
    max-width: 100%;
    opacity: 0;
    animation: fade-in 1s ease-in forwards 1s;
    overflow-x: scroll;
    overflow-y: hidden; }

@keyframes fade-in {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
    section#login .forms form {
      width: 0;
      position: absolute;
      left: 0;
      right: 0;
      opacity: 1;
      transition: transform .5s ease-in-out .2s , opacity .7s ease-out; }
  section#login.waiting .loader {
    z-index: 1000;
    color: #ffffff;
    font-size: 90px;
    text-indent: -9999em;
    overflow: hidden;
    width: 1em;
    height: 1em;
    border-radius: 50%;
    margin: 72px auto;
    position: absolute;
    top: 30%;
    left: 40%;
    transform: translate(-50%, -50%, 0);
    -webkit-transform: translate(-50%, -50%, 0);
    -ms-transform: translateZ(-50%, -50%, 0);
    transform: translateZ(-50%, -50%, 0);
    -webkit-animation: load6 1.7s infinite ease, round 1.7s infinite ease;
    animation: load6 1.7s infinite ease, round 1.7s infinite ease; }

@-webkit-keyframes load6 {
  0% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em; }
  5%,
  95% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em; }
  10%,
  59% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em; }
  20% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em; }
  38% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em; }
  100% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em; } }

@keyframes load6 {
  0% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em; }
  5%,
  95% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em; }
  10%,
  59% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em; }
  20% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em; }
  38% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em; }
  100% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em; } }

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

@keyframes round {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
  section#login.waiting::before {
    content: " ";
    position: absolute;
    z-index: 99;
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
    opacity: 0;
    background-color: #3A4553;
    animation: fade-in-before .5s ease-in forwards; }

@keyframes fade-in-before {
  from {
    opacity: 0; }
  to {
    opacity: .6; } }
  section#login.login {
    background-position: right; }
    section#login.login .forms form.register-form {
      pointer-events: none;
      opacity: 0;
      transform: translateX(100%);
      transition: transform .5s ease-in-out .2s , opacity .7s ease-out, width 0s linear .7s; }
    section#login.login .forms form.login-form {
      width: 100%;
      opacity: 1;
      transform: translateX(0%);
      transition: transform .5s ease-in-out .2s , opacity .7s ease-out, width 0s linear; }
    section#login.login .forms form.reset-form {
      pointer-events: none;
      opacity: 0;
      transform: translateX(100%);
      transition: transform .5s ease-in-out .2s , opacity .7s ease-out, width 0s linear .7s; }
    section#login.login .forms form.forgot-form {
      pointer-events: none;
      opacity: 0;
      transform: translateX(100%);
      transition: transform .5s ease-in-out .2s , opacity .7s ease-out, width 0s linear .7s; }
  section#login.forgot {
    background-position: center; }
    section#login.forgot .forms form.register-form {
      pointer-events: none;
      opacity: 0;
      transform: translateX(100%);
      transition: transform .5s ease-in-out .2s , opacity .7s ease-out, width 0s linear .7s; }
    section#login.forgot .forms form.login-form {
      pointer-events: none;
      opacity: 0;
      transform: translateX(100%);
      transition: transform .5s ease-in-out .2s , opacity .7s ease-out, width 0s linear .7s; }
    section#login.forgot .forms form.reset-form {
      pointer-events: none;
      opacity: 0;
      transform: translateX(100%);
      transition: transform .5s ease-in-out .2s , opacity .7s ease-out, width 0s linear .7s; }
    section#login.forgot .forms form.forgot-form {
      pointer-events: auto;
      opacity: 1;
      width: 100%;
      transform: translateX(0%);
      transition: transform .5s ease-in-out .2s , opacity .7s ease-out, width 0s linear; }
  section#login.register {
    background-position: left; }
    section#login.register .forms form.register-form {
      pointer-events: auto;
      opacity: 1;
      width: 100%;
      transform: translateX(0%);
      transition: transform .5s ease-in-out .2s , opacity .7s ease-out, width 0s linear; }
    section#login.register .forms form.login-form {
      pointer-events: none;
      width: 0;
      opacity: 0;
      transform: translateX(100%);
      transition: transform .5s ease-in-out .2s , opacity .7s ease-out, width 0s linear .7s; }
    section#login.register .forms form.reset-form {
      pointer-events: none;
      opacity: 0;
      transform: translateX(100%);
      transition: transform .5s ease-in-out .2s , opacity .7s ease-out, width 0s linear .7s; }
    section#login.register .forms form.forgot-form {
      pointer-events: none;
      opacity: 0;
      transform: translateX(100%);
      transition: transform .5s ease-in-out .2s , opacity .7s ease-out, width 0s linear .7s; }
  section#login.reset {
    background-position: center; }
    section#login.reset .forms form.register-form {
      pointer-events: none;
      opacity: 0;
      transform: translateX(100%);
      transition: transform .5s ease-in-out .2s , opacity .7s ease-out, width 0s linear .7s; }
    section#login.reset .forms form.login-form {
      pointer-events: none;
      opacity: 0;
      transform: translateX(100%);
      transition: transform .5s ease-in-out .2s , opacity .7s ease-out, width 0s linear .7s; }
    section#login.reset .forms form.forgot-form {
      pointer-events: none;
      opacity: 0;
      transform: translateX(100%);
      transition: transform .5s ease-in-out .2s , opacity .7s ease-out, width 0s linear .7s; }
    section#login.reset .forms form.reset-form {
      pointer-events: auto;
      opacity: 1;
      width: 100%;
      transform: translateX(0%);
      transition: transform .5s ease-in-out .2s , opacity .7s ease-out, width 0s linear; }
  section#login .overlay {
    z-index: 0;
    position: fixed;
    top: -30%;
    left: 0;
    right: 0;
    bottom: -30%;
    height: 160%;
    background-color: #3A4553;
    opacity: .8; }
  section#login .content {
    padding: 40px 8% 0 8%; }
  section#login .logo {
    max-width: 200px;
    margin: auto;
    width: 180px;
    text-align: center;
    animation: go-to-top 1s ease-in-out forwards; }

@keyframes go-to-top {
  0% {
    transform: scale(1.05);
    opacity: 0; }
  100% {
    transform: scale(1);
    opacity: 1; } }
    section#login .logo h2.logotype {
      text-align: center;
      margin-top: 8px; }
      section#login .logo h2.logotype span {
        display: block;
        color: white;
        font-family: 'Nunito', sans-serif;
        text-shadow: 0 4px 14px rgba(0, 0, 0, 0.35); }
        section#login .logo h2.logotype span.hunt {
          font-size: 42px;
          font-weight: 300;
          letter-spacing: 12px;
          color: rgba(255, 255, 255, 0.85);
          text-indent: 12px;
          margin-bottom: -4px; }
        section#login .logo h2.logotype span.lets-go {
          font-size: 64px;
          font-weight: 800;
          letter-spacing: -1.5px;
          background: linear-gradient(135deg, #F0D78B 0%, #CCAA59 50%, #A88B45 100%);
          -webkit-background-clip: text;
          background-clip: text;
          -webkit-text-fill-color: transparent;
          color: #CCAA59;
          margin-top: -6px; }
    section#login .logo img {
      margin: auto;
      width: 65%; }
  section#login form {
    max-width: 30em;
    width: 100%;
    box-sizing: border-box;
    margin: auto; }
    section#login form .error {
      height: 35px;
      color: red;
      font-weight: 500;
      padding: 0; }
    section#login form .error.hidden {
      display: none; }
    section#login form .input-group {
      position: relative; }
      section#login form .input-group span.error {
        height: auto;
        position: absolute;
        left: 0;
        bottom: 0;
        font-size: 14px;
        color: red; }
      section#login form .input-group label {
        font-family: "Nunito", serif;
        position: absolute;
        left: 18px;
        top: 50%;
        transform: translateY(-50%);
        color: rgba(255, 255, 255, 0.7);
        font-size: 16px;
        pointer-events: none;
        z-index: 2;
        line-height: 1;
        transition: top .2s ease, transform .2s ease, font-size .2s ease, color .2s ease; }
      section#login form .input-group input {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        font-family: "Nunito", serif;
        width: 100%;
        padding: 22px 18px 8px;
        margin: 0 0 18px;
        height: 56px;
        line-height: 1.4;
        font-size: 16px;
        background-color: rgba(255, 255, 255, 0.08);
        border: 1.5px solid rgba(255, 255, 255, 0.25);
        border-radius: 10px;
        outline: none;
        color: #fff;
        position: relative;
        box-sizing: border-box;
        transition: background-color .25s ease, border-color .25s ease, box-shadow .25s ease; }
        section#login form .input-group input:-webkit-autofill {
          background-color: rgba(255, 255, 255, 0.08) !important; }
        section#login form .input-group input:-internal-autofill-selected {
          background-color: rgba(255, 255, 255, 0.08) !important; }
        section#login form .input-group input::placeholder {
          color: transparent; }
        section#login form .input-group input[type='password'] {
          letter-spacing: 2px; }
        section#login form .input-group input[type='submit'] {
          background-color: #CCAA59;
          color: #FFF;
          cursor: pointer;
          border: 0;
          height: auto;
          padding: 14px 22px;
          font-size: 17px;
          font-weight: 600;
          letter-spacing: .3px;
          border-radius: 12px;
          box-shadow: 0 4px 14px rgba(204, 170, 89, 0.35);
          margin-top: 6px;
          transition: transform .15s ease, box-shadow .15s ease, background-color .15s ease; }
          section#login form .input-group input[type='submit']:hover {
            background-color: #d1b269;
            box-shadow: 0 6px 18px rgba(204, 170, 89, 0.45); }
          section#login form .input-group input[type='submit']:active {
            transform: translateY(1px);
            box-shadow: 0 2px 8px rgba(204, 170, 89, 0.3); }
        section#login form .input-group input:focus {
          border-color: #CCAA59;
          background-color: rgba(255, 255, 255, 0.12);
          box-shadow: 0 0 0 3px rgba(204, 170, 89, 0.18); }
        section#login form .input-group input:focus + label,
        section#login form .input-group input:not(:placeholder-shown) + label {
          top: 10px;
          transform: translateY(0);
          font-size: 11px;
          color: #CCAA59;
          letter-spacing: .4px; }
        section#login form .input-group input.error {
          color: #ff8b8b;
          border-color: #ff6b6b; }
          section#login form .input-group input.error + label {
            color: #ff8b8b; }
      section#login form .input-group input:-webkit-autofill, section#login form .input-group input:-webkit-autofill:hover, section#login form .input-group input:-webkit-autofill:focus, section#login form .input-group input:-webkit-autofill:active {
        transition: background-color 5000s;
        -webkit-text-fill-color: #fff !important;
        content: "\feff"; }
  section#login .options, section#login .alternatives {
    max-width: 30em;
    width: 100%;
    margin-top: 1em;
    box-sizing: border-box;
    color: #B3BBC6; }
  section#login .options {
    text-align: right;
    margin: -10px 0 14px; }
    section#login .options .forgot-password {
      color: rgba(255, 255, 255, 0.75);
      font-size: 13px;
      cursor: pointer;
      display: inline-block;
      padding: 4px 6px;
      border-bottom: 1px dashed rgba(204, 170, 89, 0.4);
      transition: color .15s ease, border-color .15s ease; }
      section#login .options .forgot-password:hover {
        color: #CCAA59;
        border-bottom-color: #CCAA59; }
  section#login .form-head {
    text-align: center;
    margin: 4px 0 18px; }
    section#login .form-head h3 {
      color: #fff;
      font-size: 22px;
      font-weight: 700;
      margin-bottom: 8px;
      letter-spacing: .3px; }
    section#login .form-head p {
      color: rgba(255, 255, 255, 0.7);
      font-size: 13px;
      line-height: 1.5;
      padding: 0 8px; }
  section#login .alternatives {
    margin-top: 14px;
    text-align: center; }
    section#login .alternatives .alt-sign {
      color: #B3BBC6;
      font-size: 18px; }
      section#login .alternatives .alt-sign .sign {
        padding: 5px 0; }
        section#login .alternatives .alt-sign .sign i, section#login .alternatives .alt-sign .sign span {
          color: #B3BBC6; }
        section#login .alternatives .alt-sign .sign i {
          display: inline-block;
          font-size: 20px;
          padding-right: 10px; }
        section#login .alternatives .alt-sign .sign span {
          font-size: 18px; }
    section#login .alternatives .alternative {
      padding: 10px 0; }
      section#login .alternatives .alternative i {
        display: inline-block;
        font-size: 20px;
        padding-right: 10px; }
      section#login .alternatives .alternative span {
        font-size: 16px; }
      section#login .alternatives .alternative button {
        outline: none;
        background: transparent;
        border: none;
        color: #fff;
        font-size: 15px;
        cursor: pointer;
        padding: 8px 14px;
        border-radius: 8px;
        transition: background-color .2s ease, color .2s ease;
        font-weight: 500; }
        section#login .alternatives .alternative button.register, section#login .alternatives .alternative button.back-to-login {
          color: #CCAA59;
          text-decoration: none;
          border: 1.5px solid rgba(204, 170, 89, 0.5); }
          section#login .alternatives .alternative button.register:hover, section#login .alternatives .alternative button.back-to-login:hover {
            background-color: rgba(204, 170, 89, 0.12);
            border-color: #CCAA59; }

.input {
  position: relative;
  padding: 10px;
  padding-bottom: 20px; }
  .input.error span.error {
    display: block; }
  .input.error label {
    color: #F05D5E; }
  .input.autofill input {
    width: 85% !important; }
  .input .autofill {
    position: absolute;
    background-color: #6D7279;
    width: 40px;
    height: 40px;
    right: 10px;
    top: 28px;
    border-radius: 50%;
    z-index: 9999; }
    .input .autofill i {
      font-size: 18px;
      color: white;
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%); }
  .input .preview {
    opacity: 1; }
  .input a {
    font-size: 14px; }
  .input span.error {
    color: #F05D5E;
    font-size: 12px;
    left: 10px;
    bottom: 0px; }
  .input .fake-label {
    font-family: "Nunito", serif;
    position: absolute;
    left: 10px;
    top: -8px;
    font-size: 14px; }
  .input label {
    font-family: "Nunito", serif;
    position: absolute;
    left: 10px;
    top: 45px;
    color: #636E7D;
    font-size: 16px;
    transition: transform .2s ease-out, font-size .2s ease-out, color .2s ease-out, top .2s ease-out; }
    .input label.select-label {
      font-size: 14px;
      transform: translateY(-30px); }
  .input span.error {
    display: none; }
  .input span.info {
    font-size: 14px; }
  .input .iti {
    width: 100%; }
  .input input, .input select, .input textarea {
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-family: "Nunito", serif;
    width: 100%;
    padding: 0;
    margin: 1em 0 0 0;
    height: 2.5em;
    line-height: 2.5em;
    font-size: 1.2em;
    background-color: transparent;
    font-size: 1em;
    border: 1px solid transparent;
    border-bottom-color: #F1F2F3;
    outline: none;
    color: #3A4553;
    padding: 0;
    border-radius: 0;
    position: relative;
    transition: border-bottom-color .3s ease-out; }
    .input input:-webkit-autofill, .input select:-webkit-autofill, .input textarea:-webkit-autofill {
      background-color: transparent; }
    .input input:-internal-autofill-selected, .input select:-internal-autofill-selected, .input textarea:-internal-autofill-selected {
      background-color: transparent; }
    .input input::placeholder, .input select::placeholder, .input textarea::placeholder {
      display: none;
      color: transparent; }
    .input input[type='password'], .input select[type='password'], .input textarea[type='password'] {
      letter-spacing: 2px; }
    .input input[type='submit'], .input select[type='submit'], .input textarea[type='submit'] {
      border-radius: 0;
      background-color: #CCAA59;
      color: #FFF;
      cursor: pointer;
      border-bottom: none;
      height: auto;
      font-size: 20px;
      font-weight: 500; }
    .input input:focus + label, .input input:valid + label, .input select:focus + label, .input select:valid + label, .input textarea:focus + label, .input textarea:valid + label {
      font-size: 14px;
      transform: translateY(-30px); }
      .input input:focus + label.fixed-label, .input input:valid + label.fixed-label, .input select:focus + label.fixed-label, .input select:valid + label.fixed-label, .input textarea:focus + label.fixed-label, .input textarea:valid + label.fixed-label {
        transform: translateY(0);
        font-size: 16px; }
    .input input:focus, .input select:focus, .input textarea:focus {
      border-bottom-color: #CCAA59; }
      .input input:focus + label, .input select:focus + label, .input textarea:focus + label {
        color: #CCAA59; }
      .input input:focus.error + label, .input select:focus.error + label, .input textarea:focus.error + label {
        color: #F05D5E; }
    .input input:invalid, .input select:invalid, .input textarea:invalid {
      border-bottom-color: red; }
      .input input:invalid:not(:placeholder-shown) + label, .input select:invalid:not(:placeholder-shown) + label, .input textarea:invalid:not(:placeholder-shown) + label {
        font-size: 14px;
        transform: translateY(-30px); }
        .input input:invalid:not(:placeholder-shown) + label.fixed-label, .input select:invalid:not(:placeholder-shown) + label.fixed-label, .input textarea:invalid:not(:placeholder-shown) + label.fixed-label {
          transform: translateY(0);
          font-size: 16px; }
    .input input:placeholder-shown, .input select:placeholder-shown, .input textarea:placeholder-shown {
      border-bottom-color: #B3BBC6; }
      .input input:placeholder-shown:focus, .input select:placeholder-shown:focus, .input textarea:placeholder-shown:focus {
        border-bottom-color: #CCAA59; }
    .input input.error, .input select.error, .input textarea.error {
      border-bottom-color: #F05D5E; }
      .input input.error ~ span.error, .input select.error ~ span.error, .input textarea.error ~ span.error {
        display: block; }
    .input input[type="tel"] + label, .input select[type="tel"] + label, .input textarea[type="tel"] + label {
      font-size: 14px !important;
      top: -9px !important; }
  .input.amount::after {
    position: absolute;
    content: '€';
    right: 12px;
    bottom: 25px; }
  .input textarea {
    border: 1px solid #F1F2F3;
    resize: none;
    height: 4em;
    line-height: 1.2em;
    padding: 4px 0; }
    .input textarea:focus {
      border-color: #CCAA59; }
    .input textarea + label {
      top: auto;
      top: 65px;
      transform: translateY(-62px); }
    .input textarea:valid + label {
      transform: translateY(-62px); }
    .input textarea.error {
      border-color: #F05D5E; }
      .input textarea.error ~ span.error {
        display: block; }
  .input a.link-gc {
    margin-left: 22px;
    margin-top: 2px; }
  .input .checkbox-wrapper {
    position: relative;
    height: 40px; }
    .input .checkbox-wrapper input[type="checkbox"] {
      position: absolute;
      top: 0px;
      left: 0px;
      height: 20px;
      width: 20px;
      -webkit-appearance: none;
      margin: 0; }
      .input .checkbox-wrapper input[type="checkbox"]:focus {
        border-bottom-color: transparent; }
      .input .checkbox-wrapper input[type="checkbox"] + label {
        font-size: 16px;
        transform: translateY(0);
        left: 0;
        bottom: 0;
        top: 0;
        padding-left: 24px; }
    .input .checkbox-wrapper .checkbox-label {
      display: flex;
      position: relative;
      font-size: 20px;
      font-weight: 400;
      align-items: center;
      justify-content: flex-start; }
    .input .checkbox-wrapper .checkbox-label::before, .input .checkbox-wrapper .checkbox-label::after {
      pointer-events: none; }
    .input .checkbox-wrapper .checkbox-label::before {
      display: flex;
      content: ' ';
      height: 15px;
      width: 15px;
      border: solid 2px #3A4553;
      background: #fff;
      margin-right: 6px;
      position: absolute;
      left: 0;
      top: 0; }
    .input .checkbox-wrapper .checkbox-label::after {
      content: ' ';
      position: absolute;
      top: 4px;
      left: 2px;
      display: flex;
      height: 5px;
      width: 12px;
      border-bottom: solid 3px #3A4553;
      border-left: solid 3px #3A4553;
      background: none;
      transform: rotate(-45deg) scale(0);
      transition: transform .1s ease, opacity .1s ease;
      transform-origin: center center; }
    .input .checkbox-wrapper .checkbox-label label {
      color: #3A4553; }
  .input .checkbox-wrapper input[type="checkbox"]:checked + .checkbox-label:after {
    opacity: 1;
    transform: rotate(-45deg) scale(0.8); }
  .input .checkbox-wrapper input[type="checkbox"].error + label.checkbox-label {
    color: red; }
  .input .checkbox-wrapper input[type="checkbox"].error {
    border-bottom-color: transparent; }
  .input.select-list span.arrow i {
    position: absolute;
    right: 10px;
    bottom: 32px;
    transition: transform .2s ease-out; }
  .input.select-list ul.select {
    padding: 5px 0;
    position: sticky;
    opacity: 0;
    left: 5px;
    right: 5px;
    max-height: 0;
    overflow-y: scroll;
    transition: max-height .2s ease-out;
    background-color: white;
    z-index: 3; }
    .input.select-list ul.select li {
      cursor: pointer;
      display: block;
      padding: 8px 0; }
      .input.select-list ul.select li:hover {
        background-color: #f0e6ce; }
      .input.select-list ul.select li i {
        color: #3A4553;
        padding: 0 5px; }
      .input.select-list ul.select li span {
        color: #3A4553; }
      .input.select-list ul.select li.selected {
        background-color: #d8be80; }
  .input.select-list.active span.arrow i {
    transform-origin: center center;
    transform: rotate(180deg); }
  .input.select-list.active ul.select {
    border-left: 1px solid lightgray;
    border-right: 1px solid lightgray;
    border-bottom: 1px solid lightgray;
    max-height: 151px;
    opacity: 1;
    border-radius: 0 0 5px 5px; }
  .input .previews {
    padding: 10px; }
    .input .previews .preview {
      position: relative;
      overflow: hidden;
      display: inline-block;
      width: 100px;
      height: 80px;
      border-radius: 4px;
      border: 1px solid #B3BBC6;
      margin-right: 10px;
      width: 100%;
      padding-bottom: 67.5%; }
      .input .previews .preview label, .input .previews .preview i.fa-camera {
        display: none; }
      .input .previews .preview input[type="file"] {
        display: none; }
      .input .previews .preview label {
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        height: 100%;
        width: 100%;
        transform: none !important; }
      .input .previews .preview img {
        transition: filter .3s ease-in-out;
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        width: 100%; }
      .input .previews .preview .delete {
        display: none;
        pointer-events: none;
        visibility: hidden; }
      .input .previews .preview:hover img {
        filter: brightness(0.5); }
      .input .previews .preview:hover .delete {
        pointer-events: auto;
        position: absolute;
        background-color: rgba(204, 170, 89, 0.7);
        width: 60px;
        height: 60px;
        border-radius: 50%;
        box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
        display: block;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        z-index: 2;
        visibility: visible; }
        .input .previews .preview:hover .delete i {
          color: white;
          font-size: 24px;
          position: absolute;
          left: 50%;
          top: 50%;
          transform: translate(-50%, -50%); }
      .input .previews .preview.clone {
        display: none; }
      .input .previews .preview.empty {
        border-style: dashed;
        border-radius: 4px;
        position: relative; }
        .input .previews .preview.empty img, .input .previews .preview.empty .delete {
          display: none; }
        .input .previews .preview.empty label, .input .previews .preview.empty i.fa-camera {
          display: block; }
        .input .previews .preview.empty i {
          font-size: 36px;
          position: absolute;
          left: 50%;
          top: 50%;
          transform: translate(-50%, -50%); }
      .input .previews .preview:last-child {
        margin-right: 0; }
      .input .previews .preview img {
        width: 100%;
        height: 100%;
        object-fit: cover; }
  .input .label {
    font-size: 14px;
    color: #636E7D; }
  .input table {
    border-collapse: collapse;
    width: 100%; }
    .input table td {
      padding: 4px 0; }
    .input table tr td:nth-child(2) {
      position: relative;
      text-align: right;
      padding-right: 12px; }
      .input table tr td:nth-child(2):after {
        content: '€';
        position: absolute;
        right: 0; }
    .input table tfoot tr td {
      border-top: 1px solid #B3BBC6;
      font-weight: 600; }

section.form .loading {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  opacity: 0;
  z-index: -2;
  transition: z-index .3s ease-in-out, opacity .3s ease-in-out, background-color .3s ease-in-out; }
  section.form .loading i {
    color: white;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 32px; }

section.form.loading .loading {
  opacity: 1;
  z-index: 10;
  background-color: rgba(58, 69, 83, 0.5); }
  section.form.loading .loading h4 {
    color: white;
    text-align: center; }
  section.form.loading .loading .spinner {
    position: absolute;
    left: 50%;
    top: 40%;
    transform: translate(-50%, -50%); }
    section.form.loading .loading .spinner .lds-ellipsis div {
      background-color: white; }

section.form .disclaimer {
  padding: 0px 10px 20px 10px;
  display: block;
  font-size: 14px; }

section#tasksform.new .actions {
  display: none; }

section#tasksform.new .category-list {
  display: block; }

section#tasksform.existing .actions {
  display: block; }

section#tasksform.existing .category-list {
  display: none; }

section#tasksform .category-list {
  padding: 10px; }
  section#tasksform .category-list h4.title {
    margin-bottom: 10px; }
  section#tasksform .category-list .list ul li {
    background-color: white;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.12);
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
    border-radius: 10px;
    display: inline-block;
    position: relative; }
    section#tasksform .category-list .list ul li .text-content {
      width: 80%; }
      section#tasksform .category-list .list ul li .text-content span.title {
        color: #3A4553; }
      section#tasksform .category-list .list ul li .text-content p.description {
        font-size: 14px; }
    section#tasksform .category-list .list ul li .ico-content {
      position: absolute;
      right: 0;
      width: 20%;
      height: 100%;
      top: 0;
      bottom: 0; }
      section#tasksform .category-list .list ul li .ico-content i {
        font-size: 24px;
        color: #CCAA59;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%); }

header {
  position: fixed;
  width: 100%;
  top: 0;
  background-color: #FFFFFF;
  height: 60px;
  text-align: left;
  z-index: 99;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
  border-bottom: 1px solid #f0eee8; }
  header span.title, header .go-back-touch {
    display: inline-block;
    padding: 18px 0;
    vertical-align: top; }
  header span.title {
    color: #3A4553;
    font-weight: 500;
    padding: 17px 0;
    font-size: 20px;
    text-align: center;
    width: calc(100% - 146px); }
  header .go-back-touch {
    height: 100%;
    width: 50px;
    padding: 18px 10px; }
    header .go-back-touch .go-back {
      position: relative;
      height: 20px;
      width: 30px;
      transform-origin: center; }
      header .go-back-touch .go-back .bar {
        position: absolute;
        width: 30px;
        left: 0;
        height: 2px;
        background-color: red;
        transition: transform .5s ease-in-out, width .5s ease-in-out;
        border-radius: 1.2em;
        background-color: #3A4553; }
        header .go-back-touch .go-back .bar.bar-top {
          top: 0;
          transform: rotate(-45deg) translateX(-3px) translateY(4px);
          width: 12px; }
        header .go-back-touch .go-back .bar.bar-middle {
          top: 9px;
          width: 22px;
          left: 4px; }
        header .go-back-touch .go-back .bar.bar-bottom {
          bottom: 0;
          transform: rotate(45deg) translateX(-3px) translateY(-4px);
          width: 12px; }
    header .go-back-touch.hidden .go-back .bar.bar-top {
      width: 30px;
      transform: rotate(0) translateX(0) translateY(0); }
    header .go-back-touch.hidden .go-back .bar.bar-bottom {
      width: 30px;
      transform: rotate(0) translateX(0) translateY(0); }
  header a.touch-zone {
    height: 100%;
    width: 56px;
    position: absolute;
    right: 0;
    top: 0; }
    header a.touch-zone .user-icon {
      position: absolute;
      right: 10px;
      top: 14px;
      height: 32px;
      width: 32px;
      border-radius: 50%;
      overflow: hidden;
      border: 2px solid #fff;
      box-shadow: 0 0 0 1.5px rgba(204, 170, 89, 0.55), 0 2px 4px rgba(0, 0, 0, 0.08); }
      header a.touch-zone .user-icon img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        background-color: #CCAA59; }
      header a.touch-zone .user-icon i {
        font-size: 18px;
        color: #FFFFFF; }
    header a.touch-zone .act-icon {
      position: absolute;
      right: 4px;
      top: 14px;
      height: 32px;
      width: 32px; }
      header a.touch-zone .act-icon i {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        font-size: 18px;
        color: #CCAA59; }
    header a.touch-zone:first-of-type {
      width: 40px;
      right: 56px; }

.visible-window {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }

.pop-ups {
  position: fixed;
  top: 60px;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #F5F5F5;
  transition: transform .4s ease-out;
  display: block;
  transform: translateY(0); }
  .pop-ups.hidden {
    transform: translateY(-100vh); }
  .pop-ups section {
    padding: 0; }
    .pop-ups section.sub-window, .pop-ups section#chat-box {
      background-color: #F5F5F5;
      opacity: 1;
      z-index: 99;
      transition: opacity 0.2s linear, z-index 0.2s linear;
      overflow-y: scroll; }
      .pop-ups section.sub-window.hidden, .pop-ups section#chat-box.hidden {
        z-index: 0;
        opacity: 0; }

.modals {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(58, 69, 83, 0.8);
  transition: transform 0s ease-out, opacity .4s ease-out;
  display: block;
  transform: translateY(0);
  padding: 90px 0;
  opacity: 1; }
  .modals.hidden {
    opacity: 0;
    transform: translateY(-100vh);
    transition: opacity .4s ease-in-out, transform 0s ease-out .4s; }
  .modals .modal {
    overflow-y: auto;
    position: relative;
    width: auto;
    display: block;
    background-color: white;
    height: auto;
    max-height: 100%;
    border-radius: 8px;
    transition: opacity .5s ease-in-out; }
    .modals .modal.hidden {
      display: none; }
    .modals .modal .close-btn {
      position: absolute;
      right: 0;
      top: 0;
      width: 40px;
      height: 50px; }
      .modals .modal .close-btn i {
        position: absolute;
        right: 10px;
        top: 50%;
        transform: translateY(-50%); }
    .modals .modal .spinner {
      display: none;
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%); }
    .modals .modal.loading > * {
      opacity: 0; }
    .modals .modal.loading .spinner {
      opacity: 1;
      display: block; }
    .modals .modal .text {
      padding: 14px 10px; }

.swipable-box {
  position: absolute;
  font-size: 0;
  top: 60px;
  bottom: 0;
  left: 0vw;
  width: 400vw;
  transition: left 0.3s cubic-bezier(0.59, 0.32, 0.18, 1.21), transform 0.3s ease-out; }
  .swipable-box.notransition {
    transition: none !important; }
  .swipable-box section {
    position: relative;
    display: inline-block;
    height: 100%;
    padding: 0;
    margin: 0; }

.lds-ellipsis {
  display: inline-block;
  position: relative;
  width: 76px;
  height: 40px;
  left: 50%;
  transform: translateX(-50%); }
  .lds-ellipsis div {
    position: absolute;
    top: 15px;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: #CCAA59;
    animation-timing-function: cubic-bezier(0, 1, 1, 0); }
    .lds-ellipsis div:nth-child(1) {
      left: 8px;
      animation: lds-ellipsis1 0.6s infinite; }
    .lds-ellipsis div:nth-child(2) {
      left: 8px;
      animation: lds-ellipsis2 0.6s infinite; }
    .lds-ellipsis div:nth-child(3) {
      left: 32px;
      animation: lds-ellipsis2 0.6s infinite; }
    .lds-ellipsis div:nth-child(4) {
      left: 56px;
      animation: lds-ellipsis3 0.6s infinite; }

@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0); }
  100% {
    transform: scale(1); } }

@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1); }
  100% {
    transform: scale(0); } }

@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0); }
  100% {
    transform: translate(24px, 0); } }

nav.menu {
  transition: top .4s ease-out, z-index .4s ease-out .4s;
  position: fixed;
  bottom: 18px;
  left: 50%;
  transform: translateX(-50%);
  height: 56px;
  border-radius: 28px;
  width: 90%;
  background-color: #3A4553;
  max-width: 400px;
  z-index: 100;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.25); }
  nav.menu::after {
    content: ' ';
    position: absolute;
    bottom: 9px;
    left: 50%;
    width: 22px;
    height: 3px;
    border-radius: 2px;
    background-color: #CCAA59;
    transform: translateX(-50%);
    transition: left .3s ease-in-out, opacity .3s ease-in-out;
    opacity: 0; }
  nav.menu .tooltip {
    position: absolute;
    visibility: hidden; }
  nav.menu.tooltip .tooltip {
    display: block;
    left: 50%;
    transform: translate(-50%, -170%);
    top: 0px;
    padding: 10px;
    background-color: #3A4553;
    border-radius: 1.6em;
    animation: blinkIt 1s ease-in-out forwards;
    visibility: visible; }
    nav.menu.tooltip .tooltip p {
      color: white; }
    nav.menu.tooltip .tooltip:after {
      content: "";
      position: absolute;
      top: 100%;
      left: 50%;
      margin-left: -5px;
      border-width: 5px;
      border-style: solid;
      border-color: #3A4553 transparent transparent transparent; }

@keyframes blinkIt {
  from {
    opacity: 0;
    transform: translate(-50%, -120%); }
  to {
    opacity: 1;
    transform: translate(-50%, -170%); } }
  nav.menu li.chatslist, nav.menu li.notificationslist {
    position: relative; }
    nav.menu li.chatslist.new::after, nav.menu li.notificationslist.new::after {
      content: ' ';
      position: absolute;
      background-color: #F05D5E;
      width: 11px;
      height: 11px;
      border-radius: 50%;
      top: 8px;
      right: calc(50% - 16px);
      border: 2px solid #3A4553;
      box-shadow: 0 0 0 2px rgba(240, 93, 94, 0.25); }
  main.taskslist nav.menu::after {
    left: 11.5%;
    opacity: 1; }
  main.taskslist nav.menu li.taskslist i {
    color: #CCAA59;
    transform: scale(1.1); }
  main.tasksmap nav.menu::after {
    left: 28.3%;
    opacity: 1; }
  main.tasksmap nav.menu li.tasksmap i {
    color: #CCAA59;
    transform: scale(1.1); }
  main.chatslist nav.menu::after {
    left: 71.2%;
    opacity: 1; }
  main.chatslist nav.menu li.chatslist i {
    color: #CCAA59;
    transform: scale(1.1); }
  main.notificationslist nav.menu::after {
    left: 88.3%;
    opacity: 1; }
  main.notificationslist nav.menu li.notificationslist i {
    color: #CCAA59;
    transform: scale(1.1); }
  nav.menu ul {
    display: inline-block;
    width: 40%;
    padding: 0 10px; }
    nav.menu ul:nth-child(3) {
      margin-left: 20%; }
    nav.menu ul li {
      padding: 16px 0;
      text-align: center;
      display: inline-block;
      width: 50%;
      cursor: pointer; }
      nav.menu ul li i {
        color: rgba(255, 255, 255, 0.5);
        font-size: 22px;
        transition: color .2s ease, transform .2s ease; }
      nav.menu ul li:hover i {
        color: rgba(255, 255, 255, 0.8); }
  nav.menu button.contextual {
    outline: none;
    border: none;
    border-radius: 50%;
    height: 70px;
    width: 70px;
    position: absolute;
    left: 50%;
    top: 50%;
    background-color: white;
    transform: translate(-50%, -50%);
    z-index: 2;
    transition: transform .15s ease; }
    nav.menu button.contextual i {
      color: white;
      font-size: 22px; }
    nav.menu button.contextual::before {
      content: " ";
      position: absolute;
      width: 60px;
      height: 60px;
      border-radius: 50%;
      left: 5px;
      top: 5px;
      z-index: -1;
      background-color: #CCAA59;
      box-shadow: 0 4px 12px rgba(204, 170, 89, 0.45); }
    nav.menu button.contextual:active {
      transform: translate(-50%, -50%) scale(0.95); }
    nav.menu button.contextual.validate {
      z-index: 1; }
    nav.menu button.contextual a, nav.menu button.contextual div {
      display: none; }
    main.profile nav.menu button.contextual div.profile, main.profile nav.menu button.contextual a.profile {
      display: block; }
    main.taskslist nav.menu button.contextual div.taskslist, main.taskslist nav.menu button.contextual a.taskslist {
      display: block; }
    main.tasksform nav.menu button.contextual div.tasksform, main.tasksform nav.menu button.contextual a.tasksform {
      display: block; }
    main.tasksform nav.menu button.contextual::before {
      background-color: var(--task-cat-color, #CCAA59);
      box-shadow: 0 4px 12px var(--task-cat-color-soft, rgba(0, 0, 0, 0.16)); }
    main.tasksfilters nav.menu button.contextual div.tasksfilters, main.tasksfilters nav.menu button.contextual a.tasksfilters {
      display: block; }
    main.notificationslist nav.menu button.contextual div.notificationslist, main.notificationslist nav.menu button.contextual a.notificationslist {
      display: block; }
    main.chatslist nav.menu button.contextual div.chatslist, main.chatslist nav.menu button.contextual a.chatslist {
      display: block; }
    main.tasksmap nav.menu button.contextual div.tasksmap, main.tasksmap nav.menu button.contextual a.tasksmap {
      display: block; }
    main.dashboard nav.menu button.contextual div.dashboard, main.dashboard nav.menu button.contextual a.dashboard {
      display: block; }
    main.chat-box nav.menu button.contextual div.chat-box, main.chat-box nav.menu button.contextual a.chat-box {
      display: block; }
      main.chat-box nav.menu button.contextual div.chat-box i.fa-paper-plane, main.chat-box nav.menu button.contextual div.chat-box i.fa-times, main.chat-box nav.menu button.contextual a.chat-box i.fa-paper-plane, main.chat-box nav.menu button.contextual a.chat-box i.fa-times {
        display: none; }
    main.chat-box.idle nav.menu button.contextual div.chat-box i.fa-paper-plane, main.chat-box.idle nav.menu button.contextual div.chat-box i.fa-times, main.chat-box.idle nav.menu button.contextual a.chat-box i.fa-paper-plane, main.chat-box.idle nav.menu button.contextual a.chat-box i.fa-times {
      display: none; }
    main.chat-box.writing nav.menu button.contextual div.chat-box i.fa-paper-plane, main.chat-box.writing nav.menu button.contextual a.chat-box i.fa-paper-plane {
      display: block; }
    main.chat-box.writing nav.menu button.contextual div.chat-box i.fa-camera, main.chat-box.writing nav.menu button.contextual div.chat-box i.fa-times, main.chat-box.writing nav.menu button.contextual a.chat-box i.fa-camera, main.chat-box.writing nav.menu button.contextual a.chat-box i.fa-times {
      display: none; }
    main.chat-box.preview nav.menu button.contextual div.chat-box i.fa-paper-plane, main.chat-box.preview nav.menu button.contextual div.chat-box i.fa-camera, main.chat-box.preview nav.menu button.contextual a.chat-box i.fa-paper-plane, main.chat-box.preview nav.menu button.contextual a.chat-box i.fa-camera {
      display: none; }
    main.chat-box.preview nav.menu button.contextual div.chat-box i.fa-times, main.chat-box.preview nav.menu button.contextual a.chat-box i.fa-times {
      display: block; }
    main.task-card nav.menu button.contextual div.task-card, main.task-card nav.menu button.contextual a.task-card {
      display: block; }
      main.task-card nav.menu button.contextual div.task-card i, main.task-card nav.menu button.contextual a.task-card i {
        display: none; }
        main.task-card nav.menu button.contextual div.task-card i.fa-times, main.task-card nav.menu button.contextual a.task-card i.fa-times {
          display: block; }
    main.profileform nav.menu button.contextual div.profileform, main.profileform nav.menu button.contextual a.profileform {
      display: block; }
    main.navbar nav.menu button.contextual div.navbar, main.navbar nav.menu button.contextual a.navbar {
      display: block; }
    main.transactions nav.menu button.contextual div.transactions, main.transactions nav.menu button.contextual a.transactions {
      display: block; }
    main.profile-demandslist nav.menu button.contextual div.profile-demandslist, main.profile-demandslist nav.menu button.contextual a.profile-demandslist {
      display: block; }
    main.profile-taskslist nav.menu button.contextual div.profile-taskslist, main.profile-taskslist nav.menu button.contextual a.profile-taskslist {
      display: block; }
    main.applicants-list nav.menu button.contextual div.applicants-list, main.applicants-list nav.menu button.contextual a.applicants-list {
      display: block; }

main.loading {
  pointer-events: none;
  opacity: .3; }

* {
  font-family: "Nunito", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #6D7279;
  margin: 0;
  padding: 0;
  box-sizing: border-box; }

html {
  scroll-behavior: smooth; }

body {
  background-color: #F5F5F5;
  overscroll-behavior-y: contain;
  overflow-y: hidden;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0; }

section {
  position: absolute;
  padding-bottom: 20px;
  top: 0px;
  bottom: 0px;
  width: 100vw; }
  section.map {
    padding-bottom: 0; }
  section.has-nav {
    vertical-align: top; }

h1 {
  text-align: center;
  font-weight: 700;
  font-size: 22px;
  color: #3A4553; }
  section h1 {
    margin-top: 20px; }

h2 {
  text-align: center;
  font-weight: 300;
  font-size: 18px;
  color: #3A4553; }

ul li {
  font-weight: 300;
  font-size: 16px;
  color: #3A4553; }

button.list {
  border: none;
  height: 48px;
  padding: 5px;
  font-weight: 500;
  width: 49%;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.06), 0 6px 6px rgba(0, 0, 0, 0.08);
  border-radius: 3px; }
  button.list.cancel {
    color: #3B586A;
    background-color: #FFFFFF;
    margin-right: 2%; }
  button.list.save {
    color: #FFFFFF;
    background-color: #3A4553; }

button.floating {
  outline: none;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: none;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.06), 0 6px 6px rgba(0, 0, 0, 0.08);
  background-color: #CCAA59;
  position: absolute;
  top: 20px;
  right: 10px;
  opacity: 1;
  transition: opacity .1s ease-out, width .3s, height .3s; }
  button.floating.active {
    background-color: #3A4553; }
  button.floating i {
    color: #FFFFFF; }
  button.floating.hidden {
    display: block;
    opacity: 0;
    height: 0;
    width: 0; }
    button.floating.hidden i {
      display: none; }
  button.floating.blink {
    animation: blinker .25s linear infinite;
    background-position: center; }

@keyframes blinker {
  50% {
    opacity: 0.5; } }

label {
  font-weight: 500;
  font-size: 14px;
  display: block;
  padding-bottom: 5px; }

.floating-snackbar-box {
  position: absolute;
  bottom: 10px;
  width: 100%;
  text-align: center; }
  .floating-snackbar-box .snackbar-list {
    position: relative;
    min-width: 310px;
    width: 85%;
    margin: auto; }
    .floating-snackbar-box .snackbar-list .snackbar {
      display: inline-block;
      width: 49%;
      min-width: 0; }
      .floating-snackbar-box .snackbar-list .snackbar:first-child {
        margin-right: 1%; }
      .floating-snackbar-box .snackbar-list .snackbar:last-child {
        margin-left: 1%; }
      .floating-snackbar-box .snackbar-list .snackbar.negative {
        background-color: #CCAA59; }
        .floating-snackbar-box .snackbar-list .snackbar.negative.ripple {
          background-position: center;
          transition: background 0.8s; }
          .floating-snackbar-box .snackbar-list .snackbar.negative.ripple:hover {
            background: #CCAA59 radial-gradient(circle, transparent 1%, #CCAA59 1%) center/15000%; }
          .floating-snackbar-box .snackbar-list .snackbar.negative.ripple:active {
            background-color: white;
            background-size: 100%;
            transition: background 0s; }
        .floating-snackbar-box .snackbar-list .snackbar.negative .action, .floating-snackbar-box .snackbar-list .snackbar.negative i {
          color: #FFFFFF; }

.snackbar {
  padding: 5px;
  color: #FFFFFF;
  position: relative;
  min-width: 310px;
  width: 85%;
  margin: auto;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.06), 0 6px 6px rgba(0, 0, 0, 0.08);
  border-radius: 3px;
  margin-top: 10px;
  background-color: #FFFFFF; }
  .snackbar.ripple {
    background-position: center;
    transition: background 0.8s; }
    .snackbar.ripple:hover {
      background: #FFFFFF radial-gradient(circle, transparent 1%, #FFFFFF 1%) center/15000%; }
    .snackbar.ripple:active {
      background-color: #f2f2f3;
      background-size: 100%;
      transition: background 0s; }
  .snackbar.valid {
    background-color: #9BD35B; }
  .snackbar.warning {
    background-color: #FFAB34; }
  .snackbar .action {
    position: relative;
    padding: 12px 0;
    width: 90%;
    margin: auto;
    text-align: left;
    color: #3A4553;
    display: block;
    text-decoration: none; }
    .snackbar .action i {
      position: absolute;
      right: 0px;
      top: 13px;
      color: #3A4553; }

section.calendar {
  width: 100%; }
  section.calendar .date-picker {
    text-align: center; }
    section.calendar .date-picker h2 {
      padding: 10px 0; }
    section.calendar .date-picker .week-selector {
      padding-bottom: 5px; }
      section.calendar .date-picker .week-selector .arrow {
        display: inline-block;
        vertical-align: top;
        padding-top: 12px; }
        section.calendar .date-picker .week-selector .arrow.disabled i {
          color: #B3BBC6; }
      section.calendar .date-picker .week-selector .day {
        display: inline-block;
        width: 12%; }
        section.calendar .date-picker .week-selector .day.today .text, section.calendar .date-picker .week-selector .day.today .number {
          font-weight: 700;
          color: #CCAA59; }
        section.calendar .date-picker .week-selector .day .text {
          font-weight: 300;
          font-size: 14px; }
        section.calendar .date-picker .week-selector .day .number {
          font-weight: 300;
          font-size: 22px; }
  section.calendar .time-box {
    width: 100%;
    bottom: 30px;
    top: 130px;
    position: absolute; }
    section.calendar .time-box .hours {
      width: 7.5%;
      height: 100%; }
      section.calendar .time-box .hours .hour {
        position: relative;
        height: 8%; }
        section.calendar .time-box .hours .hour:first-child {
          height: 6%; }
        section.calendar .time-box .hours .hour:last-child {
          height: 6%; }
        section.calendar .time-box .hours .hour .content {
          font-weight: 300;
          position: absolute;
          top: 50%;
          transform: translateY(-50%);
          right: 0; }
    section.calendar .time-box .history {
      position: absolute;
      top: 3%;
      bottom: 3%;
      width: 100%;
      text-align: center; }
      section.calendar .time-box .history .bar-box {
        width: 12%;
        height: 100%;
        display: inline-block;
        text-align: center; }
        section.calendar .time-box .history .bar-box .bar {
          position: relative;
          width: 10px;
          height: 100%;
          margin: auto;
          border-radius: 5px;
          background-color: #d0d5dc; }
          section.calendar .time-box .history .bar-box .bar .pitch-data {
            position: absolute;
            width: 10px;
            border-radius: 5px; }
  section.calendar .legend {
    padding-top: 10px;
    position: absolute;
    bottom: 30px;
    text-align: center;
    width: 100%; }
    section.calendar .legend.low {
      bottom: 12px; }
    section.calendar .legend .pitch-legend {
      display: inline-block;
      width: 33%;
      text-align: center; }
      section.calendar .legend .pitch-legend .color {
        display: inline-block;
        border-radius: 3px;
        height: 15px;
        width: 15px;
        margin-bottom: -2px; }
      section.calendar .legend .pitch-legend .name {
        display: inline-block;
        padding-left: 5px; }

section.taskslist .task {
  max-height: 600px;
  transition: opacity .5s ease-in-out, transform .5s ease-in-out, padding .2s ease-out .1s, margin .2s ease-out .1s, max-height .2s ease-out .1s; }
  section.taskslist .task.CONFIRMED {
    border: 3px solid #CCAA59; }

section.taskslist.all .task {
  transform: translateX(0%);
  opacity: 1;
  padding: 14px;
  margin-bottom: 8px;
  max-height: 600px; }

section.taskslist.denied .task {
  opacity: 0;
  transform: translateX(-100%);
  transition: opacity .5s ease-in-out, transform .5s ease-in-out, padding .2s ease-out .1s, margin .2s ease-out .1s, max-height .2s ease-out .1s;
  padding: 0;
  margin-bottom: 0;
  max-height: 0; }
  section.taskslist.denied .task.denied {
    transform: translateX(0%);
    opacity: 1;
    padding: 14px;
    margin-bottom: 8px;
    max-height: 600px; }

section.taskslist.awaiting .task {
  opacity: 0;
  transform: translateX(-100%);
  transition: opacity .5s ease-in-out, transform .5s ease-in-out, padding .2s ease-out .1s, margin .2s ease-out .1s, max-height .2s ease-out .1s;
  padding: 0;
  margin-bottom: 0;
  max-height: 0; }
  section.taskslist.awaiting .task.awaiting {
    transform: translateX(0%);
    opacity: 1;
    padding: 14px;
    margin-bottom: 8px;
    max-height: 600px; }

section.taskslist.progress .task {
  opacity: 0;
  transform: translateX(-100%);
  transition: opacity .5s ease-in-out, transform .5s ease-in-out, padding .2s ease-out .1s, margin .2s ease-out .1s, max-height .2s ease-out .1s;
  padding: 0;
  margin-bottom: 0;
  max-height: 0; }
  section.taskslist.progress .task.progress {
    transform: translateX(0%);
    opacity: 1;
    padding: 14px;
    margin-bottom: 8px;
    max-height: 600px; }

section.taskslist.done .task {
  opacity: 0;
  transform: translateX(-100%);
  transition: opacity .5s ease-in-out, transform .5s ease-in-out, padding .2s ease-out .1s, margin .2s ease-out .1s, max-height .2s ease-out .1s;
  padding: 0;
  margin-bottom: 0;
  max-height: 0; }
  section.taskslist.done .task.done {
    transform: translateX(0%);
    opacity: 1;
    padding: 14px;
    margin-bottom: 8px;
    max-height: 600px; }

.task p.location, .floating-task p.location {
  display: block;
  padding: 5px 0; }

.task p.description, .floating-task p.description {
  display: none;
  padding: 0 3px;
  font-size: 14px; }

.task h5.author, .floating-task h5.author {
  font-size: 12px;
  font-weight: 300;
  vertical-align: top;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-right: 10px; }

.task .extras, .floating-task .extras {
  width: 100%;
  padding: 5px 10px;
  text-align: left; }
  .task .extras.expanded, .floating-task .extras.expanded {
    text-align: center;
    display: none; }
  .task .extras .extra, .floating-task .extras .extra {
    font-size: 14px;
    margin: 0 5px;
    display: inline-block; }
    .task .extras .extra i, .floating-task .extras .extra i {
      margin-right: 10px;
      font-size: 14px; }
  .task .extras.minified, .floating-task .extras.minified {
    padding: 0; }
    .task .extras.minified .extra, .floating-task .extras.minified .extra {
      font-size: 12px;
      margin: 0 10px 3px 0; }
    .task .extras.minified i, .floating-task .extras.minified i {
      font-size: 12px; }

.task.expanded p.location, .floating-task.expanded p.location {
  padding: 0; }

.task.expanded .extras.minified, .floating-task.expanded .extras.minified {
  display: none; }

.task.expanded .extras.expanded, .floating-task.expanded .extras.expanded {
  display: block; }

.task.expanded .description, .floating-task.expanded .description {
  display: block; }

.task .buttons, .floating-task .buttons {
  opacity: 0;
  transition: opacity .5s ease-in-out; }
  .task .buttons.list-btn button, .floating-task .buttons.list-btn button {
    pointer-events: none;
    padding: 0;
    margin: 0;
    max-height: 0;
    transition: padding .5s ease-in-out, margin .5s ease-in-out, max-height .5s ease-in-out; }
  .task .buttons button, .floating-task .buttons button {
    box-sizing: border-box;
    padding: 6px;
    font-size: 14px;
    text-align: center;
    background-color: #CCAA59;
    color: white;
    border: none;
    outline: none;
    text-transform: uppercase;
    font-weight: 500;
    border: 2px solid transparent;
    width: 49%; }
    .task .buttons button i, .floating-task .buttons button i {
      padding-right: 10px; }
    .task .buttons button span, .floating-task .buttons button span {
      font-weight: 500; }
    .task .buttons button.outline, .floating-task .buttons button.outline {
      border: 2px solid #CCAA59;
      color: #CCAA59;
      background-color: white;
      float: right; }
    .task .buttons button.full, .floating-task .buttons button.full {
      width: 100%; }

.rating {
  display: inline-block;
  float: right;
  vertical-align: top;
  text-align: center;
  border-radius: 1.6em;
  right: 16px;
  top: 14px;
  position: absolute; }
  .rating span, .rating i {
    color: #CCAA59; }
  .rating span {
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    padding-top: 1px; }
  .rating i {
    vertical-align: top;
    padding-top: 4px;
    font-size: 12px;
    padding-right: 4px; }
  .rating.bubble {
    position: relative;
    top: auto;
    right: auto;
    background-color: #3A4553;
    padding: 2px 6px; }
    .rating.bubble span, .rating.bubble i {
      color: #FFFFFF; }
    .rating.bubble.failed {
      background-color: #F05D5E; }
    .rating.bubble.success {
      background-color: #CCAA59; }

section.profile {
  background-color: #F5F5F5;
  overflow-y: scroll;
  padding-bottom: 65px; }
  section.profile.review .review-form {
    transform: translateX(0); }
  section.profile.edit .profile-form {
    transform: translateX(0); }
  section.profile.show-profile .show-profile {
    transform: translateX(0); }
  section.profile button.activate-payouts {
    display: block;
    padding: 5px 10px;
    background-color: #CCAA59;
    color: white;
    position: relative;
    font-weight: 600;
    border: none;
    outline: none; }
    section.profile button.activate-payouts span {
      opacity: 1;
      transition: opacity .5s ease-in-out; }
    section.profile button.activate-payouts i.spinner {
      margin-left: 5px;
      display: none; }
    section.profile button.activate-payouts.loading i.spinner {
      display: inline-block; }
  section.profile button.close {
    position: absolute;
    padding: 10px;
    right: 0px;
    top: 2px;
    border: none;
    background-color: transparent; }
    section.profile button.close i {
      font-size: 18px;
      color: #CCAA59; }
  section.profile#profileform {
    background-color: #F5F5F5;
    padding-bottom: 70px; }
    section.profile#profileform .avatar-content {
      margin-bottom: 90px; }
    section.profile#profileform .actions {
      background: #fff;
      border-radius: 14px;
      border: 1px solid #efe9d8;
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
      margin: 0 12px 14px;
      padding: 18px 16px 8px; }
      section.profile#profileform .actions h4.title {
        display: flex;
        align-items: center;
        justify-content: space-between;
        font-size: 14px;
        font-weight: 700;
        color: #3A4553;
        text-transform: uppercase;
        letter-spacing: .4px;
        margin: 0 0 14px;
        padding-bottom: 12px;
        border-bottom: 1px solid #f0eee8; }
        section.profile#profileform .actions h4.title i {
          width: 32px;
          height: 32px;
          border-radius: 50%;
          background: rgba(204, 170, 89, 0.15);
          color: #CCAA59;
          display: flex;
          align-items: center;
          justify-content: center;
          font-size: 14px; }
      section.profile#profileform .actions .input {
        position: relative;
        margin-bottom: 16px; }
        section.profile#profileform .actions .input input[type="text"], section.profile#profileform .actions .input input[type="email"], section.profile#profileform .actions .input input[type="tel"], section.profile#profileform .actions .input input[type="date"] {
          width: 100%;
          padding: 14px 14px 8px;
          font-size: 15px;
          background-color: #fff;
          border: 1.5px solid #e5dfd0;
          border-radius: 10px;
          color: #3A4553;
          outline: none;
          box-sizing: border-box;
          transition: border-color .2s ease, box-shadow .2s ease; }
          section.profile#profileform .actions .input input[type="text"]:focus, section.profile#profileform .actions .input input[type="email"]:focus, section.profile#profileform .actions .input input[type="tel"]:focus, section.profile#profileform .actions .input input[type="date"]:focus {
            border-color: #CCAA59;
            box-shadow: 0 0 0 3px rgba(204, 170, 89, 0.18); }
          section.profile#profileform .actions .input input[type="text"].error, section.profile#profileform .actions .input input[type="email"].error, section.profile#profileform .actions .input input[type="tel"].error, section.profile#profileform .actions .input input[type="date"].error {
            border-color: #c0392b; }
        section.profile#profileform .actions .input label, section.profile#profileform .actions .input .fake-label {
          position: absolute;
          left: 14px;
          top: 4px;
          font-size: 11px;
          color: #B3BBC6;
          text-transform: uppercase;
          letter-spacing: .3px;
          font-weight: 600;
          pointer-events: none;
          background: transparent; }
        section.profile#profileform .actions .input span.error {
          display: block;
          color: #c0392b;
          font-size: 12px;
          margin-top: 4px;
          padding-left: 4px; }
        section.profile#profileform .actions .input span.autofill {
          position: absolute;
          right: 10px;
          top: 50%;
          transform: translateY(-50%);
          color: #B3BBC6;
          cursor: pointer;
          padding: 6px; }
      section.profile#profileform .actions .input .checkbox-wrapper {
        display: flex;
        align-items: center;
        gap: 10px;
        padding: 6px 0; }
        section.profile#profileform .actions .input .checkbox-wrapper input[type="checkbox"] {
          width: 18px;
          height: 18px;
          accent-color: #CCAA59;
          cursor: pointer; }
        section.profile#profileform .actions .input .checkbox-wrapper label.checkbox-label {
          position: static;
          font-size: 13px;
          color: #3A4553;
          text-transform: none;
          letter-spacing: 0;
          font-weight: 500;
          cursor: pointer; }
      section.profile#profileform .actions a.link-gc {
        display: inline-block;
        margin: 6px 0 4px;
        font-size: 12px;
        color: #CCAA59;
        text-decoration: underline; }
      section.profile#profileform .actions .previews {
        display: flex;
        gap: 10px;
        margin: 8px 0; }
        section.profile#profileform .actions .previews .preview {
          flex: 1;
          aspect-ratio: 4 / 3;
          border-radius: 10px;
          border: 1.5px dashed #d8d0bd;
          position: relative;
          overflow: hidden;
          background: #faf7ee; }
          section.profile#profileform .actions .previews .preview label {
            position: absolute;
            inset: 0;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer; }
            section.profile#profileform .actions .previews .preview label i {
              font-size: 22px;
              color: #CCAA59; }
          section.profile#profileform .actions .previews .preview img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            display: block; }
          section.profile#profileform .actions .previews .preview .delete {
            position: absolute;
            top: 6px;
            right: 6px;
            background: rgba(192, 57, 43, 0.85);
            color: #fff;
            width: 26px;
            height: 26px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            z-index: 2;
            opacity: 0;
            transition: opacity .15s ease; }
            section.profile#profileform .actions .previews .preview .delete i {
              font-size: 12px; }
          section.profile#profileform .actions .previews .preview:hover .delete {
            opacity: 1; }
          section.profile#profileform .actions .previews .preview.empty img {
            display: none; }
          section.profile#profileform .actions .previews .preview.empty .delete {
            display: none; }
    section.profile#profileform span.disclaimer {
      display: block;
      text-align: center;
      color: #B3BBC6;
      font-size: 11px;
      margin: 10px 16px 20px;
      font-style: italic; }
  section.profile .profile-form .block {
    margin-top: 40px; }
    section.profile .profile-form .block p.block-description {
      white-space: normal;
      display: block;
      margin-bottom: 10px; }
  section.profile .profile-form button.close {
    right: 20px; }
  section.profile .profile-form form {
    padding: 20px 0; }
    section.profile .profile-form form .centered-input-group {
      margin: auto;
      text-align: center; }
    section.profile .profile-form form .input-group.avatar {
      text-align: center;
      width: 180px;
      height: 180px;
      position: relative; }
      section.profile .profile-form form .input-group.avatar input[type="file"] {
        display: none; }
      section.profile .profile-form form .input-group.avatar button {
        width: 40px;
        height: 40px;
        position: absolute;
        left: 50%;
        bottom: 20px;
        transform: translateX(-50%);
        border-radius: 50%;
        background-color: #B3BBC6;
        border: none;
        box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2); }
        section.profile .profile-form form .input-group.avatar button i {
          color: white;
          font-size: 16px; }
    section.profile .profile-form form h4.form-title {
      text-align: center;
      padding: 10px 0; }
    section.profile .profile-form form button[type="submit"] {
      padding: 12px 20px;
      font-size: 20px;
      text-align: center;
      background-color: #CCAA59;
      color: white;
      border: none;
      outline: none;
      text-transform: uppercase;
      font-weight: 500; }
      section.profile .profile-form form button[type="submit"] i {
        padding-right: 10px; }
      section.profile .profile-form form button[type="submit"] span {
        font-weight: 500; }
    section.profile .profile-form form ul.list {
      list-style-type: none; }
      section.profile .profile-form form ul.list li {
        color: #3A4553;
        list-style-type: none;
        font-size: 16px;
        opacity: .5;
        padding: 4px 0;
        position: relative;
        transition: opacity .5s ease-in-out;
        padding-left: 20px; }
        section.profile .profile-form form ul.list li.selected {
          opacity: 1; }
        section.profile .profile-form form ul.list li .name i {
          color: #3A4553;
          width: 22px;
          padding-right: 2px; }
        section.profile .profile-form form ul.list li .checkbox {
          position: absolute;
          left: 0;
          top: 5px; }
          section.profile .profile-form form ul.list li .checkbox i {
            position: absolute; }
          section.profile .profile-form form ul.list li .checkbox .checked {
            display: none; }
          section.profile .profile-form form ul.list li .checkbox .unchecked {
            display: block; }
        section.profile .profile-form form ul.list li p {
          color: #B3BBC6;
          white-space: normal; }
        section.profile .profile-form form ul.list li.selected .checkbox .checked {
          display: block; }
        section.profile .profile-form form ul.list li.selected .checkbox .unchecked {
          display: none; }
  section.profile .avatar-content {
    width: 100%;
    height: 110px;
    position: relative;
    margin-bottom: 90px; }
    section.profile .avatar-content .banner {
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      height: 100%;
      background: linear-gradient(135deg, #E0C26F 0%, #CCAA59 55%, #A88B45 100%);
      border-radius: 0 0 24px 24px;
      box-shadow: 0 4px 14px rgba(168, 139, 69, 0.25); }
  section.profile .avatar {
    position: absolute;
    display: inline-block;
    vertical-align: middle;
    width: 140px;
    height: 140px;
    bottom: -70px;
    border-radius: 50%;
    border: 4px solid #fff;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.18), 0 0 0 3px #CCAA59;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1; }
    section.profile .avatar input[type="file"] {
      opacity: 0;
      width: 1px;
      height: 1px; }
    section.profile .avatar img {
      border-radius: 50%;
      width: 100%;
      height: 100%;
      object-fit: cover; }
    section.profile .avatar i {
      position: absolute;
      left: 50%;
      bottom: -5px;
      transform: translateX(-50%);
      color: #FFFFFF; }
      section.profile .avatar i::after {
        border-radius: 50%;
        position: absolute;
        content: ' ';
        width: 50px;
        height: 50px;
        background-color: #CCAA59;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        z-index: -1;
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.06), 0 6px 6px rgba(0, 0, 0, 0.08); }
  section.profile .content {
    padding: 0;
    text-align: center; }
    section.profile .content h4.name {
      text-align: center;
      white-space: normal;
      display: inline-block;
      vertical-align: middle;
      padding: 6px 10px 14px;
      font-size: 22px;
      font-weight: 600;
      color: #3A4553; }
      section.profile .content h4.name span {
        font-size: 700; }
  section.profile .reviews .review {
    background: #FFFFFF;
    border-radius: 12px;
    padding: 14px 16px;
    margin: 0 10px 10px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    border: 1px solid #efe9d8;
    text-align: left;
    position: relative;
    transition: box-shadow .2s ease, transform .2s ease; }
    section.profile .reviews .review:hover {
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
      transform: translateY(-1px); }
    section.profile .reviews .review .name {
      display: flex;
      align-items: center;
      color: #3A4553;
      font-size: 14px;
      font-weight: 600;
      padding-right: 80px; }
      section.profile .reviews .review .name .small-avatar {
        width: 36px;
        height: 36px;
        margin-right: 10px;
        flex: 0 0 36px;
        border-radius: 50%;
        overflow: hidden;
        border: 1.5px solid #fff;
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1); }
        section.profile .reviews .review .name .small-avatar img {
          width: 100%;
          height: 100%;
          object-fit: cover; }
      section.profile .reviews .review .name span, section.profile .reviews .review .name i {
        color: #3A4553; }
    section.profile .reviews .review .rating {
      position: absolute;
      top: 14px;
      right: 16px;
      background: rgba(204, 170, 89, 0.12);
      border-radius: 12px;
      padding: 4px 10px;
      top: 14px;
      right: 16px; }
      section.profile .reviews .review .rating i, section.profile .reviews .review .rating span {
        color: #CCAA59;
        font-size: 13px; }
      section.profile .reviews .review .rating i {
        padding-top: 0; }
      section.profile .reviews .review .rating span {
        padding-top: 0;
        font-weight: 600; }
    section.profile .reviews .review p {
      font-size: 14px;
      padding: 10px 0 8px;
      margin: 0;
      white-space: normal;
      color: #6D7279;
      line-height: 1.55; }
    section.profile .reviews .review .infos {
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin-top: 4px;
      padding-top: 8px;
      border-top: 1px solid #f0eee8;
      font-size: 12px;
      color: #B3BBC6; }
      section.profile .reviews .review .infos span {
        font-size: 12px;
        color: #B3BBC6; }
      section.profile .reviews .review .infos .error {
        font-size: 12px;
        color: #F05D5E; }
      section.profile .reviews .review .infos button.report {
        border: 0;
        background: transparent;
        padding: 4px 0;
        margin: 0;
        cursor: pointer; }
        section.profile .reviews .review .infos button.report span, section.profile .reviews .review .infos button.report i {
          color: #B3BBC6;
          font-size: 12px;
          transition: color .2s ease; }
        section.profile .reviews .review .infos button.report span {
          padding-right: 4px; }
        section.profile .reviews .review .infos button.report i {
          font-size: 12px; }
        section.profile .reviews .review .infos button.report:hover span, section.profile .reviews .review .infos button.report:hover i {
          color: #F05D5E; }
  section.profile .half {
    position: absolute;
    width: 2px;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    bottom: 0;
    height: 100%; }
  section.profile .slider-selector {
    display: flex;
    background: #f0eee8;
    border-radius: 26px;
    padding: 4px;
    margin: 18px auto;
    width: 280px;
    max-width: calc(100% - 20px); }
    section.profile .slider-selector .select {
      flex: 1;
      text-align: center;
      padding: 9px 14px;
      border-radius: 22px;
      font-size: 14px;
      font-weight: 600;
      color: #3A4553;
      transition: background .25s ease, color .25s ease, box-shadow .25s ease;
      cursor: pointer;
      user-select: none; }
      section.profile .slider-selector .select.selected {
        background: #CCAA59;
        color: #fff;
        box-shadow: 0 2px 6px rgba(204, 170, 89, 0.35); }
  section.profile .options, section.profile .sliders {
    display: none; }
    section.profile .options.active, section.profile .sliders.active {
      display: block; }
  section.profile .slider {
    overflow-x: hidden;
    width: 100%; }
    section.profile .slider .frame {
      width: 200%;
      transition: transform .5s ease-in-out; }
      section.profile .slider .frame .requirerer {
        opacity: 0; }
      section.profile .slider .frame .provider {
        opacity: 1; }
    section.profile .slider .requirerer, section.profile .slider .provider {
      width: 50%;
      display: inline-block;
      vertical-align: top;
      white-space: nowrap;
      transition: opacity .5s ease-in-out; }
      section.profile .slider .requirerer .actions, section.profile .slider .provider .actions {
        max-height: 300px;
        overflow: scroll; }
      section.profile .slider .requirerer .small-avatar, section.profile .slider .provider .small-avatar {
        margin-top: -3px;
        margin-right: 8px;
        width: 30px;
        height: 30px;
        text-align: left;
        position: static;
        border: 0px;
        left: auto;
        right: auto;
        transform: translate(0, 0); }
  section.profile.requirerer .options, section.profile.provider .options {
    display: none; }
  section.profile.requirerer .sliders, section.profile.provider .sliders {
    display: block; }
  section.profile.requirerer .slider-selector .select.requirerer {
    background: #CCAA59;
    color: #fff;
    box-shadow: 0 2px 6px rgba(204, 170, 89, 0.35); }
  section.profile.requirerer .slider .frame {
    transform: translateX(-50%); }
    section.profile.requirerer .slider .frame .provider {
      opacity: 0; }
    section.profile.requirerer .slider .frame .requirerer {
      opacity: 1; }
  section.profile.provider .slider-selector .select.provider {
    background: #CCAA59;
    color: #fff;
    box-shadow: 0 2px 6px rgba(204, 170, 89, 0.35); }
  section.profile.provider .slider .frame {
    transform: translateX(0%); }
    section.profile.provider .slider .frame .provider {
      opacity: 1; }
    section.profile.provider .slider .frame .requirerer {
      opacity: 0; }
  section.profile .spacer {
    height: 30px; }

.toggles {
  position: fixed;
  width: 100%;
  height: auto;
  background-color: #FFFFFF;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.06), 0 6px 6px rgba(0, 0, 0, 0.08);
  text-align: center;
  padding: 8px;
  z-index: 10;
  overflow-x: scroll;
  overflow-y: hidden; }
  .toggles button.toggle {
    padding: 0;
    text-align: center;
    border: none;
    background: transparent;
    margin: 0.5%;
    width: 15%; }
    .toggles button.toggle i {
      color: #B3BBC6;
      display: block;
      font-size: 14px; }
    .toggles button.toggle span {
      color: #727981;
      font-size: 60%; }
    .toggles button.toggle.active i {
      color: #CCAA59; }
    .toggles button.toggle.active span {
      color: #3A4553; }
  .toggles.demands button[name="denied"] {
    display: none; }
  .toggles button.toggle.cta-highlight {
    background: #CCAA59;
    border-radius: 18px;
    padding: 6px 10px;
    margin: 0.5%;
    box-shadow: 0 3px 10px rgba(204, 170, 89, 0.5);
    animation: cta-toggle-pulse 1.8s ease-out infinite; }
    .toggles button.toggle.cta-highlight i, .toggles button.toggle.cta-highlight span {
      color: #fff !important;
      font-weight: 700; }

@keyframes cta-toggle-pulse {
  0%, 100% {
    box-shadow: 0 3px 10px rgba(204, 170, 89, 0.5); }
  50% {
    box-shadow: 0 4px 16px rgba(204, 170, 89, 0.85); } }

body.payment-mode section#profile-taskslist .toggles button.toggle-one[name="denied"] {
  display: none; }

body.payment-mode section#profile-taskslist .toggles button.toggle-one[name="done"] {
  background: #CCAA59;
  border-radius: 18px;
  box-shadow: 0 3px 10px rgba(204, 170, 89, 0.5);
  animation: cta-toggle-pulse 1.8s ease-out infinite; }
  body.payment-mode section#profile-taskslist .toggles button.toggle-one[name="done"] i {
    color: #fff; }
  body.payment-mode section#profile-taskslist .toggles button.toggle-one[name="done"] span {
    font-size: 0; }
    body.payment-mode section#profile-taskslist .toggles button.toggle-one[name="done"] span::before {
      content: 'Paiement';
      font-size: 12px;
      font-weight: 700;
      color: #fff;
      letter-spacing: .3px; }

section#chatslist {
  min-height: 100%;
  transition: min-height .5s ease-in-out .4s, background-color .5s ease-in-out, box-shadow .5s ease-in-out; }
  section#chatslist .featured {
    display: none; }
  section#chatslist ul.list li .status {
    display: none; }
  section#chatslist ul.list li .task {
    display: inline-block; }
  section#chatslist.featured .featured {
    display: block; }
  section#chatslist.featured ul.list li.hidden {
    display: none; }
  section#chatslist.featured ul.list li .task {
    display: none; }
  section#chatslist.featured ul.list li .status {
    display: inline-block; }
  section#chatslist .featured {
    padding: 10px;
    height: 40px;
    background-color: white;
    width: 100%;
    border-bottom: 1px solid lightgray;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
    color: #3A4553; }
    section#chatslist .featured .name, section#chatslist .featured .task {
      display: inline-block;
      vertical-align: top;
      overflow: hidden;
      text-overflow: ellipsis; }
    section#chatslist .featured .name {
      width: calc(100% - 65px);
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis; }
    section#chatslist .featured .task {
      width: 65px;
      text-align: right; }
      section#chatslist .featured .task i.icon, section#chatslist .featured .task .price {
        display: inline-block;
        vertical-align: top; }
      section#chatslist .featured .task .price {
        padding-left: 4px; }
      section#chatslist .featured .task i.icon {
        font-size: 14px;
        padding-top: 2px; }
  section#chatslist ul.list {
    padding: 8px 0;
    list-style-type: none;
    height: 100%;
    overflow-y: scroll;
    padding-bottom: 70px; }
    section#chatslist ul.list li {
      position: relative;
      background-color: white;
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
      border: 1px solid var(--cat-color-soft, #efe9d8);
      border-left: 4px solid var(--cat-color, transparent);
      padding: 14px 16px;
      margin: 8px 10px;
      border-radius: 14px;
      box-sizing: border-box;
      height: auto;
      min-height: 82px;
      width: calc(100% - 20px);
      transition: opacity .3s ease, max-height .5s ease-in-out, padding .5s ease-in-out, box-shadow .2s ease, transform .2s ease;
      opacity: .65;
      display: flex;
      align-items: center;
      gap: 12px; }
      section#chatslist ul.list li:hover {
        box-shadow: 0 4px 14px var(--cat-color-soft, rgba(0, 0, 0, 0.08));
        transform: translateY(-1px); }
      section#chatslist ul.list li .bubble {
        display: none; }
      section#chatslist ul.list li.unread {
        opacity: 1; }
        section#chatslist ul.list li.unread .avatar img {
          border-color: var(--cat-color, #CCAA59); }
        section#chatslist ul.list li.unread .info .name.user {
          font-weight: 600; }
        section#chatslist ul.list li.unread .info .last-message {
          color: #3A4553;
          font-weight: 500; }
        section#chatslist ul.list li.unread .bubble {
          display: block;
          width: 10px;
          height: 10px;
          border-radius: 50%;
          top: 16px;
          right: 14px;
          position: absolute;
          background-color: var(--cat-color, #CCAA59);
          box-shadow: 0 0 0 3px var(--cat-color-soft, rgba(204, 170, 89, 0.2));
          animation: pulse-chat-bubble 2s ease-in-out infinite; }

@keyframes pulse-chat-bubble {
  0%, 100% {
    box-shadow: 0 0 0 3px rgba(204, 170, 89, 0.2); }
  50% {
    box-shadow: 0 0 0 6px rgba(204, 170, 89, 0.05); } }
      section#chatslist ul.list li .avatar {
        position: relative;
        flex: 0 0 52px;
        width: 52px;
        height: 52px; }
        section#chatslist ul.list li .avatar::after {
          content: ' ';
          width: 12px;
          height: 12px;
          position: absolute;
          background-color: #6D7279;
          border: 2px solid #fff;
          right: 0;
          bottom: 2px;
          border-radius: 50%;
          z-index: 1; }
        section#chatslist ul.list li .avatar.online::after {
          background-color: #76E3A8; }
        section#chatslist ul.list li .avatar img {
          height: 52px;
          width: 52px;
          object-fit: cover;
          border-radius: 50%;
          border: 2px solid #fff;
          box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
          transition: border-color .2s ease; }
      section#chatslist ul.list li .info {
        flex: 1;
        min-width: 0;
        padding-right: 8px; }
        section#chatslist ul.list li .info .name {
          font-size: 15px;
          font-weight: 500;
          color: #3A4553;
          white-space: nowrap;
          overflow: hidden;
          text-overflow: ellipsis; }
          section#chatslist ul.list li .info .name.title {
            color: #B3BBC6;
            font-size: 12px;
            font-weight: 400;
            text-transform: uppercase;
            letter-spacing: .3px;
            margin-top: 2px; }
        section#chatslist ul.list li .info .last-message {
          font-size: 13px;
          font-weight: 400;
          color: #6D7279;
          white-space: nowrap;
          text-overflow: ellipsis;
          overflow: hidden;
          margin-top: 6px; }
      section#chatslist ul.list li .task, section#chatslist ul.list li .status {
        flex: 0 0 auto;
        width: auto;
        text-align: center;
        color: #3A4553;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 4px; }
        section#chatslist ul.list li .task .price, section#chatslist ul.list li .status .price {
          font-weight: 700;
          font-size: 14px;
          color: var(--cat-color, #CCAA59); }
        section#chatslist ul.list li .task i.icon, section#chatslist ul.list li .status i.icon {
          font-size: 16px;
          color: var(--cat-color, #CCAA59);
          background: var(--cat-color-soft, rgba(204, 170, 89, 0.12));
          width: 32px;
          height: 32px;
          border-radius: 50%;
          display: flex;
          align-items: center;
          justify-content: center; }
      section#chatslist ul.list li .status {
        width: 40px;
        padding: 0; }
        section#chatslist ul.list li .status i {
          font-size: 18px;
          display: none; }
        section#chatslist ul.list li .status.awaiting i.awaiting {
          color: #6D7279;
          display: block; }
        section#chatslist ul.list li .status.denied i.denied {
          color: #F05D5E;
          display: block; }
        section#chatslist ul.list li .status.accepted i.accepted {
          color: #CCAA59;
          display: block; }
  section#chatslist.selected {
    min-height: 90px;
    background-color: white;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
    transition: min-height .5s ease-in-out, background-color .5s ease-in-out .4s, box-shadow .5s ease-in-out .4s; }
    section#chatslist.selected ul.list li {
      opacity: 0;
      max-height: 0px;
      padding: 0;
      pointer-events: none; }
      section#chatslist.selected ul.list li.selected {
        pointer-events: auto;
        opacity: 1;
        max-height: 70px;
        padding: 10px 0; }
        section#chatslist.selected ul.list li.selected .avatar::after {
          border-color: white; }

section#notificationslist {
  overflow-y: scroll; }
  section#notificationslist p.info {
    font-size: 16px;
    text-align: center;
    padding: 10px; }
  section#notificationslist ul.list {
    list-style-type: none;
    padding: 6px 0 70px; }
    section#notificationslist ul.list .spacer {
      height: 40px; }
    section#notificationslist ul.list li {
      white-space: normal;
      position: relative;
      padding: 14px 16px 14px 18px;
      margin: 8px 10px;
      background-color: #fff;
      border-radius: 12px;
      border: 1px solid #efe9d8;
      border-left: 4px solid #CCAA59;
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
      overflow: hidden;
      transition: box-shadow .2s ease, transform .2s ease, opacity .3s ease; }
      section#notificationslist ul.list li:hover {
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
        transform: translateY(-1px); }
      section#notificationslist ul.list li .bubble {
        width: 10px;
        height: 10px;
        border-radius: 50%;
        top: 16px;
        right: 14px;
        position: absolute;
        background-color: #CCAA59;
        box-shadow: 0 0 0 3px rgba(204, 170, 89, 0.2);
        animation: pulse-bubble 2s ease-in-out infinite; }

@keyframes pulse-bubble {
  0%, 100% {
    box-shadow: 0 0 0 3px rgba(204, 170, 89, 0.2); }
  50% {
    box-shadow: 0 0 0 6px rgba(204, 170, 89, 0.05); } }
      section#notificationslist ul.list li.read {
        opacity: .6;
        border-left-color: #d8d8d8; }
        section#notificationslist ul.list li.read .info .icon {
          background: rgba(0, 0, 0, 0.05); }
          section#notificationslist ul.list li.read .info .icon i {
            color: #888; }
        section#notificationslist ul.list li.read .bubble {
          display: none; }
      section#notificationslist ul.list li .actions {
        margin: 0;
        position: absolute;
        height: 100%;
        width: 50%;
        right: 0;
        top: 0;
        background-color: transparent;
        white-space: nowrap;
        box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
        transform: translateX(100%);
        transition: transform .6s ease-in-out; }
        section#notificationslist ul.list li .actions button {
          width: 50%;
          display: inline-block;
          vertical-align: top;
          height: 100%;
          border: none; }
          section#notificationslist ul.list li .actions button::after {
            display: none; }
          section#notificationslist ul.list li .actions button i, section#notificationslist ul.list li .actions button label {
            color: white; }
          section#notificationslist ul.list li .actions button i {
            display: block; }
          section#notificationslist ul.list li .actions button.show {
            background-color: #CCAA59; }
          section#notificationslist ul.list li .actions button.clear {
            background-color: #3A4553; }
      section#notificationslist ul.list li .info {
        display: flex;
        align-items: center;
        gap: 10px;
        padding-right: 22px; }
        section#notificationslist ul.list li .info .icon {
          flex: 0 0 36px;
          width: 36px;
          height: 36px;
          border-radius: 50%;
          background: rgba(204, 170, 89, 0.15);
          display: flex;
          align-items: center;
          justify-content: center; }
          section#notificationslist ul.list li .info .icon i {
            color: #CCAA59;
            font-size: 14px;
            padding: 0; }
        section#notificationslist ul.list li .info .type {
          padding-left: 0;
          color: #3A4553;
          font-weight: 600;
          font-size: 14px;
          flex: 1; }
        section#notificationslist ul.list li .info span.ts {
          margin-left: auto;
          text-align: right;
          font-size: 11px;
          color: #B3BBC6;
          font-weight: 500;
          white-space: nowrap; }
      section#notificationslist ul.list li p.text {
        padding: 10px 0 0 46px;
        margin: 0;
        font-size: 14px;
        color: #6D7279;
        line-height: 1.5; }
      section#notificationslist ul.list li.warning {
        border-left-color: #E07A5F; }
        section#notificationslist ul.list li.warning .info .icon {
          background: rgba(224, 122, 95, 0.15); }
          section#notificationslist ul.list li.warning .info .icon i {
            color: #E07A5F; }
      section#notificationslist ul.list li.success {
        border-left-color: #4CAF50; }
        section#notificationslist ul.list li.success .info .icon {
          background: rgba(76, 175, 80, 0.15); }
          section#notificationslist ul.list li.success .info .icon i {
            color: #4CAF50; }
      section#notificationslist ul.list li.error {
        border-left-color: #c0392b; }
        section#notificationslist ul.list li.error .info .icon {
          background: rgba(192, 57, 43, 0.15); }
          section#notificationslist ul.list li.error .info .icon i {
            color: #c0392b; }
      section#notificationslist ul.list li.actions .actions {
        transform: translateX(0%); }
      section#notificationslist ul.list li.remove {
        opacity: 0;
        max-height: 0;
        padding: 0;
        transition: opacity .5s ease-in-out, max-height .5s ease-in-out, padding .5s ease-in-out; }

#snackbar, .snackbar {
  width: 92%;
  opacity: 0;
  border-radius: 14px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.18);
  padding: 16px 18px;
  position: fixed;
  top: 72px;
  left: 4%;
  right: 4%;
  transform: translateY(-200%);
  min-height: 56px;
  transition: transform 0.55s cubic-bezier(0.47, -0.29, 0.27, 1), opacity 0.3s ease;
  background-color: #fff;
  bottom: auto;
  border: 1px solid #efe9d8;
  border-left: 4px solid #CCAA59; }
  #snackbar .ico, .snackbar .ico {
    height: 36px;
    width: 36px;
    position: absolute;
    left: 16px;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(204, 170, 89, 0.15);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center; }
    #snackbar .ico i, .snackbar .ico i {
      font-size: 16px;
      color: #CCAA59; }
  #snackbar .act, .snackbar .act {
    text-align: right;
    position: absolute;
    right: 14px;
    top: 50%;
    transform: translateY(-50%); }
    #snackbar .act button, .snackbar .act button {
      background: transparent;
      outline: none;
      color: #CCAA59;
      border: 1.5px solid rgba(204, 170, 89, 0.4);
      border-radius: 8px;
      padding: 6px 12px;
      font-size: 13px;
      font-weight: 600;
      cursor: pointer;
      transition: background-color .15s ease; }
      #snackbar .act button:hover, .snackbar .act button:hover {
        background-color: rgba(204, 170, 89, 0.1); }
  #snackbar .content, .snackbar .content {
    padding: 0 110px 0 64px; }
    #snackbar .content h4, #snackbar .content p, .snackbar .content h4, .snackbar .content p {
      color: #3A4553;
      margin: 0;
      white-space: normal; }
    #snackbar .content h4, .snackbar .content h4 {
      font-size: 14px;
      font-weight: 700;
      margin-bottom: 2px; }
    #snackbar .content p, .snackbar .content p {
      font-size: 12px;
      color: #6D7279;
      line-height: 1.4; }
  #snackbar.pop, #snackbar.permanent, .snackbar.pop, .snackbar.permanent {
    transform: translateY(0);
    transition: transform 0.55s cubic-bezier(0.17, 0.67, 0.71, 1.3), opacity 0.3s ease;
    opacity: 1; }
  #snackbar.permanent, .snackbar.permanent {
    width: 100%;
    position: relative;
    left: auto;
    right: auto;
    top: auto; }
    #snackbar.permanent .act, .snackbar.permanent .act {
      display: block;
      width: 100%;
      position: relative;
      text-align: left;
      right: auto;
      transform: translateY(0); }
  #snackbar.success, .snackbar.success {
    border-left-color: #4CAF50; }
    #snackbar.success .ico, .snackbar.success .ico {
      background: rgba(76, 175, 80, 0.15); }
      #snackbar.success .ico i, .snackbar.success .ico i {
        color: #4CAF50; }
    #snackbar.success .act button, .snackbar.success .act button {
      color: #4CAF50;
      border-color: rgba(76, 175, 80, 0.4); }
      #snackbar.success .act button:hover, .snackbar.success .act button:hover {
        background-color: rgba(76, 175, 80, 0.1); }
  #snackbar.warning, .snackbar.warning {
    border-left-color: #E07A5F; }
    #snackbar.warning .ico, .snackbar.warning .ico {
      background: rgba(224, 122, 95, 0.15); }
      #snackbar.warning .ico i, .snackbar.warning .ico i {
        color: #E07A5F; }
    #snackbar.warning .act button, .snackbar.warning .act button {
      color: #E07A5F;
      border-color: rgba(224, 122, 95, 0.4); }
      #snackbar.warning .act button:hover, .snackbar.warning .act button:hover {
        background-color: rgba(224, 122, 95, 0.1); }
  #snackbar.error, .snackbar.error {
    border-left-color: #c0392b; }
    #snackbar.error .ico, .snackbar.error .ico {
      background: rgba(192, 57, 43, 0.15); }
      #snackbar.error .ico i, .snackbar.error .ico i {
        color: #c0392b; }
    #snackbar.error .act button, .snackbar.error .act button {
      color: #c0392b;
      border-color: rgba(192, 57, 43, 0.4); }
      #snackbar.error .act button:hover, .snackbar.error .act button:hover {
        background-color: rgba(192, 57, 43, 0.08); }

section#navbar {
  padding: 16px 12px 40px;
  background-color: #F5F5F5; }
  section#navbar .actions {
    margin: 0 0 14px;
    background-color: #fff;
    border-radius: 14px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    border: 1px solid #efe9d8;
    overflow: hidden; }
    section#navbar .actions .action {
      display: flex;
      align-items: center;
      padding: 14px 16px;
      cursor: pointer;
      text-decoration: none;
      color: #3A4553;
      transition: background-color .15s ease;
      position: relative; }
      section#navbar .actions .action + .action {
        border-top: 1px solid #f5f0e0; }
      section#navbar .actions .action:hover {
        background-color: rgba(204, 170, 89, 0.05); }
      section#navbar .actions .action > i:first-child {
        width: 36px;
        height: 36px;
        border-radius: 50%;
        background: rgba(204, 170, 89, 0.12);
        color: #CCAA59;
        display: flex;
        align-items: center;
        justify-content: center;
        flex: 0 0 36px;
        margin-right: 14px;
        font-size: 15px; }
      section#navbar .actions .action > span {
        flex: 1;
        font-size: 15px;
        font-weight: 500; }
      section#navbar .actions .action > i:last-child {
        color: #B3BBC6;
        font-size: 13px;
        opacity: .7;
        position: static; }
      section#navbar .actions .action.danger {
        color: #c0392b; }
        section#navbar .actions .action.danger > i:first-child {
          background: rgba(192, 57, 43, 0.12);
          color: #c0392b; }
        section#navbar .actions .action.danger > span {
          color: #c0392b; }

section#payment {
  padding: 18px 14px 40px;
  background-color: #F5F5F5; }
  section#payment h4.title {
    font-size: 18px;
    font-weight: 700;
    color: #3A4553;
    text-align: center;
    margin: 0 0 18px; }
  section#payment form#payment-form .action {
    background: #fff;
    border-radius: 14px;
    border: 1px solid #efe9d8;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    padding: 16px 16px;
    margin-bottom: 14px; }
  section#payment form#payment-form .action.expandable .details .detail {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 0;
    font-size: 13px;
    color: #6D7279; }
    section#payment form#payment-form .action.expandable .details .detail + .detail {
      border-top: 1px dashed #f0eee8; }
    section#payment form#payment-form .action.expandable .details .detail span:last-child {
      font-weight: 600;
      color: #3A4553; }
  section#payment form#payment-form .action.expandable .total {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 14px 0 4px;
    margin-top: 6px;
    border-top: 2px solid #CCAA59; }
    section#payment form#payment-form .action.expandable .total span {
      font-size: 16px;
      font-weight: 700;
      color: #3A4553; }
      section#payment form#payment-form .action.expandable .total span:last-of-type {
        color: #CCAA59;
        font-size: 20px; }
    section#payment form#payment-form .action.expandable .total i {
      color: #B3BBC6;
      margin-left: 6px;
      font-size: 12px; }
  section#payment form#payment-form #card-element {
    padding: 12px;
    background: #fff;
    border: 1.5px solid #e5dfd0;
    border-radius: 10px;
    transition: border-color .2s ease, box-shadow .2s ease; }
    section#payment form#payment-form #card-element.StripeElement--focus {
      border-color: #CCAA59;
      box-shadow: 0 0 0 3px rgba(204, 170, 89, 0.18); }
    section#payment form#payment-form #card-element.StripeElement--invalid {
      border-color: #c0392b; }
  section#payment form#payment-form #card-errors {
    color: #c0392b;
    font-size: 12px;
    margin-top: 8px;
    min-height: 16px; }
  section#payment form#payment-form .action.submit.important {
    background: #CCAA59;
    color: #fff;
    border: 0;
    border-radius: 12px;
    padding: 16px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: .3px;
    cursor: pointer;
    box-shadow: 0 4px 14px rgba(204, 170, 89, 0.4);
    transition: all .15s ease; }
    section#payment form#payment-form .action.submit.important:hover {
      background-color: #d1b269;
      box-shadow: 0 6px 18px rgba(204, 170, 89, 0.5); }
    section#payment form#payment-form .action.submit.important:active {
      transform: translateY(1px); }
    section#payment form#payment-form .action.submit.important i {
      color: #fff;
      font-size: 14px; }
  section#payment .spinner {
    text-align: center;
    padding: 30px 0; }
  section#payment span.info {
    display: block;
    text-align: center;
    color: #c0392b;
    padding: 20px;
    font-size: 14px; }

section#dashboard {
  padding: 10px;
  padding-bottom: 40px; }
  section#dashboard h2 {
    padding: 10px;
    font-size: 16px;
    font-weight: 600;
    text-align: left; }
  section#dashboard .logo-header {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    padding: 16px 0 22px; }
    section#dashboard .logo-header img {
      height: 84px;
      width: auto; }
    section#dashboard .logo-header .brand-text {
      display: flex;
      flex-direction: column;
      line-height: 1; }
      section#dashboard .logo-header .brand-text span {
        display: block;
        font-family: 'Nunito', sans-serif; }
      section#dashboard .logo-header .brand-text span.hunt {
        font-size: 22px;
        font-weight: 300;
        letter-spacing: 6px;
        color: #3A4553;
        text-indent: 6px;
        margin-bottom: -2px; }
      section#dashboard .logo-header .brand-text span.lets-go {
        font-size: 36px;
        font-weight: 800;
        letter-spacing: -1px;
        background: linear-gradient(135deg, #F0D78B 0%, #CCAA59 50%, #A88B45 100%);
        -webkit-background-clip: text;
        background-clip: text;
        -webkit-text-fill-color: transparent;
        color: #CCAA59; }

section#dashboard .box, section#transactions .box {
  position: relative;
  padding: 18px 12px;
  border-radius: 8px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.06), 0 6px 6px rgba(0, 0, 0, 0.08);
  background: #FFFFFF;
  margin-bottom: 14px;
  vertical-align: top;
  display: inline-block;
  text-decoration: none;
  border: 2px solid transparent;
  transition: transform .12s ease, box-shadow .15s ease, border-color .15s ease; }
  section#dashboard .box:hover, section#transactions .box:hover {
    border-color: rgba(204, 170, 89, 0.4); }
  section#dashboard .box:active, section#dashboard .box.selected, section#transactions .box:active, section#transactions .box.selected {
    transform: translateY(1px);
    border-color: #CCAA59;
    box-shadow: 0 4px 18px rgba(204, 170, 89, 0.4); }
  section#dashboard .box.map, section#transactions .box.map {
    padding: 12px 12px;
    height: 180px;
    width: 100%; }
    section#dashboard .box.map #dashboardmap, section#transactions .box.map #dashboardmap {
      height: 100%;
      width: 100%; }
  section#dashboard .box.half, section#transactions .box.half {
    width: calc(50% - 7px);
    min-height: 132px; }
    section#dashboard .box.half:nth-of-type(odd), section#transactions .box.half:nth-of-type(odd) {
      margin-right: 7px; }
    section#dashboard .box.half:nth-of-type(even), section#transactions .box.half:nth-of-type(even) {
      margin-left: 7px; }
    section#dashboard .box.half h3 i, section#transactions .box.half h3 i {
      color: #CCAA59; }
  section#dashboard .box.full, section#transactions .box.full {
    width: 100%; }
    section#dashboard .box.full.last, section#transactions .box.full.last {
      margin-bottom: 50px; }
    section#dashboard .box.full.closed, section#transactions .box.full.closed {
      text-align: center;
      padding: 18px 12px; }
      section#dashboard .box.full.closed h4, section#transactions .box.full.closed h4 {
        color: #CCAA59; }
        section#dashboard .box.full.closed h4 i, section#transactions .box.full.closed h4 i {
          margin-right: 8px;
          color: #CCAA59; }
      section#dashboard .box.full.closed h3, section#transactions .box.full.closed h3 {
        font-size: 22px;
        font-weight: 500;
        color: #3A4553;
        opacity: .7;
        margin-bottom: 14px;
        margin-top: 4px; }
      section#dashboard .box.full.closed h5, section#transactions .box.full.closed h5 {
        font-size: 14px;
        height: 36px; }
  section#dashboard .box h3, section#transactions .box h3 {
    margin-bottom: 30px; }
  section#dashboard .box.half h3, section#transactions .box.half h3 {
    font-size: 22px;
    font-weight: 500;
    color: #3A4553;
    opacity: .7;
    margin-bottom: 18px;
    margin-top: 4px; }
  section#dashboard .box h4, section#dashboard .box h5, section#transactions .box h4, section#transactions .box h5 {
    color: #CCAA59; }
  section#dashboard .box h5, section#transactions .box h5 {
    font-size: 14px;
    height: 36px; }
    @media (max-width: 350px) {
      section#dashboard .box h5, section#transactions .box h5 {
        font-size: 12px; } }
  section#dashboard .box .ico, section#transactions .box .ico {
    height: 26px;
    width: 26px;
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%); }
    section#dashboard .box .ico i, section#transactions .box .ico i {
      font-size: 26px;
      color: #CCAA59; }
  section#dashboard .box .ico.with-image, section#transactions .box .ico.with-image {
    height: auto;
    width: 44px;
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%); }
    section#dashboard .box .ico.with-image img, section#transactions .box .ico.with-image img {
      width: 100%; }
  section#dashboard .box .content, section#transactions .box .content {
    padding: 0;
    padding-left: 54px; }
    section#dashboard .box .content h4, section#transactions .box .content h4 {
      font-size: 16px;
      font-weight: 600;
      color: #3A4553; }
    section#dashboard .box .content p, section#transactions .box .content p {
      margin: 8px 0;
      font-size: 14px;
      color: #6D7279; }
    section#dashboard .box .content .act, section#transactions .box .content .act {
      margin-top: 12px; }
      section#dashboard .box .content .act a, section#transactions .box .content .act a {
        text-decoration: none;
        color: #CCAA59; }
  section#dashboard .box.error .ico i, section#dashboard .box.error .content .act a, section#transactions .box.error .ico i, section#transactions .box.error .content .act a {
    color: #F05D5E; }
  section#dashboard .box.warning .ico i, section#dashboard .box.warning .content .act a, section#transactions .box.warning .ico i, section#transactions .box.warning .content .act a {
    color: #FFAB34; }

section#transactions {
  padding: 12px 12px 60px;
  background-color: #F5F5F5; }
  section#transactions .box {
    margin: 0 0 14px; }
  section#transactions .actions.maxed {
    max-height: none;
    overflow: visible; }
    section#transactions .actions.maxed h4.title {
      position: static; }
  section#transactions .actions {
    background: #fff;
    border: 1px solid #efe9d8;
    border-radius: 14px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    margin: 0 0 14px;
    padding: 16px; }
    section#transactions .actions h4.title {
      font-size: 13px;
      font-weight: 700;
      color: #3A4553;
      text-transform: uppercase;
      letter-spacing: .4px;
      margin: 0 0 12px;
      padding-bottom: 10px;
      border-bottom: 1px solid #f0eee8;
      display: flex;
      justify-content: space-between;
      align-items: center; }
      section#transactions .actions h4.title span {
        color: #3A4553;
        font-weight: 600;
        text-transform: none;
        letter-spacing: 0;
        font-size: 14px; }
      section#transactions .actions h4.title.important {
        color: #CCAA59; }
        section#transactions .actions h4.title.important span {
          color: #CCAA59;
          font-size: 18px;
          font-weight: 700; }
    section#transactions .actions > .action {
      display: flex;
      align-items: center;
      padding: 12px 4px;
      cursor: pointer;
      text-decoration: none;
      color: #3A4553;
      transition: background-color .15s ease;
      border-radius: 8px; }
      section#transactions .actions > .action + .action {
        border-top: 1px solid #f5efde; }
      section#transactions .actions > .action:hover {
        background-color: rgba(204, 170, 89, 0.05); }
      section#transactions .actions > .action > i:first-child {
        width: 36px;
        height: 36px;
        border-radius: 50%;
        background: rgba(204, 170, 89, 0.15);
        color: #CCAA59;
        display: flex;
        align-items: center;
        justify-content: center;
        flex: 0 0 36px;
        margin-right: 14px;
        font-size: 14px; }
      section#transactions .actions > .action > span {
        flex: 1;
        font-size: 15px;
        font-weight: 500; }
      section#transactions .actions > .action > i:last-child {
        color: #B3BBC6;
        font-size: 13px;
        opacity: .7; }
    section#transactions .actions .action.transaction {
      display: grid;
      grid-template-columns: 1fr auto;
      gap: 4px 12px;
      align-items: center;
      padding: 12px 4px;
      font-size: 13px;
      color: #3A4553; }
      section#transactions .actions .action.transaction + .action {
        border-top: 1px solid #f5efde; }
      section#transactions .actions .action.transaction span {
        color: #6D7279; }
        section#transactions .actions .action.transaction span:nth-child(1) {
          font-weight: 600;
          color: #3A4553;
          grid-column: 1; }
        section#transactions .actions .action.transaction span:nth-child(2) {
          grid-column: 2;
          font-weight: 700;
          color: #CCAA59;
          text-align: right;
          font-size: 14px; }
        section#transactions .actions .action.transaction span:nth-child(3) {
          grid-column: 1 / 3;
          font-size: 12px;
          color: #B3BBC6; }
        section#transactions .actions .action.transaction span:nth-child(4) {
          grid-column: 1 / 3;
          font-size: 11px;
          color: #B3BBC6; }
        section#transactions .actions .action.transaction span.success {
          color: #4CAF50;
          font-weight: 600; }
        section#transactions .actions .action.transaction span.error {
          color: #c0392b;
          font-weight: 600; }
    section#transactions .actions .action:not(.transaction):not(.ask-payout):not(.ask-charts):not(.important) {
      text-align: center;
      color: #B3BBC6;
      font-style: italic;
      padding: 16px;
      font-size: 13px; }

#tasksfilters {
  padding: 10px;
  padding-bottom: 80px; }
  #tasksfilters h4.label {
    padding: 20px 8px 10px;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: .4px;
    color: #B3BBC6;
    font-weight: 600; }
  #tasksfilters .slidable {
    position: relative;
    margin: 6px 8px 4px;
    display: flex;
    flex-wrap: wrap;
    gap: 8px; }
    #tasksfilters .slidable .bar {
      display: none; }
    #tasksfilters .slidable .value {
      position: static;
      width: auto;
      height: auto;
      transform: none;
      cursor: pointer;
      padding: 8px 14px;
      background: #fff;
      border: 1.5px solid #efe9d8;
      border-radius: 22px;
      transition: all .2s ease;
      box-shadow: 0 1px 3px rgba(0, 0, 0, 0.03); }
      #tasksfilters .slidable .value .circle {
        display: none; }
      #tasksfilters .slidable .value .label {
        padding: 0;
        margin: 0;
        font-size: 13px;
        font-weight: 600;
        color: #3A4553; }
        #tasksfilters .slidable .value .label::after {
          content: '€';
          margin-left: 1px; }
      #tasksfilters .slidable .value:hover {
        border-color: #CCAA59;
        color: #CCAA59; }
      #tasksfilters .slidable .value.active {
        background: #CCAA59;
        border-color: #CCAA59;
        box-shadow: 0 3px 10px rgba(204, 170, 89, 0.35); }
        #tasksfilters .slidable .value.active .label {
          color: #fff; }
    #tasksfilters .slidable.dist-slider .value .label::after {
      content: 'km'; }
    #tasksfilters .slidable .value[amount="0"] .label {
      font-size: 12px; }
      #tasksfilters .slidable .value[amount="0"] .label::after {
        content: ''; }
  #tasksfilters .cat-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-right: 8px; }
    #tasksfilters .cat-header h4.label {
      flex: 1; }
    #tasksfilters .cat-header button.toggle-all {
      background: transparent;
      border: 1.5px solid rgba(204, 170, 89, 0.4);
      color: #CCAA59;
      padding: 6px 12px;
      border-radius: 18px;
      font-size: 12px;
      font-weight: 600;
      cursor: pointer;
      transition: background-color .15s ease, border-color .15s ease; }
      #tasksfilters .cat-header button.toggle-all:hover {
        background-color: rgba(204, 170, 89, 0.1);
        border-color: #CCAA59; }
      #tasksfilters .cat-header button.toggle-all.all-selected {
        background: #CCAA59;
        color: #fff;
        border-color: #CCAA59; }
  #tasksfilters ul.list.group-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    padding: 0 4px;
    list-style: none; }
    #tasksfilters ul.list.group-list li.group-tile {
      background-color: #FFFFFF;
      display: flex;
      align-items: center;
      gap: 12px;
      padding: 14px 12px;
      border-radius: 14px;
      border: 1.5px solid #efe9d8;
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
      cursor: pointer;
      transition: all .2s ease;
      min-height: 72px; }
      #tasksfilters ul.list.group-list li.group-tile .group-ico {
        flex: 0 0 42px;
        width: 42px;
        height: 42px;
        border-radius: 50%;
        background: var(--cat-color-soft, rgba(204, 170, 89, 0.15));
        background: color-mix(in srgb, var(--cat-color) 18%, white);
        display: flex;
        align-items: center;
        justify-content: center;
        transition: background .2s ease; }
        #tasksfilters ul.list.group-list li.group-tile .group-ico i {
          font-size: 18px;
          color: var(--cat-color, #CCAA59);
          transition: color .2s ease; }
      #tasksfilters ul.list.group-list li.group-tile .group-info {
        flex: 1;
        min-width: 0; }
        #tasksfilters ul.list.group-list li.group-tile .group-info .group-title {
          font-size: 14px;
          font-weight: 700;
          color: #3A4553;
          line-height: 1.2; }
        #tasksfilters ul.list.group-list li.group-tile .group-info .group-count {
          font-size: 11px;
          color: #B3BBC6;
          margin-top: 2px; }
      #tasksfilters ul.list.group-list li.group-tile:hover {
        transform: translateY(-1px);
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
        border-color: var(--cat-color, #CCAA59); }
      #tasksfilters ul.list.group-list li.group-tile.active {
        background: var(--cat-color, #CCAA59);
        border-color: var(--cat-color, #CCAA59);
        box-shadow: 0 4px 14px rgba(0, 0, 0, 0.18); }
        #tasksfilters ul.list.group-list li.group-tile.active .group-ico {
          background: rgba(255, 255, 255, 0.2); }
          #tasksfilters ul.list.group-list li.group-tile.active .group-ico i {
            color: #fff; }
        #tasksfilters ul.list.group-list li.group-tile.active .group-info .group-title, #tasksfilters ul.list.group-list li.group-tile.active .group-info .group-count {
          color: #fff; }
        #tasksfilters ul.list.group-list li.group-tile.active .group-count {
          opacity: .85; }
  #tasksfilters ul.list.filtrable {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
    padding: 0 4px; }
    #tasksfilters ul.list.filtrable li {
      background-color: #FFFFFF;
      text-align: center;
      margin: 0;
      min-width: 0;
      padding: 12px 8px;
      border-radius: 12px;
      border: 1.5px solid #efe9d8;
      box-shadow: 0 2px 6px rgba(0, 0, 0, 0.04);
      opacity: .9;
      transition: all .2s ease;
      cursor: pointer;
      overflow: hidden; }
      #tasksfilters ul.list.filtrable li .name i, #tasksfilters ul.list.filtrable li .name span {
        display: block;
        transition: color .2s ease; }
      #tasksfilters ul.list.filtrable li .name span {
        white-space: nowrap;
        text-overflow: ellipsis;
        padding-top: 8px;
        overflow: hidden;
        font-size: 11px;
        font-weight: 500;
        color: #3A4553; }
      #tasksfilters ul.list.filtrable li .name i {
        font-size: 20px;
        color: var(--cat-color, #CCAA59); }
      #tasksfilters ul.list.filtrable li:hover {
        transform: translateY(-1px);
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
        border-color: var(--cat-color, #CCAA59); }
      #tasksfilters ul.list.filtrable li.active {
        opacity: 1;
        background-color: var(--cat-color, #CCAA59);
        border-color: var(--cat-color, #CCAA59);
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.18); }
        #tasksfilters ul.list.filtrable li.active .name i, #tasksfilters ul.list.filtrable li.active .name span {
          color: white; }
  #tasksfilters button.reset-filters {
    margin-top: 14px;
    margin-left: 8px;
    padding: 12px 22px;
    background-color: #CCAA59;
    color: white;
    border: none;
    border-radius: 24px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: .3px;
    cursor: pointer;
    box-shadow: 0 4px 12px rgba(204, 170, 89, 0.35);
    transition: background-color .15s ease, box-shadow .15s ease, transform .1s ease; }
    #tasksfilters button.reset-filters:hover {
      background-color: #d1b269;
      box-shadow: 0 6px 16px rgba(204, 170, 89, 0.45); }
    #tasksfilters button.reset-filters:active {
      transform: translateY(1px); }

section#chat-box {
  white-space: normal; }
  section#chat-box .header {
    position: relative; }
    section#chat-box .header .actions {
      margin: 0;
      border-top: 1px solid #F5F5F5;
      position: absolute;
      left: 0;
      right: 0;
      z-index: 2;
      border-radius: 0 0 8px 8px;
      transform: translateY(-110%);
      transition: transform .5s ease-in-out .1s, box-shadow .5s ease-in-out; }
      section#chat-box .header .actions .action {
        padding: 14px 20px; }
        section#chat-box .header .actions .action i:last-child {
          right: 20px; }
    section#chat-box .header .chat-info {
      background-color: #FFFFFF;
      height: 70px;
      padding: 10px;
      box-shadow: 0 10px 20px rgba(0, 0, 0, 0.06), 0 6px 6px rgba(0, 0, 0, 0.08);
      position: relative;
      z-index: 3;
      transition: box-shadow .5s ease-in-out; }
      section#chat-box .header .chat-info .avatar {
        width: 50px;
        height: 50px;
        display: inline-block;
        vertical-align: top;
        border-radius: 50%;
        overflow: hidden; }
        section#chat-box .header .chat-info .avatar img {
          width: 100%;
          height: 100%;
          object-fit: cover; }
      section#chat-box .header .chat-info .task-info {
        display: inline-block;
        width: calc(100% - 50px);
        padding: 6px 130px 6px 12px; }
        section#chat-box .header .chat-info .task-info .user {
          color: #3A4553; }
        section#chat-box .header .chat-info .task-info .name {
          width: 100%;
          white-space: nowrap;
          overflow: hidden;
          text-overflow: ellipsis; }
      section#chat-box .header .chat-info .task-price {
        position: absolute;
        right: 60px;
        top: 50%;
        transform: translateY(-50%);
        background: rgba(204, 170, 89, 0.15);
        color: #CCAA59;
        border: 1.5px solid rgba(204, 170, 89, 0.45);
        padding: 6px 12px;
        border-radius: 18px;
        font-size: 14px;
        font-weight: 700;
        white-space: nowrap; }
      section#chat-box .header .chat-info .expand {
        position: absolute;
        right: 0px;
        top: 0px;
        width: 60px;
        height: 70px; }
        section#chat-box .header .chat-info .expand i {
          font-size: 18px;
          position: absolute;
          left: 25px;
          top: 50%;
          transform: translateY(-50%); }
      section#chat-box .header .chat-info .hint-postule {
        position: absolute;
        top: 76px;
        right: 14px;
        z-index: 4;
        background: #CCAA59;
        color: #fff;
        padding: 8px 14px 8px 12px;
        border-radius: 16px;
        font-size: 12px;
        font-weight: 600;
        letter-spacing: .2px;
        display: flex;
        align-items: center;
        gap: 6px;
        box-shadow: 0 4px 14px rgba(204, 170, 89, 0.45);
        opacity: 0;
        transform: translateY(-6px);
        pointer-events: none;
        animation: hint-postule-show .6s ease-out forwards 5s, hint-postule-bob 2.4s ease-in-out infinite 5.6s;
        cursor: pointer; }
        section#chat-box .header .chat-info .hint-postule i {
          font-size: 11px;
          color: #fff; }
        section#chat-box .header .chat-info .hint-postule span {
          color: #fff; }
        section#chat-box .header .chat-info .hint-postule::after {
          content: '';
          position: absolute;
          top: -7px;
          right: 16px;
          width: 0;
          height: 0;
          border-left: 6px solid transparent;
          border-right: 6px solid transparent;
          border-bottom: 7px solid #CCAA59; }
        section#chat-box .header .chat-info .hint-postule.dismissed {
          display: none; }
    section#chat-box .header.expanded .hint-postule {
      display: none; }

@keyframes hint-postule-show {
  from {
    opacity: 0;
    transform: translateY(-6px); }
  to {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto; } }

@keyframes hint-postule-bob {
  0%, 100% {
    transform: translateY(0); }
  50% {
    transform: translateY(-3px); } }
  section#chat-box.expanded .chat-info {
    box-shadow: none;
    transition: box-shadow .5s ease-in-out .1s; }
  section#chat-box.expanded .actions {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.06), 0 6px 6px rgba(0, 0, 0, 0.08);
    transform: translateY(0);
    transition: transform .5s ease-in-out, box-shadow 0s ease-in-out; }
  section#chat-box .pop-up-image {
    display: none; }
  section#chat-box.preview .pop-up-image {
    display: block;
    position: fixed;
    object-fit: contain;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(58, 69, 83, 0.9);
    z-index: 999; }
    section#chat-box.preview .pop-up-image .holder {
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      position: absolute;
      width: 90%;
      max-height: 80%;
      text-align: center; }
      section#chat-box.preview .pop-up-image .holder img {
        text-align: center;
        max-width: 100%;
        height: auto;
        max-height: 60vh;
        object-fit: contain; }
      section#chat-box.preview .pop-up-image .holder .message-input {
        padding: 10px 0;
        position: static;
        background-color: transparent;
        border-radius: 0;
        height: auto;
        animation: none;
        opacity: 1; }
        section#chat-box.preview .pop-up-image .holder .message-input button.send {
          height: 40px;
          width: 40px;
          border-radius: 50%;
          background-color: #CCAA59;
          display: inline-block; }
          section#chat-box.preview .pop-up-image .holder .message-input button.send i {
            color: white;
            font-size: 16px; }
      section#chat-box.preview .pop-up-image .holder input[type="text"] {
        float: left;
        padding: 10px;
        background-color: #F5F5F5;
        border-radius: 1.6em;
        border: none;
        border-bottom: 1px solid #B3BBC6;
        color: white;
        outline: none;
        width: calc(100% - 56px);
        color: #3A4553; }
        section#chat-box.preview .pop-up-image .holder input[type="text"]::placeholder {
          color: #6D7279;
          opacity: .8; }
  section#chat-box ul.messages {
    padding: 10px;
    list-style-type: none;
    max-height: 85%;
    max-height: calc(100% - 210px);
    overflow-y: auto;
    padding-bottom: 0; }
    section#chat-box ul.messages li {
      clear: both; }
    section#chat-box ul.messages li.date, section#chat-box ul.messages .info {
      font-size: 12px;
      color: #6D7279;
      display: block;
      padding: 6px 0; }
    section#chat-box ul.messages li.date {
      text-align: center; }
    section#chat-box ul.messages li.message {
      box-shadow: 0 3px 6px rgba(0, 0, 0, 0.06);
      margin: 10px 0;
      background-color: white;
      color: #6D7279;
      display: inline-block;
      border-radius: 10px 10px 10px 0;
      padding: 7px;
      max-width: 75%;
      float: left;
      animation: fadeInMsg 1s ease-in-out forwards;
      transition: margin .5s ease-in-out; }
      section#chat-box ul.messages li.message img + span {
        padding-top: 4px;
        display: block; }
      section#chat-box ul.messages li.message span.timestamp {
        display: block;
        text-align: right;
        color: #6D7279;
        font-size: 10px;
        opacity: .6; }
      section#chat-box ul.messages li.message.photo {
        max-width: 90%; }
        section#chat-box ul.messages li.message.photo img {
          height: auto;
          max-width: 100%;
          border-radius: 4px; }

@keyframes fadeInMsg {
  from {
    opacity: 0;
    transform: translateY(20%);
    max-height: 0; }
  to {
    opacity: 1;
    transform: translateY(0%);
    max-height: 1000px; } }
      section#chat-box ul.messages li.message.me {
        float: right;
        background-color: #CCAA59;
        border-radius: 10px 10px 0 10px;
        color: white; }
        section#chat-box ul.messages li.message.me .action.delete {
          height: 0;
          font-size: 0;
          transition: font-size .4s ease-in-out, height .4s ease-in-out; }
        section#chat-box ul.messages li.message.me.focus .action.delete {
          font-size: 14px;
          color: white;
          height: 16px; }
        section#chat-box ul.messages li.message.me span {
          color: white; }
          section#chat-box ul.messages li.message.me span i {
            color: white; }
        section#chat-box ul.messages li.message.me span.timestamp {
          opacity: .6; }
      section#chat-box ul.messages li.message p.time {
        padding: 6px 0; }
      section#chat-box ul.messages li.message span i {
        color: #3A4553; }
  section#chat-box .info {
    display: none;
    background-color: #F5F5F5;
    text-align: left;
    position: fixed;
    bottom: 120px;
    left: 10px;
    right: 10px;
    padding: 10px;
    background-color: white;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
    transition: padding-bottom .5s ease-in-out; }
    section#chat-box .info button.expand, section#chat-box .info button.clear {
      background: none;
      position: absolute;
      right: 15px;
      top: 10px;
      padding: 5px;
      background-color: transparent;
      border: none;
      outline: none; }
    section#chat-box .info button.expand i {
      transition: transform .5s ease-in-out;
      transform-origin: center; }
    section#chat-box .info .actions {
      max-height: 0;
      opacity: 0;
      pointer-events: none;
      padding-top: 0;
      transition: opacity .5s ease-in-out, max-height .5s ease-in-out, padding-top .5s ease-in-out; }
      section#chat-box .info .actions button {
        transition: padding .5s ease-in-out, max-height .5s ease-in-out;
        box-sizing: border-box;
        font-size: 14px;
        text-align: center;
        background-color: #CCAA59;
        color: white;
        border: none;
        outline: none;
        text-transform: uppercase;
        font-weight: 500;
        border: 2px solid transparent;
        width: 49%;
        max-height: 0;
        padding: 0; }
        section#chat-box .info .actions button.accept {
          float: left; }
        section#chat-box .info .actions button.deny {
          border-color: #CCAA59;
          background: transparent;
          color: #CCAA59;
          float: right; }
        section#chat-box .info .actions button i {
          padding-right: 6px; }
        section#chat-box .info .actions button.outline {
          border: 2px solid #CCAA59;
          color: #CCAA59;
          background-color: white;
          float: right; }
      section#chat-box .info .actions p.time {
        clear: both;
        padding-bottom: 0px;
        transition: padding-bottom .5s ease-in-out; }
    section#chat-box .info.expand {
      padding-bottom: 16px; }
      section#chat-box .info.expand button.expand i {
        transform: rotateZ(-180deg); }
      section#chat-box .info.expand .actions {
        max-height: 60px;
        opacity: 1;
        pointer-events: auto;
        padding-top: 10px;
        transition: opacity .5s ease-in-out, max-height .5s ease-in-out, padding-top .5s ease-in-out; }
        section#chat-box .info.expand .actions button {
          transition: padding .5s ease-in-out, max-height .5s ease-in-out;
          padding: 10px;
          max-height: 40px; }
        section#chat-box .info.expand .actions p.time {
          padding-bottom: 10px; }
  section#chat-box .message-input {
    position: fixed;
    bottom: 0;
    left: 0;
    height: 140px;
    width: 100%;
    padding: 16px 10px;
    background-color: #FFFFFF;
    border-radius: 11px 11px 0 0;
    animation: fadeInInput 1s ease-in-out forwards;
    opacity: 0; }

@keyframes fadeInInput {
  0% {
    opacity: 0;
    transform: translateY(60%); }
  50% {
    opacity: 0;
    transform: translateY(60%); }
  100% {
    opacity: 1;
    transform: translateY(0%); } }
    section#chat-box .message-input input.message, section#chat-box .message-input textarea.message {
      height: 47px;
      font-size: 14px;
      border-radius: 24px;
      position: relative;
      -webkit-appearance: none;
      appearance: none;
      border: 1.5px solid #CCAA59;
      padding: 8px 16px;
      width: 100%;
      resize: none;
      outline: none;
      transition: border-color .2s ease, box-shadow .2s ease; }
      section#chat-box .message-input input.message:focus, section#chat-box .message-input textarea.message:focus {
        border-color: #CCAA59;
        box-shadow: 0 0 0 3px rgba(204, 170, 89, 0.18); }
    section#chat-box .message-input input[type="file"] {
      display: none; }
    section#chat-box .message-input .input-group.pictures {
      display: inline-block;
      vertical-align: top;
      float: right; }

section.taskslist.loading ul {
  display: none !important; }

section.taskslist.loading .loader {
  display: block !important; }

section.taskslist h5.section-title {
  font-size: 12px;
  font-weight: 700;
  color: #3A4553;
  text-transform: uppercase;
  letter-spacing: .5px;
  padding: 18px 14px 8px;
  margin: 0; }

section.taskslist ul.task-list.applied-list {
  padding: 0 0 8px;
  margin: 0 0 12px;
  border-bottom: 1px solid #f0eee8; }
  section.taskslist ul.task-list.applied-list li.task {
    border-left-width: 4px;
    box-shadow: 0 2px 10px rgba(204, 170, 89, 0.12); }

section.taskslist ul.task-list .empty, ul.list .empty {
  padding: 50px 30px 30px;
  text-align: center;
  max-width: 360px;
  margin: 30px auto; }
  section.taskslist ul.task-list .empty i, ul.list .empty i {
    font-size: 38px;
    color: #CCAA59;
    background: rgba(204, 170, 89, 0.12);
    width: 84px;
    height: 84px;
    line-height: 84px;
    border-radius: 50%;
    display: inline-block;
    margin-bottom: 16px;
    box-shadow: 0 0 0 6px rgba(204, 170, 89, 0.06); }
  section.taskslist ul.task-list .empty h4, ul.list .empty h4 {
    font-size: 18px;
    font-weight: 700;
    color: #3A4553;
    margin: 0 0 8px; }
  section.taskslist ul.task-list .empty p, ul.list .empty p {
    padding: 0 8px;
    font-size: 14px;
    color: #6D7279;
    line-height: 1.55;
    white-space: normal; }
  section.taskslist ul.task-list .empty a.empty-cta, ul.list .empty a.empty-cta {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 18px;
    padding: 12px 22px;
    background: #CCAA59;
    color: #fff;
    border-radius: 24px;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    box-shadow: 0 4px 14px rgba(204, 170, 89, 0.4);
    transition: background-color .15s ease, box-shadow .15s ease, transform .12s ease;
    cursor: pointer; }
    section.taskslist ul.task-list .empty a.empty-cta i, ul.list .empty a.empty-cta i {
      font-size: 13px;
      color: #fff;
      background: transparent;
      width: auto;
      height: auto;
      line-height: 1;
      border-radius: 0;
      box-shadow: none;
      margin: 0; }
    section.taskslist ul.task-list .empty a.empty-cta:hover, ul.list .empty a.empty-cta:hover {
      background: #d1b269;
      box-shadow: 0 6px 18px rgba(204, 170, 89, 0.5); }
    section.taskslist ul.task-list .empty a.empty-cta:active, ul.list .empty a.empty-cta:active {
      transform: translateY(1px); }
  section.taskslist ul.task-list .empty.loading i, ul.list .empty.loading i {
    transform: rotateX(45deg); }

section.taskslist ul.task-list {
  padding: 10px;
  display: block;
  overflow-y: scroll;
  height: 100%;
  padding-bottom: 70px;
  -webkit-overflow-scrolling: touch; }
  section.taskslist ul.task-list::-webkit-scrollbar {
    display: none; }
  section.taskslist ul.task-list.togglable {
    padding-top: 70px;
    z-index: 1; }

section#profile-taskslist ul.task-list.togglable,
section#profile-demandslist ul.task-list.togglable {
  padding-top: 76px; }

section#profile-taskslist li.task .content-line,
section#profile-demandslist li.task .content-line {
  overflow: visible; }
  section#profile-taskslist li.task .content-line .info,
  section#profile-demandslist li.task .content-line .info {
    display: inline-block !important;
    float: right !important;
    text-align: right; }
    section#profile-taskslist li.task .content-line .info h3.price,
    section#profile-demandslist li.task .content-line .info h3.price {
      display: block !important;
      float: none;
      font-size: 20px !important;
      font-weight: 700 !important;
      color: var(--cat-color, #CCAA59) !important;
      margin: 0; }

section#profile-taskslist li.task .loader,
section#profile-demandslist li.task .loader {
  display: none; }

.max-dist-warning {
  text-align: center;
  padding-bottom: 5px;
  margin-bottom: 10px;
  border-bottom: 1px solid #F05D5E;
  color: #F05D5E;
  font-size: 12px; }

li.task {
  padding: 14px 14px 14px 18px;
  margin-bottom: 10px;
  width: 100%;
  display: block;
  vertical-align: top;
  background-color: #FFFFFF;
  position: relative;
  border-radius: 10px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.06);
  border: 1.5px solid var(--cat-color-soft, #ececec);
  border-left: 4px solid var(--cat-color, transparent);
  transition: box-shadow .15s ease, transform .15s ease, border-color .15s ease; }
  li.task:hover {
    transform: translateY(-1px);
    box-shadow: 0 6px 16px var(--cat-color-soft, rgba(0, 0, 0, 0.1));
    border-color: var(--cat-color, #ccc); }
  li.task .content-line.head-line {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap; }
    li.task .content-line.head-line .cat-disc {
      width: 32px;
      height: 32px;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      flex: 0 0 32px; }
      li.task .content-line.head-line .cat-disc i {
        font-size: 15px; }
    li.task .content-line.head-line span.cat-name {
      font-size: 14px;
      font-weight: 600; }
    li.task .content-line.head-line span.meta {
      margin-left: auto;
      font-size: 13px;
      color: #777;
      white-space: nowrap;
      display: inline-flex;
      align-items: center;
      gap: 2px; }
      li.task .content-line.head-line span.meta i {
        padding-left: 4px;
        font-size: 13px; }
  li.task h3.price {
    color: var(--cat-color, #CCAA59) !important; }
  li.task span.hidden {
    display: none; }
  li.task.outrange span.distance {
    color: red !important; }
  li.task .content-line {
    overflow: hidden; }
    li.task .content-line:last-of-type {
      border-top: 1px solid #B3BBC6;
      padding-top: 14px; }
    li.task .content-line .frame {
      white-space: nowrap;
      overflow: hidden;
      padding-bottom: 56.25%;
      position: relative;
      border-radius: 10px;
      margin-top: 10px;
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08); }
      li.task .content-line .frame .arrow {
        z-index: 5;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        height: 32px;
        width: 32px;
        border-radius: 50%;
        background: rgba(255, 255, 255, 0.85);
        backdrop-filter: blur(6px);
        -webkit-backdrop-filter: blur(6px);
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.18);
        cursor: pointer; }
        li.task .content-line .frame .arrow i {
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
          color: #3A4553;
          font-size: 12px; }
        li.task .content-line .frame .arrow.left-arrow {
          left: 8px;
          background-image: none; }
          li.task .content-line .frame .arrow.left-arrow i {
            left: 50%; }
        li.task .content-line .frame .arrow.right-arrow {
          right: 8px;
          background-image: none; }
          li.task .content-line .frame .arrow.right-arrow i {
            right: auto;
            left: 50%; }
      li.task .content-line .frame .slider {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        white-space: nowrap;
        overflow: hidden; }
        li.task .content-line .frame .slider img {
          object-fit: cover;
          width: 100%;
          height: 100%;
          display: inline-block;
          vertical-align: top; }
    li.task .content-line i.type, li.task .content-line h3.price, li.task .content-line h4.name {
      font-size: 18px;
      display: inline-block;
      vertical-align: top; }
    li.task .content-line i.type, li.task .content-line h3.price {
      color: #CCAA59; }
    li.task .content-line i.type {
      padding-right: 6px;
      font-size: 14px;
      padding-bottom: 2px;
      vertical-align: bottom; }
    li.task .content-line span.cat-name, li.task .content-line span.created-at, li.task .content-line span.distance {
      font-size: 14px; }
    li.task .content-line span.spacer {
      padding: 0 5px; }
    li.task .content-line span.created-at, li.task .content-line span.distance, li.task .content-line span.spacer {
      float: right; }
      li.task .content-line span.created-at i, li.task .content-line span.distance i, li.task .content-line span.spacer i {
        padding-left: 4px;
        font-size: 14px; }
    li.task .content-line h4.name {
      margin-top: 4px; }
    li.task .content-line h3.price {
      float: right;
      font-weight: 600;
      font-size: 24px; }
    li.task .content-line p.description {
      overflow: hidden;
      padding: 0;
      margin-bottom: 14px;
      margin-top: 7px;
      display: -webkit-box;
      max-width: 100%;
      height: 42.2px;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      text-overflow: ellipsis;
      line-height: 1.625; }
    li.task .content-line .author, li.task .content-line .info {
      display: inline-block;
      vertical-align: top; }
    li.task .content-line .info {
      float: right;
      text-align: right; }
      li.task .content-line .info .location, li.task .content-line .info .estimate {
        font-size: 12px; }
    li.task .content-line .author .avatar, li.task .content-line .author .details {
      display: inline-block;
      vertical-align: top; }
    li.task .content-line .author .avatar {
      overflow: hidden;
      border-radius: 50%;
      height: 32px;
      width: 32px;
      border: 1px solid #F5F5F5;
      margin-right: 8px; }
      li.task .content-line .author .avatar img {
        height: 100%;
        width: 100%;
        object-fit: cover; }
    li.task .content-line .author .details .name, li.task .content-line .author .details .rating {
      font-size: 12px; }
    li.task .content-line .author .details .name {
      color: #3A4553; }
    li.task .content-line .author .details .rating {
      position: static;
      display: block;
      float: none;
      text-align: left; }

.infinite-list .item {
  animation: fadeIn .3s ease-in-out forwards;
  opacity: 0; }

.infinite-list.loading .spinner {
  opacity: 0;
  animation: fadeIn .8s ease-in-out forwards; }

@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.infinite-list .bottom-of-list {
  text-align: center;
  padding: 10px; }
  .infinite-list .bottom-of-list i {
    padding-right: 8px; }

li.task.small-card span.created-at span {
  font-size: 14px; }

li.task.small-card span.created-at i {
  padding-right: 4px; }

li.task.small-card span.job-count i {
  padding-right: 4px; }

li.task.small-card span.new-count {
  position: relative;
  padding-right: 10px;
  display: inline-block;
  width: 40px;
  vertical-align: bottom;
  height: 22px; }
  li.task.small-card span.new-count span.bubble {
    left: 5px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    bottom: 6px;
    position: absolute;
    background-color: #CCAA59; }

li.task.small-card .content-line.padded {
  padding-bottom: 10px; }
  li.task.small-card .content-line.padded.taskname {
    padding-top: 10px; }

li.task.small-card span.dispute {
  float: right;
  background-color: #F05D5E;
  color: white;
  font-size: 14px;
  padding: 6px 12px;
  border-radius: 1.6em; }

section.card {
  padding: 10px;
  display: block;
  overflow-y: scroll;
  height: 100%;
  padding-bottom: 70px;
  -webkit-overflow-scrolling: touch; }
  section.card::-webkit-scrollbar {
    display: none; }
  section.card .actions {
    border: 1px solid #efe9d8;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05); }
    section.card .actions.danger-section {
      border-color: rgba(192, 57, 43, 0.45);
      box-shadow: 0 2px 8px rgba(192, 57, 43, 0.08); }
  section.card .actions:has(> .action.apply),
  section.card .actions:has(> .action.accept),
  section.card .actions:has(> .action.chose) {
    border: 2px solid #CCAA59;
    box-shadow: 0 4px 16px rgba(204, 170, 89, 0.25); }
  section.card .action.apply,
  section.card .action.accept,
  section.card .action.chose {
    background: #CCAA59 !important;
    color: #fff !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    padding: 18px 20px !important;
    letter-spacing: .3px;
    position: relative;
    overflow: hidden;
    transition: background-color .15s ease, box-shadow .15s ease, transform .12s ease; }
    section.card .action.apply span, section.card .action.apply i,
    section.card .action.accept span,
    section.card .action.accept i,
    section.card .action.chose span,
    section.card .action.chose i {
      color: #fff !important; }
    section.card .action.apply::after,
    section.card .action.accept::after,
    section.card .action.chose::after {
      content: '';
      position: absolute;
      inset: 0;
      border-radius: inherit;
      box-shadow: 0 0 0 0 rgba(204, 170, 89, 0.55);
      animation: cta-pulse 2.2s ease-out infinite;
      pointer-events: none; }
    section.card .action.apply:hover,
    section.card .action.accept:hover,
    section.card .action.chose:hover {
      background: #d1b269 !important; }
    section.card .action.apply:active,
    section.card .action.accept:active,
    section.card .action.chose:active {
      transform: translateY(1px); }

@keyframes cta-pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(204, 170, 89, 0.55); }
  70% {
    box-shadow: 0 0 0 14px rgba(204, 170, 89, 0); }
  100% {
    box-shadow: 0 0 0 0 rgba(204, 170, 89, 0); } }
  section.card .action.unapply {
    background: #fff !important;
    color: #CCAA59 !important;
    border: 1.5px solid rgba(204, 170, 89, 0.55) !important;
    font-size: 14px !important;
    padding: 12px 16px !important; }
    section.card .action.unapply span, section.card .action.unapply i {
      color: #CCAA59 !important; }
    section.card .action.unapply:hover {
      background: rgba(204, 170, 89, 0.08) !important;
      border-color: #CCAA59 !important; }
  section.card.togglable {
    padding-top: 60px;
    z-index: 1; }
  section.card .actions {
    margin-left: 0;
    margin-right: 0; }
    section.card .actions .action span.count {
      float: none;
      margin: 0;
      margin-left: 3px; }
    section.card .actions .action.disabled {
      opacity: .5; }
  section.card div.card {
    padding: 14px;
    margin-bottom: 10px;
    width: 100%;
    display: block;
    vertical-align: top;
    background-color: #FFFFFF;
    position: relative;
    border-radius: 8px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.06); }
    section.card div.card .content-line {
      overflow: hidden; }
      section.card div.card .content-line .frame {
        white-space: nowrap;
        overflow: hidden;
        padding-bottom: 70%;
        position: relative;
        border-radius: 12px;
        margin-top: 10px;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08); }
        section.card div.card .content-line .frame .arrow {
          z-index: 5;
          position: absolute;
          top: 50%;
          transform: translateY(-50%);
          height: 36px;
          width: 36px;
          border-radius: 50%;
          background: rgba(255, 255, 255, 0.85);
          backdrop-filter: blur(6px);
          -webkit-backdrop-filter: blur(6px);
          box-shadow: 0 2px 6px rgba(0, 0, 0, 0.18);
          cursor: pointer;
          transition: background-color .15s ease, transform .15s ease; }
          section.card div.card .content-line .frame .arrow:hover {
            background: #fff;
            transform: translateY(-50%) scale(1.05); }
          section.card div.card .content-line .frame .arrow i {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            color: #3A4553;
            font-size: 14px; }
          section.card div.card .content-line .frame .arrow.left-arrow {
            left: 10px;
            background-image: none; }
            section.card div.card .content-line .frame .arrow.left-arrow i {
              left: 50%; }
          section.card div.card .content-line .frame .arrow.right-arrow {
            right: 10px;
            background-image: none; }
            section.card div.card .content-line .frame .arrow.right-arrow i {
              right: auto;
              left: 50%; }
        section.card div.card .content-line .frame .slider {
          background-color: #f5efde;
          position: absolute;
          left: 0;
          right: 0;
          top: 0;
          bottom: 0;
          width: 100%;
          height: 100%;
          white-space: nowrap;
          overflow: hidden; }
          section.card div.card .content-line .frame .slider img {
            object-fit: cover;
            width: 100%;
            height: 100%;
            display: inline-block;
            vertical-align: top; }
      section.card div.card .content-line i.type, section.card div.card .content-line h3.price, section.card div.card .content-line h4.name {
        font-size: 18px;
        display: inline-block;
        vertical-align: top; }
      section.card div.card .content-line i.type, section.card div.card .content-line h3.price {
        color: #CCAA59; }
      section.card div.card .content-line i.type {
        padding-right: 6px;
        font-size: 14px;
        padding-bottom: 2px;
        vertical-align: bottom; }
      section.card div.card .content-line span.cat-name, section.card div.card .content-line span.created-at, section.card div.card .content-line span.distance {
        font-size: 14px; }
      section.card div.card .content-line span.created-at, section.card div.card .content-line span.distance {
        float: right; }
      section.card div.card .content-line span.created-at i {
        padding-left: 4px; }
      section.card div.card .content-line h4.name {
        margin-top: 12px; }
      section.card div.card .content-line h3.price {
        float: right;
        font-weight: 600;
        font-size: 20px; }
      section.card div.card .content-line p.description {
        overflow: hidden;
        padding: 0;
        margin-bottom: 14px;
        margin-top: 6px;
        display: -webkit-box;
        max-width: 100%;
        max-height: 42.2px;
        text-overflow: ellipsis;
        line-height: 1.625;
        animation: clampit .5s ease-in-out forwards;
        transition: max-height .5s ease-in-out, -webkit-line-clamp 0s ease-in-out .5s; }

@keyframes clampit {
  from {
    line-clamp: initial;
    -webkit-line-clamp: initial; }
  to {
    line-clamp: 2;
    -webkit-line-clamp: 2; } }
      section.card div.card .content-line .author, section.card div.card .content-line .info {
        display: inline-block;
        vertical-align: top; }
      section.card div.card .content-line .info {
        float: right;
        text-align: right; }
        section.card div.card .content-line .info .location, section.card div.card .content-line .info .estimate {
          font-size: 12px; }
      section.card div.card .content-line .author .avatar, section.card div.card .content-line .author .details {
        display: inline-block;
        vertical-align: top; }
      section.card div.card .content-line .author .avatar {
        overflow: hidden;
        border-radius: 50%;
        height: 32px;
        width: 32px;
        border: 1px solid #F5F5F5;
        margin-right: 8px; }
        section.card div.card .content-line .author .avatar img {
          height: 100%;
          width: 100%;
          object-fit: cover; }
      section.card div.card .content-line .author .details .name, section.card div.card .content-line .author .details .rating {
        font-size: 12px; }
      section.card div.card .content-line .author .details .name {
        color: #3A4553; }
      section.card div.card .content-line .author .details .rating {
        position: static;
        display: block;
        float: none;
        text-align: left; }
    section.card div.card .expandable {
      max-height: 0;
      transition: opacity .3s ease-in-out, max-height .5s ease-in-out, visibility 0s linear;
      pointer-events: none;
      visibility: hidden;
      opacity: 0; }
      section.card div.card .expandable .field {
        width: 100%;
        padding: 14px 0; }
        section.card div.card .expandable .field.title {
          padding-bottom: 0; }
        section.card div.card .expandable .field.half {
          display: inline-block;
          vertical-align: top;
          width: 50%; }
        section.card div.card .expandable .field .label:nth-child(2) {
          padding-top: 6px; }
        section.card div.card .expandable .field .value {
          color: #3A4553; }
          section.card div.card .expandable .field .value.big {
            font-size: 20px; }
          section.card div.card .expandable .field .value.spaced {
            line-height: 1.4em; }
          section.card div.card .expandable .field .value i {
            color: #CCAA59;
            padding-right: 6px; }
          section.card div.card .expandable .field .value span {
            color: #3A4553; }
    section.card div.card .action.exp {
      border-top: 1px solid #F5F5F5;
      padding-top: 10px;
      display: block; }
      section.card div.card .action.exp .expand {
        display: none; }
      section.card div.card .action.exp .retract {
        display: inline; }
      section.card div.card .action.exp i {
        float: right;
        font-size: 12px;
        padding-top: 4px; }
    section.card div.card.expand .content-line p.description {
      max-height: 422px;
      -webkit-line-clamp: 20;
      transition: max-height .5s ease-in-out; }
    section.card div.card.expand .action.exp .expand {
      display: inline; }
    section.card div.card.expand .action.exp .retract {
      display: none; }
    section.card div.card.expand .action.exp i {
      transform: rotate(180deg); }
    section.card div.card.expand .expandable {
      max-height: 400px;
      opacity: 1;
      transition: opacity .3s ease-in-out .3s, max-height .3s ease-in-out, visible 0s linear;
      pointer-events: auto;
      visibility: visible; }
      section.card div.card.expand .expandable table {
        width: 100%; }
        section.card div.card.expand .expandable table tr {
          width: 100%; }
          section.card div.card.expand .expandable table tr td {
            color: #3A4553;
            font-size: 14px; }
            section.card div.card.expand .expandable table tr td:nth-child(even) {
              text-align: right; }
            section.card div.card.expand .expandable table tr td.bold {
              font-weight: 700; }
            section.card div.card.expand .expandable table tr td span {
              font-size: 14px;
              color: #3A4553; }
            section.card div.card.expand .expandable table tr td span.val {
              padding-left: 5px;
              color: #6D7279;
              font-size: 14px; }
      section.card div.card.expand .expandable span.disclaimer {
        padding: 12px 0;
        display: block;
        font-size: 14px;
        font-style: italic; }
    section.card div.card .action {
      position: relative; }
      section.card div.card .action .clickable-zone {
        position: absolute;
        left: -14px;
        right: -14px;
        height: 42px;
        top: 0; }

section.card div.card.task {
  border: 1.5px solid var(--cat-color-soft, #ececec);
  border-left: 4px solid var(--cat-color, transparent); }
  section.card div.card.task .content-line.head-line {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 6px; }
    section.card div.card.task .content-line.head-line .cat-disc {
      width: 36px;
      height: 36px;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      flex: 0 0 36px; }
      section.card div.card.task .content-line.head-line .cat-disc i {
        font-size: 16px; }
    section.card div.card.task .content-line.head-line span.cat-name {
      font-size: 15px;
      font-weight: 600; }
    section.card div.card.task .content-line.head-line span.meta {
      margin-left: auto;
      display: inline-flex;
      align-items: center; }
      section.card div.card.task .content-line.head-line span.meta h3.price {
        color: var(--cat-color, #CCAA59);
        float: none;
        font-weight: 700;
        font-size: 22px; }

section .actions:first-child {
  margin-top: 10px; }

.actions {
  text-align: left;
  margin: 20px 10px;
  background-color: #FFFFFF;
  border-radius: 8px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.06);
  padding-bottom: 0;
  overflow: hidden; }
  .actions.no-mar {
    margin: 0px;
    margin-bottom: 40px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.06), 0 6px 6px rgba(0, 0, 0, 0.08); }
  .actions.no-ovf {
    overflow: auto; }
  .actions hgroup {
    padding: 14px 10px; }
    .actions hgroup .avatar, .actions hgroup .details {
      display: inline-block;
      vertical-align: top; }
    .actions hgroup .details {
      padding-top: 8px; }
      .actions hgroup .details span {
        display: block;
        font-size: 16px;
        color: #3A4553; }
        .actions hgroup .details span.user {
          font-weight: 600; }
    .actions hgroup .avatar {
      overflow: hidden;
      border-radius: 50%;
      height: 54px;
      width: 54px;
      border: 1px solid #F5F5F5;
      margin-right: 8px; }
      .actions hgroup .avatar img {
        height: 100%;
        width: 100%;
        object-fit: cover; }
    .actions hgroup + p {
      padding: 0 10px 14px 10px;
      border-bottom: 1px solid #F1F2F3; }
  .actions h5.title {
    font-size: 16px;
    display: block;
    padding: 14px 10px 4px 10px; }
  .actions h5.title + p {
    border-bottom: 1px solid #F1F2F3;
    padding: 4px 10px 14px 10px; }
  .actions h4.title {
    font-size: 16px;
    display: block;
    padding: 14px 10px;
    border-bottom: 1px solid #F1F2F3; }
    .actions h4.title > i {
      float: right;
      text-align: center;
      color: #CCAA59; }
    .actions h4.title span {
      color: #3A4553;
      float: right;
      font-weight: 600; }
    .actions h4.title.important span {
      color: #CCAA59; }
    .actions h4.title .rating span, .actions h4.title .rating i {
      color: #FFFFFF;
      font-weight: 400; }
  .actions .action {
    display: block;
    width: auto;
    padding: 14px 10px;
    text-decoration: none;
    position: relative;
    font-size: 14px; }
    .actions .action span.count {
      color: #B3BBC6;
      float: right;
      padding-right: 55px; }
    .actions .action span.new-count {
      position: relative;
      padding-right: 10px;
      display: inline-block;
      width: 30px;
      vertical-align: bottom;
      height: 22px;
      float: right; }
      .actions .action span.new-count span.bubble {
        left: 5px;
        width: 10px;
        height: 10px;
        border-radius: 50%;
        bottom: 6px;
        position: absolute;
        background-color: #CCAA59; }
    .actions .action::after {
      content: " ";
      position: absolute;
      left: 10px;
      right: 10px;
      height: 1px;
      bottom: 0;
      background-color: #F1F2F3; }
    .actions .action i:first-child {
      padding-right: 8px;
      min-width: 25px;
      text-align: center; }
    .actions .action i.fas.fa-star {
      padding-right: 0; }
    .actions .action i:last-child {
      font-size: 12px;
      position: absolute;
      right: 10px;
      top: 50%;
      transform: translateY(-50%); }
    .actions .action:last-child::after {
      display: none; }
    .actions .action.danger i {
      color: #F05D5E; }
      .actions .action.danger i:last-child {
        color: #3A4553; }
    .actions .action.danger span {
      color: #F05D5E; }
    .actions .action.danger.danger-light span {
      color: #3A4553; }
    .actions .action.important span {
      color: #3A4553; }
    .actions .action.important i {
      color: #CCAA59; }
      .actions .action.important i:last-child {
        color: #3A4553; }
    .actions .action.profile .profile, .actions .action.profile .sub-actions {
      display: inline-block;
      vertical-align: top; }
    .actions .action.profile .profile .avatar, .actions .action.profile .profile .details {
      display: inline-block;
      vertical-align: top; }
    .actions .action.profile .profile .avatar {
      overflow: hidden;
      border-radius: 50%;
      height: 40px;
      width: 40px;
      border: 1px solid #F5F5F5;
      margin-right: 8px; }
      .actions .action.profile .profile .avatar img {
        height: 100%;
        width: 100%;
        object-fit: cover; }
    .actions .action.profile .profile .details .name, .actions .action.profile .profile .details .rating {
      font-size: 16px; }
    .actions .action.profile .profile .details .name {
      color: #3A4553; }
    .actions .action.profile .profile .details .rating {
      position: static;
      display: block;
      float: none;
      text-align: left; }
      .actions .action.profile .profile .details .rating i {
        min-width: 0;
        padding-right: 4px; }
    .actions .action.loading {
      pointer-events: none !important; }
      .actions .action.loading i.fas.fa-chevron-right {
        animation: spin 2s ease-in-out infinite forwards;
        top: 32%;
        font-size: 15px; }

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn); } }
        .actions .action.loading i.fas.fa-chevron-right:before {
          content: "\f110"; }
    .actions .action .sub-actions {
      float: right; }
      .actions .action .sub-actions .sub {
        display: inline-block;
        vertical-align: top;
        width: 32px;
        height: 40px;
        position: relative; }
        .actions .action .sub-actions .sub i {
          right: auto;
          left: 50%;
          top: 50%;
          transform: translate(-50%, -50%);
          min-width: 0;
          padding-right: 0;
          font-size: 16px; }
        .actions .action .sub-actions .sub.important i {
          color: #CCAA59; }
    .actions .action.transaction span {
      display: inline-block;
      vertical-align: top;
      overflow: hidden; }
      .actions .action.transaction span:first-child, .actions .action.transaction span:nth-child(3) {
        white-space: nowrap;
        text-overflow: ellipsis;
        width: calc(100% - 75px); }
      .actions .action.transaction span:nth-child(2), .actions .action.transaction span:nth-child(4) {
        text-align: right;
        width: 75px;
        float: right; }
      .actions .action.transaction span:first-child, .actions .action.transaction span:nth-child(2) {
        color: #3A4553; }
      .actions .action.transaction span:nth-child(3), .actions .action.transaction span:nth-child(4) {
        font-size: 12px; }
      .actions .action.transaction span.error {
        color: #F05D5E; }
      .actions .action.transaction span.success {
        color: #9BD35B; }
    .actions .action.transaction.has-success, .actions .action.transaction.has-error {
      position: relative;
      background-color: none; }
      .actions .action.transaction.has-success::before, .actions .action.transaction.has-error::before {
        content: ' ';
        position: absolute;
        width: 4px;
        left: 0;
        top: 0;
        bottom: 0;
        height: 100%; }
    .actions .action.transaction.has-success::before {
      background-color: #9BD35B; }
    .actions .action.transaction.has-error::before {
      background-color: #F05D5E; }
    .actions .action.expandable i.fa-chevron-down {
      font-size: 12px;
      position: absolute;
      right: 10px;
      top: 18px;
      color: #3A4553;
      transform-origin: center center;
      height: 10.5px;
      width: 13px;
      transform: translateY(0);
      transition: transform .3s ease-in-out; }
    .actions .action.expandable span:last-of-type {
      float: right;
      padding-right: 20px;
      color: #3A4553; }
    .actions .action.expandable .details {
      opacity: 0;
      transition: opacity .5s ease-in-out; }
      .actions .action.expandable .details .detail {
        padding: 0;
        max-height: 0;
        width: 100%;
        transition: max-height .5s ease-in-out; }
        .actions .action.expandable .details .detail span {
          max-height: 0;
          transition: max-height .5s ease-in-out; }
    .actions .action.expandable.expanded i.fa-chevron-down {
      transform: rotateZ(-180deg); }
    .actions .action.expandable.expanded .details {
      max-height: 150px;
      display: block;
      opacity: 1; }
      .actions .action.expandable.expanded .details .detail {
        max-height: 30px; }
        .actions .action.expandable.expanded .details .detail span {
          max-height: 30px; }
    .actions .action.error i:last-child, .actions .action.waiting i:last-child, .actions .action.success i:last-child {
      font-size: 16px; }
    .actions .action.error {
      background-color: #F05D5E; }
      .actions .action.error span, .actions .action.error i {
        color: #FFFFFF; }
    .actions .action.waiting {
      background-color: #B3BBC6; }
      .actions .action.waiting span, .actions .action.waiting i {
        color: #FFFFFF; }
    .actions .action.success {
      background-color: #CCAA59; }
      .actions .action.success span, .actions .action.success i {
        color: #FFFFFF; }
    .actions .action.raterange {
      border-bottom: 1px solid #F5F5F5; }
    .actions .action .field.raterange {
      display: block; }
      .actions .action .field.raterange .rate {
        display: inline-block;
        width: 30px;
        height: 30px;
        position: relative; }
        .actions .action .field.raterange .rate .half {
          z-index: 1;
          position: absolute;
          left: 0;
          width: 15px;
          height: 100%; }
          .actions .action .field.raterange .rate .half.selected + i.fa-star {
            color: #B3BBC6; }
        .actions .action .field.raterange .rate i {
          color: #CCAA59;
          left: 50%;
          top: 50%;
          transform: translate(-50%, -50%);
          font-size: 24px;
          position: absolute; }
          .actions .action .field.raterange .rate i.fa-star-half {
            right: auto; }
        .actions .action .field.raterange .rate.selected i {
          color: #CCAA59; }
        .actions .action .field.raterange .rate.selected ~ .rate i {
          color: #B3BBC6; }
    .actions .action .field.comment {
      margin-top: 12px; }
      .actions .action .field.comment textarea {
        padding: 4px;
        border: 1px solid #B3BBC6;
        border-radius: 4px;
        width: 100%;
        resize: none; }
    .actions .action.radios input[type="radio"] {
      visibility: hidden;
      position: fixed; }
      .actions .action.radios input[type="radio"] + label i {
        min-width: auto;
        padding-right: 4px;
        display: none; }
      .actions .action.radios input[type="radio"] + label i:first-child {
        display: inline-block; }
      .actions .action.radios input[type="radio"]:checked + label span {
        color: #3A4553; }
      .actions .action.radios input[type="radio"]:checked + label i {
        display: none; }
      .actions .action.radios input[type="radio"]:checked + label i:nth-child(2) {
        color: #3A4553;
        display: inline-block; }
  .actions.selectable .action {
    border-left: 2px solid transparent;
    transition: border-color .2s ease-in-out; }
  .actions.selectable .action.selected {
    border-color: rgba(58, 69, 83, 0.25); }
  .actions.maxed {
    position: relative;
    max-height: 260px;
    overflow-y: auto; }
    .actions.maxed h4.title {
      position: sticky;
      width: 100%;
      background-color: white;
      z-index: 3;
      top: 0; }

.optional-actions {
  height: 0;
  max-height: 0;
  min-height: 0;
  transition: min-height .4s ease-in-out, opacity .4s ease-in-out;
  opacity: 0; }
  .optional-actions .action.half {
    width: 50%;
    display: inline-block;
    opacity: 0;
    pointer-events: none;
    padding-bottom: 0; }
    .optional-actions .action.half:first-of-type:after {
      display: none; }
  .selectable.selected .optional-actions {
    transition: min-height .4s ease-in-out, opacity .4s ease-in-out;
    min-height: 35px;
    opacity: 1; }
    .selectable.selected .optional-actions .action.half {
      opacity: 1;
      transition: opacity .4s ease-in-out;
      pointer-events: auto; }

section#applicants-list {
  background-color: #F5F5F5;
  padding: 12px 12px 80px; }
  section#applicants-list .actions {
    background: #fff;
    border-radius: 14px;
    border: 1px solid #efe9d8;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    margin-bottom: 14px;
    padding: 16px 14px; }
    section#applicants-list .actions h4.title {
      display: flex;
      align-items: center;
      justify-content: space-between;
      font-size: 13px;
      font-weight: 700;
      color: #3A4553;
      text-transform: uppercase;
      letter-spacing: .4px;
      margin: 0 0 14px;
      padding-bottom: 12px;
      border-bottom: 1px solid #f0eee8; }
      section#applicants-list .actions h4.title i {
        width: 30px;
        height: 30px;
        border-radius: 50%;
        background: rgba(204, 170, 89, 0.15);
        color: #CCAA59;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 13px; }
  section#applicants-list a.action.profile, section#applicants-list .action.profile {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 4px;
    text-decoration: none;
    position: relative;
    flex-wrap: wrap; }
    section#applicants-list a.action.profile + .action, section#applicants-list .action.profile + .action {
      border-top: 1px solid #f5efde; }
    section#applicants-list a.action.profile .profile, section#applicants-list .action.profile .profile {
      display: flex;
      align-items: center;
      gap: 12px;
      flex: 1;
      min-width: 0; }
      section#applicants-list a.action.profile .profile .avatar, section#applicants-list .action.profile .profile .avatar {
        flex: 0 0 48px;
        width: 48px;
        height: 48px;
        border-radius: 50%;
        overflow: hidden;
        border: 2px solid #fff;
        box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1), 0 0 0 2px rgba(204, 170, 89, 0.35); }
        section#applicants-list a.action.profile .profile .avatar img, section#applicants-list .action.profile .profile .avatar img {
          width: 100%;
          height: 100%;
          object-fit: cover; }
      section#applicants-list a.action.profile .profile .details, section#applicants-list .action.profile .profile .details {
        min-width: 0; }
        section#applicants-list a.action.profile .profile .details .name, section#applicants-list .action.profile .profile .details .name {
          font-size: 15px;
          font-weight: 600;
          color: #3A4553;
          white-space: nowrap;
          overflow: hidden;
          text-overflow: ellipsis; }
        section#applicants-list a.action.profile .profile .details .rating, section#applicants-list .action.profile .profile .details .rating {
          display: inline-flex;
          align-items: center;
          gap: 4px;
          margin-top: 2px;
          background: rgba(204, 170, 89, 0.12);
          padding: 2px 8px;
          border-radius: 10px; }
          section#applicants-list a.action.profile .profile .details .rating i, section#applicants-list a.action.profile .profile .details .rating span, section#applicants-list .action.profile .profile .details .rating i, section#applicants-list .action.profile .profile .details .rating span {
            color: #CCAA59;
            font-size: 12px;
            font-weight: 600; }
          section#applicants-list a.action.profile .profile .details .rating i, section#applicants-list .action.profile .profile .details .rating i {
            font-size: 11px; }
        section#applicants-list a.action.profile .profile .details .new-count, section#applicants-list .action.profile .profile .details .new-count {
          display: inline-block;
          margin-left: 6px; }
          section#applicants-list a.action.profile .profile .details .new-count .bubble, section#applicants-list .action.profile .profile .details .new-count .bubble {
            display: inline-block;
            width: 8px;
            height: 8px;
            border-radius: 50%;
            background: #CCAA59;
            animation: pulse-applicant 1.8s ease-in-out infinite; }

@keyframes pulse-applicant {
  0%, 100% {
    box-shadow: 0 0 0 0 rgba(204, 170, 89, 0.5); }
  50% {
    box-shadow: 0 0 0 6px rgba(204, 170, 89, 0); } }
    section#applicants-list a.action.profile .sub-actions, section#applicants-list .action.profile .sub-actions {
      display: flex;
      gap: 8px;
      flex: 0 0 auto; }
      section#applicants-list a.action.profile .sub-actions .sub, section#applicants-list .action.profile .sub-actions .sub {
        width: 36px;
        height: 36px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #f5efde;
        color: #3A4553;
        cursor: pointer;
        transition: background-color .15s ease, color .15s ease; }
        section#applicants-list a.action.profile .sub-actions .sub i, section#applicants-list .action.profile .sub-actions .sub i {
          font-size: 14px; }
        section#applicants-list a.action.profile .sub-actions .sub.important, section#applicants-list a.action.profile .sub-actions .sub.chat, section#applicants-list .action.profile .sub-actions .sub.important, section#applicants-list .action.profile .sub-actions .sub.chat {
          background: rgba(204, 170, 89, 0.18);
          color: #CCAA59; }
        section#applicants-list a.action.profile .sub-actions .sub:hover, section#applicants-list .action.profile .sub-actions .sub:hover {
          background: #CCAA59;
          color: #fff; }
          section#applicants-list a.action.profile .sub-actions .sub:hover i, section#applicants-list .action.profile .sub-actions .sub:hover i {
            color: #fff; }
    section#applicants-list a.action.profile .optional-actions, section#applicants-list .action.profile .optional-actions {
      display: flex;
      gap: 8px;
      width: 100%;
      margin-top: 12px;
      padding-top: 0;
      border-top: 0; }
      section#applicants-list a.action.profile .optional-actions .half, section#applicants-list .action.profile .optional-actions .half {
        flex: 1;
        padding: 10px 12px;
        border-radius: 10px;
        font-size: 14px;
        font-weight: 600;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
        transition: all .15s ease; }
        section#applicants-list a.action.profile .optional-actions .half i, section#applicants-list .action.profile .optional-actions .half i {
          font-size: 13px; }
        section#applicants-list a.action.profile .optional-actions .half.chose, section#applicants-list a.action.profile .optional-actions .half.important, section#applicants-list .action.profile .optional-actions .half.chose, section#applicants-list .action.profile .optional-actions .half.important {
          background: #CCAA59;
          color: #fff;
          box-shadow: 0 3px 10px rgba(204, 170, 89, 0.35); }
          section#applicants-list a.action.profile .optional-actions .half.chose:hover, section#applicants-list a.action.profile .optional-actions .half.important:hover, section#applicants-list .action.profile .optional-actions .half.chose:hover, section#applicants-list .action.profile .optional-actions .half.important:hover {
            background: #d1b269;
            box-shadow: 0 4px 14px rgba(204, 170, 89, 0.45); }
        section#applicants-list a.action.profile .optional-actions .half.refuse, section#applicants-list a.action.profile .optional-actions .half.danger, section#applicants-list .action.profile .optional-actions .half.refuse, section#applicants-list .action.profile .optional-actions .half.danger {
          background: #fff;
          color: #c0392b;
          border: 1.5px solid rgba(192, 57, 43, 0.4); }
          section#applicants-list a.action.profile .optional-actions .half.refuse:hover, section#applicants-list a.action.profile .optional-actions .half.danger:hover, section#applicants-list .action.profile .optional-actions .half.refuse:hover, section#applicants-list .action.profile .optional-actions .half.danger:hover {
            background: rgba(192, 57, 43, 0.08);
            border-color: #c0392b; }
      section#applicants-list a.action.profile .optional-actions .full, section#applicants-list .action.profile .optional-actions .full {
        flex: 1;
        padding: 10px 12px;
        border-radius: 10px;
        font-size: 14px;
        font-weight: 600;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
        transition: all .15s ease;
        background: #fff;
        color: #CCAA59 !important;
        opacity: 1 !important;
        border: 1.5px solid rgba(204, 170, 89, 0.45); }
        section#applicants-list a.action.profile .optional-actions .full.undecline, section#applicants-list .action.profile .optional-actions .full.undecline {
          width: 100%; }
          section#applicants-list a.action.profile .optional-actions .full.undecline:hover, section#applicants-list .action.profile .optional-actions .full.undecline:hover {
            background: rgba(204, 170, 89, 0.1);
            border-color: #CCAA59; }
        section#applicants-list a.action.profile .optional-actions .full i, section#applicants-list a.action.profile .optional-actions .full span, section#applicants-list .action.profile .optional-actions .full i, section#applicants-list .action.profile .optional-actions .full span {
          color: #CCAA59 !important;
          opacity: 1 !important; }
        section#applicants-list a.action.profile .optional-actions .full i, section#applicants-list .action.profile .optional-actions .full i {
          font-size: 13px; }
    section#applicants-list a.action.profile .optional-actions, section#applicants-list .action.profile .optional-actions {
      flex-basis: 100%; }
  section#applicants-list .action.aux {
    opacity: 0.5; }
  section#applicants-list.selected .action.aux {
    opacity: 1; }
  section#applicants-list a.action.profile.denied .profile, section#applicants-list a.action.profile.denied .sub-actions {
    opacity: .55; }
  section#applicants-list a.action.profile.denied .optional-actions {
    opacity: 1 !important;
    height: auto !important;
    max-height: none !important;
    min-height: 0 !important; }
  section#applicants-list .action.danger.unselect, section#applicants-list .action.danger.danger-light.unselect {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 12px 14px;
    margin-top: 10px;
    border: 1.5px solid rgba(192, 57, 43, 0.4);
    border-radius: 10px;
    color: #c0392b;
    background: #fff;
    cursor: pointer;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    transition: background-color .15s ease; }
    section#applicants-list .action.danger.unselect:hover, section#applicants-list .action.danger.danger-light.unselect:hover {
      background: rgba(192, 57, 43, 0.08); }
    section#applicants-list .action.danger.unselect i:first-child, section#applicants-list .action.danger.danger-light.unselect i:first-child {
      color: #c0392b; }
    section#applicants-list .action.danger.unselect i:last-child, section#applicants-list .action.danger.danger-light.unselect i:last-child {
      margin-left: auto;
      font-size: 11px; }
  section#applicants-list a.action:not(.profile) {
    display: block;
    padding: 16px 14px;
    text-align: center;
    color: #B3BBC6;
    font-size: 14px;
    font-style: italic; }

section.sheet {
  padding: 12px;
  background-color: #F5F5F5; }
  section.sheet .actions {
    background: #fff;
    border-radius: 14px;
    border: 1px solid #efe9d8;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    padding: 16px 16px 6px;
    margin-bottom: 14px; }
    section.sheet .actions h4.title {
      font-size: 13px;
      font-weight: 700;
      color: #3A4553;
      text-transform: uppercase;
      letter-spacing: .4px;
      margin: 0 0 12px;
      padding-bottom: 10px;
      border-bottom: 1px solid #f0eee8; }
  section.sheet .field {
    width: 100%;
    padding: 10px 0; }
    section.sheet .field.title {
      padding-bottom: 6px; }
    section.sheet .field.half {
      display: inline-block;
      vertical-align: top;
      width: 50%;
      padding-right: 10px; }
    section.sheet .field .label {
      display: block;
      font-size: 11px;
      color: #B3BBC6;
      text-transform: uppercase;
      letter-spacing: .35px;
      font-weight: 600;
      margin-bottom: 4px; }
      section.sheet .field .label:nth-child(2) {
        padding-top: 6px; }
    section.sheet .field .value {
      color: #3A4553;
      font-size: 15px;
      line-height: 1.4; }
      section.sheet .field .value.big {
        font-size: 22px;
        font-weight: 700;
        color: #3A4553; }
      section.sheet .field .value.spaced {
        line-height: 1.55;
        font-size: 14px; }
      section.sheet .field .value i {
        color: #CCAA59;
        padding-right: 6px; }
      section.sheet .field .value span {
        color: #3A4553; }

#map {
  width: 100%;
  height: 100%; }

#tasksmap .geolocate-icon {
  z-index: 1000;
  position: absolute;
  right: 30px;
  top: 30px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #3A4553; }
  #tasksmap .geolocate-icon i {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: none;
    color: white;
    transform-origin: center; }
  #tasksmap .geolocate-icon.loading {
    background-color: #6D7279; }
    #tasksmap .geolocate-icon.loading i.loading {
      display: block; }
      #tasksmap .geolocate-icon.loading i.loading::before {
        position: absolute;
        left: -8px;
        top: -8px;
        animation: rotate 2s ease-in-out infinite; }

@keyframes rotate {
  0% {
    transform: rotateZ(0); }
  100% {
    transform: rotateZ(360deg); } }
  #tasksmap .geolocate-icon.active i.active {
    display: block; }
  #tasksmap .geolocate-icon.disabled {
    background-color: #B3BBC6; }
    #tasksmap .geolocate-icon.disabled i.disabled {
      display: block; }

#tasksmap .marker-cluster {
  background: transparent;
  border: 0;
  box-shadow: none; }
  #tasksmap .marker-cluster .cluster-shape {
    width: 100%;
    height: 26px;
    background: #2c3e50;
    border: 1.5px solid #fff;
    border-radius: 6px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    padding: 0 10px;
    color: #fff;
    position: relative; }
    #tasksmap .marker-cluster .cluster-shape i {
      font-size: 11px;
      opacity: .9;
      color: #CCAA59; }
    #tasksmap .marker-cluster .cluster-shape span {
      font-size: 13px;
      font-weight: 700;
      letter-spacing: .3px;
      color: #CCAA59; }
    #tasksmap .marker-cluster .cluster-shape::after {
      content: '';
      position: absolute;
      bottom: -7px;
      left: 50%;
      transform: translateX(-50%);
      width: 0;
      height: 0;
      border-left: 6px solid transparent;
      border-right: 6px solid transparent;
      border-top: 7px solid #2c3e50;
      filter: drop-shadow(0 2px 2px rgba(0, 0, 0, 0.2)); }

#tasksmap .user-point {
  background: transparent;
  border: 0;
  box-shadow: none;
  position: relative; }
  #tasksmap .user-point .user-drop {
    width: 36px;
    height: 36px;
    background: #CCAA59;
    border: 2px solid #fff;
    border-radius: 50% 50% 50% 0;
    transform: rotate(-45deg);
    position: absolute;
    left: 50%;
    bottom: 4px;
    margin-left: -18px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
    display: flex;
    align-items: center;
    justify-content: center; }
    #tasksmap .user-point .user-drop i {
      color: #fff;
      font-size: 15px;
      transform: rotate(45deg); }

#tasksmap .marker-category {
  position: relative;
  background: transparent;
  border: none;
  box-shadow: none; }
  #tasksmap .marker-category .pin-shape {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    border: 2px solid #fff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    position: relative;
    transition: transform .15s ease, box-shadow .15s ease; }
    #tasksmap .marker-category .pin-shape i {
      font-size: 13px;
      color: #fff;
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%); }
    #tasksmap .marker-category .pin-shape:hover {
      transform: scale(1.15);
      box-shadow: 0 3px 8px rgba(0, 0, 0, 0.3); }
  #tasksmap .marker-category .pin-shape.price-pin {
    width: 100%;
    height: 26px;
    border-radius: 6px;
    border: 1.5px solid #fff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.22);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    padding: 0 8px;
    position: relative; }
    #tasksmap .marker-category .pin-shape.price-pin i {
      position: static;
      transform: none;
      left: auto;
      top: auto;
      font-size: 11px;
      opacity: .9; }
    #tasksmap .marker-category .pin-shape.price-pin span {
      color: #fff;
      font-size: 12px;
      font-weight: 700;
      white-space: nowrap;
      letter-spacing: .2px; }
    #tasksmap .marker-category .pin-shape.price-pin::after {
      content: '';
      position: absolute;
      bottom: -7px;
      left: 50%;
      transform: translateX(-50%);
      width: 0;
      height: 0;
      border-left: 6px solid transparent;
      border-right: 6px solid transparent;
      border-top: 7px solid var(--pin-color, #3D5A80);
      filter: drop-shadow(0 2px 2px rgba(0, 0, 0, 0.18)); }

#tasksmap .swipper {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
  z-index: 0;
  transition: z-index .5s step-end, opacity .5s ease-out;
  pointer-events: none; }
  #tasksmap .swipper.show {
    transition: z-index 0.5s step-start 0s, opacity .5s ease-in;
    opacity: 1;
    z-index: 10000; }
  #tasksmap .swipper .clickable-zone {
    pointer-events: auto;
    position: absolute;
    top: 50%;
    width: 65px;
    height: 40px;
    transform: translateY(-50%); }
    #tasksmap .swipper .clickable-zone i {
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%); }

#tasksmap .swipper-left {
  left: -9px; }
  #tasksmap .swipper-left .clickable-zone {
    left: 0; }

#tasksmap .swipper-right {
  right: -9px; }
  #tasksmap .swipper-right .clickable-zone {
    right: 0; }

#evaluation .level {
  display: none; }
  #evaluation .level p:first-child {
    padding: 14px 10px; }
  #evaluation .level.default {
    display: block; }

#evaluation.evaluation .level {
  display: none; }

#evaluation.evaluation .level.evaluation {
  display: block; }

#evaluation.conflict .level {
  display: none; }

#evaluation.conflict .level.conflict {
  display: block; }

#evaluation.conflict-response .level {
  display: none; }

#evaluation.conflict-response .level.conflict-response {
  display: block; }

#evaluation.done .level {
  display: none; }

#evaluation.done .level.done {
  display: block; }

#evaluation.fail .level {
  display: none; }

#evaluation.fail .level.fail {
  display: block; }

#evaluation hgroup {
  text-align: center;
  padding: 22px 16px 14px; }
  #evaluation hgroup .avatar {
    width: 84px;
    height: 84px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto 12px;
    border: 3px solid #fff;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.15), 0 0 0 3px #CCAA59; }
    #evaluation hgroup .avatar img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  #evaluation hgroup .details span {
    display: block;
    color: #B3BBC6;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: .4px; }
  #evaluation hgroup .details .user {
    color: #3A4553;
    font-size: 20px;
    font-weight: 700;
    text-transform: none;
    letter-spacing: 0;
    margin-top: 4px; }

#evaluation .level.evaluation .field.raterange {
  text-align: center;
  padding: 16px 0; }
  #evaluation .level.evaluation .field.raterange .rate {
    width: 42px;
    height: 42px;
    margin: 0 2px;
    cursor: pointer;
    transition: transform .15s ease; }
    #evaluation .level.evaluation .field.raterange .rate i {
      font-size: 34px !important;
      transition: color .15s ease; }
    #evaluation .level.evaluation .field.raterange .rate:hover {
      transform: scale(1.15); }

#evaluation .level.evaluation .field.comment {
  padding: 12px 16px 16px; }
  #evaluation .level.evaluation .field.comment label {
    display: block;
    font-size: 12px;
    color: #B3BBC6;
    text-transform: uppercase;
    letter-spacing: .4px;
    margin-bottom: 8px; }
  #evaluation .level.evaluation .field.comment textarea {
    min-height: 90px;
    padding: 12px 14px;
    font-size: 14px;
    border: 1.5px solid #efe9d8;
    border-radius: 10px;
    background: #fff;
    font-family: inherit;
    outline: none;
    transition: border-color .2s ease, box-shadow .2s ease; }
    #evaluation .level.evaluation .field.comment textarea:focus {
      border-color: #CCAA59;
      box-shadow: 0 0 0 3px rgba(204, 170, 89, 0.18); }

.preview.map-preview {
  position: absolute;
  height: 154px;
  bottom: 77px;
  left: 10px;
  right: 10px;
  z-index: 1000;
  opacity: 0;
  transform: translateY(280px);
  transition: opacity .4s ease-in-out, transform .4s ease-in-out; }
  .preview.map-preview li.task {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2); }
    .preview.map-preview li.task .content-line.image {
      display: none; }
  .preview.map-preview.show {
    transform: translateY(0);
    opacity: 1;
    transition: opacity .4s ease-in-out .1s , transform .4s ease-in-out .1s, height .4s ease-in-out; }
  .preview.map-preview.big {
    height: 57vh; }
    .preview.map-preview.big li.task .content-line.image {
      background-color: #232323;
      display: block;
      width: 100%;
      height: 40vh; }
      .preview.map-preview.big li.task .content-line.image img {
        height: 100%;
        width: 100%;
        object-fit: contain; }

html {
  --task-cat-color: #3D5A80;
  --task-cat-color-soft: #3D5A8022; }

section#tasksform {
  padding-bottom: 90px;
  background: linear-gradient(160deg, var(--task-cat-color-soft, #f5f7fa) 0%, #fafbfc 35%);
  font-family: 'Nunito', system-ui, -apple-system, sans-serif;
  color: #2a2a2a; }
  section#tasksform h2.form-title {
    padding: 20px 20px 0 20px;
    font-size: 20px;
    font-weight: 600;
    text-align: left; }
  section#tasksform label#task-address-label {
    font-size: 14px;
    transform: translateY(-30px); }
  section#tasksform .cat-banner {
    display: none; }
  section#tasksform.existing .cat-banner {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 16px;
    margin: 12px;
    background: var(--task-cat-color-soft, #f5f5f5);
    border: 1px solid #e0e0e0;
    border-radius: 12px;
    position: sticky;
    top: 0;
    z-index: 5;
    backdrop-filter: blur(8px); }
    section#tasksform.existing .cat-banner .cat-banner-ico {
      width: 40px;
      height: 40px;
      border-radius: 50%;
      background: rgba(255, 255, 255, 0.7);
      display: flex;
      align-items: center;
      justify-content: center;
      color: var(--task-cat-color, #333); }
      section#tasksform.existing .cat-banner .cat-banner-ico i {
        font-size: 18px; }
    section#tasksform.existing .cat-banner .cat-banner-text {
      flex: 1;
      line-height: 1.2; }
      section#tasksform.existing .cat-banner .cat-banner-text .cat-banner-label {
        font-size: 10px;
        text-transform: uppercase;
        letter-spacing: .06em;
        color: #777; }
      section#tasksform.existing .cat-banner .cat-banner-text .cat-banner-title {
        font-size: 16px;
        font-weight: 600;
        color: #222; }
    section#tasksform.existing .cat-banner .cat-banner-change {
      font-size: 12px;
      font-weight: 500;
      color: var(--task-cat-color, #555);
      cursor: pointer;
      padding: 6px 12px;
      border-radius: 8px;
      background: rgba(255, 255, 255, 0.6);
      border: 1px solid currentColor;
      transition: background .12s ease; }
      section#tasksform.existing .cat-banner .cat-banner-change:hover {
        background: #fff; }
  section#tasksform.existing .actions {
    background: #fff;
    margin: 14px 12px;
    padding: 20px 20px 20px 24px;
    border-radius: 16px;
    border: 1.5px solid var(--task-cat-color-soft, #ececec);
    border-left: 5px solid var(--task-cat-color, #ddd);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
    font-family: 'Nunito', system-ui, -apple-system, sans-serif;
    transition: box-shadow .2s ease, transform .2s ease, border-color .2s ease; }
    section#tasksform.existing .actions:focus-within {
      transform: translateY(-2px);
      box-shadow: 0 10px 24px var(--task-cat-color-soft, rgba(0, 0, 0, 0.08));
      border-color: var(--task-cat-color, #ddd); }
    section#tasksform.existing .actions:hover {
      box-shadow: 0 4px 14px rgba(0, 0, 0, 0.08);
      border-color: var(--task-cat-color, #ddd); }
    section#tasksform.existing .actions h4.title {
      display: flex;
      align-items: center;
      gap: 12px;
      font-size: 14px;
      font-weight: 700;
      text-transform: uppercase;
      letter-spacing: .05em;
      color: var(--task-cat-color, #555);
      margin: 0 0 18px; }
      section#tasksform.existing .actions h4.title i {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 38px;
        height: 38px;
        border-radius: 50%;
        background: var(--task-cat-color-soft, #f0f0f0);
        color: var(--task-cat-color, #888);
        font-size: 16px;
        box-shadow: 0 1px 2px rgba(0, 0, 0, 0.06); }
    section#tasksform.existing .actions .input {
      font-family: inherit;
      margin-bottom: 16px;
      display: flex;
      flex-direction: column;
      position: relative; }
      section#tasksform.existing .actions .input input:not([type="checkbox"]):not([type="file"]):not([type="hidden"]), section#tasksform.existing .actions .input textarea {
        font-family: inherit;
        font-size: 15px;
        color: #2a2a2a;
        padding: 12px 14px;
        width: 100%;
        border: 1.5px solid #e0e0e0;
        border-radius: 10px;
        background: #fff;
        box-sizing: border-box;
        transition: border-color .15s ease, box-shadow .15s ease;
        order: 2; }
        section#tasksform.existing .actions .input input:not([type="checkbox"]):not([type="file"]):not([type="hidden"]):focus, section#tasksform.existing .actions .input textarea:focus {
          border-color: var(--task-cat-color, #888) !important;
          box-shadow: 0 0 0 3px var(--task-cat-color-soft, transparent);
          outline: none; }
      section#tasksform.existing .actions .input label {
        font-family: inherit;
        font-weight: 600;
        font-size: 11px;
        text-transform: uppercase;
        letter-spacing: .05em;
        color: #888;
        display: block;
        margin: 0 0 6px 2px;
        position: static;
        transform: none;
        order: 1; }
      section#tasksform.existing .actions .input span.error {
        order: 3;
        margin-top: 4px;
        font-size: 12px; }
  section#tasksform.new form > .actions {
    display: none; }
  section#tasksform .category-list .cat-toolbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 16px 0; }
    section#tasksform .category-list .cat-toolbar h4.title {
      margin: 0; }
    section#tasksform .category-list .cat-toolbar .view-toggle {
      display: inline-flex;
      background: #f0f1f3;
      border-radius: 8px;
      padding: 3px; }
      section#tasksform .category-list .cat-toolbar .view-toggle .tg-btn {
        background: transparent;
        border: none;
        padding: 6px 10px;
        border-radius: 6px;
        color: #888;
        cursor: pointer;
        transition: background .15s ease, color .15s ease; }
        section#tasksform .category-list .cat-toolbar .view-toggle .tg-btn i {
          font-size: 14px; }
        section#tasksform .category-list .cat-toolbar .view-toggle .tg-btn:hover {
          color: #444; }
    section#tasksform .category-list .cat-toolbar-active-grid {
      color: inherit; }
  section#tasksform .category-list.view-grid .cat-toolbar .view-toggle .tg-grid,
  section#tasksform .category-list.view-list .cat-toolbar .view-toggle .tg-list {
    background: #fff;
    color: var(--task-cat-color, #333);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08); }
  section#tasksform .category-list .cat-group {
    padding: 14px 16px 6px; }
    section#tasksform .category-list .cat-group h5.group-title {
      display: flex;
      align-items: baseline;
      margin: 0 0 10px;
      font-size: 14px;
      font-weight: 600;
      text-transform: uppercase;
      letter-spacing: .04em;
      color: #555; }
      section#tasksform .category-list .cat-group h5.group-title .group-name {
        flex: 1; }
      section#tasksform .category-list .cat-group h5.group-title .group-count {
        font-size: 11px;
        font-weight: 400;
        color: #999;
        margin-left: 8px; }
    section#tasksform .category-list .cat-group .tiles {
      display: grid;
      grid-template-columns: repeat(auto-fill, minmax(96px, 1fr));
      gap: 8px; }
      section#tasksform .category-list .cat-group .tiles .tile {
        position: relative;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding: 14px 8px;
        border-radius: 12px;
        background: #fff;
        border: 1px solid #ececec;
        color: #222;
        cursor: pointer;
        aspect-ratio: 1 / 1;
        transition: transform .12s ease, box-shadow .12s ease, border-color .12s ease;
        user-select: none; }
        section#tasksform .category-list .cat-group .tiles .tile .tile-ico {
          display: flex;
          align-items: center;
          justify-content: center;
          width: 42px;
          height: 42px;
          margin-bottom: 6px;
          border-radius: 50%;
          flex-shrink: 0; }
          section#tasksform .category-list .cat-group .tiles .tile .tile-ico i {
            font-size: 18px; }
        section#tasksform .category-list .cat-group .tiles .tile .tile-body {
          display: flex;
          flex-direction: column;
          align-items: center; }
          section#tasksform .category-list .cat-group .tiles .tile .tile-body .tile-title {
            font-size: 11px;
            font-weight: 500;
            text-align: center;
            line-height: 1.2;
            color: #333; }
          section#tasksform .category-list .cat-group .tiles .tile .tile-body .tile-desc {
            display: none; }
        section#tasksform .category-list .cat-group .tiles .tile:hover {
          transform: translateY(-2px);
          box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
          border-color: var(--cat-color, #ccc); }
        section#tasksform .category-list .cat-group .tiles .tile.selected {
          border-color: var(--cat-color, #333);
          box-shadow: 0 0 0 2px var(--cat-color, #333) inset; }
  section#tasksform .category-list.view-list .cat-group .tiles {
    display: flex;
    flex-direction: column;
    gap: 0; }
    section#tasksform .category-list.view-list .cat-group .tiles .tile {
      flex-direction: row;
      align-items: center;
      justify-content: flex-start;
      aspect-ratio: auto;
      padding: 12px 14px;
      border-radius: 10px;
      border: 1px solid transparent;
      border-bottom: 1px solid #f0f0f0;
      background: #fff; }
      section#tasksform .category-list.view-list .cat-group .tiles .tile:last-child {
        border-bottom: none; }
      section#tasksform .category-list.view-list .cat-group .tiles .tile .tile-ico {
        width: 40px;
        height: 40px;
        margin: 0 14px 0 0; }
        section#tasksform .category-list.view-list .cat-group .tiles .tile .tile-ico i {
          font-size: 17px; }
      section#tasksform .category-list.view-list .cat-group .tiles .tile .tile-body {
        align-items: flex-start;
        flex: 1; }
        section#tasksform .category-list.view-list .cat-group .tiles .tile .tile-body .tile-title {
          font-size: 14px;
          font-weight: 600;
          text-align: left;
          color: #222; }
        section#tasksform .category-list.view-list .cat-group .tiles .tile .tile-body .tile-desc {
          display: block;
          font-size: 12px;
          color: #888;
          margin-top: 2px;
          line-height: 1.3; }
      section#tasksform .category-list.view-list .cat-group .tiles .tile:hover {
        transform: none;
        background: #fafafa;
        border-color: var(--cat-color, #eee);
        box-shadow: none; }

#tooltip {
  background-color: #CCAA59;
  position: fixed;
  bottom: 85px;
  top: auto;
  max-width: 180px;
  width: auto;
  left: 50%;
  transform: translate(-50%, 200%);
  z-index: 99;
  text-align: center;
  padding-bottom: 0;
  border-radius: 1.6em;
  opacity: 0;
  transition: transform 0.6s cubic-bezier(0.17, 0.67, 0.71, 1.3) 0.2s, opacity 0.6s ease-in-out;
  box-shadow: 0 4px 14px rgba(204, 170, 89, 0.35); }
  #tooltip.pop {
    transform: translate(-50%, 0%);
    transition: transform 0.6s cubic-bezier(0.17, 0.67, 0.71, 1.3), opacity 0.6s ease-in-out 0.2s;
    opacity: 1;
    animation: wobble 8s ease-in-out infinite forwards;
    animation-delay: 4s;
    transform-origin: center center; }

@keyframes wobble {
  0% {
    transform: scale(1) translate(-50%, 0%); }
  5% {
    transform: scale(1.02) translate(-50%, 0%); }
  10% {
    transform: scale(0.98) translate(-50%, 0%); }
  12% {
    transform: scale(1) translate(-50%, 0%); }
  40% {
    transform: scale(1) translate(-50%, 0%); }
  100% {
    transform: scale(1) translate(-50%, 0%); } }
  #tooltip span {
    padding: 10px 18px;
    display: block;
    color: white;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: .3px; }
  #tooltip:after {
    content: "";
    position: absolute;
    left: 100%;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    border: 5px solid #CCAA59;
    border-color: #CCAA59 transparent transparent transparent; }

main.tasksform #tooltip {
  background-color: var(--task-cat-color, #CCAA59); }
  main.tasksform #tooltip:after {
    border-color: var(--task-cat-color, #CCAA59) transparent transparent transparent; }

#charts {
  padding: 12px 12px 60px;
  background-color: #F5F5F5; }
  #charts .actions {
    background: #fff;
    border: 1px solid #efe9d8;
    border-radius: 14px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    padding: 16px;
    margin: 0 0 14px; }
  #charts .chart-zone {
    padding-bottom: 6px;
    margin-bottom: 12px;
    border-bottom: 1px solid #f0eee8;
    position: relative; }
    #charts .chart-zone canvas {
      max-width: 100%;
      background: #fff;
      border-radius: 10px; }
  #charts .inputs {
    display: flex;
    gap: 10px;
    margin-bottom: 16px; }
    #charts .inputs .input {
      flex: 1;
      position: relative;
      padding: 0;
      display: block; }
      #charts .inputs .input label {
        position: absolute;
        top: 8px;
        left: 14px;
        font-size: 11px;
        color: #B3BBC6;
        text-transform: uppercase;
        letter-spacing: .4px;
        font-weight: 600;
        pointer-events: none;
        z-index: 1; }
      #charts .inputs .input select {
        width: 100%;
        padding: 22px 36px 8px 14px;
        font-size: 14px;
        color: #3A4553;
        background-color: #fff;
        background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 7' fill='%23CCAA59'><path d='M6 7L0 1.4 1.4 0 6 4.2 10.6 0 12 1.4z'/></svg>");
        background-repeat: no-repeat;
        background-position: right 14px center;
        background-size: 12px 7px;
        border: 1.5px solid #e5dfd0;
        border-radius: 10px;
        outline: none;
        transition: border-color .2s ease, box-shadow .2s ease;
        box-sizing: border-box;
        appearance: none;
        -webkit-appearance: none;
        cursor: pointer;
        font-weight: 600;
        font-family: inherit; }
        #charts .inputs .input select:focus {
          border-color: #CCAA59;
          box-shadow: 0 0 0 3px rgba(204, 170, 89, 0.18); }
  #charts h4.title {
    font-size: 13px;
    font-weight: 700;
    color: #3A4553;
    text-transform: uppercase;
    letter-spacing: .4px;
    margin: 0 0 12px;
    padding-bottom: 10px;
    border-bottom: 1px solid #f0eee8; }
  #charts ul.transfers-list {
    list-style: none;
    padding: 0;
    margin: 0; }
    #charts ul.transfers-list li.transfer-item {
      display: flex;
      align-items: center;
      gap: 12px;
      padding: 12px 4px;
      cursor: pointer;
      border-radius: 8px;
      transition: background-color .15s ease; }
      #charts ul.transfers-list li.transfer-item + li {
        border-top: 1px solid #f5efde; }
      #charts ul.transfers-list li.transfer-item:hover {
        background-color: rgba(204, 170, 89, 0.05); }
      #charts ul.transfers-list li.transfer-item .transfer-main {
        flex: 1;
        min-width: 0; }
        #charts ul.transfers-list li.transfer-item .transfer-main .transfer-title {
          font-size: 14px;
          font-weight: 600;
          color: #3A4553;
          white-space: nowrap;
          overflow: hidden;
          text-overflow: ellipsis; }
        #charts ul.transfers-list li.transfer-item .transfer-main .transfer-meta {
          font-size: 12px;
          color: #B3BBC6;
          margin-top: 2px;
          display: flex;
          gap: 8px; }
          #charts ul.transfers-list li.transfer-item .transfer-main .transfer-meta .transfer-author {
            color: #6D7279;
            font-weight: 500; }
          #charts ul.transfers-list li.transfer-item .transfer-main .transfer-meta .transfer-date {
            color: #B3BBC6; }
      #charts ul.transfers-list li.transfer-item .transfer-amount {
        font-weight: 700;
        color: #CCAA59;
        font-size: 15px;
        white-space: nowrap; }
      #charts ul.transfers-list li.transfer-item .chev {
        color: #B3BBC6;
        font-size: 12px;
        opacity: .7; }
  #charts .results {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    padding-top: 6px; }
    #charts .results > div {
      display: block;
      width: auto;
      margin: 0;
      text-align: center;
      padding: 14px 10px;
      background: #faf7ee;
      border-radius: 10px;
      border: 1px solid #efe9d8;
      transition: background-color .15s ease, border-color .15s ease, transform .12s ease; }
      #charts .results > div.clickable {
        cursor: pointer; }
        #charts .results > div.clickable:hover {
          background: rgba(204, 170, 89, 0.1);
          border-color: #CCAA59; }
        #charts .results > div.clickable:active {
          transform: translateY(1px); }
    #charts .results span.label {
      font-size: 11px;
      color: #B3BBC6;
      text-transform: uppercase;
      letter-spacing: .4px;
      font-weight: 600; }
    #charts .results span.res {
      display: block;
      font-size: 22px;
      font-weight: 700;
      color: #CCAA59;
      margin-top: 4px; }

.extend_1, .iti input, .iti input[type=text], .iti input[type=tel] {
  position: relative;
  z-index: 0;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-right: 36px;
  margin-right: 0; }

.iti {
  position: relative;
  display: inline-block; }
  .iti * {
    box-sizing: border-box; }

.iti__hide {
  display: none; }

.iti__v-hide {
  visibility: hidden; }

.iti__flag-container {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  padding: 1px; }

.iti__selected-flag {
  z-index: 1;
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 6px 0 8px; }

.iti__arrow {
  margin-left: 6px;
  width: 0;
  height: 0;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-top: 4px solid #555; }

.iti__arrow--up {
  border-top: none;
  border-bottom: 4px solid #555; }

.iti__country-list {
  position: absolute;
  z-index: 2;
  list-style: none;
  text-align: left;
  padding: 0;
  margin: 0 0 0 -1px;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
  background-color: white;
  border: 1px solid #ccc;
  white-space: nowrap;
  max-height: 200px;
  overflow-y: scroll; }

.iti__country-list--dropup {
  bottom: 100%;
  margin-bottom: -1px; }

@media (max-width: 500px) {
  .iti__country-list {
    white-space: normal; } }

.iti__flag-box {
  display: inline-block;
  width: 20px;
  vertical-align: middle;
  margin-right: 6px; }

.iti__divider {
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #ccc; }

.iti__country {
  padding: 5px 10px;
  outline: none; }
  .iti__country.iti__highlight {
    background-color: rgba(0, 0, 0, 0.05); }

.iti__dial-code {
  color: #999;
  vertical-align: middle; }

.iti__country-name {
  vertical-align: middle;
  margin-right: 6px; }

.iti--allow-dropdown input {
  padding-right: 6px;
  padding-left: 52px;
  margin-left: 0; }

.iti--allow-dropdown input[type=text] {
  padding-right: 6px;
  padding-left: 52px;
  margin-left: 0; }

.iti--allow-dropdown input[type=tel] {
  padding-right: 6px;
  padding-left: 52px;
  margin-left: 0; }

.iti--allow-dropdown .iti__flag-container {
  right: auto;
  left: 0; }
  .iti--allow-dropdown .iti__flag-container:hover {
    cursor: pointer; }
    .iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag {
      background-color: rgba(0, 0, 0, 0.05); }

.iti--allow-dropdown input[disabled] + .iti__flag-container:hover {
  cursor: default; }
  .iti--allow-dropdown input[disabled] + .iti__flag-container:hover .iti__selected-flag {
    background-color: transparent; }

.iti--allow-dropdown input[readonly] + .iti__flag-container:hover {
  cursor: default; }
  .iti--allow-dropdown input[readonly] + .iti__flag-container:hover .iti__selected-flag {
    background-color: transparent; }

.iti--separate-dial-code input {
  padding-right: 6px;
  padding-left: 52px;
  margin-left: 0; }

.iti--separate-dial-code input[type=text] {
  padding-right: 6px;
  padding-left: 52px;
  margin-left: 0; }

.iti--separate-dial-code input[type=tel] {
  padding-right: 6px;
  padding-left: 52px;
  margin-left: 0; }

.iti--separate-dial-code .iti__flag-container {
  right: auto;
  left: 0; }

.iti--separate-dial-code .iti__selected-flag {
  background-color: rgba(0, 0, 0, 0.05); }

.iti--separate-dial-code .iti__selected-dial-code {
  margin-left: 6px; }

.iti--container {
  position: absolute;
  top: -1000px;
  left: -1000px;
  z-index: 1060;
  padding: 1px; }
  .iti--container:hover {
    cursor: pointer; }

.iti-mobile .iti--container {
  top: 30px;
  bottom: 30px;
  left: 30px;
  right: 30px;
  position: fixed; }

.iti-mobile .iti__country-list {
  max-height: 100%;
  width: 100%; }

.iti-mobile .iti__country {
  padding: 10px;
  line-height: 1.5em; }

.iti__flag {
  width: 20px;
  height: 15px;
  box-shadow: 0 0 1px 0 #888;
  background-image: url("/images/flags.png");
  background-repeat: no-repeat;
  background-color: #dbdbdb;
  background-position: 20px 0; }
  .iti__flag.iti__be {
    width: 18px;
    height: 15px;
    background-position: -440px 0; }
  .iti__flag.iti__ch {
    width: 15px;
    height: 15px;
    background-position: -944px 0; }
  .iti__flag.iti__mc {
    width: 19px;
    height: 15px;
    background-position: -3139px 0; }
  .iti__flag.iti__ne {
    width: 18px;
    height: 15px;
    background-position: -3666px 0; }
  .iti__flag.iti__np {
    width: 13px;
    height: 15px;
    background-position: -3796px 0;
    background-color: transparent; }
  .iti__flag.iti__va {
    width: 15px;
    height: 15px;
    background-position: -5329px 0; }
  .iti__flag.iti__ac {
    height: 10px;
    background-position: 0 0; }
  .iti__flag.iti__ad {
    height: 14px;
    background-position: -22px 0; }
  .iti__flag.iti__ae {
    height: 10px;
    background-position: -44px 0; }
  .iti__flag.iti__af {
    height: 14px;
    background-position: -66px 0; }
  .iti__flag.iti__ag {
    height: 14px;
    background-position: -88px 0; }
  .iti__flag.iti__ai {
    height: 10px;
    background-position: -110px 0; }
  .iti__flag.iti__al {
    height: 15px;
    background-position: -132px 0; }
  .iti__flag.iti__am {
    height: 10px;
    background-position: -154px 0; }
  .iti__flag.iti__ao {
    height: 14px;
    background-position: -176px 0; }
  .iti__flag.iti__aq {
    height: 14px;
    background-position: -198px 0; }
  .iti__flag.iti__ar {
    height: 13px;
    background-position: -220px 0; }
  .iti__flag.iti__as {
    height: 10px;
    background-position: -242px 0; }
  .iti__flag.iti__at {
    height: 14px;
    background-position: -264px 0; }
  .iti__flag.iti__au {
    height: 10px;
    background-position: -286px 0; }
  .iti__flag.iti__aw {
    height: 14px;
    background-position: -308px 0; }
  .iti__flag.iti__ax {
    height: 13px;
    background-position: -330px 0; }
  .iti__flag.iti__az {
    height: 10px;
    background-position: -352px 0; }
  .iti__flag.iti__ba {
    height: 10px;
    background-position: -374px 0; }
  .iti__flag.iti__bb {
    height: 14px;
    background-position: -396px 0; }
  .iti__flag.iti__bd {
    height: 12px;
    background-position: -418px 0; }
  .iti__flag.iti__bf {
    height: 14px;
    background-position: -460px 0; }
  .iti__flag.iti__bg {
    height: 12px;
    background-position: -482px 0; }
  .iti__flag.iti__bh {
    height: 12px;
    background-position: -504px 0; }
  .iti__flag.iti__bi {
    height: 12px;
    background-position: -526px 0; }
  .iti__flag.iti__bj {
    height: 14px;
    background-position: -548px 0; }
  .iti__flag.iti__bl {
    height: 14px;
    background-position: -570px 0; }
  .iti__flag.iti__bm {
    height: 10px;
    background-position: -592px 0; }
  .iti__flag.iti__bn {
    height: 10px;
    background-position: -614px 0; }
  .iti__flag.iti__bo {
    height: 14px;
    background-position: -636px 0; }
  .iti__flag.iti__bq {
    height: 14px;
    background-position: -658px 0; }
  .iti__flag.iti__br {
    height: 14px;
    background-position: -680px 0; }
  .iti__flag.iti__bs {
    height: 10px;
    background-position: -702px 0; }
  .iti__flag.iti__bt {
    height: 14px;
    background-position: -724px 0; }
  .iti__flag.iti__bv {
    height: 15px;
    background-position: -746px 0; }
  .iti__flag.iti__bw {
    height: 14px;
    background-position: -768px 0; }
  .iti__flag.iti__by {
    height: 10px;
    background-position: -790px 0; }
  .iti__flag.iti__bz {
    height: 14px;
    background-position: -812px 0; }
  .iti__flag.iti__ca {
    height: 10px;
    background-position: -834px 0; }
  .iti__flag.iti__cc {
    height: 10px;
    background-position: -856px 0; }
  .iti__flag.iti__cd {
    height: 15px;
    background-position: -878px 0; }
  .iti__flag.iti__cf {
    height: 14px;
    background-position: -900px 0; }
  .iti__flag.iti__cg {
    height: 14px;
    background-position: -922px 0; }
  .iti__flag.iti__ci {
    height: 14px;
    background-position: -961px 0; }
  .iti__flag.iti__ck {
    height: 10px;
    background-position: -983px 0; }
  .iti__flag.iti__cl {
    height: 14px;
    background-position: -1005px 0; }
  .iti__flag.iti__cm {
    height: 14px;
    background-position: -1027px 0; }
  .iti__flag.iti__cn {
    height: 14px;
    background-position: -1049px 0; }
  .iti__flag.iti__co {
    height: 14px;
    background-position: -1071px 0; }
  .iti__flag.iti__cp {
    height: 14px;
    background-position: -1093px 0; }
  .iti__flag.iti__cr {
    height: 12px;
    background-position: -1115px 0; }
  .iti__flag.iti__cu {
    height: 10px;
    background-position: -1137px 0; }
  .iti__flag.iti__cv {
    height: 12px;
    background-position: -1159px 0; }
  .iti__flag.iti__cw {
    height: 14px;
    background-position: -1181px 0; }
  .iti__flag.iti__cx {
    height: 10px;
    background-position: -1203px 0; }
  .iti__flag.iti__cy {
    height: 14px;
    background-position: -1225px 0; }
  .iti__flag.iti__cz {
    height: 14px;
    background-position: -1247px 0; }
  .iti__flag.iti__de {
    height: 12px;
    background-position: -1269px 0; }
  .iti__flag.iti__dg {
    height: 10px;
    background-position: -1291px 0; }
  .iti__flag.iti__dj {
    height: 14px;
    background-position: -1313px 0; }
  .iti__flag.iti__dk {
    height: 15px;
    background-position: -1335px 0; }
  .iti__flag.iti__dm {
    height: 10px;
    background-position: -1357px 0; }
  .iti__flag.iti__do {
    height: 14px;
    background-position: -1379px 0; }
  .iti__flag.iti__dz {
    height: 14px;
    background-position: -1401px 0; }
  .iti__flag.iti__ea {
    height: 14px;
    background-position: -1423px 0; }
  .iti__flag.iti__ec {
    height: 14px;
    background-position: -1445px 0; }
  .iti__flag.iti__ee {
    height: 13px;
    background-position: -1467px 0; }
  .iti__flag.iti__eg {
    height: 14px;
    background-position: -1489px 0; }
  .iti__flag.iti__eh {
    height: 10px;
    background-position: -1511px 0; }
  .iti__flag.iti__er {
    height: 10px;
    background-position: -1533px 0; }
  .iti__flag.iti__es {
    height: 14px;
    background-position: -1555px 0; }
  .iti__flag.iti__et {
    height: 10px;
    background-position: -1577px 0; }
  .iti__flag.iti__eu {
    height: 14px;
    background-position: -1599px 0; }
  .iti__flag.iti__fi {
    height: 12px;
    background-position: -1621px 0; }
  .iti__flag.iti__fj {
    height: 10px;
    background-position: -1643px 0; }
  .iti__flag.iti__fk {
    height: 10px;
    background-position: -1665px 0; }
  .iti__flag.iti__fm {
    height: 11px;
    background-position: -1687px 0; }
  .iti__flag.iti__fo {
    height: 15px;
    background-position: -1709px 0; }
  .iti__flag.iti__fr {
    height: 14px;
    background-position: -1731px 0; }
  .iti__flag.iti__ga {
    height: 15px;
    background-position: -1753px 0; }
  .iti__flag.iti__gb {
    height: 10px;
    background-position: -1775px 0; }
  .iti__flag.iti__gd {
    height: 12px;
    background-position: -1797px 0; }
  .iti__flag.iti__ge {
    height: 14px;
    background-position: -1819px 0; }
  .iti__flag.iti__gf {
    height: 14px;
    background-position: -1841px 0; }
  .iti__flag.iti__gg {
    height: 14px;
    background-position: -1863px 0; }
  .iti__flag.iti__gh {
    height: 14px;
    background-position: -1885px 0; }
  .iti__flag.iti__gi {
    height: 10px;
    background-position: -1907px 0; }
  .iti__flag.iti__gl {
    height: 14px;
    background-position: -1929px 0; }
  .iti__flag.iti__gm {
    height: 14px;
    background-position: -1951px 0; }
  .iti__flag.iti__gn {
    height: 14px;
    background-position: -1973px 0; }
  .iti__flag.iti__gp {
    height: 14px;
    background-position: -1995px 0; }
  .iti__flag.iti__gq {
    height: 14px;
    background-position: -2017px 0; }
  .iti__flag.iti__gr {
    height: 14px;
    background-position: -2039px 0; }
  .iti__flag.iti__gs {
    height: 10px;
    background-position: -2061px 0; }
  .iti__flag.iti__gt {
    height: 13px;
    background-position: -2083px 0; }
  .iti__flag.iti__gu {
    height: 11px;
    background-position: -2105px 0; }
  .iti__flag.iti__gw {
    height: 10px;
    background-position: -2127px 0; }
  .iti__flag.iti__gy {
    height: 12px;
    background-position: -2149px 0; }
  .iti__flag.iti__hk {
    height: 14px;
    background-position: -2171px 0; }
  .iti__flag.iti__hm {
    height: 10px;
    background-position: -2193px 0; }
  .iti__flag.iti__hn {
    height: 10px;
    background-position: -2215px 0; }
  .iti__flag.iti__hr {
    height: 10px;
    background-position: -2237px 0; }
  .iti__flag.iti__ht {
    height: 12px;
    background-position: -2259px 0; }
  .iti__flag.iti__hu {
    height: 10px;
    background-position: -2281px 0; }
  .iti__flag.iti__ic {
    height: 14px;
    background-position: -2303px 0; }
  .iti__flag.iti__id {
    height: 14px;
    background-position: -2325px 0; }
  .iti__flag.iti__ie {
    height: 10px;
    background-position: -2347px 0; }
  .iti__flag.iti__il {
    height: 15px;
    background-position: -2369px 0; }
  .iti__flag.iti__im {
    height: 10px;
    background-position: -2391px 0; }
  .iti__flag.iti__in {
    height: 14px;
    background-position: -2413px 0; }
  .iti__flag.iti__io {
    height: 10px;
    background-position: -2435px 0; }
  .iti__flag.iti__iq {
    height: 14px;
    background-position: -2457px 0; }
  .iti__flag.iti__ir {
    height: 12px;
    background-position: -2479px 0; }
  .iti__flag.iti__is {
    height: 15px;
    background-position: -2501px 0; }
  .iti__flag.iti__it {
    height: 14px;
    background-position: -2523px 0; }
  .iti__flag.iti__je {
    height: 12px;
    background-position: -2545px 0; }
  .iti__flag.iti__jm {
    height: 10px;
    background-position: -2567px 0; }
  .iti__flag.iti__jo {
    height: 10px;
    background-position: -2589px 0; }
  .iti__flag.iti__jp {
    height: 14px;
    background-position: -2611px 0; }
  .iti__flag.iti__ke {
    height: 14px;
    background-position: -2633px 0; }
  .iti__flag.iti__kg {
    height: 12px;
    background-position: -2655px 0; }
  .iti__flag.iti__kh {
    height: 13px;
    background-position: -2677px 0; }
  .iti__flag.iti__ki {
    height: 10px;
    background-position: -2699px 0; }
  .iti__flag.iti__km {
    height: 12px;
    background-position: -2721px 0; }
  .iti__flag.iti__kn {
    height: 14px;
    background-position: -2743px 0; }
  .iti__flag.iti__kp {
    height: 10px;
    background-position: -2765px 0; }
  .iti__flag.iti__kr {
    height: 14px;
    background-position: -2787px 0; }
  .iti__flag.iti__kw {
    height: 10px;
    background-position: -2809px 0; }
  .iti__flag.iti__ky {
    height: 10px;
    background-position: -2831px 0; }
  .iti__flag.iti__kz {
    height: 10px;
    background-position: -2853px 0; }
  .iti__flag.iti__la {
    height: 14px;
    background-position: -2875px 0; }
  .iti__flag.iti__lb {
    height: 14px;
    background-position: -2897px 0; }
  .iti__flag.iti__lc {
    height: 10px;
    background-position: -2919px 0; }
  .iti__flag.iti__li {
    height: 12px;
    background-position: -2941px 0; }
  .iti__flag.iti__lk {
    height: 10px;
    background-position: -2963px 0; }
  .iti__flag.iti__lr {
    height: 11px;
    background-position: -2985px 0; }
  .iti__flag.iti__ls {
    height: 14px;
    background-position: -3007px 0; }
  .iti__flag.iti__lt {
    height: 12px;
    background-position: -3029px 0; }
  .iti__flag.iti__lu {
    height: 12px;
    background-position: -3051px 0; }
  .iti__flag.iti__lv {
    height: 10px;
    background-position: -3073px 0; }
  .iti__flag.iti__ly {
    height: 10px;
    background-position: -3095px 0; }
  .iti__flag.iti__ma {
    height: 14px;
    background-position: -3117px 0; }
  .iti__flag.iti__md {
    height: 10px;
    background-position: -3160px 0; }
  .iti__flag.iti__me {
    height: 10px;
    background-position: -3182px 0; }
  .iti__flag.iti__mf {
    height: 14px;
    background-position: -3204px 0; }
  .iti__flag.iti__mg {
    height: 14px;
    background-position: -3226px 0; }
  .iti__flag.iti__mh {
    height: 11px;
    background-position: -3248px 0; }
  .iti__flag.iti__mk {
    height: 10px;
    background-position: -3270px 0; }
  .iti__flag.iti__ml {
    height: 14px;
    background-position: -3292px 0; }
  .iti__flag.iti__mm {
    height: 14px;
    background-position: -3314px 0; }
  .iti__flag.iti__mn {
    height: 10px;
    background-position: -3336px 0; }
  .iti__flag.iti__mo {
    height: 14px;
    background-position: -3358px 0; }
  .iti__flag.iti__mp {
    height: 10px;
    background-position: -3380px 0; }
  .iti__flag.iti__mq {
    height: 14px;
    background-position: -3402px 0; }
  .iti__flag.iti__mr {
    height: 14px;
    background-position: -3424px 0; }
  .iti__flag.iti__ms {
    height: 10px;
    background-position: -3446px 0; }
  .iti__flag.iti__mt {
    height: 14px;
    background-position: -3468px 0; }
  .iti__flag.iti__mu {
    height: 14px;
    background-position: -3490px 0; }
  .iti__flag.iti__mv {
    height: 14px;
    background-position: -3512px 0; }
  .iti__flag.iti__mw {
    height: 14px;
    background-position: -3534px 0; }
  .iti__flag.iti__mx {
    height: 12px;
    background-position: -3556px 0; }
  .iti__flag.iti__my {
    height: 10px;
    background-position: -3578px 0; }
  .iti__flag.iti__mz {
    height: 14px;
    background-position: -3600px 0; }
  .iti__flag.iti__na {
    height: 14px;
    background-position: -3622px 0; }
  .iti__flag.iti__nc {
    height: 10px;
    background-position: -3644px 0; }
  .iti__flag.iti__nf {
    height: 10px;
    background-position: -3686px 0; }
  .iti__flag.iti__ng {
    height: 10px;
    background-position: -3708px 0; }
  .iti__flag.iti__ni {
    height: 12px;
    background-position: -3730px 0; }
  .iti__flag.iti__nl {
    height: 14px;
    background-position: -3752px 0; }
  .iti__flag.iti__no {
    height: 15px;
    background-position: -3774px 0; }
  .iti__flag.iti__nr {
    height: 10px;
    background-position: -3811px 0; }
  .iti__flag.iti__nu {
    height: 10px;
    background-position: -3833px 0; }
  .iti__flag.iti__nz {
    height: 10px;
    background-position: -3855px 0; }
  .iti__flag.iti__om {
    height: 10px;
    background-position: -3877px 0; }
  .iti__flag.iti__pa {
    height: 14px;
    background-position: -3899px 0; }
  .iti__flag.iti__pe {
    height: 14px;
    background-position: -3921px 0; }
  .iti__flag.iti__pf {
    height: 14px;
    background-position: -3943px 0; }
  .iti__flag.iti__pg {
    height: 15px;
    background-position: -3965px 0; }
  .iti__flag.iti__ph {
    height: 10px;
    background-position: -3987px 0; }
  .iti__flag.iti__pk {
    height: 14px;
    background-position: -4009px 0; }
  .iti__flag.iti__pl {
    height: 13px;
    background-position: -4031px 0; }
  .iti__flag.iti__pm {
    height: 14px;
    background-position: -4053px 0; }
  .iti__flag.iti__pn {
    height: 10px;
    background-position: -4075px 0; }
  .iti__flag.iti__pr {
    height: 14px;
    background-position: -4097px 0; }
  .iti__flag.iti__ps {
    height: 10px;
    background-position: -4119px 0; }
  .iti__flag.iti__pt {
    height: 14px;
    background-position: -4141px 0; }
  .iti__flag.iti__pw {
    height: 13px;
    background-position: -4163px 0; }
  .iti__flag.iti__py {
    height: 11px;
    background-position: -4185px 0; }
  .iti__flag.iti__qa {
    height: 8px;
    background-position: -4207px 0; }
  .iti__flag.iti__re {
    height: 14px;
    background-position: -4229px 0; }
  .iti__flag.iti__ro {
    height: 14px;
    background-position: -4251px 0; }
  .iti__flag.iti__rs {
    height: 14px;
    background-position: -4273px 0; }
  .iti__flag.iti__ru {
    height: 14px;
    background-position: -4295px 0; }
  .iti__flag.iti__rw {
    height: 14px;
    background-position: -4317px 0; }
  .iti__flag.iti__sa {
    height: 14px;
    background-position: -4339px 0; }
  .iti__flag.iti__sb {
    height: 10px;
    background-position: -4361px 0; }
  .iti__flag.iti__sc {
    height: 10px;
    background-position: -4383px 0; }
  .iti__flag.iti__sd {
    height: 10px;
    background-position: -4405px 0; }
  .iti__flag.iti__se {
    height: 13px;
    background-position: -4427px 0; }
  .iti__flag.iti__sg {
    height: 14px;
    background-position: -4449px 0; }
  .iti__flag.iti__sh {
    height: 10px;
    background-position: -4471px 0; }
  .iti__flag.iti__si {
    height: 10px;
    background-position: -4493px 0; }
  .iti__flag.iti__sj {
    height: 15px;
    background-position: -4515px 0; }
  .iti__flag.iti__sk {
    height: 14px;
    background-position: -4537px 0; }
  .iti__flag.iti__sl {
    height: 14px;
    background-position: -4559px 0; }
  .iti__flag.iti__sm {
    height: 15px;
    background-position: -4581px 0; }
  .iti__flag.iti__sn {
    height: 14px;
    background-position: -4603px 0; }
  .iti__flag.iti__so {
    height: 14px;
    background-position: -4625px 0; }
  .iti__flag.iti__sr {
    height: 14px;
    background-position: -4647px 0; }
  .iti__flag.iti__ss {
    height: 10px;
    background-position: -4669px 0; }
  .iti__flag.iti__st {
    height: 10px;
    background-position: -4691px 0; }
  .iti__flag.iti__sv {
    height: 12px;
    background-position: -4713px 0; }
  .iti__flag.iti__sx {
    height: 14px;
    background-position: -4735px 0; }
  .iti__flag.iti__sy {
    height: 14px;
    background-position: -4757px 0; }
  .iti__flag.iti__sz {
    height: 14px;
    background-position: -4779px 0; }
  .iti__flag.iti__ta {
    height: 10px;
    background-position: -4801px 0; }
  .iti__flag.iti__tc {
    height: 10px;
    background-position: -4823px 0; }
  .iti__flag.iti__td {
    height: 14px;
    background-position: -4845px 0; }
  .iti__flag.iti__tf {
    height: 14px;
    background-position: -4867px 0; }
  .iti__flag.iti__tg {
    height: 13px;
    background-position: -4889px 0; }
  .iti__flag.iti__th {
    height: 14px;
    background-position: -4911px 0; }
  .iti__flag.iti__tj {
    height: 10px;
    background-position: -4933px 0; }
  .iti__flag.iti__tk {
    height: 10px;
    background-position: -4955px 0; }
  .iti__flag.iti__tl {
    height: 10px;
    background-position: -4977px 0; }
  .iti__flag.iti__tm {
    height: 14px;
    background-position: -4999px 0; }
  .iti__flag.iti__tn {
    height: 14px;
    background-position: -5021px 0; }
  .iti__flag.iti__to {
    height: 10px;
    background-position: -5043px 0; }
  .iti__flag.iti__tr {
    height: 14px;
    background-position: -5065px 0; }
  .iti__flag.iti__tt {
    height: 12px;
    background-position: -5087px 0; }
  .iti__flag.iti__tv {
    height: 10px;
    background-position: -5109px 0; }
  .iti__flag.iti__tw {
    height: 14px;
    background-position: -5131px 0; }
  .iti__flag.iti__tz {
    height: 14px;
    background-position: -5153px 0; }
  .iti__flag.iti__ua {
    height: 14px;
    background-position: -5175px 0; }
  .iti__flag.iti__ug {
    height: 14px;
    background-position: -5197px 0; }
  .iti__flag.iti__um {
    height: 11px;
    background-position: -5219px 0; }
  .iti__flag.iti__un {
    height: 14px;
    background-position: -5241px 0; }
  .iti__flag.iti__us {
    height: 11px;
    background-position: -5263px 0; }
  .iti__flag.iti__uy {
    height: 14px;
    background-position: -5285px 0; }
  .iti__flag.iti__uz {
    height: 10px;
    background-position: -5307px 0; }
  .iti__flag.iti__vc {
    height: 14px;
    background-position: -5346px 0; }
  .iti__flag.iti__ve {
    height: 14px;
    background-position: -5368px 0; }
  .iti__flag.iti__vg {
    height: 10px;
    background-position: -5390px 0; }
  .iti__flag.iti__vi {
    height: 14px;
    background-position: -5412px 0; }
  .iti__flag.iti__vn {
    height: 14px;
    background-position: -5434px 0; }
  .iti__flag.iti__vu {
    height: 12px;
    background-position: -5456px 0; }
  .iti__flag.iti__wf {
    height: 14px;
    background-position: -5478px 0; }
  .iti__flag.iti__ws {
    height: 10px;
    background-position: -5500px 0; }
  .iti__flag.iti__xk {
    height: 15px;
    background-position: -5522px 0; }
  .iti__flag.iti__ye {
    height: 14px;
    background-position: -5544px 0; }
  .iti__flag.iti__yt {
    height: 14px;
    background-position: -5566px 0; }
  .iti__flag.iti__za {
    height: 14px;
    background-position: -5588px 0; }
  .iti__flag.iti__zm {
    height: 14px;
    background-position: -5610px 0; }
  .iti__flag.iti__zw {
    height: 10px;
    background-position: -5632px 0; }

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .iti__flag {
    background-size: 5652px 15px;
    background-image: url("/images/flags@2x.png"); } }

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