body {
    font-size: .875rem;
}

.feather {
    width: 16px;
    height: 16px;
    vertical-align: text-bottom;
}

/*
 * Sidebar
 */

.bimage {
    max-height: 180px;
    max-width: 240px;
    display: block;
    margin: auto;
}

.card a:after {
    content: ' \2022 ';
    color: #acacac;
    position: relative;
}

.card a:last-child:after {
    content: '';
}

.sidebar {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 100; /* Behind the navbar */
    padding: 48px 0 0; /* Height of navbar */
    box-shadow: inset -1px 0 0 rgba(0, 0, 0, .1);
}

.sidebar-sticky {
    position: relative;
    top: 0;
    height: calc(100vh - 48px);
    padding-top: .5rem;
    overflow-x: hidden;
    overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
}

@supports ((position: -webkit-sticky) or (position: sticky)) {
    .sidebar-sticky {
        position: -webkit-sticky;
        position: sticky;
    }
}

.breadcrumb {
    padding: 0;
}

.navbar .breadcrumb-item + .breadcrumb-item::before {
    color: #bdbdbd }
.navbar .breadcrumb-item.active {
    color: #bdbdbd }
.navbar .breadcrumb-item + .breadcrumb-item::before {
    content: none; }

.white-text {
    color: white;
}

.sidebar .nav-link {
    font-weight: 500;
    color: #333;
}

.sidebar .nav-link .feather {
    margin-right: 4px;
    color: #999;
}

.sidebar .nav-link.active {
    color: #007bff;
}

.sidebar .nav-link:hover .feather,
.sidebar .nav-link.active .feather {
    color: inherit;
}

.sidebar-heading {
    font-size: .75rem;
    text-transform: uppercase;
}

/*
 * Content
 */

[role="main"] {
    padding-top: 166px; /* Space for fixed navbar */
}

@media (min-width: 768px) {
    [role="main"] {
        padding-top: 64px; /* Space for fixed navbar */
    }
}

/*
 * Navbar
 */

.navbar-brand {
    padding-top: .75rem;
    padding-bottom: .75rem;
    font-size: 1rem;
    background-color: rgba(0, 0, 0, .25);
    box-shadow: inset -1px 0 0 rgba(0, 0, 0, .25);
}

.navbar .form-control {
    padding: .75rem 1rem;
    border-width: 0;
    border-radius: 0;
}

.form-control-dark {
    color: #fff;
    background-color: rgba(255, 255, 255, .1);
    border-color: rgba(255, 255, 255, .1);
}

.form-control-dark:focus {
    border-color: transparent;
    box-shadow: 0 0 0 3px rgba(255, 255, 255, .25);
}

p.thumbs2 {
    clear: left;
}

.thumbs2 img{
    margin:0 5px 5px 0;

    max-width: 100px;
    max-height: 100px;
}

.gold {
    color: #F2994A;
}

.textSwitchSelected {
    background-color: orangered;
}

.filepond--item { width: calc(33% - .5em); }
.filepond--desc {
    position: absolute;
    bottom: 20px;
    right: 20px;
    z-index: 100;
    user-select: none;
}

.filepond--desc input
{
    background: rgba(0, 0, 0, 0.5);
    border: none;
    color: white;
}
.filepond--desc input::placeholder
{
    color: lightgrey;
}

/* On Invalid */
.selectpicker2.is-invalid ~ .dropdown-toggle {
    border-color: #dc3545 !important;
    color: #dc3545 !important;
    outline: none !important;
}

.selectpicker2.is-invalid ~ .dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25) !important;
}

/* On valid */
.selectpicker2.is-valid ~ .dropdown-toggle {
    border-color: #28a745 !important;
    color: #28a745 !important;
    outline: none !important;
}

.selectpicker2.is-valid ~ .dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25) !important;
}

.bootstrap-autocomplete .dropdown-item {
    white-space: normal;
}


.has-search .form-control {
    padding-left: 2.375rem;
}

.has-search .form-control-feedback {
    position: absolute;
    z-index: 2;
    display: block;
    width: 2.375rem;
    height: 2.375rem;
    line-height: 2.375rem;
    text-align: center;
    pointer-events: none;
    color: #aaa;
}

#map {
    height: 100%;
}

.img-fluid {
    max-width: 100%!important;
}

.btn-circle.btn-sm {
    width: 30px;
    height: 30px;
    padding: 6px 0px;
    border-radius: 15px;
    font-size: 8px;
    text-align: center;
}
.btn-circle.btn-md {
    width: 50px;
    height: 50px;
    padding: 7px 10px;
    border-radius: 25px;
    font-size: 10px;
    text-align: center;
}
.btn-circle.btn-xl {
    width: 70px;
    height: 70px;
    padding: 10px 16px;
    border-radius: 35px;
    font-size: 12px;
    text-align: center;
}

.paid {
    height: 500px;
}
.paid-sm {
    height: 230px;
}

.carousel-item {
    background-color: #1b1b1b;
}
.colorbadge {
    height: 30px;
    width: 30px;
}
.viewed {
    background-color: #EEF6F0;
}



.emptyMsg {
    background-color: #f8f9fa;
    width: 150px;
    height: 150px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}