::-webkit-scrollbar {
    width: 6px;               /* width of the entire scrollbar */
}
  
::-webkit-scrollbar-track {
    background: rgba(0,0,0,0.1);        /* color of the tracking area */
}
  
::-webkit-scrollbar-thumb {
    background-color: rgba(0,0,0,0.25);    /* color of the scroll thumb */
}
.card {
    overflow: hidden;
}
@media (max-width: 1199.98px) {
    .navbar-vertical.navbar-expand-xs.mobile-menu-open {
        transform: translateX(0) !important;
        right: 0 !important;
        max-width: 100% !important;
        background: white;
        margin: 0 !important;
        padding: 1rem !important;
    }
}

.l-container {
    width: 33%;
    min-height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.motorcycle-container {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    font-size: 72px;
}

.motorcycle-container * {
    position: absolute;
    color: #5e6472;
    opacity: 0;
}

.motorcycle-container .motorcycle {
    color: #cb0c9f;
    ;
    opacity: 1;
}

.motorcycle-container .wind {
    opacity: 1;
    font-size: 30px;
    transform: scaleX(-1);
    left: -60px;
    color: #fed9b7;
    animation: motorcycle-gas 1s 0.5s linear infinite;
}

@keyframes motorcycle-gas {
    from {
        opacity: 0;
    }

    25% {
        opacity: 1;
        left: -80px;
    }

    50% {
        opacity: 0;
        left: -100px;
    }

    to {
        opacity: 0;
    }
}

.building {
    top: -45px;
    animation: motorcycle 1.5s 0s linear infinite;
}

@keyframes motorcycle {
    from {
        transform: translate(200%);
        opacity: 0;
    }

    12.5% {
        transform: translate(0%);
        opacity: 1;
    }

    25% {
        transform: translate(-200%);
        opacity: 0;
    }

    26% {
        opacity: 0;
    }

    to {
        opacity: 0;
    }
}

.motorcycle-container .city {
    top: -45px;
    color: #0081a7;
    animation: motorcycle 1.5s 0.75s linear infinite;
}

.motorcycle-container .tree {
    top: -45px;
    color: #00afb9;
    animation: motorcycle 1.5s 0.375s linear infinite;
}

.motorcycle-container .front {
    animation: motorcycle 1.5s 1.125s linear infinite;
}
.navbar-vertical.navbar-expand-xs .navbar-collapse {
    height: auto;
    margin-top: 4rem;
    overflow: initial;
}

#Form_EditForm_AdditionalIDs_Holder .choices__list--multiple .choices__item {
    background-color: #67748e;
    border-color: #67748e;
}

.go-away {
    position: absolute;
    top: -1000px;
    left: -1000px;
}
.h-48 {
    height: 48px;
}
.labs-sidebar {
    top: 48px !important;
}
.labs-main {
    margin-top: 48px !important;
}

body .pb-kill {
    padding-bottom: 0 !important;
}
.select-trigger:checked ~ select {
    display: block !important;
}
.select-trigger:checked ~ i:before {
    content: "\f00d";
}
.filter-table {
    min-width: 160px;
}
.modal .modal-dialog {
    opacity: 0;
    transition: opacity 0.3s linear;
}
.modal.d-block .modal-dialog {
    opacity: 1;
    transition: opacity 0.3s linear;
}
.w-min {
    width: 1px !important;
}
.choices__list--dropdown .choices__item--selectable, .choices__list[aria-expanded] .choices__item--selectable {
    padding-right: 10px !important;
}
.choices__list--dropdown .choices__item--selectable::after, .choices__list[aria-expanded] .choices__item--selectable::after {
    display: none !important;
}
.text-long-cut {
    max-width: 640px;
    overflow: hidden;
    text-overflow: ellipsis;
    line-clamp: 2;
    -webkit-line-clamp: 4;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow-wrap: break-word;
}
.navbar-vertical.navbar-expand-xs .navbar-nav .nav-link {
    padding-top: 0.35rem !important;
    padding-bottom: 0.35rem !important;
    font-size: 0.8rem !important;
}
@media (min-width: 768px) {
    .position-md-absolute {
        position: absolute !important;
    }
}
.no-bg-image {
    background-image: none !important;
}
div[id*="__lpform_Form_EditForm"] {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
}
input[type="color"] {
    height: 64px;
}
.shop-specific,
.shop-specific-top,
.shop-specific-middle,
.shop-specific-bottom {
    border: 5px solid red;
    margin: 0 -10px;
    padding: 0 5px;
    position: relative;
}
.shop-specific-top {
    border-bottom: 0;
    padding-bottom: 0 !important;
    padding-top: 16px !important;
}
.shop-specific-top hr {
    margin-top: 24px;
}
.shop-specific-middle {
    border-bottom: 0;
    border-top: 0;
}
.shop-specific-bottom {
    border-top: 0;
}
.shop-specific:after,
.shop-specific-top:after {
    content: attr(data-shop);
    color: #fff;
    font-size: 0.6rem;
    text-transform: uppercase;
    position: absolute;
    top: 0;
    right: 0;
    padding: 2px 5px;
    background: red;
}

.shop-specific.navy,
.shop-specific-top.navy,
.shop-specific-middle.navy,
.shop-specific-bottom.navy {
    border-color: rgba(23, 63, 95, 1);
}
.shop-specific.navy:after,
.shop-specific-top.navy:after,
.shop-specific-middle.navy:after,
.shop-specific-bottom.navy:after {
    background: rgba(23, 63, 95, 1);
}
.shop-specific.blue,
.shop-specific-top.blue,
.shop-specific-middle.blue,
.shop-specific-bottom.blue {
    border-color: rgba(32, 99, 155, 1);
}
.shop-specific.blue:after,
.shop-specific-top.blue:after,
.shop-specific-middle.blue:after,
.shop-specific-bottom.blue:after {
    background: rgba(32, 99, 155, 1);
}
.shop-specific.green,
.shop-specific-top.green,
.shop-specific-middle.green,
.shop-specific-bottom.green {
    border-color: rgba(60, 174, 163, 1);
}
.shop-specific.green:after,
.shop-specific-top.green:after,
.shop-specific-top.green:after,
.shop-specific-bottom.green:after {
    background: rgba(60, 174, 163, 1);
}
.shop-specific.red,
.shop-specific-top.red,
.shop-specific-middle.red,
.shop-specific-bottom.red {
    border-color: rgba(237, 85, 59, 1);
}
.shop-specific.red:after,
.shop-specific-top.red:after,
.shop-specific-middle.red:after,
.shop-specific-bottom.red:after {
    background: rgba(237, 85, 59, 1);
}
aside.navy {
    background: rgba(23, 63, 95, 0.15);
}
aside.blue {
    background: rgba(32, 99, 155, 0.15);
}
aside.green {
    background: rgba(60, 174, 163, 0.15);
}
aside.red {
    background: rgba(237, 85, 59, 0.1);
}
.sidenav-header2 {
    padding: 0.75rem 2rem 1rem 2rem;
    color: #fff !important;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}
.sidenav-header2 a {
    color: #fff !important;
    font-size: 1.4rem !important;
    line-height: 1.4rem;
}
.sidenav-header2 a span {
    position: relative;
    top: 3px;
}
.sidenav-header2.navy,
select.custom-color-dropdown.navy,
select.custom-color-dropdown option.navy,
select.shop-switcher option.navy,
.badge.bg-navy,
.sidenav-header2.navy .shop-switcher {
    background: rgba(23, 63, 95, 1);
}
.sidenav-header2.blue,
select.custom-color-dropdown.blue,
select.custom-color-dropdown option.blue,
select.shop-switcher option.blue,
.badge.bg-blue,
.sidenav-header2.blue .shop-switcher {
    background: rgba(32, 99, 155, 1);
}
.sidenav-header2.green,
select.custom-color-dropdown.green,
select.custom-color-dropdown option.green,
select.shop-switcher.green,
.badge.bg-green,
.sidenav-header2.green .shop-switcher {
    background: rgba(60, 174, 163, 1);
}
.sidenav-header2.red,
select.custom-color-dropdown.red,
select.custom-color-dropdown option.red,
select.shop-switcher option.red,
.badge.bg-red,
.sidenav-header2.red .shop-switcher {
    background: rgba(237, 85, 59, 1);
}
.custom-color-dropdown,
.shop-switcher {
    color: #fff;
}
.shop-switcher {
    font-weight: bold;
    border: 0;
    text-transform: uppercase;
    font-size: 24px;
    position: relative;
    top: 5px;
}
span.message.required {
    display: block;
    color: rgb(138, 3, 3);
    padding: 5px 10px;
    border: 1px solid red;
    margin-top: 16px;
    background: rgba(237, 85, 59, 0.05);
    border-radius: 0.5rem;
    font-size: 0.9rem;
    font-style: italic;
}
.nyan-cat > div:first-child {
    background: #013366;
}
.the-cat {
    width: 64vw;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.text-of-elip-250 {
    max-width: 250px; 
    overflow: hidden;
    text-overflow: ellipsis; 
}
