/* Start Custom Fonts CSS */
@font-face {
    font-family: 'Sloth';
    font-style: normal;
    font-weight: 700;
    font-display: auto;
    src: url('Sloth-Bold.woff') format('woff');
}
@font-face {
    font-family: 'Sloth';
    font-style: normal;
    font-weight: normal;
    font-display: auto;
    src: url('Sloth-Regular-1.woff') format('woff');
}
@font-face {
    font-family: 'Sloth';
    font-style: normal;
    font-weight: 500;
    font-display: auto;
    src: url('Sloth-SemiBold.woff') format('woff');
}
/* End Custom Fonts CSS */

[v-cloak] {
    display:none;
}
body {
    font-family: Sloth, Helvetica;
    background-color: rgb(5, 23, 45);
    color: white;
    overflow: hidden;
    -webkit-font-smoothing: antialiased;
}

a {
    text-decoration: none;
    color: lightblue !important;
}

hr {
    height: 0 !important;
    border-top: 1px dotted #30608D;
    margin-bottom: 1.2rem;
    opacity: 1;
    background-color: transparent;
}

.buttons button {
    font-size: 14px !important;
    min-width: 288px;
    height: 35px;
}

input, textarea, select, .leaflet-control, .selection-summary {
    color-scheme: dark;
    background-color: rgba(0, 24, 47, 0.8) !important;
    color: white !important;
    border: 1px solid #30608D !important;
    box-shadow: none !important;
}

.leaflet-control-scale {
    border-top: none !important;
}

.leaflet-control-scale-line {
    background-color: transparent;
    color: white;
    border: none;
}

.leaflet-control-layer-z-order {
    border-radius: 4px;
    position: absolute;
    right: 10px;
    bottom: 130px;
    font-size: 16px;
}

.leaflet-control-layer-z-order i {
    line-height: 1.8;
}

.leaflet-control-zoomhome a,
.leaflet-control-layer-z-order a {
    background-color: transparent;
    color: white !important;
}

.leaflet-control-zoomhome a:hover,
.leaflet-control-layer-z-order a:hover {
    background-color: #1278f5;
}

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

textarea {
    width: 100%;
    resize: none;
    padding: 8px;
    border-radius: 7px;
}

::-webkit-scrollbar {
    width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #242423;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #888;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.btn-secondary, .btn-secondary:hover {
    background-color: deeppink !important;
    border-color: deeppink !important;
}

.btn-danger, .btn-danger:hover {
    background-color: red !important;
    border-color: red !important;
}

.btn-success, .btn-success:hover {
    background-color: green !important;
    border-color: green !important;
}

.btn-secondary:hover, .btn-danger:hover, .btn-success:hover {
    filter: brightness(85%);
}

.progress-button {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.progress-button .spinner-border {
    position: absolute;
    display: none;
}

.progress-button.working .spinner-border {
    display: initial;
}

.progress-button.working span:last-child {
    opacity: 0;
}

.toasted-container.has-side-bar {
    left: calc(50% - 155px) !important;
}

.toasted-container .toasted.bubble {
    background-color: orangered;
    line-height: 1.3;
}

.toasted-container.info .toasted.bubble {
    background-color: deeppink;
    padding: 10px 20px;
}

.toasted-container .toasted.bubble .action {
    margin: 7px -7px 5px 7px;
    padding: 0 8px;
}

.modal .btn-close {
    font-size: 26px;
}

.modal .btn-close i {
    color: white;
}

.modal .modal-content {
    border-radius: 14px;
    background-color: rgb(5, 23, 45);
    border-color: #30608D;
}

.modal form {
    margin-bottom: 0;
}

.modal button {
    font-size: 14px;
}

.modal .modal-header {
    border-bottom: 1px solid #30608D;
}

.modal .modal-body b {
    color: deeppink;
}

.modal .modal-footer {
    border-top: 1px solid #30608D;
}

.map {
    display: flex;
    height: calc(100% - 104px);
}

#map-container {
    position: relative;
    flex-grow: 1;
    background-color: #242423;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tooltip-type {
    float: right;
    color: darkgoldenrod;
    font-weight: bold;
}

.tooltip-username {
    margin-top: 6px;
    font-weight: bold;
}

.tooltip-description {
    margin: 6px 0;
}

.tooltip-description a {
    color: #1278f5 !important;
}

.tooltip-footer {
    margin-top: 0px;
    margin-bottom: 6px;
    font-size: 12px;
    color: gray
}

.menu-bar-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-width: 800px;
    height: 104px;
    padding: 0 20px;
    background-color: rgb(5, 23, 45);

}

.menu-bar-container .burger {
    display: none;
    fill: white;
    width: 20px;
    height: 20px;
}

.menu-bar-container .logo {
    height: 56px;
    margin: auto 2px;
}

.menu-bar-container a,
.menu-bar-container .menu-item {
    color: white !important;
    fill: white;
    margin-right: 10px;
}

.menu-bar-container .menu-item:hover,
.menu-bar-container .menu-item:hover > a {
    cursor: pointer;
    color: rgb(41, 130, 204) !important;
    fill: rgb(41, 130, 204) !important;
}

.menu-bar-container .menu {
    display: flex;
    flex: 1;
    justify-content: end;
    height: 100%;
    padding-top: 1px;
}

.menu-bar-container .menu .close {
    display: none;
}

.menu-bar-container .menu-item {
    position: relative;
    margin: 0;
    padding-left: 48px;
    font-size: 14px;
    font-weight: 400;
    white-space:nowrap;
    padding-bottom: 1px;
    display: flex;
    align-items: center;
}

.menu-bar-container .menu-item:last-child {
    padding-right: 24px;
}

.menu-bar-container .menu > .menu-item > a {
    display: flex;
    align-items: center;
    height: 70px;
    margin: 0;
}

.menu-bar-container .menu .menu-item svg {
    margin-left: 8px;
}

.menu-bar-container .menu .menu-item.current a {
    color: rgb(41, 130, 204) !important;
}

.menu-bar-container .menu .menu-item.mobile {
    display: none;
}

.menu-bar-container .menu .menu-item .coming-soon {
    display: none;
}

.menu-bar-container .menu .menu-item:hover .coming-soon,
.menu-bar-container .menu .menu-item .new {
    display: block;
    position: absolute;
    top: 47px;
    left: 0;
    right: 0;
    text-align: center;
    font-size: 10px;
    color: deeppink;
}

.menu-bar-container .sub-menu {
    flex-direction: column;
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    position: absolute;
    z-index: 100000;
    top: 82px;
    left: 48px;
    min-width: 100px;
    background: linear-gradient(180deg, #092C3C 0%, rgb(9 44 60) 100%);
    backdrop-filter: blur(50px);
    transform: translate3d(0, 10px, 0);
    transition: all ease 0.2s;
}

.menu-bar-container .sub-menu.visible {
    display: flex;
    opacity: 1;
    max-height: 500px;
    transform: translate3d(0, 0px, 0);
}

.menu-bar-container .sub-menu .menu-item {
    color: #fff !important;
    font-size: 15px !important;
    font-weight: normal;
    margin: 0;
    padding-left: 0;
}

.menu-bar-container .sub-menu .menu-item a {
    width: 100%;
    padding: 14px 21px;
}

.menu-bar-container .sub-menu .menu-item:not(:last-child) {
    border-bottom: 1px dashed rgba(255, 255, 255, 0.1);
}

.menu-bar-container .user {
    position: relative;
    display: flex;
    align-items: center;
    margin-left: 25px;
    padding: 10px 0;
    font-size: 14px;
}

.menu-bar-container .user:hover {
    color: rgb(41, 130, 204);
}

.menu-bar-container .user .sub-menu {
    top: 60px;
    left: unset;
    right: -10px;
}

.menu-bar-container .user img {
    height: 40px;
    margin-right: 15px;
    border-radius: 0.25em;
}

.menu-bar-container .user .name {
    white-space: nowrap;
    color: antiquewhite;
    font-weight: bold;
}

.menu-bar-container .user .name .reward-points {
    font-size: 10px;
    color: white;
    font-weight: normal;
}

.side-bar-toggle {
    display: flex;
    align-items: center;
    position: absolute;
    bottom: calc((100% - 70px) / 2);
    right: 0px;
    width: 20px;
    height: 50px;
    padding-left: 8px;
    z-index: 1050;
    background-color: rgb(5, 23, 45);
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    border: 1px solid #30608D;
    border-right: none;
    color: darkgrey;
    transition: right linear 0.1s;
}

.side-bar-toggle:hover {
    color: deeppink;
}

.side-bar-toggle.visible {
    right: 320px;
}

.side-bar-container {
    width: 0px;
    height: calc(100vh - 70px);
    transition: width linear 0.1s;
}

.side-bar-container.visible {
    width: 320px;
}

.side-bar {
    display: none;
}

.side-bar-container.visible .side-bar {
    display: block;
}

.side-bar .search {
    margin: 0px 16px 24px 16px;
    width: calc(100% - 32px);
    border-radius: 4px;
    background-color: rgb(0, 24, 47);
    border-color: #30608D !important;
}

.side-bar .search input {
    border-radius: 4px !important;
}

.side-bar .search input:focus {
    outline: none;
    border: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}

.side-bar .search .input-group-prepend button {
    margin-top: 1px;
    padding-right: 0;
}

.side-bar .search .input-group-append button {
    margin-top: 0.5px;
    padding-left: 0;
}

.side-bar .search-options {
    position: absolute;
    top: 38px;
    left: 1px;
    font-size: 10px;
    color: grey;
}

.text-primary {
    color: rgb(41, 130, 204) !important;
}

.side-bar .search-options span {
    margin-right: 8px;
    cursor: pointer;
}

.side-bar .search-options span i {
    margin-right: 4px;
}

.side-bar .search-count {
    position: absolute;
    top: 38px;
    right: 1px;
    font-size: 10px;
    /* font-weight: 600; */
    color: grey;
}

.side-bar .content {
    height: calc(100vh - 199px);
    overflow-y: auto;
    padding: 16px;
}

.side-bar .content .blur {
    /*filter: blur(4px);*/
    opacity: 0.2;
    transition: all ease 0.3s;
}

.side-bar .banner {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    border-radius: 7px;
}

.side-bar .username {
    margin-top: 8px;
    font-weight: bold;
    line-height: 1.2;
    color: deeppink;
}

.side-bar .type {
    margin-bottom: 8px;
    color: darkgoldenrod;
    font-weight: bold;
    font-size: 10px;
}

.side-bar .description {
    margin: 12px 0px;
    font-size: 14px;
}

.side-bar .stats {
    line-height: 1;
}

.side-bar .filters {
    margin: 12px 0px;
    font-size: 12px;
    color: gray;
}

.side-bar .market-item-notes {
    margin-top: 7px;
    color: antiquewhite;
    font-size: 14px;
}

.side-bar .market-item-notes i {
    margin-right: 4px;
}

.side-bar .landlord .banner {
    margin: 0;
    width: 80px;
}

.side-bar .bottom {
    position: absolute;
    bottom: 0px;
    padding: 16px;
    width: 320px;
}

.side-bar .buttons {
    display: flex;
    gap: 14px;
    transition: all linear 0.5s;
}

.side-bar .buttons button {
    width: 100%;
    min-width: unset;
}

.search-results {
    height: calc(100vh - 130px);
    overflow-y: scroll;
    overflow-x: clip;
    padding-top: 10px;
}

ul.selection-list,
.search-results ul {
    padding-left: 0;
    margin-bottom: 0;
}

ul.selection-list li,
.search-results li {
    list-style: none;
    padding: 12px 16px 6px 16px;
}

ul.selection-list li:not(:last-child),
.search-results li:not(:last-child) {
    border-bottom: 1px solid #30608D;
}

ul.selection-list li i {
    font-size: 18px;
    color: green;
}

ul.selection-list li .col-2 {
    display: flex;
    align-items: center;
    justify-content: center;
}

.search-results li.focused {
    background-color: rgb(23, 60, 78);
}

ul.selection-list,
.search-results .profile ul {
    border: 1px solid #30608D;
    border-radius: 7px;
    margin-bottom: 10px;
}

ul.selection-list li,
.search-results .profile ul li {
    cursor: pointer;
    max-height: 0px;
    overflow: hidden;
    padding: 0;
    transition: max-height ease 0.2s;
}

ul.selection-list li,
.search-results .profile ul li.expanded {
    max-height: 100px;
}

.search-results .profile ul li:not(.expanded) {
    border-bottom: none;
}

ul.selection-list li > div,
.search-results .profile ul li > div {
    padding: 6px;
}

ul.selection-list li:first-child,
.search-results .profile ul li:first-child {
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
}

ul.selection-list li:last-child,
.search-results .profile ul li:last-child {
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
}

ul.selection-list li:hover,
.search-results .profile ul li:hover {
    background-color: rgb(23, 60, 78) !important;
}

ul.selection-list li .name,
.search-results .profile ul li .username {
    font-size: 12px;
    font-weight: normal;
    margin: 0;
    color: antiquewhite;
}

ul.selection-list li .name {
    font-weight: bold;
    font-size: 14px;
}

.search-results .profile ul li .username.buy {
    /*color: limegreen;*/
}

.search-results .profile ul li .username.sell {
    /*color: deeppink;*/
}

.search-results .profile ul li.show-all-less {
    font-size: 12px;
    text-align: center;
    color: lightblue;
}

.search-results .profile .image-container img {
    width: 100%;
}

.search-results .tab {
    display: flex;
    align-items: center;
    margin-top: 8px;
}

.location .tab {
    display: inherit;
    float: right;
    /* align-items: center; */
    margin-top: 4px;
    margin-right: 20px;
}

.search-results .tab label, .location .tab label {
    color: darkgrey;
    font-size: 12px;
    margin-bottom: 6px;
}

.search-results .tab label.current,
.search-results .tab label:hover,
.location .tab label.current,
.location .tab label:hover
{
    color: lightblue;
}

.search-results .tab i {
    font-size: 3px;
    margin: 0px 6px 2px 6px;
    color: darkgrey;
}

.location .tab i {
    font-size: 3px;
    margin: 2px 2px;
    color: darkgrey;
}

.search-results .image-container {
    position: relative;
}

.search-results .image-container img {
    width: 60px;
    margin-top: 2px;
    object-fit: contain;
    border: 1px solid #333333;
    border-radius: 7px;
}

.search-results .image-container.landmark img {
    width: 200px;
}

.search-results li.sold .image-container img {
    filter: grayscale(1);
}

.search-results .image-container .badge {
    position: absolute;
    left: 10px;
    margin-top: 10px;
    padding: 5px 10px;
    font-size: 12px;
    font-weight: normal;
    background-color: red;
    border-radius: 5px;
}

.search-results .type {
    float: right;
    font-size: 11px;
    font-weight: bold;
    color: darkgoldenrod;
}

.search-results .username {
    font-size: 14px;
    margin-bottom: 2px;
    color: deeppink;
}

ul.selection-list li .description,
.search-results .description {
    font-size: 12px;
    color: white;
    margin-top: 0;
    margin-bottom: 0;
    overflow-wrap: break-word;
}

.search-results .description .landmark-description > div:nth-child(4),
.search-results .description .landmark-description > div:nth-child(5) {
    display: none;
}

.search-results .footer {
    font-size: 10px;
    color: darkgray;
    margin-bottom: 0;
}

.search-results .footer .base-badge {
    margin-top: 7px;
    margin-bottom: 4px;
}

.search-results .stats {
    margin-bottom: 4px;
}

.search-results .stats .badge {
    line-height: 1.6;
    font-size: 10px;
    margin-top: 7px;
    margin-right: 2px;
}

.form-label {
    margin-bottom: 4px;
    font-weight: 600;
    font-size: 13px;
}

.form-input-reset {
    margin-top: 3px;
    float: right;
    font-size: 10px;
}

.form-check-label, .form-select, .form-control {
    color: deeppink;
    font-size: 14px;
}

.form-check-inline {
    margin-right: 0.5rem;
    font-size: 14px;
}

.leaflet-container .leaflet-control-mouseposition {
    width: 125px;
    background-color: rgba(255, 255, 255, 0.7);
    box-shadow: 0 0 5px #bbb;
    padding: 0 5px;
    margin: 0;
    color: #333;
    font: 11px/1.5 "Helvetica Neue", Arial, Helvetica, sans-serif;
}

.leaflet-container a.leaflet-popup-close-button {
    top: 2px;
    right: 2px;
}

.leaflet-tooltip {
    width: 300px;
    white-space: normal;
}

.leaflet-touch .leaflet-control-layers, .leaflet-touch .leaflet-bar, .leaflet-control-scale-line {
    border-width: 1px;
}

.leaflet-control-layers-base {
    padding: 2px 4px;
}

.leaflet-control-layers-selector {
    top: 0;
    margin-top: 6px;
    margin-right: 4px;
}

.leaflet-control-layers-overlays span {
    line-height: 1.8;
}

.leaflet-bar a.leaflet-disabled {
    background-color: darkgrey;
}

input[type="checkbox"].leaflet-control-layers-selector {
    margin-left: 4px;
}

.mx-input {
    height: 38px;
}

.mx-btn {
    height: 36px;
    min-width: 0;
}

.mx-datepicker {
    width: 100%;
}

.mx-datepicker input {
    padding-left: 12px;
}

.mx-icon-calendar {
    right: 14px;
}

.selection-summary {
    display: flex;
    align-items: center;
    position: absolute;
    bottom: 50px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 70%;
    min-width: 580px;
    padding: 15px 0px;
    z-index: 1000;
    background-color: rgba(36, 36, 35, 0.8);
    border-radius: 0.75em;
    font-size: 16px;
    transition: all linear 0.1s;
}

.selection-summary.mini {
    height: 46px;
    bottom: unset;
    top: 10px;
    width: fit-content;
    min-width: 0px;
    padding: 2px 0;
    font-size: 12px;
    border-radius: 5px;
}

.selection-summary.mini:hover {
    background-color: #1278f5 !important;
    filter: brightness(0.95);
}

.selection-summary .close {
    position: absolute;
    right: 0px;
    top: 22px;
    font-size: 26px;
    color: darkgrey;
}

.selection-summary.mini .close {
    display: none;
}

.selection-summary .close:hover {
    color: white;
}

.selection-summary > div {
    padding: 0 20px;
}

.selection-summary.mini > div {
    margin: 0 auto;
    padding: 0 12px 0 10px;
}

.selection-summary .location .title {
    font-size: 24px;
}

.selection-summary.mini .location .title {
    display: none;
}

.selection-summary .location .subtitle {
    font-size: 14px;
    color: darkgrey;
}

.selection-summary.mini .location .subtitle {
    display: none;
}

.selection-summary .whitelist-countdown,
.selection-summary .whitelist-start-time {
    color: lightblue;
    transition: display linear 1s;
}

.selection-summary .whitelist-start-time {
    display: none;
}

.selection-summary.mini:hover .whitelist-start-time {
    display: block;
}

.selection-summary.mini:hover .whitelist-countdown {
    display: none;
}

.selection-summary.mini .whitelist-countdown,
.selection-summary.mini .whitelist-start-time {
    text-align: center;
}

.selection-summary .tiles {
    margin-top: 10px;
    height: 48px;
    color: deeppink;
}

.selection-summary.mini .tiles {
    margin-top: 0px;
    height: unset;
    color: white;
}

.selection-summary .tiles img {
    height: 40px;
    margin-right: 5px;
    filter: invert(48%) sepia(13%) saturate(3207%) hue-rotate(130deg) brightness(95%) contrast(80%);
}

.selection-summary.mini .tiles img {
    padding: 4px 0;
    filter: brightness(0) invert(1);;
}

.selection-summary .tiles-remaining {
    display: flex;
    align-items: center;
    margin-top: 10px;
    font-size: 14px;
    color: darkgrey;
}

.selection-summary.mini .location .tiles-remaining {
    display: none;
}

.selection-summary .tiles-remaining > i {
    margin: 0 14px;
    font-size: 6px;
}

.selection-summary .tiles-remaining .reset:hover {
    color: red;
}

.selection-summary .tiles-remaining input[type='checkbox'] {
    align-self: start;
    margin-left: 2px;
    margin-right: 12px;
    margin-top: 5px;
    transform: scale(1.3);
    color-scheme: dark;
}

.selection-summary .buttons {
    display: flex;
    align-self: end;
    margin-left: auto;
}

.selection-summary.mini .buttons {
    display: none;
}

.selection-summary .buttons button {
    margin-left: 15px;
    min-width: 88px;
}

.credit-card-input form {
    font-size: 14px;
    border: 1px solid darkgrey;
    border-radius: 4px;
    background-color: #242423;
    padding: 10px;
    margin-top: 10px;
}

.credit-card-input .payment-notes {
    color: antiquewhite;
}

.credit-card-input .payment-consent {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin: 10px 0;
    font-size: 14px;
    color: darkgrey;
}

.credit-card-input .payment-consent input[type='checkbox'] {
    transform: scale(1.3);
    color-scheme: dark;
    margin-top: 5px;
}

.selection-summary #payment-form {
    font-size: 14px;
    border: 1px solid darkgrey;
    border-radius: 4px;
    background-color: #242423;
    padding: 10px;
    /* margin-top: 10px; */
}

.selection-summary.mini #payment-form {
    display: none;
}

.landmark-owner {
    border: 2px solid white;
    border-radius: 7px;
}

.base-badge {
    display: inline-block;
    color: white;
    padding: 2px 10px;
    font-size: 12px;
    font-weight: normal;
    border-radius: 5px;
    margin-right: 5px;
}

.market-item-badge {
    background-color: green !important;
}

.under-offer-badge {
    background-color: darkorange !important;
}

.offer-input .location,
.credit-card-payment .location {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.3;
    color: deeppink;
}

.offer-input .location .type,
.credit-card-payment .location .type {
    color: darkgoldenrod;
    font-weight: bold;
    font-size: 12px;
}

.offer-input .input-disclaimer {
    font-size: 12px;
    margin-top: 4px;
    color: antiquewhite;
}

.invite-advertiser .referral-link {
    color: #536DFE !important;
    font-size: 13px;
}

@media (max-width: 600px) {
    .leaflet-control-layers-toggle,
    .leaflet-control-mouseposition,
    .leaflet-control-attribution,
    .leaflet-control-scale-line,
    .leaflet-control-layer-z-order
    .menu-bar-container .user {
        display: none;
    }

    .menu-bar-container {
        display: flex;
        justify-content: space-between;
        min-width: unset;
        grid-template-columns: 1fr auto 1fr;
        margin: 0 auto;
        padding: 0;
        width: 89vw;
        height: 70px;
    }

    .menu-bar-container .menu .close {
        display: flex;
        justify-content: flex-end;
        padding: 20px 15px 25px 15px;
    }

    .menu-bar-container .menu .close .ct-icon {
        width: 12px;
        height: 12px;
    }

    .menu-bar-container .logo {
        height: 40px;
    }

    .menu-bar-container a {
        margin-right: 0;
    }

    .menu-bar-container .user {
        display: none;
    }

    .menu-bar-container .menu {
        position: fixed;
        right: 0;
        top: 0;
        z-index: 99999999;
        flex-direction: column;
        justify-content: start;
        background-color: #092C3C;
        width: 0px;
        opacity: 0;
        overflow: hidden;
        transition: all ease-in-out .35s ;
    }

    .menu-bar-container .menu.mobile {
        width: 75vw;
        padding: 0 10px;
        opacity: 1;
    }

    .menu-bar-container .menu .menu-item {
        flex-direction: column;
        align-items: flex-start;
        font-size: 20px;
        padding: 0 15px;
    }

    .menu-bar-container .menu .menu-item.desktop {
        display: none;
    }

    .menu-bar-container .menu .menu-item.mobile {
        display: flex;
    }

    .menu-bar-container .menu .menu-item svg {
        height: 25px;
        position: absolute;
        right: 17px;
        margin-top: 1px;
    }

    .menu-bar-container .menu .menu-item a {
        height: 53px;
        padding: 10px 0px;
    }

    .menu-bar-container .menu .menu-item.current a {
        color: white !important;
        fill: white !important;
    }

    .menu-bar-container .menu .menu-item .new {
        display: none;
    }

    .menu-bar-container a:hover,
    .menu-bar-container .menu-item:hover,
    .menu-bar-container .menu-item:hover a {
        color: white !important;
        fill: white !important;
    }

    .menu-bar-container .menu .sub-menu {
        position: unset;
        background: unset;
        border: unset;
        transform: unset;
        opacity: 1;
        max-height: 0 !important;
        overflow: hidden;
    }

    .menu-bar-container .menu .sub-menu.visible {
        display: flex;
        max-height: 200px !important;
    }

    .menu-bar-container .menu .sub-menu .menu-item {
        padding-left: 0;
        border: none;
    }

    .menu-bar-container .menu .sub-menu a {
        display: list-item;
        list-style-type: disc;
        list-style-position: inside;
        font-weight: normal;
        text-transform: uppercase;
        font-size: 18px;
        padding: 10px 0;
        height: 49px;
    }

    .menu-bar-container .burger {
        display: flex;
        justify-self: center;
        margin-right: 2px;
    }

    .menu-bar-container .ct-icon {
        width: 10px;
        height: 10px;
        fill: white !important;
    }

    .selection-summary {
        flex-direction: column;
        align-items: flex-start;
        width: 95%;
        min-width: unset;
        bottom: 10px;
    }

    .selection-summary .buttons {
        margin-top: 20px;
    }

    .selection-summary .title {
        margin-right: 30px;
        line-height: 1.2;
    }

    .selection-summary.mini {
        font-size: 13px;
    }

    .search-results .description {
        font-size: 13px;
    }

    #consent {
        min-width: 14px;
        min-height: 14px;
    }
}