html {
    overflow: hidden;
}

:root {
    --iconSize: 40px;
    --iconMargin: -20px;
}

body {
    margin: 0;
    background-color: #2c2c2c;
    overflow: hidden;
    position: relative;
}

#map {
    height: calc(100vh - 50px);
    width: calc(100% - 384);
    transform: translateX(192px);
}

#map-full {
    height: calc(100vh - 50px);
    width: 100%;
    z-index: 0;
}

.leaflet-control-container { 
    position: absolute;
    right: 250px;
}

.leaflet-container {
    background: #2c2c2c;
}

.leaflet-bar a {
    background-color: #1e1e1e;
    color: #ccc;
    font-weight: 500;
    border-bottom: 1px solid #383838;
}

.leaflet-bar a:last-child {
    border-bottom: none;
}

.leaflet-bar a:hover {
    background-color: #ccc;
    color: #000;
    font-weight: 500;
    cursor: pointer;
}

.leaflet-bar a.leaflet-disabled {
    background-color: #383838;
    color: #575757;
}

.leaflet-draw-toolbar a {
    background-image: url('Images/spritesheet.png') !important;
    background-image: linear-gradient(transparent,transparent),url('Images/spritesheet.svg') !important;
}

.leaflet-draw-toolbar a:hover {
    background-image: url('Images/spritesheet-hover.png') !important;
    background-image: linear-gradient(transparent,transparent),url('Images/spritesheet-hover.svg') !important;
}

.leaflet-touch .leaflet-draw-actions {
    right: 32px;
    left: auto;
}

.leaflet-draw-actions li a {
    background-color: #1e1e1e;
    color: #ccc;
    font-family: "Roboto", sans-serif;
    font-weight: 600;
    border-right: 1px solid #383838;
}

.leaflet-draw-actions li:first-child a {
    border-radius: 4px 0 0 4px;
}

.leaflet-draw-actions li:last-child a {
    border-radius: 0;
}

.leaflet-editing-icon {
    background-color: #fff !important;
    border: 1px solid white !important;
    border-radius: 50%;
    margin: -8px 0 0 -8px !important;
    width: 14px !important;
    height: 14px !important;
    outline: 0;
}

.leaflet-tooltip-left:before {
    /* right: 0;
    margin-right: -12px;
    border-left-color: #1e1e1e; */
    display: none;
}

.leaflet-tooltip-right:before {
    /* left: 0;
    margin-left: -12px;
    border-right-color: #1e1e1e; */
    display: none;
}

.leaflet-tooltip {
    background-color: #1e1e1e;
    color: #ccc;
    font-family: "Roboto", sans-serif;
    font-weight: 600;
    border: 0px;
    box-shadow: none;
    border-radius: 20px;
    padding: 5px 10px 5px 10px;
}

.leaflet-tooltip-left {
    left: -10px;
}

.leaflet-tooltip-right {
    left: 10px;
}

.switch {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 28px;
    transition: all 0.2s ease;
}

.listSwitch {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 28px;
    transition: all 0.2s ease;
    margin-left: 10px;
    transform: translateY(3.5px);
}
  
  /* Hide default HTML checkbox */
  .switch input {
    opacity: 0;
    width: 0;
    height: 0;
  }
  
  /* The slider */
  .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #383838;
    -webkit-transition: .4s;
    transition: .4s;
  }
  
  .slider:before {
    position: absolute;
    content: "";
    height: 20px;
    width: 20px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
  }

  #solo-layer {
    background-color: #111111;
  }
  
  input:checked + .slider {
    background-color: #ff0000;
  }

  
  input:checked + .slider:before {
    -webkit-transform: translateX(22px);
    -ms-transform: translateX(22px);
    transform: translateX(22px);
  }
  
  /* Rounded sliders */
  .slider.round {
    border-radius: 34px;
  }
  
  .slider.round:before {
    border-radius: 50%;
  }

  .navbar {
    width: 100%;
    height: 50px;
    background-color: #232323;
    overflow: visible;
    position: relative;
    z-index: 100;
}

.item-button {
    width: 50px;
    height: 28px;
    position: relative;
    display: inline-block;
    transition: all 0.2s ease;
}

.item-button:hover {
    opacity: 0.7;
    cursor: pointer;
}

.item-button-back {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #383838;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 34px;
}

.item-selected-back {
    background-color: #ff0000;
}

.item-selected-back circle {
    fill: #121212;
    stroke: #ffffff;
    opacity: 100%;
}

.item-circle {
    r: 5;
    cx: 25;
    cy: 14;
    fill: #121212;
    stroke: #cccccc;
    stroke-width: 3px;
    opacity: 50%;
}

.branding {
    height: 40px;
    background-color: transparent;
    padding: 0px;
    color: #ccc;
    margin-left: 15px;
    padding: 5px;
    position: absolute;
}

.branding .logo {
    width: auto;
    height: 45px;
    margin-top: -3px;
    margin-left: 5px;
}

.branding .text {
    width: 150px;
    height: 40px;
    font-size: 28px;
    font-weight: 700;
    font-family: "Roboto", sans-serif;
    margin-left: 13px;
    margin-top: 3px;
    position: absolute;
}

.pages {
    height: 40px;
    padding: 5px;
    margin-top: 0px;
    margin-right: 5px;
    background-color: transparent;
    position: absolute;
    right: 15px;
    top: 0px;
    text-align: center;
}

.pages a {
    color: transparent
}

.sign-in {
    display: inline-table;
    width: auto;
    height: 10px;
    border-radius: 10px;
    padding: 7px 10px 7px 10px;
    color: white;
    font-size: 16px;
    font-weight: 700;
    font-family: "Roboto", sans-serif;
    transition: all 0.2s ease;
    background-color: #ff0000;
}

.sign-in:hover {
    opacity: 0.7;
    cursor: pointer;
}

.robloxLogo {
    position: relative;
    height: 19px;
    padding-left: 7px;
    display: inline-table;
    vertical-align: middle;
}

.page {
    display: inline-table;
    width: auto;
    height: 40px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    color: #ccc;
    font-size: 16px;
    font-weight: 700;
    font-family: "Roboto", sans-serif;
    transition: all 0.1s ease;
}

.page:hover {
    color: red;
    opacity: 0.5;
    cursor: pointer;
}

.pageSelected {
    color: white;
    opacity: 0.9;
}

.profile {
    display: inline-table;
    width: auto;
    height: 35px;
    border-radius: 10px;
    color: white;
    font-size: 16px;
    font-weight: 700;
    font-family: "Roboto", sans-serif;
    transition: all 0.1s ease;
    vertical-align: middle;
    padding-left: 15px;
}

.profile:hover {
    opacity: 0.7;
    cursor: pointer;
}

.profileAvatar {
    position: relative;
    height: 35px;
    border-radius: 50%;
    background-color: #121212;
}

.profile:hover .profileAvatar {
    box-shadow: 0 0 6px 2px rgba(255, 0, 0, 0.5);
}

.selectedBar {
    width: 100%;
    height: 4px;
    background-color: red;
    border-radius: 5px 5px 0px 0px;
    margin-top: 12px;
    display: block;
}

.sidebar {
    width: 384px;
    height: calc(100vh - 50px);
    background-color: #1e1e1e;
    position: relative;
    padding-top: 10px;
    padding-left: 15px;
    padding-right: 15px;
    z-index: 3;
}

.sidebar-side {
    width: 384px;
    height: calc(100% - 50px);
    background-color: #1e1e1e;
    position: absolute;
    left: 0;
    z-index: 3;
    padding-top: 10px;
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
    bottom: 0;
}

.selection-side {
    width: 384px;
    height: calc(100% - 50px);
    background-color: #1e1e1e;
    position: absolute;
    left: 0;
    z-index: 3;
    padding-top: 10px;
    padding-left: 15px;
    padding-right: 15px;
}

.title {
    color: #ccc;
    font-size: 40px;
    font-weight: 700;
    font-family: "Roboto", sans-serif;
}

.list-title {
    background-color: transparent;
    height: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-family: "Roboto", sans-serif;
    font-weight: 600;
    color: #ccc;
    font-size: 22px;
    transition: all 0.2s ease;
}

.list-title:hover {
    cursor: pointer;
    color: #ff0000;
}

.list-title-nohover {
    background-color: transparent;
    height: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-family: "Roboto", sans-serif;
    font-weight: 600;
    color: #ccc;
    font-size: 22px;
    transition: all 0.2s ease;
}

.switch:hover {
    opacity: 0.7;
}

/* .list-text {
    padding-left: 12.5px;
    position: absolute;
    transform: translateY(2px);
} */

.list-text {
    padding-left: 8px;
    position: absolute;
    transform: translateY(4px);
}

.list-text-input {
    background: #585858;
    border: none;
    border-radius: 5px;
    margin-left: 8px;
    padding-left: 2px;
    position: absolute;
    transform: translateY(2px);
    height: 24px;
    width: 205px;
    font-family: "Roboto", sans-serif;
    font-weight: 600;
    color: #ccc;
    font-size: 16px;
}

.list-items {
    display: none;
}

.list-subitems {
    display: none;
    padding-left: 20px;
}

.list-item {
    background-color: transparent;
    height: 30px;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 20px;
    font-family: "Roboto", sans-serif;
    font-weight: 600;
    color: #ccc;
    font-size: 16px;
    padding-right: 10px;
}

.item-selected {
    background-color: #383838 !important;
    border-radius: 10px;
}

.list-item-withsubs {
    background-color: transparent;
    height: 30px;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 20px;
    font-family: "Roboto", sans-serif;
    font-weight: 600;
    color: #ccc;
    font-size: 16px;
    transition: all 0.3s ease;
}

.list-item-withsubs .list-item-text:hover {
    opacity: 0.8;
    cursor: pointer;
}

.list-item-withsubs .list-text:hover {
    opacity: 0.8;
    cursor: pointer;
}

.list-item-text {
    padding-left: 48px; 
    position: absolute;
    transform: translateY(4px);
}

.list-icon {
    height: 35px;
    position: absolute;
    transform: translate(5px, -4px);
}

.material-symbols-outlined {
  font-variation-settings:
  'FILL' 0,
  'wght' 400,
  'GRAD' 0,
  'opsz' 24
}

.expand-list {
    position: absolute;
    right: 15px;
    font-size: 20px;
}

.expand-list-subitems {
    position: absolute;
    right: -30px;
    font-size: 10px;
    padding-left: 10px;
    transform: translateY(-2.5px);
}

.edit-option {
    position: relative;
    display: inline-table;
    float: right;
    height: 28px;
    width: 28px;
    background-color: transparent;
    vertical-align: middle;
    padding: none;
    border-radius: 10px;
}

.edit-img {
    top: 4px;
    left: 4px;
    height: 20px;
    position: relative;
    margin: auto;
}

.edit-option:hover {
    cursor: pointer;
    opacity: 0.7;
}

.leaflet-popup-content-wrapper {
    padding: 0;
    background-color: #232323;
}

.leaflet-popup-tip {
    background-color: #232323;
}

.leaflet-popup .leaflet-popup-close-button {
    display: none;
}

.leaflet-popup-content {
    margin: 0;
    margin-right: 12px;
    margin-left: 12px;
    line-height: 1.4;
}

.featureHandler {
    width: 100%;
    height: auto;
    background-color: #232323;
    padding-top: 10px;
    padding-bottom: 10px;
    outline: 0;
}

.featureHandler label {
    color: #ccc;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-size: 14px;
    display: inline-table;
    vertical-align: middle;
    margin-top: 6px;
    margin-bottom: 6px;
    margin-right: 8px;
}

.featureHandler div {
    width: 20px;
    height: 20px;
    display: inline-table;
    background-color: white;
    vertical-align: middle;
    border-radius: 5px;
    margin-left: 2px;
}

.featureHandler div:hover {
    cursor: pointer;
    opacity: 0.7;
}

.featureHandler #colorPicker {
    width: 40px;
    height: 20px;
    border: none;
    border-width: 0;
    border-style: none;
    outline: none;
    border-radius: 5px;
    display: inline-table;
    padding: none !important;
    vertical-align: middle;
    margin-left: 2px;
}

.featureHandler #colorPicker:hover {
    cursor: pointer;
    opacity: 0.7;
}

.featureHandler #tooltipText {
    width: 170px;
    height: 20px;
    border-radius: 5px;
    border: none;
    padding-left: 5px;
    padding-right: 5px;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #ccc;
    background-color: #383838;
}

.selection-options {
    position: absolute;
    max-height: calc(100% - 90px);
    width: calc(100% - 30px);
    padding-right: 15px;
    overflow-y: auto;
    top: 0;
}

.selection-pages-box {
    width: 90%;
    position: relative;
    margin-top: 13px;
}

.selection-page {
    width: auto;
    height: auto;
    border-radius: 10px;
    background-color: #121212;
    padding: 8px 12px 8px 12px;
    color: #ccc;
    font-family: "Roboto", sans-serif;
    font-size: 15px;
    font-weight: 500;
    position: relative;
    display: inline-table;
    margin-right: 7px;
}

.selection-page:hover {
    opacity: 0.7;
    cursor: pointer;
}

.spSelected {
    background-color: red;
    color: white;
}

.info-box {
    width: 100%;
    height: 80px;
    background-color: #181818;
    position: absolute;
    bottom: 10px;
    left: 0;
}

.info-text {
    width: 100%;
    height: 100%;
    position: absolute;
    color: #ccc;
    font-family: "Roboto", sans-serif;
    font-size: 13px;
    line-height: 22px;
    padding-top: 7px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 7px;
}

.search-box {
    width: calc(100% - 15px);
    height: 35px;
    border-radius: 10px;
    background-color: #333333;
    margin-top: 13px;
    margin-bottom: 10px;
}

.search-box-input {
    width: calc(100% - 15px);
    height: 35px;
    border-radius: 10px;
    background-color: transparent;
    border: none;
    padding-left: 10px;
    padding-right: 10px;
    color: #ccc;
    font-family: "Roboto", sans-serif;
    font-weight: 600;
    position: relative;
    font-size: 16px;
}

textarea:focus, input:focus{
    outline: none;
}

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

::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 3px;
    transition: all 0.5s ease;
}

::-webkit-scrollbar-thumb:hover {
    background: #aaa;
    transition: all 0.2s ease;
}

::-webkit-scrollbar-track {
    background: #383838;
    border-radius: 3px;
}

.customLayerBox {
    width: calc(100% - 15px - 24px - 50px);
    /* height: 40px; */
    height: 40px;
    background-color: #252525;
    border-radius: 10px;
    color: #ccc;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    margin-bottom: 10px;
    text-align: center;
    position: relative;
    margin-top: 7px;
    margin-left: 37px;
}

.customLayerBox:hover {
    background-color: #181818;
    cursor: pointer;
}

.customLayerAddText {
    position: relative;
    color: #cccccc;
    font-weight: 500;
    padding-left: 15px;
    user-select: none;
    top: 10.5px;
}

.CLPlusIcon {
    position: absolute;
    color: #ccc;
    font-weight: 800;
    left: calc(((100%) / 2) - 165px / 2 - 10px);
    transform: translateY(7.5px);
    user-select: none;
}

/* section {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
    background-color: #232323;
} */

section {
    width: 100%;
    max-height: 100%;
    max-height: 100%;
    position: fixed;
    z-index: 1;
    background-color: #2c2c2c;
    top: 50px;
    bottom: 0px;
}

.about-text {
    color: #ccc;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-size: 20px;
}

.link-click {
    font-family: "Roboto", sans-serif;
}

.link-click:hover {
    cursor: pointer;
    text-decoration: underline;
}

.highlight {
    color: red;
}

.menu-toggle {
    width: 30px;
    height: 30px;
    border-radius: 0px 10px 10px 0px;
    border: none;
    background-color: #333333;
    position: absolute;
    left: 414px;
    top: 50px;
    color: #ccc;
    text-align: center;
    z-index: 3;
}

.menu-toggle:hover {
    cursor: pointer;
    opacity: 0.7;
}

.menu-toggle span {
    transform: translateX(-3px)
}

@media screen and (max-width: 1149px) {
    .menu-toggle {
        width: 45px;
        height: 60px;
    }
}

.area-text {
    position: absolute;
    font-size: 12px;
    background-color: transparent;
    border: none;
    color: white;
    font-family: "Open Sans", sans-serif;
    font-weight: 800;
    /* -webkit-text-stroke-width: 0.2px;
    -webkit-text-stroke-color: black; */
    box-shadow: none;
    text-align: center;
    line-height: 15px;
    pointer-events: none;
    /* text-shadow:
        1.5px 1.5px 0 #000,
        -1.5px 1.5px 0 #000,
        -1.5px -1.5px 0 #000,
        1.5px -1.5px 0 #000; */
    letter-spacing: 2px;
    text-shadow: 
        2px 2px 4px rgba(0, 0, 0, 0.7),
        2px -2px 4px rgba(0, 0, 0, 0.7),
        -2px -2px 4px rgba(0, 0, 0, 0.7),
        -2px 2px 4px rgba(0, 0, 0, 0.7);
}

.postal-codes {
    font-size: 9px;
    letter-spacing: 0.75px;
    text-shadow: 
        1.5px 1.5px 3px rgba(0, 0, 0, 0.7),
        1.5px -1.5px 3px rgba(0, 0, 0, 0.7),
        -1.5px -1.5px 3px rgba(0, 0, 0, 0.7),
        -1.5px 1.5px 3px rgba(0, 0, 0, 0.7);
}

.building-numbers {
    font-size: 8px;
    letter-spacing: 0.85px;
    text-shadow: 
        1.25px 1.25px 2.5px rgba(0, 0, 0, 0.7),
        1.25px -1.25px 2.5px rgba(0, 0, 0, 0.7),
        -1.25px -1.25px 2.5px rgba(0, 0, 0, 0.7),
        -1.25px 1.25px 2.5px rgba(0, 0, 0, 0.7);
}

.buildings {
    font-size: 8px;
    text-shadow: 
        1.25px 1.25px 2.5px rgba(0, 0, 0, 0.7),
        1.25px -1.25px 2.5px rgba(0, 0, 0, 0.7),
        -1.25px -1.25px 2.5px rgba(0, 0, 0, 0.7),
        -1.25px 1.25px 2.5px rgba(0, 0, 0, 0.7);
    line-height: 10px;
}

.road-names {
    font-size: 8px;
    letter-spacing: 0.75px;
    text-shadow: 
        1.25px 1.25px 2.5px rgba(0, 0, 0, 0.7),
        1.25px -1.25px 2.5px rgba(0, 0, 0, 0.7),
        -1.25px -1.25px 2.5px rgba(0, 0, 0, 0.7),
        -1.25px 1.25px 2.5px rgba(0, 0, 0, 0.7);
}

/* .leaflet-marker-icon {
    width: var(--iconSize) !important;
    height: var(--iconSize) !important;
    margin-left: var(--iconMargin) !important;
    margin-top: var(--iconMargin) !important;
}*/

.leaflet-div-icon {
    border: none;
    background-color: transparent;
    /* pointer-events: none !important; */
}

.leaflet-arrow-icon {
  width: 12px;
  height: 12px;
  border-left: 2px solid black;
  border-top: 2px solid black;
  transform-origin: center;
}

.cluster-icon {
    width: 40px;
    height: 40px;
    background-size: var(--iconSize);
    color: white;
    font-size: 17px;
    font-weight: 600;
    font-family: "Roboto", sans-serif;
    text-align: center;
    text-shadow:
        2px 2px 0 #000,
        -2px 2px 0 #000,
        -2px -2px 0 #000,
        2px -2px 0 #000;
        line-height: var(--iconSize);
}

.message {
    position: absolute;
    z-index: 10;
    width: 450px;
    height: auto;
    background-color: red;
    color: white;
    font-family: "Roboto", san-serif;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 15px;
    top: 10px;
    left: calc(50% - 225px);
    pointer-events: none;
    opacity: 0.7;
}

.list-text-subtext {
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    color: #acacac;
    font-size: 10px;
    position: absolute;
    transform: translateY(18px);
    padding-left: 8px; 
}

.list-item-subtext {
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    color: #acacac;
    font-size: 10px;
    position: absolute;
    transform: translateY(18px);
    padding-left: 48px; 
}

.list-text-withsub {
    padding-left: 8px;
    position: absolute;
    transform: translateY(-4px);
}

.list-item-text-withsub {
    padding-left: 48px; 
    position: absolute;
    transform: translateY(-4px);
}

.graphOptionsBox {
    position: fixed;
    /* width: 510px; */
    max-width: 100%;
    height: 38px;
    background-color: transparent;
    z-index: 2;
    top: 50px;
    left: 414px;
    padding-top: 7px;
    padding-left: 5px;
    padding-right: 5px;
    color: #cccccc;
    white-space: nowrap;
    overflow-x: auto;
    scrollbar-width: none;
}

.graphOption {
    width: auto;
    height: 35px;
    background-color: #1e1e1e;
    border-radius: 15px;
    padding-left: 20px;
    padding-right: 20px;
    display: inline-table;
    margin-left: 2.5px;
    margin-right: 2.5px;
}

.graphOption:hover {
    cursor: pointer;
    opacity: 0.7;
}

.graphOptionIcon {
    height: 16px;
    position: relative;
    display: inline-table;
    vertical-align: middle;
}

.graphOptionText {
    font-family: "Roboto", sans-serif;
    font-weight: 450;
    font-size: 16px;
    display: inline-table;
    padding-left: 6px;
    padding-top: 7.5px;
    vertical-align: middle;
}

.GOSelected {
    background-color: red;
    color: white;
}

.xAxisLabel {
    position: fixed;
    width: 200px;
    height: 20px;
    z-index: 2;
    bottom: 7px;
    left: calc((100% - 414px) / 2 + 100px + 215px);
    padding-right: 10px;
    background-color: transparent;
    text-align: center;
}

.xALFull {
    left: calc((100%) / 2 - 100px);
}

.yAxisLabel {
    position: fixed;
    width: 200px;
    height: 20px;
    z-index: 2;
    bottom: calc((100% - 50px) / 2 + 0px);
    left: calc(414px - 87px);
    padding-right: 10px;
    background-color: transparent;
    text-align: center;
    transform: rotate(270deg);
}

.yALFull {
    left: -90px;
}

.labelText {
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-size: 12px;
    color: #ccc;
}

/* -414 width, -95 height (50 org) */
#graphBox {
    width: calc(100% - 420px);
    height: calc(100% - 98px);
    z-index: 1;
    position: absolute;
    top: 43px;
    right: 0;
}

#graphBox:hover {
    cursor: pointer;
}

#graphBox-full {
    width: 100%;
    height: calc(100% - 95px);
    z-index: 0;
    position: absolute;
    top: 40px;
    right: 0;
    bottom: 0;
    right: 0;
}

#graphBox-fullview {
    width: 100%;
    height: calc(100% - 45px);
    z-index: 0;
    position: absolute;
    top: -10px;
    right: 0;
    bottom: 0;
    right: 0;
}

.noteTextBox {
    position: fixed;
    width: auto;
    height: 20px;
    z-index: 10;
    bottom: 7px;
    right: 0;
    padding-right: 10px;
    background-color: transparent;
}

.noteText {
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-size: 12px;
    color: #ccc;
}

.vehicleBox {
    width: calc(100% - 15px);
    /* height: 40px; */
    height: 45px;
    background-color: #252525;
    border-radius: 10px;
    color: #ccc;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    margin-bottom: 10px;
}

.vehicleColor {
    height: 45px;
    width: 10px;
    position: absolute;
    left: 0px;
    background-color: red;
    border-radius: 10px 0 0 10px;
}

.vehiclePhoto {
    height: 30px;
    position: relative;
    left: 20px;
    top: 7.5px;
}

.vehicleText {
    position: absolute;
    left: 80px;
    transform: translateY(5px);
    color: #ccc;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-size: 15px;
}

.vehicleSubText {
    position: absolute;
    left: 80px;
    transform: translateY(25px);
    color: #cccccc95;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 12px;
}

/* .vehicleText {
    position: relative;
    left: 30px;
    bottom: 5px;
    color: #ccc;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    white-space: normal;
    word-break: break-word;
} */

.vehicleAddText {
    position: relative;
    top: 12.5px;
    color: #cccccc;
    font-weight: 500;
    padding-left: 15px;
    user-select: none;
}

.plusIcon {
    position: absolute;
    color: #ccc;
    font-weight: 800;
    left: calc(((100% - 10px) / 2) - 65px);
    transform: translateY(9.5px);
    user-select: none;
}

.vehicleRemove {
    position: absolute;
    margin: auto;
    transform: translateY(-22px);
    color: #ccc;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    left: calc((100% / 2) - 65px);
    display: none;
}

.vehicleBox:hover {
    background-color: #181818;
    cursor: pointer;
}

.vehicleBox:hover .vehicleColor {
    opacity: 0.1;
}

.vehicleBox:hover .vehiclePhoto, .vehicleBox:hover .vehicleText, .vehicleBox:hover .vehicleSubText {
    opacity: 0.05;
}

.vehicleBox:hover .vehicleRemove {
    display: block;
}

.statBox {
    width: calc(100% - 45px);
    /* height: 40px; */
    background-color: #252525;
    border-radius: 10px;
    color: #ccc;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    margin-bottom: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 15px;
    padding-right: 15px;
    border: 2px solid #383838;
}

.statBox:hover {
    border: 2px solid #808080;
    cursor: pointer;
}

.statTitle {
    position: absolute;
    left: 17.5px;
    transform: translateY(5px);
    color: #ccc;
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-size: 16px;
}

.statSubTitle {
    position: absolute;
    left: 17.5px;
    transform: translateY(5px);
    color: #ccc;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-size: 9px;
    line-height: 200%;
}

.progressBar { 
    background-color: rgb(192, 192, 192); 
    width: 100%; 
    border-radius: 10px; 
    height: 8px;
    margin-bottom: 7px;
} 

.progressBarInside { 
    background-color: #29d70a;
    color: white; 
    /* padding: 1%;  */
    text-align: right; 
    font-size: 20px; 
    border-radius: 10px; 
    height: 8px;

    width: 0%;
}

.statToolTip {
    position: absolute;
    z-index: 10;
    transform: translateY(-33px);
    text-align: center;
    pointer-events: none;
    opacity: 0;
    width: calc(100% - 35px);
}

.progressBar:hover .statToolTip {
    opacity: 1;
}

.statToolTipSpan {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 3px;
    padding-bottom: 3px;
    border-radius: 10px;
    background-color: #383838;
    font-size: 12px;
    font-weight: 400;
}

.statText {
    font-size: 12px;
    font-weight: 600;
}

.statScore {
    font-size: 12px;
    font-weight: 600;
    float: right;
    position: relative;
}

.selectionMenuBox {
    display: flex;
    justify-content: center;
    width: 100%;
    box-sizing: border-box;
    padding: 0 20px;
    overflow-x: hidden;
}

.vehicleSelectionOptionsBox {
    position: fixed;
    max-height: calc(100vh - 85px);
    width: 16em;
    overflow-y: auto;
    top: 85px;
    transform: translateX(-186%);
    scroll-padding-left: 10px;
    padding-left: 0.5em;
    padding-right: 0.5em;
}

.VSOptionsBox1 {
    transform: translateX(-90%);
}

.VSOptionsBox2 {
    transform: none;
}

.vehicleSortBox {
    background-color: #1e1e1e;
    border-radius: .5rem;
    padding: 5px;
    position: relative;
    width: calc(15em - 25px);
    margin: auto;
    margin-bottom: 15px;
}

.vehicleSortSelect {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent;
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3E%3Cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m6 8 4 4 4-4'/%3E%3C/svg%3E");
    background-position: right 0 center;
    background-repeat: no-repeat;
    background-size: 1.5em 1.5em;
    border: none;
    outline: none;
    padding: 4px 5px;
    width: 100%;
    color: #ccc;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
}

.vehicleSortSelect option {
    color: #000;
}

.filterWrapper {
    width: 15em;
    max-height: 170px;
    background-color: #1e1e1e;
    border-radius: .5rem;
    position: relative;
    margin: auto;
    text-align: left;
    color: #ccc;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 15px;
    overflow: hidden;
    /* padding-bottom: 10px; */
    margin-bottom: 15px;
}

.filterSearchContainer {
    background-color: #363636;
    padding: 5px 10px 5px 10px;
}

.filterIcon {
    width: 20px;
    height: 20px;
    display: inline-table;
    vertical-align: middle;
}

.filterSearch {
    width: calc(100% - 30px);
    height: 20px;
    display: inline-table;
    vertical-align: middle;
    background-color: transparent;
    border: none;
    color: #ccc;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
}

.filterTitle {
    color: #ccc;
    font-family: "Roboto", sans-serif;
    font-weight: 600;
    padding-left: 15px;
    margin-top: 10px;
}

.filterContainer {
    max-height: 130px;
    overflow: auto;
    /* margin-bottom: 5px; */
    padding: 5px 15px 5px 15px;
}

.filterOption {
    margin-top: 5px;
    margin-bottom: 5px;
    position: relative;
}

.filterCheckbox {
    background-color: #1e1e1e;
    cursor: pointer;
}

.sliders_control {
    position: relative;
    width: 100%;
    min-height: 15px;
    margin-top: 15px;
}

.rangeSlider::-webkit-slider-thumb {
    -webkit-appearance: none;
    pointer-events: all;
    width: 15px;
    height: 15px;
    background-color: #fff;
    border-radius: 50%;
    box-shadow: 0 0 0 1px #C6C6C6;
    cursor: pointer;
}

.rangeSlider::-moz-range-thumb {
    -webkit-appearance: none;
    pointer-events: all;
    width: 15px;
    height: 15px;
    background-color: #fff;
    border-radius: 50%;
    box-shadow: 0 0 0 1px #C6C6C6;
    cursor: pointer;  
}

.rangeSlider::-webkit-slider-thumb:hover {
    background: #f7f7f7;
}

.rangeSlider::-webkit-slider-thumb:active {
    box-shadow: inset 0 0 3px red, 0 0 9px red;
    -webkit-box-shadow: inset 0 0 3px red, 0 0 9px red;
}

.rangeSlider {
    -webkit-appearance: none; 
    appearance: none;
    height: 2px;
    width: calc(100% - 30px);
    position: absolute;
    background-color: red;
    pointer-events: none;
    left: 15px;
}

#fromSlider {
  height: 0;
  z-index: 1;
}

.filterDRTextContainer {
    padding: 5px 15px 5px 15px;
    margin-bottom: 5px;
    color: #ccc;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-size: 12px;
}

.vehicleSelectionBox {
    max-width: 62em;
    flex-grow: 1;
    margin-left: 16em;
    height: auto;
    margin-top: 35px;
}

.vehicleOptionsBar {
    width: 840px;
    height: 40px;
    background-color: #1e1e1e;
    border-radius: 15px;
    margin: auto;
    margin-bottom: 25px;
    padding: 10px 15px 10px 15px;
    display: inline-table;
    vertical-align: top;
}

.vehicleSearchBox {
    width: 68%;
    height: 40px;
    float: right;
    display: inline-table;
    vertical-align: middle;
}

.vehicleSearch {
    width: 100%;
    height: 40px;
    display: inline-table;
    vertical-align: middle;
    background-color: transparent;
    border: none;
    color: #ccc;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 17px;
    float: right;
}

.vehicleOptionsBarLine {
    width: 0.5%;
    height: 40px;
    background-color: #cccccc60;
    display: inline-table;
    vertical-align: middle;
    border-radius: 15px;
    margin-left: 1.75%;
    margin-right: 1.75%;
}

.vehicleTeamSelector {
    width: 28%;
    height: 40px;
    float: left;
    display: inline-table;
    vertical-align: top;
}

.vehicleTeamSelect {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent;
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3E%3Cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m6 8 4 4 4-4'/%3E%3C/svg%3E");
    background-position: right 0 center;
    background-repeat: no-repeat;
    background-size: 1.5em 1.5em;
    border: none;
    outline: none;
    padding: 4px 5px;
    width: 100%;
    color: #ccc;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-size: 17px;
    height: 40px;
}

.vehicleTeamSelect option {
    color: #000;
}

.closeSelectionMenu {
    width: 60px;
    height: 60px;
    display: inline-table;
    background-color: #1e1e1e;
    vertical-align: top;
    border-radius: 15px;
    border: none;
    vertical-align: middle;
}

.closeSelectionMenu:hover {
    opacity: 0.7;
    cursor: pointer;
}

.vehicleSelection {
    width: 450px;
    height: auto;
    background-color: #1e1e1e;
    border-radius: 15px;
    display: inline-table;
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 25px;
}

.vehicleSelection:hover {
    opacity: 0.7;
    cursor: pointer;
}

.selectionImageBox {
    width: 40%;
    height: 100%;
    border-radius: 15px 0px 0px 15px;
    position: relative;
    display: inline-table;
}

.selectionImage {
    width: 100%;
    position: relative;
    margin: auto;
}

.selectionOtherInfo {
    height: 20px;
    position: absolute;
    bottom: 11px;
    right: 7px;
}

.selectionPrice {
    width: auto;
    height: auto;
    position: relative;
    padding: 3px 10px 3px 10px;
    border-radius: 5px;
    background-color: #363636;
    color: #cccccc;
    font-size: 12px;
    font-family: "Roboto", sans-serif;
    font-weight: 600;
    opacity: 0.8;
    display: inline-table;
    vertical-align: top;
}

.selectionInterior {
    width: auto;
    height: 20px;
    padding: 0px 5px 0px 5px;
    border-radius: 5px;
    background-color: #363636;
    color: #cccccc;
    font-size: 12px;
    font-family: "Roboto", sans-serif;
    font-weight: 600;
    opacity: 0.8;
    display: inline-table;
    vertical-align: top;
    margin-right: 5px;
}

.interior-icon {
    height: 16px;
    padding-top: 2px;
}

.selectionInfo {
    width: 56%;
    height: 100%;
    border-radius: 0 15px 15px 0;
    position: relative;
    display: inline-table;
    float: right;
    padding: 10px 7px 10px 7px;
    text-align: left;
}

.selectionMainBox {
    position: relative;
    width: 100%;
}

.selectionTitle {
    color: #ccc;
    font-size: 15px;
    font-family: "Roboto", sans-serif;
    font-weight: 600;
}

.selectionType {
    color: #cccccc99;
    font-size: 12px;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
}

.selectionScore {
    width: auto;
    height: auto;
    position: absolute;
    right: 10px;
    bottom: 0px;
    padding: 2px 5px 2px 5px;
    border-radius: 5px;
    color: #cccccc;
    font-size: 10px;
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    background-color: #363636;
}

.selectionStatBox {
    width: 46%;
    height: 20px;
    background-color: transparent;
    display: inline-table;
    margin-right: 10px;
    margin-top: 5px;
    padding: 0px;
}

.selectionStatIcon {
    width: 20px;
    height: 20px;
    position: absolute;
}

.selectionStatProgressBar { 
    background-color: rgb(192, 192, 192); 
    width: calc(100% - 27px); 
    border-radius: 10px; 
    height: 7px;
    position: relative;
    float: right;
    margin-top: 6.5px;
}

.selectionProgressBarInside { 
    background-color: #29d70a;
    color: white; 
    /* padding: 1%;  */
    text-align: right; 
    font-size: 20px; 
    border-radius: 10px; 
    height: 7px;
    width: 0%;
}

.mapTypeBox {
    width: 100px;
    height: 100px;
    background-color: #1e1e1e;
    position: fixed;
    left: calc(414px + 15px);
    bottom: 15px;
    z-index: 1;
    border-radius: 20px;
    box-sizing: border-box;
    border: 3px solid #1e1e1e;
}

.mapTypeText {
    color: white;
    font-family: "Roboto", sans-serif;
    font-size: 12px;
    font-weight: 600;
    bottom: 7px;
    left: 10px;
    position: absolute;
    pointer-events: none;
}

.mapTypeBox:hover {
    cursor: pointer;
}

.mapTypeBox:hover ~ .mapTypeOptionsBox {
    opacity: 1;
    pointer-events: all;
}

.mapTypeBox:hover .mapTypeOptionImg, .mapTypeBox:hover .mapTypeText, .mapTypeBox:hover .mapTypeOptionShadow {
    opacity: 0;
}

.mapTypeOptionsBox {
    width: 310px;
    height: 100px;
    background-color: transparent;
    position: fixed;
    left: calc(414px + 115px);
    bottom: 15px;
    z-index: 1;
    opacity: 0;
    pointer-events: none;
    transition: all 0.15s ease;
}

.mapTypeOptionsBox:hover {
    opacity: 1;
    pointer-events: all;
}


body:has(.mapTypeOptionsBox:hover) .mapTypeBox .mapTypeOptionImg, body:has(.mapTypeOptionsBox:hover) .mapTypeBox .mapTypeText, body:has(.mapTypeOptionsBox:hover) .mapTypeBox .mapTypeOptionShadow {
    opacity: 0;
}

.mapTypeOption {
    width: 90px;
    height: 90px;
    background-color: #1e1e1e;
    position: fixed;
    left: calc(414px + 15px);
    bottom: 20px;
    z-index: 2;
    border-radius: 17.5px;
    transition: all 0.15s ease;
    box-sizing: border-box;
    border: 2.5px solid #1e1e1e;
}

.mapTypeOption:hover {
    cursor: pointer;
    border: 4px solid #1e1e1e;
}

.mapTypeOption:hover .mapTypeOptionImg {
    opacity: 0.7;
}

.mapTypeSelected {
    border: 2.5px solid red; 
}

.mapTypeSelected:hover {
    border: 4px solid red;
}

.mapTypeOptionSelect {
    width: 100%;
    height: 100%;
    background-color: white;
}

.mapTypeOptionText {
    color: white;
    font-family: "Roboto", sans-serif;
    font-size: 11px;
    font-weight: 600;
    bottom: 7.5px;
    left: 10px;
    position: absolute;
    pointer-events: none;
}

.mapTypeOptionShadow {
    width: 100%;
    height: 20px;
    position: absolute;
    bottom: 0px;
    box-shadow: 0px -7px 5px #00000055;
    pointer-events: none;
    background-color: #00000055;
    border-radius: 0px 0px 20px 20px;
}

.mapTypeOption .mapTypeOptionShadow {
    border-radius: 0px 0px 15px 15px;
}

.mapTypeOptionImg {
    width: 100%;
    height: 100%;
    position: absolute;
    border-radius: 15px;
    pointer-events: none;
}

.embedBox {
    width: 500px;
    height: auto;
    background-color: #1e1e1e;
    position: fixed;
    top: calc(50% - 125px);
    left: calc(50% - 250px);
    border-radius: 25px;
    padding: 20px;
    text-align: left;
}

.embedOptions {
    margin-bottom: 10px;
}

.embedBox span {
    color: #ccc;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    margin-right: 10px;
}

.embedCode {
    background-color: #333;
    border-radius: 10px;
    padding: 10px;
    color: #ccc;
    font-family: "Roboto Mono", monospace;
    margin-bottom: 10px;
    word-wrap: break-word;
    position: relative;
}

.copyButton {
    position: absolute;
    bottom: 2px;
    right: 10px;
    background-color: transparent;
    color: #ffffffa2;
    border: none;
    border-radius: 5px;
    padding: 5px 10px;
    cursor: pointer;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-size: 12px;
    line-height: 20px;
}

.copyButton:hover {
    opacity: 0.7;
}

.checkbox-container {
    display: inline-block;
    vertical-align: middle;
}

.checkbox-container input[type="checkbox"] {
    display: none;
}

.checkbox-container label {
    display: inline-block;
    width: 18px;
    height: 18px;
    border: 2px solid #ccc;
    border-radius: 4px;
    position: relative;
    cursor: pointer;
    transition: all 0.2s ease;
}

.checkbox-container label:after {
    content: '';
    position: absolute;
    width: 6px;
    height: 12px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
    opacity: 0;
    transition: all 0.2s ease;
}

.checkbox-container input[type="checkbox"]:checked + label {
    background-color: #4285f4;
    border-color: #4285f4;
}

.checkbox-container input[type="checkbox"]:checked + label:after {
    opacity: 1;
}

.graphWatermark {
    width: 50px;
    height: 50px;
    position: fixed;
    top: 10px;
    right: 10px;
    font-size: 12px;
    display: none;
}

.graphWatermarkLogo {
    width: 100%;
    height: 100%;
}

#selectionMenu {
    width: calc(100% - 414px);
    right: 0;
    z-index: 10;
}

.toggleFilterButton {
    width: 70px;
    height: 70px;
    position: fixed;
    z-index: 15;
    background-color: #121212;
    left: 10px;
    bottom: 10px;
    border-radius: 20px;
    border: none;
}

.detailedBox {
    width: 50em;
    height: auto;
    background-color: #1e1e1e;
    position: fixed;
    top: calc(50% - auto);
    left: calc(50% - 50em / 2);
    border-radius: 25px;
    padding: 20px;
    text-align: left;
}

.detailedBoxTitle {
    color: #ccc;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    margin-right: 10px;
}

.statDetailContainer {
    width: 100%;
    color: #ccc;
    font-family: "Roboto", sans-serif;
}

.statDetailVehicleContainer {
    display: inline-table;
    width: 12em;
    margin-left: 2.5px;
    margin-right: 2.5px;
}

.statDetailVehicle {
    color: #cccccc99;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    margin-top: 2px;
    float: right;
    font-size: 12px;
}

.barGraph {
    height: 400px;
}

.navbar-dropdown {
    position: absolute;
    right: 0;
    top: 0;
    height: 50px;
    display: flex;
    align-items: center;
    z-index: 10;
    padding-right: 10px;
}

.navbar-dropdown-btn {
    background: #232323;
    border: none;
    color: #ccc;
    font-size: 28px;
    border-radius: 10px;
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.2s;
}

.navbar-dropdown-btn:hover {
    /* background: #383838; */
    opacity: 0.7;
    cursor: pointer;
}

.navbar-dropdown-content {
    display: none;
    position: fixed; /* <-- Use fixed so it's not clipped by navbar */
    top: 48px;
    right: 10px;
    background-color: #1e1e1e;
    min-width: 170px;
    border-radius: 10px;
    box-shadow: 0 4px 16px #00000055;
    z-index: 200;
    flex-direction: column;
    padding: 8px 0;
}

.navbar-dropdown-content a {
    color: #ccc;
    padding: 12px 20px;
    text-decoration: none;
    display: block;
    font-family: "Roboto", sans-serif;
    font-weight: 600;
    font-size: 16px;
    transition: background 0.2s, color 0.2s;
    border: none;
    background: none;
}

.navbar-dropdown-content a:hover {
    background-color: #232323;
    color: #ff0000;
    cursor: pointer;
    border-radius: 6px;
}

.area-text, .postal-codes, .building-numbers, .buildings, .road-names {
    pointer-events: none;
}

.liveries-title {
    font-size: 64px;
    font-family: "Roboto", sans-serif;
    font-weight: 600;
    color: white;
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center;
    position: relative;
    margin: auto;
    margin-top: 0.67em;
}

.livery-search-bar {
    width: 100%;
    height: 35px;
    border-radius: 10px;
    background-color: #333333;
    margin-top: 13px;
    margin-bottom: 10px;
}

.liveries-container {
    max-width: 100em;
    height: auto;
    background-color: transparent;
    margin: auto;
    text-align: center;
}

.livery-box {
    width: 18em;
    height: 215px;
    /* background-color: #333333; */
    display: inline-table;
    margin-left: 0.75em;
    margin-right: 0.75em;
    border-radius: 10px;
    text-align: left;
    margin-bottom: 20px;
}

.livery-box-img {
    width: 100%;
    border-radius: 10px;
    background-size: cover;
    background-position: center;
}

.livery-box-profile-img {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    margin-left: 7px;
    margin-top: 5px;
}

.livery-text-box {
    background-color: transparent;
    width: calc(18em - 52px);
    min-height: 30px;
    position: absolute;
    margin-left: 7px;
    margin-top: 6px;
}

.livery-box-title {
    color: white;
    font-family: "Roboto", sans-serif;
    font-weight: 600;
    font-size: 14px;
    display: grid;
}

.livery-box-subtexts {
    width: 100%;
    height: 20px;
    display: grid;
    position: relative;
}

.livery-box-subtext {
    color: #ccc;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-size: 10px;
    position: absolute;
}

.livery-page {
    max-width: 104em;
    height: auto;
    background-color: transparent;
    margin: auto;
    text-align: left;
    padding-left: 1em;
    padding-right: 1em;
}

.livery-title {
    font-size: 54px;
    font-family: "Roboto", sans-serif;
    font-weight: 600;
    color: white;
}

.livery-author-box {
    min-width: 30px;
    height: 30px;
    display: inline-table;
    position: relative;
    vertical-align: top;
    margin-top: 3px;
}

.livery-author-img {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    position: absolute;
}

.livery-author {
    color: #ccc;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-size: 14px;
    position: relative;
    display: table-cell;
    vertical-align: middle;
    padding-left: 4px;
}

.livery-img {
    width: 100%;
    border-radius: 10px;
    background-size: cover;
    background-position: center;
    margin-top: 15px;
}

.livery-img-carousel {
    width: 100%;
    height: auto;
    text-align: center;
    margin-top: 7px;
}

.livery-carousel-img {
    width: 24%;
    border-radius: 7px;
    background-size: cover;
    background-position: center;
    display: inline-table;
    vertical-align: top;
}

.carousel-img-selected {
    box-sizing: border-box;
    border: 3px solid red;
}

.livery-img-carousel-spacer {
    width: 0.32%;
    display: inline-table;
}