﻿.flex {
  display: flex;
}
.font-50 {
  font-size: 50px;
}
.flex-between {
  display: flex;
  justify-content: space-between;
}
.loader-generic {
  margin: 20px;
  border: 16px solid #f3f3f3;
  border-top: 16px solid #e4a561;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  animation: spin 2s linear infinite;
}
.loader-wayup {
  margin: 20px;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  animation: spin 2s linear infinite;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.flex-end {
  display: flex;
  justify-content: flex-end;
}
.flex-center {
  display: flex;
  justify-content: center;
}
.flex-center-center {
  display: flex;
  justify-content: center;
  align-items: center;
}
.flex-align-center {
  display: flex;
  align-items: center;
}
.flex-column {
  display: flex;
  flex-direction: column;
}
.c2 {
  grid-column: 2;
}
.flex-column-reverse {
  display: flex;
  flex-direction: column-reverse;
}
.flex-row {
  display: flex;
  flex-direction: row;
}
.flex-start {
  display: flex;
  justify-content: flex-start;
}
.header-props {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
}
.header-props-mobile {
  position: absolute;
  top: 4em;
  left: 0;
  z-index: 2;
}
.hide-svg {
  padding: 1.5em 1em;
  position: relative;
  z-index: 2;
  background-image: url('../../Images/arrowuplichter2.png');
  background-repeat: no-repeat;
  background-size: cover;
}
.hide-svg-mobile {
  position: relative;
  z-index: 2;
  background-color: white;
}
.borders-x-shadow {
  border-right: 1px solid #DCDCDC;
  border-left: 1px solid #DCDCDC;
}
.active-label-item {
  font-weight: 600;
  color: #00c598;
  background-color: #f8f8f8;
  border-radius: 10px;
}
.hover {
  cursor: pointer;
  text-decoration: none;
}
.card-shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}
.border-light-grey {
  border: 1px solid #DDD;
}
.c-pointer {
  cursor: pointer;
}
.c-default {
  cursor: default;
}
body {
  min-height: 100vh;
}
html {
  height: 100%;
}
#accountDropdown:hover {
  cursor: pointer;
  text-decoration: none;
  font-weight: 700;
}
.navbar.wu {
  padding: 1rem;
}
@media (max-width: 954px) {
  .navbar.wu {
    min-height: 60px;
    padding: 0;
    justify-content: normal;
    background-color: transparent;
  }
}
.navbar-light .navbar-toggler {
  margin: 10px;
  outline: none;
}
.toggler-container {
  position: absolute;
  top: 29px;
  right: 16px;
  pointer-events: auto;
  /*    div {
        @media(max-width:651px) {
            width: 33%;
        }
    }*/
}
@media (min-width: 956px) {
  .toggler-container {
    display: none;
  }
}
@media (max-width: 954px) {
  .toggler-container {
    display: flex;
    align-items: center;
    top: 10px;
    justify-content: space-evenly;
    text-align: center;
    width: 110px;
    font-size: 25px;
    right: 0px;
  }
}
.toggler-container .module-list-mobile-icon {
  width: 33%;
}
.toggler-container .dropdown {
  width: 33%;
}
.toggler-container .detail-mobile-settings {
  width: 33%;
}
@media (max-width: 1200px) {
  .toggler-container .dropdown {
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
  }
}
.toggler-container .detail-mobile-settings {
  font-size: 24px;
}
@media (min-width: 1201px) {
  .toggler-container .detail-mobile-settings {
    margin-right: 15px;
  }
}
@media (max-width: 232px) {
  .toggler-container .navbar-toggler {
    width: 100%;
  }
}
nav .project-title-mobile {
  width: 50%;
  white-space: nowrap;
  overflow: auto;
}
@media (min-width: 954px) {
  nav .project-title-mobile {
    display: none;
  }
}
nav .navbar-toggler {
  border-color: transparent !important;
}
@media (min-width: 956px) {
  nav .navbar-toggler {
    display: none;
  }
}
.user-action-required-for-magazine {
  border-radius: 50%;
  background-color: #fff;
  color: white;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: -5px;
  right: -5px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.dropdown-menu {
  background-color: white;
  box-shadow: 0 5px 30px #32323299;
  width: 20rem;
  /*    @media(max-width:1200px) {
        width: 18rem;
        right: 0;
        left: -215px;
    }*/
  padding: 0;
  border: none;
  max-height: 75vh;
}
.dropdown-menu .dropdown-divider {
  margin: 0;
}
.dropdown-menu .dropdown-notification-container {
  overflow-y: auto;
  max-height: calc(75vh - 180px);
}
.dropdown-menu .account-avatar-container {
  display: flex;
  justify-content: center;
  padding-top: 1rem;
}
.dropdown-menu .account-avatar-container .avatar {
  margin: 0 !important;
}
.dropdown-menu .user-info {
  display: flex;
  justify-content: center;
}
.dropdown-menu .user-info p {
  margin-right: 0;
}
.dropdown-menu a {
  color: black;
}
.dropdown-menu a:hover {
  text-decoration: none;
}
.dropdown-menu button {
  background: transparent;
  border: none;
  outline: none;
  width: 100%;
  padding: 1em 0;
  display: flex;
  justify-content: space-between;
  font-size: 0.9em;
  color: #9D2121;
  text-transform: uppercase;
}
.dropdown-menu button i {
  padding-top: 0.25em;
}
.dropdown-menu .account-action {
  /*        .flex-between();*/
  display: grid;
  grid-template-columns: 15% 5% 80%;
  padding: 0 1.25em;
}
.dropdown-menu .account-action .dropdown-text {
  grid-column: 3;
  display: flex;
  flex-direction: column;
}
.dropdown-menu .account-action .dropdown-text i {
  margin-right: 5px;
}
.dropdown-menu .account-action .dropdown-text .error-my-profile,
.dropdown-menu .account-action .dropdown-text .error-my-subscription {
  margin: 0 0 5px 0;
}
.dropdown-menu .account-action .dropdown-icon img {
  width: 20px;
  height: 24px;
}
.dropdown-menu .account-action p {
  margin-top: 0.8em;
  /*margin-bottom: 0.8em;*/
  margin-right: 0;
  justify-content: unset;
  /*            font-size: 0.9em;*/
}
.dropdown-menu .account-action p .fa-user-headset {
  margin-top: 2px;
}
.dropdown-menu .account-action p i::before {
  vertical-align: middle;
}
.dropdown-menu .account-action:hover {
  background-color: #eeeeee;
  cursor: pointer;
  text-decoration: none;
}
.projectFiltersMobile {
  margin-right: 10%;
}
.projectFiltersMobile .left-action-area-start {
  display: flex;
  flex-direction: column;
  grid-column: 1;
}
.projectFiltersMobile .left-action-area-start .top-row {
  margin-bottom: 0.7em;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.projectFiltersMobile .left-action-area-start .top-row h4 {
  display: block;
}
.projectFiltersMobile .left-action-area-start .top-row .mybtn-sm {
  border-radius: 3px;
}
@media (max-width: 952px) {
  .projectFiltersMobile .left-action-area-start .top-row .mybtn-sm {
    display: none;
  }
}
.projectFiltersMobile .left-action-area-start .module-list {
  padding-bottom: 1em;
}
.projectFiltersMobile .left-action-area-start .module-list ol {
  padding-left: 1rem;
  list-style-type: none;
}
.projectFiltersMobile .left-action-area-start .module-list ol li {
  font-size: 0.9rem;
  margin-top: 10px;
  cursor: pointer;
}
.projectFiltersMobile .left-action-area-start .module-list ol li .delete-module {
  display: none;
}
.projectFiltersMobile .left-action-area-start .module-list ol li .hide-module {
  display: none;
}
.projectFiltersMobile .left-action-area-start .module-list ol li .show-module {
  display: none;
}
.projectFiltersMobile .left-action-area-start .module-list ol.sub-content {
  padding: 0;
}
.projectFiltersMobile .left-action-area-start .module-list ol.sub-content li {
  color: #444;
  font-size: 0.8rem;
  font-weight: normal;
  list-style: none;
}
.projectFiltersMobile .left-action-area-start .module-list ol.sub-content li a,
.projectFiltersMobile .left-action-area-start .module-list ol.sub-content li a * {
  color: #444;
  font-weight: normal !important;
  text-decoration: none !important;
  font-style: normal !important;
  overflow-wrap: break-word;
}
.projectFiltersMobile .left-action-area-start .module-list ol.sub-content li:hover a {
  color: #000;
}
.projectFiltersMobile .left-action-area-start .my-projects-list {
  margin-top: 1em;
}
.projectFiltersMobile .left-action-area-start .my-projects-list .my-projects-items {
  display: flex;
  flex-direction: column;
}
.projectFiltersMobile .left-action-area-start .my-projects-list .my-projects-items .my-project-item {
  display: grid;
  grid-template-columns: 15% 85%;
  margin-bottom: 10px;
  width: 100%;
  text-transform: uppercase;
  color: #181818;
  margin-bottom: 0.25em;
}
.projectFiltersMobile .left-action-area-start .my-projects-list .my-projects-items .my-project-item:hover {
  color: #181818;
  background-color: #f6f6f6;
  border-radius: 10px;
  text-decoration: none;
  cursor: pointer;
}
.projectFiltersMobile .left-action-area-start .my-projects-list .my-projects-items .my-project-item:hover .icon-right {
  display: flex;
  justify-content: flex-end;
}
.projectFiltersMobile .left-action-area-start .my-projects-list .my-projects-items .my-project-item i {
  grid-column: 1;
}
.projectFiltersMobile .left-action-area-start .my-projects-list .my-projects-items .my-project-item span {
  grid-column: 2;
  margin-top: 4px;
}
.projectFiltersMobile .left-action-area-start .my-projects-list .my-projects-items .my-project-item.active {
  background-color: #f6f6f6;
  border-radius: 10px;
  font-weight: 700;
}
.projectFiltersMobile .left-action-area-start .my-projects-list .my-projects-items .archive {
  display: grid;
  grid-template-columns: 20% 60% 20%;
}
.projectFiltersMobile .left-action-area-start .my-projects-list .my-projects-items .archive .icon-right {
  display: flex;
  justify-content: flex-end;
  padding: 0.5rem;
}
.projectFiltersMobile .left-action-area-start .my-projects-list .my-projects-items #archives-list {
  padding: 0;
  padding-left: 0.5rem;
}
.projectFiltersMobile .left-action-area-start .my-projects-list .my-projects-items #archives-list .new-archive {
  cursor: pointer;
  text-decoration: none;
  color: #00c598;
  font-weight: 600;
  font-size: 0.9rem;
}
.projectFiltersMobile .left-action-area-start .my-projects-list .my-projects-items #archives-list .label-item .delete-label {
  display: none;
  padding-right: 0.5em;
  z-index: 1;
}
.projectFiltersMobile .left-action-area-start .my-projects-list .my-projects-items #archives-list .label-item .label-name-container {
  display: flex;
  justify-content: space-between;
}
.projectFiltersMobile .left-action-area-start .my-projects-list .my-projects-items #archives-list .label-item .label-name-container .label-name {
  width: 100%;
  padding: 0.25rem;
  border-radius: 5px;
}
.projectFiltersMobile .left-action-area-start .my-projects-list .my-projects-items #archives-list .label-item .label-name-container .label-name:hover {
  background-color: #f8f8f8;
  cursor: pointer;
  text-decoration: none;
}
.projectFiltersMobile .left-action-area-start .my-projects-list .my-projects-items #archives-list .label-item .label-name-container .label-name:hover:before,
.projectFiltersMobile .left-action-area-start .my-projects-list .my-projects-items #archives-list .label-item .label-name-container .label-name:hover:after {
  width: 100%;
  opacity: 0.9;
}
.projectFiltersMobile .left-action-area-start .my-projects-list .my-projects-items #archives-list .label-item .active {
  color: #00c598;
  background-color: #f8f8f8;
}
.projectFiltersMobile .left-action-area-start .my-filters-list .my-filters-items {
  display: flex;
  flex-direction: column;
}
.projectFiltersMobile .left-action-area-start .my-filters-list .my-filters-items .my-filter-item {
  display: grid;
  grid-template-columns: 20% 60% 20%;
  width: 100%;
  padding: 0.5em;
  text-transform: uppercase;
  color: #181818;
  margin-bottom: 0.25em;
  cursor: pointer;
}
.projectFiltersMobile .left-action-area-start .my-filters-list .my-filters-items .my-filter-item:hover {
  color: #181818;
  background-color: #f6f6f6;
  border-radius: 10px;
  text-decoration: none;
  cursor: pointer;
}
.projectFiltersMobile .left-action-area-start .my-filters-list .my-filters-items .my-filter-item:hover .new-archive {
  display: flex;
}
.projectFiltersMobile .left-action-area-start .my-filters-list .my-filters-items .my-filter-item i {
  grid-column: 1;
}
.projectFiltersMobile .left-action-area-start .my-filters-list .my-filters-items .my-filter-item span {
  grid-column: 2;
  margin-top: 4px;
}
.projectFiltersMobile .left-action-area-start .my-filters-list .my-filters-items .my-filter-item .icon-right {
  grid-column: 3;
  display: flex;
  justify-content: flex-end;
  padding: 0.5em;
  padding-top: 0.25em;
}
.projectFiltersMobile .left-action-area-start .my-filters-list .my-filters-items .my-filter-item.active {
  background-color: #f6f6f6;
  border-radius: 10px;
  font-weight: 700;
}
.projectFiltersMobile .left-action-area-start .my-filters-list .my-filters-items .new-archive {
  display: none;
  padding-right: 0.5rem;
}
.projectFiltersMobile .left-action-area-start .my-filters-list .my-filters-items .createArchive {
  display: grid;
  grid-template-columns: 70% 15% 15%;
}
.projectFiltersMobile .left-action-area-start .my-filters-list .my-filters-items .createArchive .mybtn {
  min-width: 2rem;
  padding: 6px;
  height: 1.95rem;
  margin-left: 3px;
  font-size: 0.75rem;
  margin-top: 1px;
}
.projectFiltersMobile .left-action-area-start .my-filters-list .my-filters-items .labels {
  display: flex;
  flex-direction: column;
}
.projectFiltersMobile .left-action-area-start .my-filters-list .my-filters-items .labels .labels-list {
  padding: 0.25em 0em;
}
.projectFiltersMobile .left-action-area-start .my-filters-list .my-filters-items .labels .labels-list .label-item .label-label-container {
  cursor: pointer;
  padding: 0px 10px;
}
.projectFiltersMobile .left-action-area-start .my-filters-list .my-filters-items .labels .labels-list .label-item .label-label-container i {
  min-width: 15px;
  cursor: pointer;
}
.projectFiltersMobile .left-action-area-start .my-filters-list .my-filters-items .labels .labels-list .label-item .label-label-container label {
  width: calc(100% - 40px);
  margin-bottom: 0px;
  cursor: pointer;
}
.projectFiltersMobile .left-action-area-start .my-filters-list .my-filters-items .labels .labels-list .label-item .active {
  font-weight: 600;
  color: #00c598;
  background-color: #f8f8f8;
  border-radius: 10px;
}
.projectFiltersMobile .left-action-area-start .my-filters-list .my-filters-items .labels .labels-list .label-item .sub .sublabel-item {
  color: #181818;
  font-weight: 400;
  width: 100%;
}
.projectFiltersMobile .left-action-area-start .my-filters-list .my-filters-items .labels .labels-list .label-item .sub .sublabel-item:hover {
  cursor: pointer;
  text-decoration: none;
}
.projectFiltersMobile .left-action-area-start .my-filters-list .my-filters-items .labels .labels-list .label-item .sub .sublabel-item.active {
  font-weight: 600;
  color: #00c598;
  background-color: #f8f8f8;
  border-radius: 10px;
}
.projectFiltersMobile .left-action-area-start .my-filters-list .my-filters-items .labels .labels-list .delete-label {
  display: none;
  padding-right: 0.5em;
  z-index: 1;
}
.projectFiltersMobile .left-action-area-start .my-filters-list .my-filters-items .labels .labels-list .label-name-container {
  display: flex;
  justify-content: space-between;
}
.projectFiltersMobile .left-action-area-start .my-filters-list .my-filters-items .labels .labels-list .label-name-container .label-name {
  width: 100%;
}
.projectFiltersMobile .left-action-area-start .my-filters-list .my-filters-items .labels .labels-list .label-name-container .label-name:hover {
  cursor: pointer;
  text-decoration: none;
}
.projectFiltersMobile .left-action-area-start .my-filters-list .my-filters-items .labels .labels-list .label-name-container .label-name:hover:before,
.projectFiltersMobile .left-action-area-start .my-filters-list .my-filters-items .labels .labels-list .label-name-container .label-name:hover:after {
  width: 100%;
  opacity: 0.9;
}
.projectFiltersMobile .left-action-area-start .my-filters-list .my-filters-items .labels .labels-list .label-item.active {
  font-weight: 600;
  color: #00c598;
  background-color: #f8f8f8;
  border-radius: 10px;
}
.projectFiltersMobile .left-action-area-start .my-filters-list .my-filters-items .labels .labels-list .label-item.active:hover .label-name-container .delete-label {
  display: block;
}
.projectFiltersMobile .left-action-area-start .my-filters-list .my-filters-items .labels .labels-list .label-list-item {
  display: grid;
  grid-template-columns: 20% 80%;
}
.projectFiltersMobile .left-action-area-start .my-filters-list .my-filters-items .labels .labels-list .label-list-item input {
  display: flex;
  justify-content: center;
  align-items: center;
}
.mobile-fade-overlay {
  height: 100%;
  width: 30%;
  background-color: rgba(0, 0, 0, 0.8);
  position: absolute;
  top: 60px;
  right: 0;
  z-index: 99999999999999999;
}
@media (max-width: 500px) {
  .mobile-fade-overlay {
    display: none;
  }
}
#topnavMenu {
  position: absolute;
  background-color: #f9f9f9;
  z-index: 100;
  width: 70%;
  left: 0;
  top: 60px;
  height: 100%;
  min-height: calc(100vh - 60px);
  overflow-y: auto;
  box-shadow: 4px 0px 6px -6px #222;
}
@media (max-width: 500px) {
  #topnavMenu {
    width: 100%;
  }
}
#topnavMenu .topnavmenucontainer {
  margin-left: 15px;
}
.bottom-nav {
  display: flex;
  justify-content: space-between;
  padding: 1em 1.5em;
  text-transform: uppercase;
  border-top: 1px solid #DCDCDC;
  background-color: white;
}
.bottom-nav .mybtn {
  width: 9em;
}
::-webkit-scrollbar {
  width: 10px;
}
::-webkit-scrollbar-track {
  background: #f1f1f1;
}
::-webkit-scrollbar-thumb {
  background: #888;
}
::-webkit-scrollbar-thumb:hover {
  background: #555;
}
.nav-container .top-nav-bg {
  /*        background-color: transparent;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;*/
  /*        @media(max-width:1200px) {
            box-shadow: 0 4px 6px -6px #222;
        }*/
  /*        pointer-events: none;*/
}
.nav-container .top-nav-bg-onscroll {
  /*        background-color: rgba(255,255,255, 1);*/
  box-shadow: 0 4px 6px -6px #222;
}
.top-nav {
  display: flex;
}
@media (max-width: 1200px) {
  .top-nav {
    /*        background-color: white;
        background-color: #ffffff;
        box-shadow: 0 4px 6px -6px #222;*/
  }
}
@media (min-width: 954px) {
  .top-nav {
    justify-content: space-between;
    height: 100px;
  }
}
@media (max-width: 954px) {
  .top-nav {
    -webkit-box-shadow: 0 4px 6px -6px #222;
    -moz-box-shadow: 0 4px 6px -6px #222;
    box-shadow: 0 4px 6px -6px #222;
  }
}
@media (max-width: 232px) {
  .top-nav {
    justify-content: center;
  }
}
.top-nav .logo-container {
  /*        @media(min-width:1201px) {
            padding-right: 1em;
        }*/
  cursor: pointer;
  /*        background-color: white;
        border-radius: 10px;*/
  padding: 5px;
  height: 60px;
  /*        .customLogoBig {
            background-color: white;
            border-radius: 10px;
            padding: 10px;
            height: 70px
        }

        .customLogoSmall {
            background-color: white;
            border-radius: 10px;
            padding: 5px;
            height: 60px
        }*/
}
@media (max-width: 954px) {
  .top-nav .logo-container {
    margin-bottom: 10px;
    display: none;
  }
}
@media (max-width: 232px) {
  .top-nav .logo-container {
    padding-right: 0;
  }
}
.top-nav .logo-container .logo-svg {
  /*            width: 6em;
            margin: 1em;*/
  height: 100%;
  /*background-color: white;*/
  /*border-radius: 10px;*/
  padding: 5px;
}
.top-nav .logo-container .customLogoBig,
.top-nav .logo-container .customLogoSmall {
  height: 100%;
}
.top-nav .mobile-container-default-actual-mobile {
  /*        flex-direction: column;*/
  flex-basis: 100%;
}
@media (max-width: 1200px) {
  .top-nav .mobile-container-default-actual-mobile {
    display: flex;
    flex-direction: column;
  }
}
@media (min-width: 1201px) {
  .top-nav .mobile-container-default-actual-mobile {
    display: none;
  }
}
.top-nav .mobile-container-default {
  pointer-events: auto;
  /*width: 18rem;*/
  /*height: 43px;*/
  display: flex;
  /*justify-content: space-around;*/
  align-items: center;
}
@media (max-width: 1200px) {
  .top-nav .mobile-container-default {
    display: none;
  }
}
.top-nav .mobile-container-default .quick-link-item {
  text-transform: uppercase;
  /*color: @almost-black;*/
  padding: 0 1rem;
  border-radius: 5px;
  font-weight: 500;
  white-space: nowrap;
}
.top-nav .mobile-container-default .quick-link-item.show {
  font-weight: 700;
  cursor: pointer;
  text-decoration: none;
  transform: scale(1.1);
}
.top-nav .mobile-container-default .quick-link-item.show::before {
  content: "";
  width: 0;
  background-color: red;
  transition: width 0.3s;
  width: 100%;
}
.top-nav .mobile-container-default .quick-link-item.show::after {
  content: "";
  display: block;
  width: 0;
  margin-top: -3px;
  height: 2px;
  background: #ddca04;
  transition: width 0.3s;
  width: 100%;
}
.top-nav .mobile-container-default .quick-link-item:hover {
  font-weight: 700;
  cursor: pointer;
  text-decoration: none;
  transform: scale(1.1);
}
.top-nav .mobile-container-default .quick-link-item::before {
  content: "";
  width: 0;
  background-color: red;
  transition: width 0.3s;
}
.top-nav .mobile-container-default .quick-link-item:hover::before {
  width: 100%;
}
.top-nav .mobile-container-default .quick-link-item::after {
  content: "";
  display: block;
  width: 0;
  margin-top: -3px;
  height: 2px;
  background: #ddca04;
  transition: width 0.3s;
}
.top-nav .mobile-container-default .quick-link-item:hover::after {
  width: 100%;
}
.top-nav .mobile-container-default .lang-select {
  text-transform: uppercase;
  padding: 0.3rem 1rem;
  border-radius: 5px;
  position: relative;
  font-weight: 500;
  white-space: nowrap;
  color: white;
  cursor: pointer;
}
.top-nav .mobile-container-default .lang-select #languageDropdown:hover {
  text-decoration: none;
}
.top-nav .mobile-container-default .lang-select .language-selector-container {
  width: 100%;
  min-width: unset;
  background-color: #ffffff;
}
.top-nav .mobile-container-default .lang-select .language-selector-container div {
  width: 100%;
  text-align: center;
  padding: 0.5rem;
}
.top-nav .mobile-container-default .lang-select .language-selector-container div:hover {
  color: grey;
}
.top-nav .mobile-container {
  /*        @media(min-width:650px) and (max-width:750px) {
            font-size: 12px;
        }*/
  height: 2rem;
  display: flex;
  justify-content: flex-end;
  pointer-events: auto;
}
@media (max-width: 954px) {
  .top-nav .mobile-container {
    display: none;
  }
}
.top-nav .mobile-container .mybtn.color-btn-secondary {
  margin-left: 1rem;
}
.top-nav .mobile-container .mybtn {
  width: 9em;
}
.top-nav .mobile-container .lang-select {
  text-transform: uppercase;
  padding: 0.3rem 1rem;
  border-radius: 5px;
  position: relative;
  font-weight: 500;
  white-space: nowrap;
  color: white;
  cursor: pointer;
}
.top-nav .mobile-container .lang-select .language-selector-container {
  width: 100%;
  min-width: unset;
  background-color: #ffffff;
}
.top-nav .mobile-container .lang-select .language-selector-container div {
  width: 100%;
  text-align: center;
  padding: 0.5rem;
}
.top-nav .mobile-container .lang-select .language-selector-container div:hover {
  color: grey;
}
.top-nav .mobile-container .quick-nav-container {
  margin-top: 7px;
  display: flex;
  /*            .flex-between();
            width: 20rem;*/
  margin-right: 3.5rem;
}
@media (max-width: 1000px) {
  .top-nav .mobile-container .quick-nav-container {
    margin-right: 2rem;
  }
}
.top-nav .mobile-container .quick-nav-container .quick-link-item {
  text-transform: uppercase;
  /*color: @almost-black;*/
  padding: 0 1rem;
  border-radius: 5px;
  font-weight: 500;
  white-space: nowrap;
}
.top-nav .mobile-container .quick-nav-container .quick-link-item:hover {
  font-weight: 700;
  cursor: pointer;
  text-decoration: none;
  transform: scale(1.1);
}
.top-nav .mobile-container .quick-nav-container .quick-link-item::before {
  content: "";
  width: 0;
  background-color: red;
  transition: width 0.3s;
}
.top-nav .mobile-container .quick-nav-container .quick-link-item:hover::before {
  width: 100%;
}
.top-nav .mobile-container .quick-nav-container .quick-link-item::after {
  content: "";
  display: block;
  width: 0;
  margin-top: -3px;
  height: 2px;
  background: #ddca04;
  transition: width 0.3s;
}
.top-nav .mobile-container .quick-nav-container .quick-link-item:hover::after {
  width: 100%;
}
/*.box-swipe {
    position: relative;
    margin-bottom: 2rem;

    .swipe {
        overflow: hidden;
        visibility: hidden;
        position: relative;
    }

    .swipe-wrap {
        overflow: hidden;
        position: relative;
    }

    .swipe-wrap > div {
        float: left;
        width: 100%;
        position: relative;
        background: #EEE;
        aspect-ratio: 16/9;

        .swipe-img-wrapper {
            display: flex;
            justify-content: center;
            align-items: center;
            height: 100%;

            img {
                height: 100%;
                width: 100%;
                margin: 0 !important;
                padding: 0;
                object-fit: scale-down;
            }
        }
    }

    .delete-wrapper {
        position: absolute;
        width: 100%;
        bottom: 0;
        left: 0;
        justify-content: center;
        padding: 10px 0;
        display: none;

        .delete-pic {
            background: none;
            border: none;
            font-size: 22px;
            color: red;
            padding: 5px;
            cursor: pointer;
        }

        .delete-pic:hover {
            transform: scale(1.2);
        }
    }

    .prev, .next {
        display: none;
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        color: white;
        font-size: 1.4rem;
        padding: 0 0 0 12px;
        cursor: pointer;

        .icon {
            text-shadow: 1px 1px 4px #6e6b6a;
        }
    }

    .next {
        right: 0;
        left: unset;
        padding: 0 12px 0 0;
    }

    .counter {
        display: none;
        position: absolute;
        right: 10px;
        top: 10px;
        background: #444444b3;
        color: #fff;
        border-radius: 7px;
        padding: 5px 7px !important;
        font-size: 14px;
        line-height: 14px;

        span {
            line-height: 14px;
        }
    }
}*/
/*@media (min-width: 768px) {
    .bottom-nav {
        display: none;
    }

    .top-nav-bg {
        background-color: transparent;
        pointer-events: none;

        .logo-container {
            pointer-events:auto;
            .logo-svg {
                width: 6em;
                margin: 1em;
            }

            .customLogoSmall {
                height: 50px;
            }

            .customLogoBig {
                height: 50px;
            }
        }

        .mobile-container {
            .flex-end();
            pointer-events:auto;

            .mybtn.color-btn-secondary {
                margin-left: 1rem;
            }
        }
    }

    .top-nav-bg-onscroll {
        background-color: rgba(255,255,255, 0.85);
        border-bottom: 1px solid #dcdcdc;
        pointer-events:auto;*/
/*        .logo-container {
            .logo-svg {
                width: 6em;
                margin: 0.85em;
            }
        }

        .mobile-container {
            margin-top: 0em;
        }*/
/*}

    .top-nav {

        .toggler-container {
            display: none;
        }

        .mobile-container {
            .flex-center();
            align-items:center;

            p {
                margin-top: 7px;
                margin-right: 1rem;
            }
        }
    }

    .dropdown-menu.show {
        //padding-top: 1em;
        .flex-column();
    }
    .dropdown-menu.account {
        text-transform: uppercase;
    }
}*/