html,
*,
*::before,
*::after {
  box-sizing: border-box; }

body > div[style]:not([class^="flatpickr"]):not([class^="tox"]):not([class^="swal2"]):not([class^="tippy"]) {
  display: none !important;
  width: 0 !important;
  height: 0 !important; }

:root[data-theme="light"] {
  --body-background-color: #e8e9f3;
  --body-foreground-color: #50514f;
  --link-color: #5271c9;
  --link-hover-color: #2b448a;
  --menu-nav-icon: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.35)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
  --menu-nav-border: rgba(0, 0, 0, .15);
  --dropdown-background-color: #fff;
  --dropdown-foreground-color: #212529;
  --dropdown-background-color-hover: #f8f9fa;
  --select-arrow: url('data:image/gif;base64,R0lGODlhBgAGAKEDAFVVVX9/f9TU1CgmNyH5BAEKAAMALAAAAAAGAAYAAAIODA4hCDKWxlhNvmCnGwUAOw==');
  --input-background-color: #fff;
  --input-foreground-color: #212529;
  --input-border-color: #ced4da;
  --input-background-selected-color: #f2f2f2;
  --navbar-background-color: #fff;
  --navbar-foreground-color: #696565;
  --navbar-shadow-color: rgba(169, 179, 172, 0.4);
  --navbar-link-active-color: #000;
  --sidebar-background-color: #f7f7f7;
  --heading-foreground-color: #1a1f36;
  --listing-background-color: #fff;
  --listing-foreground-color: #212529;
  --listing-multiselect-background-color: rgba(238, 235, 235, 0.45);
  --tab-background-color: #fff;
  --tab-foreground-color: #212529;
  --table-background-even-color: #e6e6e6;
  --table-background-odd-color: #f3f3f3;
  --table-border-color: #dee2e6;
  --dd-background-color: transparent;
  --dd-foreground-color: #535353;
  --pre-foreground-color: #212529;
  --heading-small-color: #717171; }

:root[data-theme="dark"] {
  --body-background-color: #2f2f2f;
  --body-foreground-color: #fff;
  --link-color: #fff;
  --link-hover-color: #cccccc;
  --menu-nav-icon: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.35)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
  --menu-nav-border: rgba(255, 255, 255, .15);
  --dropdown-background-color: #3a3b44;
  --dropdown-foreground-color: #fff;
  --dropdown-background-color-hover: #232328;
  --select-arrow: url('data:image/gif;base64,R0lGODlhBgAGAJEDACsrK4CAgKqqqv///yH5BAEAAAMALAAAAAAGAAYAAAIOjC4BKDCWxlhNvmCnGwUAOw==');
  --input-background-color: #3a3b44;
  --input-foreground-color: #fff;
  --input-border-color: #212529;
  --input-background-selected-color: #212529;
  --navbar-background-color: #211d1d;
  --navbar-foreground-color: #fff;
  --navbar-shadow-color: #000;
  --navbar-link-active-color: #fff;
  --sidebar-background-color: #272727;
  --heading-foreground-color: #fff;
  --listing-background-color: #474853;
  --listing-foreground-color: #fff;
  --listing-multiselect-background-color: rgba(70, 70, 70, 0.45);
  --tab-background-color: #403f3f;
  --tab-foreground-color: #fff;
  --table-background-odd-color: #3c3a3a;
  --table-background-even-color: #1e1e1e;
  --table-border-color: #212529;
  --dd-background-color: transparent;
  --dd-foreground-color: #fff;
  --pre-foreground-color: #fff;
  --heading-small-color: #aaa; }

html {
  height: 100vh; }

body {
  background-color: var(--body-background-color);
  color: var(--body-foreground-color);
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  margin: 0;
  min-height: 100%;
  overflow-y: scroll;
  padding: 0;
  z-index: -1; }

a {
  color: var(--link-color); }
  a:hover {
    color: var(--link-hover-color); }

b, strong {
  font-weight: bold; }

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  color: var(--heading-foreground-color);
  font-family: 'Raleway', sans-serif;
  font-weight: bold; }

input.form-control::placeholder {
  color: #d5d5d5; }

input.form-control::-webkit-input-placeholder {
  color: #d5d5d5; }

input.form-control::-moz-placeholder {
  color: #d5d5d5;
  opacity: 1; }

input.form-control:-ms-input-placeholder {
  color: #d5d5d5; }

input.form-control:-moz-placeholder {
  color: #d5d5d5;
  opacity: 1; }

.form-control,
.form-control:focus {
  background-color: var(--input-background-color);
  border: 1px solid var(--input-border-color);
  color: var(--input-foreground-color); }
  .form-control[type="file"],
  .form-control:focus[type="file"] {
    background-color: transparent; }
  .form-control option,
  .form-control optgroup,
  .form-control:focus option,
  .form-control:focus optgroup {
    background-color: var(--input-background-color);
    color: var(--input-foreground-color); }

.form-control-plaintext {
  color: var(--input-foreground-color); }

.form-control:disabled,
.form-control[readonly] {
  background-color: #dbdbdb;
  opacity: 1; }

table td,
.table td {
  border-top: 1px solid var(--table-border-color); }

table tr:nth-of-type(even),
.table tr:nth-of-type(even) {
  background-color: var(--table-background-even-color); }

table tr:nth-of-type(odd),
.table tr:nth-of-type(odd) {
  background-color: var(--table-background-odd-color); }

.btn:not(.note-btn) {
  appearance: none;
  -webkit-appearance: none;
  background-color: #765384;
  border: 0;
  border-radius: 32px;
  color: #fff;
  cursor: pointer;
  padding: .5rem 1.5rem;
  transition: background-color .3s ease; }
  .btn:not(.note-btn):hover {
    background-color: #5a3f65; }
  .btn:not(.note-btn).btn-danger {
    background-color: #a81a27; }
    .btn:not(.note-btn).btn-danger:hover {
      background-color: #e24654; }

.btn-icon {
  border-radius: 50%;
  color: #fff;
  font-size: 24px;
  line-height: 1rem;
  padding: 1rem; }
  .btn-icon.btn-sm {
    font-size: 1rem;
    line-height: .45rem;
    padding: .45rem !important; }

@supports (-moz-appearance: none) {
  select {
    -moz-appearance: none !important;
    background: var(--input-background-color) var(--select-arrow) right center no-repeat !important;
    background-position: calc(100% - 10px) center !important; } }

pre {
  background-color: transparent;
  color: var(--pre-foreground-color); }

.error-tagline {
  font-weight: light;
  font-size: 1.35rem; }

.dropdown-menu {
  background-color: var(--dropdown-background-color);
  color: var(--dropdown-foreground-color); }
  .dropdown-menu .dropdown-item {
    color: inherit; }
    .dropdown-menu .dropdown-item:focus, .dropdown-menu .dropdown-item:hover {
      background-color: var(--dropdown-background-color-hover); }

/*
  GLOBAL
  Global classes that are for anything in the visitor section (e.g. Login/Register/Forget Password)
*/
.dialog {
  border-bottom-left-radius: 12px;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  box-shadow: 0 2px 6px -1px rgba(0, 0, 0, 0.25);
  display: flex;
  flex-direction: column;
  height: auto;
  margin: 2rem auto 0;
  max-width: 100%;
  min-height: 50vh;
  width: auto; }
  @media screen and (min-width: 992px) {
    .dialog {
      border-top-right-radius: 0;
      flex-direction: row;
      width: 90%; } }
  @media screen and (min-width: 1200px) {
    .dialog {
      max-width: 70%; } }
  @media screen and (min-width: 1600px) {
    .dialog {
      max-width: 50%; } }
  @media screen and (min-width: 2560px) {
    .dialog {
      max-width: 40%; } }

.dialog__side {
  background-size: cover;
  background-position-y: 85%;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  min-height: 150px;
  position: relative; }
  @media screen and (min-width: 768px) {
    .dialog__side {
      min-height: 300px; } }
  @media screen and (min-width: 992px) {
    .dialog__side {
      border-bottom-left-radius: 12px;
      border-top-right-radius: 0;
      background-position-x: 45%;
      min-height: unset;
      width: 45%; } }
  @media screen and (min-width: 1200px) {
    .dialog__side {
      background-position-x: 10%;
      width: 45%; } }
  .dialog__side::before {
    bottom: 0;
    content: '';
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 1; }
  .dialog__side svg {
    animation: spin 3s linear;
    animation-iteration-count: infinite;
    height: 40px;
    width: auto;
    margin: 20px; }

.dialog__content {
  background: #fefefe;
  display: flex;
  padding: 3vmin 6vmin;
  width: 100%; }
  @media screen and (min-width: 992px) {
    .dialog__content {
      width: 55%; } }
  @media screen and (min-width: 1200px) {
    .dialog__content {
      width: 55%; } }
  .dialog__content form {
    display: flex;
    flex-flow: column wrap;
    justify-content: space-around;
    height: 100%;
    width: 100%; }
  .dialog__content h1 {
    color: rgba(0, 0, 0, 0.5);
    font-size: 36px;
    margin-bottom: 20px;
    text-transform: uppercase; }
    .dialog__content h1 span {
      color: #4e4a4a; }
  .dialog__content p {
    color: rgba(0, 0, 0, 0.65);
    font-size: 1rem;
    font-weight: 400; }

.cta-group {
  align-items: center;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  margin-top: 30px; }

.page-register .dialog__side {
  background-image: url("../images/banner_register.jpg"); }

.page-register .page-wrapper {
  display: flex;
  flex-flow: column wrap;
  flex: 1 1 100%;
  height: 100%; }

.page-login .dialog__side {
  background-image: url("../media/banner_login.jpg"); }

.page-login .page-wrapper {
  display: flex;
  flex-flow: column wrap;
  flex: 1 1 100%;
  height: 100%; }

.floating-label {
  margin-bottom: 6px;
  position: relative;
  width: 100%; }
  .floating-label:last-of-type {
    margin-bottom: 24px; }
  .floating-label label {
    color: #4c588e;
    position: absolute;
    top: calc(50% + 3px);
    left: 0;
    opacity: 0;
    transition: transform 400ms ease-in-out;
    padding-left: 44px; }
  .floating-label input {
    width: calc(100% - 36px) !important;
    margin-left: auto;
    display: flex; }
    .floating-label input:-webkit-autofill, .floating-label input:-webkit-autofill:hover, .floating-label input:-webkit-autofill:focus, .floating-label input:-webkit-autofill:active, .floating-label input:-internal-autofill-selected {
      transition: background-color 5000s ease-in-out 0s;
      -webkit-box-shadow: 0 0 0 1000px transparent inset !important; }
  .floating-label .icon {
    top: 23px;
    height: 30px;
    left: 0;
    position: absolute;
    width: 36px; }
    .floating-label .icon svg {
      height: 30px;
      width: 30px;
      margin: auto;
      opacity: 0.15;
      transition: all .3s ease; }
      .floating-label .icon svg path {
        transition: all .3s ease; }
  .floating-label input:not(:placeholder-shown) {
    padding: 28px 0px 12px 0px; }
  .floating-label input:not(:placeholder-shown) + label {
    transform: translateY(-50px);
    opacity: .8; }
    @media screen and (min-width: 575px) {
      .floating-label input:not(:placeholder-shown) + label {
        transform: translateY(-42px); } }
  .floating-label input:valid:not(.error):not(:placeholder-shown) + label + .icon svg {
    opacity: 1; }
    .floating-label input:valid:not(.error):not(:placeholder-shown) + label + .icon svg path {
      fill: #4c588e; }
  .floating-label input:not(:valid):not(:focus) + label + .icon,
  .floating-label .error {
    animation-name: shake-shake;
    animation-duration: .4s; }
  .floating-label .error + label {
    color: #e42727; }
    .floating-label .error + label + .icon svg {
      opacity: 0.85; }
    .floating-label .error + label + .icon path {
      fill: #e42727; }
  .floating-label .errorMessage {
    color: #e42727;
    opacity: 0;
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 0;
    margin-top: 4px;
    transition: opacity 400ms ease-out; }
    @media screen and (min-width: 575px) {
      .floating-label .errorMessage {
        padding-left: 44px; } }
  .floating-label .error + label + .icon + .errorMessage {
    opacity: 1; }

.page-login input {
  font-size: 16px;
  padding: 20px 0 0;
  height: 56px;
  border: none;
  border-bottom: solid 1px rgba(0, 0, 0, 0.1);
  background: #fff;
  width: 280px;
  box-sizing: border-box;
  transition: all .3s linear;
  color: #000;
  font-weight: 400;
  -webkit-appearance: none; }
  .page-login input:focus {
    border-bottom: solid 1px #4c588e;
    outline: 0;
    box-shadow: 0 2px 6px -8px rgba(76, 88, 142, 0.45); }

@keyframes shake-shake {
  0% {
    transform: translateX(-3px); }
  20% {
    transform: translateX(3px); }
  40% {
    transform: translateX(-3px); }
  60% {
    transform: translateX(3px); }
  80% {
    transform: translateX(-3px); }
  100% {
    transform: translateX(0px); } }

@keyframes spin {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(360deg); } }

:root {
  --navbar-height: 78px; }
  @media screen and (min-width: 1px) {
    :root {
      --sidebar-width: 100%;
      --sidebar-direction: column; } }
  @media screen and (min-width: 575px) {
    :root {
      --sidebar-width: 100%; } }
  @media screen and (min-width: 768px) {
    :root {
      --sidebar-width: 40%;
      --sidebar-direction: row; } }
  @media screen and (min-width: 991px) {
    :root {
      --sidebar-width: 30%; } }
  @media screen and (min-width: 1200px) {
    :root {
      --sidebar-width: 25%; } }
  @media screen and (min-width: 1600px) {
    :root {
      --sidebar-width: 20%; } }
  @media screen and (min-width: 1920px) {
    :root {
      --sidebar-width: 20%; } }
  @media screen and (min-width: 2560px) {
    :root {
      --sidebar-width: 15%; } }

.navbar-brand {
  margin-left: 2rem;
  margin-right: 2rem;
  padding-bottom: .5rem;
  padding-top: .5rem; }
  .navbar-brand .logo {
    width: 175px; }

body .page-wrapper .navbar-nav .nav-link {
  font-size: 1.25rem; }
  @media (min-width: 1400px) {
    body .page-wrapper .navbar-nav .nav-link {
      padding-right: 1rem;
      padding-left: 1rem; } }
  body .page-wrapper .navbar-nav .nav-link .fas {
    color: #bbb;
    display: none;
    transition: color 300ms ease-out; }
    body .page-wrapper .navbar-nav .nav-link .fas.fa-moon, body .page-wrapper .navbar-nav .nav-link .fas.fa-sun {
      display: unset; }
      body .page-wrapper .navbar-nav .nav-link .fas.fa-moon:hover, body .page-wrapper .navbar-nav .nav-link .fas.fa-sun:hover {
        color: #888888; }
    body .page-wrapper .navbar-nav .nav-link .fas.fa-sun {
      color: #d6b826; }
    body .page-wrapper .navbar-nav .nav-link .fas.fa-moon {
      color: #58b8c1; }

body .page-wrapper .navbar-nav .toggle-theme {
  border: 0;
  cursor: pointer; }

.content-container {
  flex-flow: var(--sidebar-direction); }

.container--sidebar {
  display: flex;
  flex-flow: var(--sidebar-direction) wrap; }

.sidebar {
  align-self: stretch;
  background-color: var(--sidebar-background-color);
  box-shadow: 15px -30px 30px rgba(0, 0, 0, 0.07);
  padding: 3rem 1.5rem;
  width: var(--sidebar-width); }
  @media screen and (min-width: 768px) {
    .sidebar {
      padding: 2rem; }
      .sidebar.is-sticky {
        align-self: flex-start;
        height: calc(100vh - var(--navbar-height));
        position: -webkit-sticky;
        position: sticky;
        top: var(--navbar-height); } }
  .sidebar-submit-listing {
    top: 0 !important;
    height: 100vh !important; }
  .sidebar-text {
    font-size: 1rem; }
    .sidebar-text--large {
      font-size: 1.125rem; }
  .sidebar .nav-sidebar {
    margin-right: -2rem; }
    @media screen and (min-width: 991px) {
      .sidebar .nav-sidebar {
        margin-right: -2rem; } }
    .sidebar .nav-sidebar ul {
      list-style: none;
      padding-left: 0; }
      .sidebar .nav-sidebar ul li {
        border-top-left-radius: 25px;
        border-bottom-left-radius: 25px;
        font-size: 1rem;
        margin-bottom: .5rem;
        transition: background-color 500ms ease-out; }
        .sidebar .nav-sidebar ul li.active {
          background-color: #fff;
          box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
          color: #000;
          font-weight: bold; }
          .sidebar .nav-sidebar ul li.active a {
            text-decoration: none; }
            .sidebar .nav-sidebar ul li.active a i {
              opacity: 1; }
        .sidebar .nav-sidebar ul li:not(.active):hover {
          background-color: #765384;
          color: #fff; }
        .sidebar .nav-sidebar ul li a {
          color: inherit;
          display: block;
          letter-spacing: 1px;
          padding: .75rem 1.25rem .75rem 2rem; }
          .sidebar .nav-sidebar ul li a:hover {
            text-decoration: none; }
            .sidebar .nav-sidebar ul li a:hover i {
              opacity: .8; }
          .sidebar .nav-sidebar ul li a i {
            float: right;
            opacity: .35;
            margin-right: 1rem;
            margin-top: .25rem; }

.content-area {
  height: 100%;
  max-width: 100%;
  padding: 3rem 1.5rem; }
  @media screen and (min-width: 768px) {
    .content-area {
      padding: 3rem;
      width: calc(100% - var(--sidebar-width)); } }

.page-title {
  font-size: 18px;
  letter-spacing: 1px;
  margin-bottom: 2.25rem; }
  @media screen and (min-width: 991px) {
    .page-title {
      font-size: 19px; } }
  @media screen and (min-width: 1920px) {
    .page-title {
      font-size: 36px; } }
  .page-title--floating-button {
    align-items: center;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between; }
    @media screen and (min-width: 768px) {
      .page-title--floating-button .btn {
        padding: .5rem 1rem;
        font-size: 1.25rem;
        line-height: 1.5;
        border-radius: .3rem; } }

.site-header {
  position: sticky;
  top: 0;
  z-index: 500; }
  .site-header .navigation-wrapper .navbar {
    background-color: var(--navbar-background-color);
    box-shadow: 0 2px 15px 0 var(--navbar-shadow-color);
    color: var(--navbar-foreground-color);
    min-height: var(--navbar-height); }
    .site-header .navigation-wrapper .navbar .navbar-toggler {
      border: 1px solid var(--menu-nav-border);
      margin-left: auto; }
    .site-header .navigation-wrapper .navbar .navbar-toggler-icon {
      background-image: var(--menu-nav-icon); }
    .site-header .navigation-wrapper .navbar .nav-item.active {
      font-weight: bold; }
      .site-header .navigation-wrapper .navbar .nav-item.active a {
        color: var(--navbar-link-active-color); }
    .site-header .navigation-wrapper .navbar .nav-item .nav-link {
      line-height: 28px; }
  .site-header .navigation-wrapper .menu-right .nav-county-selector {
    display: block;
    position: relative;
    min-width: 175px; }
    .site-header .navigation-wrapper .menu-right .nav-county-selector select {
      position: absolute;
      top: 50%;
      transform: translateY(-50%); }
  .site-header .profile-picture {
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    display: inline-block;
    margin-right: .45rem;
    width: 45px; }

.list-card-deck {
  display: flex;
  flex-flow: row wrap;
  margin-left: -1rem;
  margin-right: -1rem;
  position: relative;
  overflow: hidden;
  width: 100%; }

.alert {
  border-radius: 16px;
  transition: height .5s, visibility 0s, opacity .5s linear; }
  .alert.hide {
    height: 0;
    opacity: 0;
    padding: 0;
    visibility: hidden; }
  .alert.show {
    height: auto;
    opacity: 1;
    visibility: visible; }
  .alert-danger .alert-icon {
    color: #a81a27;
    opacity: .4; }
  .alert-info .alert-icon {
    color: #1b8699;
    opacity: .4; }
  .alert-success .alert-icon {
    color: #118e11;
    opacity: .4; }
  .alert .alert-header {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: .5rem;
    opacity: .6; }
    .alert .alert-header .dot {
      opacity: 0;
      -webkit-animation: dot 1.3s infinite;
      animation: dot 1.3s infinite; }
      .alert .alert-header .dot-stop {
        animation-iteration-count: 0; }
    .alert .alert-header .one {
      -webkit-animation-delay: 0.0s;
      animation-delay: 0.0s; }
    .alert .alert-header .two {
      -webkit-animation-delay: 0.2s;
      animation-delay: 0.2s; }
    .alert .alert-header .three {
      -webkit-animation-delay: 0.3s;
      animation-delay: 0.3s; }
  .alert .alert-message {
    font-size: 1.125rem;
    margin-bottom: 0; }

@-webkit-keyframes dot {
  0% {
    opacity: 0; }
  50% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes dot {
  0% {
    opacity: 0; }
  50% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.btn:not(.note-btn) {
  background-color: #765384;
  color: #fff;
  font-weight: 500;
  transition: background-color 600ms ease-out; }
  .btn:not(.note-btn).btn-sm {
    padding: .15rem 1.25rem; }
  .btn:not(.note-btn)-active {
    background-color: #65b665 !important; }
  .btn:not(.note-btn):hover {
    background-color: #3e2c45;
    color: #fff; }
  .btn:not(.note-btn)-primary.disabled, .btn:not(.note-btn)-primary:disabled {
    background-color: #221826;
    border-color: #221826;
    color: #fff;
    cursor: not-allowed; }
  .btn:not(.note-btn)-secondary {
    background-color: #4c588e; }
    .btn:not(.note-btn)-secondary:hover {
      background-color: #282f4c;
      color: #fff; }
  .btn:not(.note-btn):disabled, .btn:not(.note-btn).disabled {
    background-color: #221826;
    border-color: #221826;
    cursor: not-allowed;
    opacity: .5 !important;
    pointer-events: none !important; }

input:invalid:not(:empty),
input.invalid,
select:invalid:not(:empty),
select.invalid,
textarea:invalid:not(:empty) {
  border: 1px solid #a81a27; }

.label,
label {
  display: inline-block;
  font-size: 1.125rem;
  margin-bottom: .5rem; }

.label-required::after {
  color: #a81a27;
  content: '*';
  font-size: 1.125rem;
  left: 1px;
  position: relative;
  top: -3px; }

.choices {
  background-color: var(--input-background-color); }
  .choices .choices__list--dropdown {
    background-color: inherit; }
    .choices .choices__list--dropdown .choices__item--selectable.is-highlighted {
      background-color: var(--input-background-selected-color); }
  .choices:not(.is-open) .choices__list--dropdown {
    display: none !important; }

.choices[data-type*="select-one"] select.choices__input,
.choices[data-type*="select-multiple"] select.choices__input {
  display: block !important;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  left: 0;
  bottom: 0; }

.choices__inner,
.choices__input {
  background-color: transparent;
  border-radius: .25rem;
  color: var(--input-foreground-color); }

.choices__input {
  margin-bottom: 0; }

.choices__inner {
  border: 1px solid var(--input-border-color); }

.choices__list--multiple .choices__item {
  background-color: #4c588e;
  border-color: #282f4c; }
  .choices__list--multiple .choices__item.is-highlighted {
    background-color: #626fab;
    border-color: #282f4c; }

.choices__list--dropdown {
  z-index: 500; }

.choices[data-type*=select-multiple] .choices__button,
.choices[data-type*=text] .choices__button {
  border-left: 1px solid #282f4c; }

.input-wrapper {
  position: relative; }
  .input-wrapper .btn-toggle {
    background-color: transparent;
    border: 0;
    color: #aab5c2;
    font-size: .875rem;
    position: absolute;
    right: .75rem;
    top: 50%;
    transform: translateY(-50%); }
    .input-wrapper .btn-toggle[aria-pressed="true"] .fa,
    .input-wrapper .btn-toggle .state-on .fa {
      color: green; }

.tab__help-text dt {
  border-bottom: 1px solid var(--input-border-color);
  padding-bottom: .25rem; }

.tab__help-text dd {
  color: var(--dd-foreground-color);
  margin-bottom: 1rem;
  padding: .5rem .75rem; }

.tab__title {
  font-size: 1.75rem; }

.tab-hidden {
  display: none; }

.tab-visible {
  display: block; }

.tox-tinymce {
  border-radius: .25rem !important;
  border: 1px solid #ced4da !important; }
  .tox-tinymce .tox-statusbar__branding {
    display: none !important; }

span.error-level {
  background-color: transparent;
  border: 0;
  border-radius: 6px;
  color: #fff;
  display: block;
  padding: .15rem .75rem;
  text-align: center;
  text-shadow: 1px 1px 3px #212121;
  text-transform: uppercase;
  user-select: none;
  width: 100%; }
  span.error-level-100 {
    background-color: #969696; }
  span.error-level-200 {
    background-color: #65b665; }
  span.error-level-250 {
    background-color: #afab22; }
  span.error-level-300 {
    background-color: #d99e09; }
  span.error-level-400 {
    background-color: #ab5757; }
  span.error-level-500 {
    background-color: #ab5757; }
  span.error-level-550 {
    background-color: #881b1b; }
  span.error-level-600 {
    background-color: #881b1b; }

.nav-listings {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between; }

.name-user {
  width: 175px; }

.name-listing {
  width: 350px; }

.table-disabled {
  pointer-events: none;
  opacity: .3; }

.listing-count {
  color: #797979;
  margin-bottom: 1rem; }

.page-submit-listing .sidebar {
  height: 100vh !important;
  top: 0 !important; }

.page-submit-listing .page-title {
  position: unset;
  top: unset; }

.listing-filters .badge {
  background-color: #4c588e;
  font-weight: normal;
  padding: .375em .9em; }

.page-save-listing .page-title {
  background-color: var(--sidebar-background-color);
  box-shadow: 15px 30px 30px rgba(0, 0, 0, 0.07);
  margin-left: -3rem;
  margin-right: -3rem;
  margin-top: -3rem;
  padding: 2rem;
  position: sticky;
  top: var(--navbar-height);
  z-index: 500; }

.listing {
  background-color: var(--listing-background-color);
  color: var(--listing-foreground-color);
  border-radius: 2px;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
  display: flex;
  flex-flow: column wrap;
  flex: 1 1 calc((100% / var(--columns)) - 2rem);
  justify-content: space-between;
  max-width: calc((100% / var(--columns)) - 2rem);
  margin: 0 1rem;
  margin-bottom: 3rem;
  overflow-x: hidden;
  padding: 0;
  position: relative;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  will-change: transform, box-shadow; }
  @media screen and (min-width: 0px) {
    .listing {
      --columns: 1; } }
  @media screen and (min-width: 575px) {
    .listing {
      --columns: 2; } }
  @media screen and (min-width: 768px) {
    .listing {
      --columns: 1; } }
  @media screen and (min-width: 991px) {
    .listing {
      --columns: 2; } }
  @media screen and (min-width: 1200px) {
    .listing {
      --columns: 3; } }
  @media screen and (min-width: 1600px) {
    .listing {
      --columns: 4; } }
  @media screen and (min-width: 1920px) {
    .listing {
      --columns: 4; } }
  @media screen and (min-width: 2560px) {
    .listing {
      --columns: 5; } }
  .listing:hover {
    box-shadow: 2px 10px 8px rgba(0, 0, 0, 0.15), 2px 7px 7px rgba(0, 0, 0, 0.12); }
    .listing:hover .btn-view-details {
      opacity: 1;
      visibility: visible; }
  .listing__photo {
    border: 1px solid rgba(0, 0, 0, 0.1);
    display: block;
    height: 100%;
    margin: 0 auto;
    object-fit: cover;
    user-select: none;
    width: 100%; }
  .listing__name {
    font-size: 1.125rem;
    font-weight: 500;
    letter-spacing: 1px;
    margin-bottom: 0;
    text-align: center;
    text-shadow: none;
    width: 100%; }
    .listing__name.truncate {
      height: unset;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
  .listing__details__type {
    bottom: -10px;
    margin-bottom: 0;
    position: absolute;
    right: 1rem;
    z-index: 50; }
    .listing__details__type .badge {
      background-color: #cd7f32;
      color: #fff;
      font-size: .875rem;
      line-height: unset;
      padding: .1em .75em;
      text-transform: uppercase;
      user-select: none; }
      .listing__details__type .badge--multiple {
        background-color: #b64552; }
      .listing__details__type .badge--accommodation {
        background-color: #613ab4; }
      .listing__details__type .badge--experience {
        background-color: #8cb277; }
      .listing__details__type .badge--package {
        background-color: #3cbfc2; }
      .listing__details__type .badge--event {
        background-color: #3273cd; }
  .listing__details {
    align-items: center;
    display: flex;
    flex-flow: column nowrap;
    font-size: .875rem;
    height: calc(100% - 200px);
    justify-content: space-between;
    padding: 1rem 1rem; }

.multiselect-container {
  left: -7px;
  height: 100px;
  overflow: hidden;
  position: absolute;
  top: -47px;
  transform: rotate(45deg);
  width: 50px;
  z-index: 50;
  background-color: var(--listing-multiselect-background-color); }
  .multiselect-container .multiselect {
    position: absolute;
    left: 27px;
    z-index: 15;
    top: 49px;
    transform: rotate(-45deg); }

.multi-option-container {
  position: fixed;
  bottom: 1.5rem;
  right: 1.5rem; }
  .multi-option-container .btn {
    font-size: 1.5rem; }

:root[data-theme="dark"] .swal2-show {
  box-shadow: 0 0 .625em #333 !important; }
  :root[data-theme="dark"] .swal2-show .swal2-content,
  :root[data-theme="dark"] .swal2-show .swal2-html-container,
  :root[data-theme="dark"] .swal2-show .swal2-title {
    color: #fefefe !important; }

:root[data-theme="dark"] .swal2-popup.swal2-toast {
  background-color: var(--tab-background-color) !important; }

.swal2-content li {
  text-align: left; }

.swal2-select {
  margin-left: 0 !important;
  margin-right: 0 !important; }

.swal2-html-container {
  text-align: left !important; }
  .swal2-html-container ul li {
    margin-bottom: .5rem; }

.ribbon {
  height: 120px;
  overflow: hidden;
  position: absolute;
  user-select: none;
  width: 120px;
  z-index: 10; }
  .ribbon::before, .ribbon::after {
    border: 1.5px solid #2980b9;
    content: '';
    display: block;
    position: absolute;
    z-index: -1; }
  .ribbon span {
    background-color: #3498db;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
    color: #fff;
    display: block;
    font-size: .75rem;
    font-weight: 600;
    letter-spacing: .5px;
    padding: 2px 0;
    position: absolute;
    text-align: center;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    text-transform: uppercase;
    user-select: none;
    width: 160px; }
  .ribbon.listing__flags--approved::before, .ribbon.listing__flags--approved::after {
    border-color: #568b38; }
  .ribbon.listing__flags--approved span {
    background-color: #88c267; }
  .ribbon.listing__flags--unapproved::before, .ribbon.listing__flags--unapproved::after {
    border-color: #88243a; }
  .ribbon.listing__flags--unapproved span {
    background-color: #ce4462; }

.attachment-type--default .ribbon::before, .attachment-type--default .ribbon::after {
  border-color: #568b38; }

.attachment-type--default .ribbon span {
  background-color: #88c267; }

.attachment-type--default .btn-set-default-photo {
  display: none; }

.ribbon-top-right {
  top: -3px;
  right: -3px; }
  .ribbon-top-right::before {
    border-top-color: transparent;
    border-right-color: transparent;
    top: 0;
    left: 10px; }
  .ribbon-top-right::after {
    border-top-color: transparent;
    border-right-color: transparent;
    bottom: 10px;
    right: 0; }
  .ribbon-top-right span {
    left: -7px;
    top: 37px;
    transform: rotate(45deg); }
    .ribbon-top-right span:empty {
      display: none; }

.tab {
  background-color: var(--tab-background-color);
  border-radius: 2px;
  border-top: 6px solid #4c588e;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
  color: var(--tab-foreground-color);
  margin-bottom: 3rem;
  padding: 2rem 2.5rem;
  position: relative;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  will-change: transform, box-shadow; }

.photo-container {
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  height: 200px;
  width: 100%;
  position: relative;
  max-width: 100%; }
  .photo-container::before {
    background-color: rgba(0, 0, 0, 0.6);
    bottom: 0;
    content: '';
    cursor: pointer;
    left: 0;
    display: block;
    max-width: 100%;
    position: absolute;
    opacity: 0;
    transition: opacity 300ms ease-in-out;
    top: 0;
    width: 100%;
    z-index: 1; }
  .photo-container:hover::before {
    opacity: 1; }
  .photo-container:hover .photo-container__options {
    opacity: 1; }
  .photo-container .photo-container__options {
    align-items: center;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-evenly;
    height: 100%;
    padding: 1rem;
    position: absolute;
    opacity: 0;
    width: 100%;
    z-index: 15; }

#photo-preview {
  border-radius: 11px;
  display: flex;
  justify-content: space-between;
  width: 100%; }
  #photo-preview:not(:empty) {
    margin: 0;
    padding: .5rem; }
    #photo-preview:not(:empty) img {
      margin: .25rem;
      max-height: 175px;
      max-width: 175px;
      object-fit: contain; }

.map-container {
  min-height: 400px; }

.tox-tinymce {
  z-index: 0 !important; }

.listing--category .listing__details_actions {
  margin-right: 1rem; }

.listing__servers__title {
  font-weight: bold;
  margin: 1rem;
  margin-bottom: .25rem;
  margin-top: 1.5rem;
  width: 100%; }

.listing__servers {
  list-style: none;
  margin-left: -2rem;
  overflow-x: hidden;
  padding-left: 0;
  width: calc(100% + 2rem); }
  .listing__servers li {
    padding: .5rem;
    padding-left: 2.25rem; }
    .listing__servers li:nth-of-type(odd) {
      background-color: rgba(76, 88, 142, 0.15); }

.listing--community {
  box-shadow: none;
  display: flex;
  flex-flow: row wrap;
  flex: 1 1 100%;
  margin: 0;
  max-width: 100%; }
  @media screen and (min-width: 0px) {
    .listing--community {
      --columns: 1; } }
  @media screen and (min-width: 575px) {
    .listing--community {
      --columns: 1; } }
  @media screen and (min-width: 768px) {
    .listing--community {
      --columns: 1; } }
  @media screen and (min-width: 991px) {
    .listing--community {
      --columns: 1; } }
  @media screen and (min-width: 1200px) {
    .listing--community {
      --columns: 1; } }
  @media screen and (min-width: 1600px) {
    .listing--community {
      --columns: 1; } }
  @media screen and (min-width: 1920px) {
    .listing--community {
      --columns: 1; } }
  @media screen and (min-width: 2560px) {
    .listing--community {
      --columns: 1; } }
  .listing--community:hover {
    box-shadow: none; }
  .listing--community .listing__name {
    height: unset;
    margin-bottom: 1.5rem; }
  .listing--community:nth-of-type(even) {
    background-color: var(--table-background-even-color); }
  .listing--community:nth-of-type(odd) {
    background-color: var(--table-background-odd-color); }

.listing--area,
.listing--community {
  display: flex;
  flex-flow: row wrap;
  padding: 0; }
  @media screen and (min-width: 0px) {
    .listing--area,
    .listing--community {
      --columns: 1; } }
  @media screen and (min-width: 575px) {
    .listing--area,
    .listing--community {
      --columns: 1; } }
  @media screen and (min-width: 768px) {
    .listing--area,
    .listing--community {
      --columns: 1; } }
  @media screen and (min-width: 991px) {
    .listing--area,
    .listing--community {
      --columns: 1; } }
  @media screen and (min-width: 1200px) {
    .listing--area,
    .listing--community {
      --columns: 1; } }
  @media screen and (min-width: 1600px) {
    .listing--area,
    .listing--community {
      --columns: 1; } }
  @media screen and (min-width: 1920px) {
    .listing--area,
    .listing--community {
      --columns: 1; } }
  @media screen and (min-width: 2560px) {
    .listing--area,
    .listing--community {
      --columns: 1; } }
  .listing--area__title,
  .listing--community__title {
    line-height: .8;
    padding: 1.5rem 3rem;
    width: 100%; }
    .listing--area__title small,
    .listing--community__title small {
      color: var(--heading-small-color);
      font-size: 50%;
      font-weight: normal; }
  .listing--area .listing__name,
  .listing--area .listing__area,
  .listing--area .listing__county,
  .listing--area .listing__flags--count,
  .listing--area .listing__flags--view,
  .listing--community .listing__name,
  .listing--community .listing__area,
  .listing--community .listing__county,
  .listing--community .listing__flags--count,
  .listing--community .listing__flags--view {
    text-align: left;
    margin-bottom: 0; }
  @media screen and (min-width: 250px) {
    .listing--area .listing__name,
    .listing--community .listing__name {
      flex: 1 1 60%;
      max-width: 60%;
      padding: 1rem; }
    .listing--area .listing__area,
    .listing--area .listing__county,
    .listing--area .listing__flags--count,
    .listing--area .listing__flags--view,
    .listing--community .listing__area,
    .listing--community .listing__county,
    .listing--community .listing__flags--count,
    .listing--community .listing__flags--view {
      flex: 1 1 auto;
      padding: 1rem; }
    .listing--area .listing__flags--count,
    .listing--community .listing__flags--count {
      flex: 1 1 40%;
      max-width: 40%;
      padding: 1rem; }
    .listing--area .listing__flags--view,
    .listing--community .listing__flags--view {
      flex: 1 1 100%;
      max-width: 100%;
      padding: 1rem;
      padding-top: 0;
      text-align: center; } }
  @media screen and (min-width: 991px) {
    .listing--area .listing__name,
    .listing--community .listing__name {
      flex: 1 1 calc((100% / 5));
      justify-content: space-between;
      max-width: calc((100% / 5));
      padding: 1.5rem 1rem; }
    .listing--area .listing__area,
    .listing--area .listing__county,
    .listing--area .listing__flags--count,
    .listing--area .listing__flags--view,
    .listing--community .listing__area,
    .listing--community .listing__county,
    .listing--community .listing__flags--count,
    .listing--community .listing__flags--view {
      flex: 1 1 calc((100% / 5));
      justify-content: space-between;
      max-width: calc((100% / 5));
      padding: 1.5rem 1rem; }
    .listing--area .listing__flags--count,
    .listing--community .listing__flags--count {
      flex: 1 1 200px;
      max-width: 200px; }
    .listing--area .listing__flags--view,
    .listing--community .listing__flags--view {
      text-align: right !important;
      padding-top: 1.5rem; } }
  @media screen and (min-width: 1600px) {
    .listing--area .listing__name,
    .listing--community .listing__name {
      flex: 1 1 33%;
      justify-content: space-between;
      max-width: 33%;
      padding: 1.5rem 3rem; }
    .listing--area .listing__area,
    .listing--area .listing__county,
    .listing--area .listing__flags--count,
    .listing--area .listing__flags--view,
    .listing--community .listing__area,
    .listing--community .listing__county,
    .listing--community .listing__flags--count,
    .listing--community .listing__flags--view {
      flex: 1 1 calc((67% / 4));
      justify-content: space-between;
      max-width: calc((67% / 4));
      padding: 1.5rem 3rem; }
    .listing--area .listing__flags--count,
    .listing--community .listing__flags--count {
      flex: 1 1 200px;
      max-width: 200px; }
    .listing--area .listing__flags--view,
    .listing--community .listing__flags--view {
      text-align: right !important;
      padding-top: 1.5rem; } }

@media screen and (min-width: 0px) {
  .listing--server {
    --columns: 1; } }

@media screen and (min-width: 575px) {
  .listing--server {
    --columns: 2; } }

@media screen and (min-width: 768px) {
  .listing--server {
    --columns: 1; } }

@media screen and (min-width: 991px) {
  .listing--server {
    --columns: 2; } }

@media screen and (min-width: 1200px) {
  .listing--server {
    --columns: 2; } }

@media screen and (min-width: 1600px) {
  .listing--server {
    --columns: 3; } }

@media screen and (min-width: 1920px) {
  .listing--server {
    --columns: 3; } }

@media screen and (min-width: 2560px) {
  .listing--server {
    --columns: 4; } }

.listing--server.server-disabled {
  opacity: .6; }

.listing--server .listing__name {
  height: unset; }

.filter-enabled {
  opacity: 1;
  pointer-events: auto; }

.filter-disabled {
  opacity: .15;
  pointer-events: none; }

@media screen and (min-width: 0px) {
  .listing--user {
    --columns: 1; } }

@media screen and (min-width: 575px) {
  .listing--user {
    --columns: 2; } }

@media screen and (min-width: 768px) {
  .listing--user {
    --columns: 1; } }

@media screen and (min-width: 991px) {
  .listing--user {
    --columns: 2; } }

@media screen and (min-width: 1200px) {
  .listing--user {
    --columns: 3; } }

@media screen and (min-width: 1600px) {
  .listing--user {
    --columns: 4; } }

@media screen and (min-width: 1920px) {
  .listing--user {
    --columns: 4; } }

@media screen and (min-width: 2560px) {
  .listing--user {
    --columns: 5; } }

.listing--user .listing__name {
  height: unset; }

.dashboard {
  font-family: 'Montserrat', sans-serif; }
  .dashboard .listing-type.box {
    background-color: #fff;
    border-radius: 30px;
    color: #666;
    box-shadow: 1px 8px 7px grey;
    text-decoration: none; }
    .dashboard .listing-type.box .box-heading {
      padding: 1rem;
      border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
      .dashboard .listing-type.box .box-heading .box-title {
        margin: 0;
        line-height: 1;
        font-weight: 500;
        font-family: 'Montserrat', sans-serif; }
    .dashboard .listing-type.box .box-content {
      padding: .5rem 1rem; }
      .dashboard .listing-type.box .box-content .info-wrapper {
        top: 50%;
        left: 0;
        position: absolute;
        -webkit-transform: translateX(0%) translateY(-52%);
        right: 0; }
      .dashboard .listing-type.box .box-content .flex-wrapper {
        display: flex;
        flex-flow: row nowrap; }
      .dashboard .listing-type.box .box-content .single-chart {
        width: 55%;
        min-width: 140px;
        justify-content: space-around;
        display: block;
        margin: auto; }
      .dashboard .listing-type.box .box-content .circular-chart {
        display: block;
        margin: 10px auto;
        max-width: 80%;
        max-height: 250px; }
      .dashboard .listing-type.box .box-content .circle-bg {
        fill: none;
        stroke: #eee;
        stroke-width: 3.8; }
      .dashboard .listing-type.box .box-content .circle {
        fill: none;
        stroke-width: 2.8;
        stroke-linecap: round;
        animation: progress 1s ease-out forwards; }

@keyframes progress {
  0% {
    stroke-dasharray: 0 100; } }
      .dashboard .listing-type.box .box-content .percentage {
        fill: #666;
        font-family: sans-serif;
        font-size: 0.5em;
        text-anchor: middle; }
    .dashboard .listing-type.box .box-footer {
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      text-align: center; }
    .dashboard .listing-type.box:nth-of-type(1) .circular-chart .circle {
      stroke: #566be3; }
    .dashboard .listing-type.box:nth-of-type(2) .circular-chart .circle {
      stroke: #f59b28; }
    .dashboard .listing-type.box:nth-of-type(3) .circular-chart .circle {
      stroke: #42cfcd; }
    .dashboard .listing-type.box:nth-of-type(4) .circular-chart .circle {
      stroke: #0976d7; }
    .dashboard .listing-type.box:nth-of-type(5) .circular-chart .circle {
      stroke: #8c1ef6; }
  .dashboard .activity-log p {
    margin: 0; }
  .dashboard .activity-log a {
    font-weight: 600; }
  .dashboard .activity-log .tr {
    background-color: #fff;
    padding: 1.2rem 1rem;
    border-radius: 12px;
    margin-top: 10px;
    margin-bottom: 10px;
    border: 1px solid rgba(0, 0, 0, 0.2); }

.box-animated {
  z-index: 1;
  position: relative;
  transition: color 0.5s;
  cursor: pointer;
  border-radius: 30px; }
  .box-animated:nth-of-type(1):before {
    border: 2px solid #566be3; }
  .box-animated:nth-of-type(1) .box-animated__blob {
    background: #566be3; }
  .box-animated:nth-of-type(1) .box-heading .box-title {
    color: #566be3; }
  .box-animated:nth-of-type(2):before {
    border: 2px solid #f59b28; }
  .box-animated:nth-of-type(2) .box-animated__blob {
    background: #f59b28; }
  .box-animated:nth-of-type(2) .box-heading .box-title {
    color: #f59b28; }
  .box-animated:nth-of-type(3):before {
    border: 2px solid #42cfcd; }
  .box-animated:nth-of-type(3) .box-animated__blob {
    background: #42cfcd; }
  .box-animated:nth-of-type(3) .box-heading .box-title {
    color: #42cfcd; }
  .box-animated:nth-of-type(4):before {
    border: 2px solid #0976d7; }
  .box-animated:nth-of-type(4) .box-animated__blob {
    background: #0976d7; }
  .box-animated:nth-of-type(4) .box-heading .box-title {
    color: #0976d7; }
  .box-animated:nth-of-type(5):before {
    border: 2px solid #8c1ef6; }
  .box-animated:nth-of-type(5) .box-animated__blob {
    background: #8c1ef6; }
  .box-animated:nth-of-type(5) .box-heading .box-title {
    color: #8c1ef6; }
  .box-animated:before {
    content: "";
    z-index: 1;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 30px; }
  .box-animated:after {
    content: "";
    z-index: -2;
    position: absolute;
    left: 3px;
    top: 3px;
    width: 100%;
    height: 100%;
    transition: all 0.3s 0.2s;
    border-radius: 30px; }
  .box-animated:hover {
    color: #fff !important;
    border-radius: 30px; }
    .box-animated:hover .box-heading {
      border-color: #fff !important; }
      .box-animated:hover .box-heading .box-title {
        color: #fff; }
    .box-animated:hover .percentage {
      fill: #fff !important; }
    .box-animated:hover hr {
      border-color: #fff; }
    .box-animated:hover:after {
      transition: all 0.3s;
      left: 0;
      top: 0;
      border-radius: 30px; }
  .box-animated__inner {
    z-index: -1;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 30px;
    background: #ffffff; }
  .box-animated__blobs {
    position: relative;
    display: block;
    height: 100%;
    filter: url("#goo"); }
  .box-animated__blob {
    position: absolute;
    top: 2px;
    width: 25%;
    height: 100%;
    border-radius: 100%;
    transform: translate3d(0, 150%, 0) scale(1.7);
    transition: transform 0.45s; }
    @supports (filter: url("#goo")) {
      .box-animated__blob {
        transform: translate3d(0, 150%, 0) scale(1.6); } }
    .box-animated__blob:nth-child(1) {
      left: 0%;
      transition-delay: 0s; }
    .box-animated__blob:nth-child(2) {
      left: 30%;
      transition-delay: 0.08s; }
    .box-animated__blob:nth-child(3) {
      left: 60%;
      transition-delay: 0.16s; }
    .box-animated__blob:nth-child(4) {
      left: 90%;
      transition-delay: 0.24s; }
    .box-animated:hover .box-animated__blob {
      transform: translateZ(0) scale(1.7); }
      @supports (filter: url("#goo")) {
        .box-animated:hover .box-animated__blob {
          transform: translateZ(0) scale(1.6); } }

.sidebar .dashboard-menu {
  list-style: none; }
  .sidebar .dashboard-menu li {
    position: relative;
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
    margin-top: 10px; }
    .sidebar .dashboard-menu li a {
      padding: 1rem 0 1rem 1rem;
      display: block;
      text-decoration: none;
      font-weight: 500;
      font-size: 1.2rem;
      letter-spacing: .05em; }
      .sidebar .dashboard-menu li a i {
        float: right;
        opacity: .35;
        margin-right: 1rem;
        font-size: 1.4rem;
        line-height: 1.3; }

.dashboard-menu li {
  height: 50px; }
  .dashboard-menu li:last-child:after {
    background-color: #e8e9f3;
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
    left: 0;
    right: 0;
    top: 0;
    content: '';
    bottom: 0;
    position: absolute;
    z-index: -1;
    height: 60px;
    transition: top 1.3s ease; }

.dashboard-menu li:nth-child(1).is-active ~ li:last-child:after {
  top: -181px; }

.dashboard-menu li:nth-child(1):hover ~ li:last-child:after {
  top: -181px !important; }

.dashboard-menu li:nth-child(2).is-active ~ li:last-child:after {
  top: -122px; }

.dashboard-menu li:nth-child(2):hover ~ li:last-child:after {
  top: -122px !important; }

.dashboard-menu li:nth-child(3).is-active ~ li:last-child:after {
  top: -61px; }

.dashboard-menu li:nth-child(3):hover ~ li:last-child:after {
  top: -61px !important; }
