nav.navbar {
    background: #1e1e1e !important;
}

.navbar-nav li a {
    color: white !important;
}

.navbar-light .nav-item:hover {
    background: none !important;
    border-radius: 0px !important;
}

.badge {
    background: #e3e3e3;
    color: black;
}

.text-right {
    text-align: right;
}

.text-left {
    text-align: left;
}

.panel-heading {
    font-size: 20px;
    font-weight: bold;
}

svg.google {
    width: 35px;
}

.google-login-btn {
    background: white;
    color: #1F80A2;
}


.btn.btn-primary {
    min-width: 150px;
    background: #DEAC27;
    color: black;
    padding: 12px;
    border: none;
    height: 40px;
    line-height: 15px;
}

.payment-method-button label.active {
    background: #525d7a;
    color: white;
    border-radius: 5px;
    box-shadow: inset 0px 4px 4px rgba(0, 0, 0, 0.25);
    font-weight: 700;
    border: none;
}

.payment-method-button label {
    border: 1px solid #525d7a;
    border-radius: 5px;
    padding: 20px;
    width: 230px;
    font-size: 18px;
    margin-right: 10px;
    cursor: pointer;
    height: 68px;
    text-align: center;
}

.payment-method-button label i {
    margin-right: 8px;
}

.payment-method-button label input {
    display: none;
}

#navbarNavDropdown .btn.btn-primary {
    background: #428eff;
    color: white;
}

.bg-light .link-primary {
    color: white;
    text-decoration: none;
}

.navbar {
    padding-top: 20px;
    padding-bottom: 20px;
}

.home-box-title {
    margin-bottom: 30px;
}

footer a.text-white {
    text-decoration: none !important;
}

.dropzone {
    text-align: center;
}

.text-light-black {
    color: #676767
}

.card-footer {
    background: none;
    border: none;
    padding-bottom: 30px;
}

.vehicle-card {
    height: 400px !important;
}

.big-alert {
    padding: 20px 37px;
}

.nav-link:hover {
    color: #DEAC27 !important;
}

.no-sort::after, .no-sort::before {
    display: none !important;
}

.no-sort {
    pointer-events: none !important;
    cursor: default !important;
}

/* Style the list */
ul.breadcrumb {
    padding: 10px 16px;
    list-style: none;
    background-color: #eee;
}

/* Display list items side by side */
ul.breadcrumb li {
    display: inline;
    font-size: 18px;
}

/* Add a slash symbol (/) before/behind each list item */
ul.breadcrumb li + li:before {
    padding: 8px;
    color: black;
    content: "/\00a0";
}

/* Add a color to all links inside the list */
ul.breadcrumb li a {
    color: #0275d8;
    text-decoration: none;
}

/* Add a color on mouse-over */
ul.breadcrumb li a:hover {
    color: #01447e;
    text-decoration: underline;
}

.blog-list .card {
    min-height: 250px;
}

.card h3 a {
    font-size: 22px;
    color: black;
    text-decoration: none;
}

.btn-danger {
    background: #d73535 !important;
    color: white !important;
}


.verify-socio {
    padding: 10px;
    border: 1px solid #e3e3e3;
    border-radius: 8px;
}


@media (max-width: 1000px) {
    #myTab.nav .step {
        padding: 10px !important;
        width: auto !important;
        padding-left: 15px !important;
        padding-right: 15px !important;
        font-size: 13px;
    }

    .step {
        border-radius: 0px;
    }

    .payment-method-button label {
        width: 160px;
        padding: 10px !important;
        font-size: 16px;
        line-height: 30px;
    }

    .payment-method-button label i {
        display: block;
        text-align: center;
        width: 100%;
    }
}

.box-slide-container{
    margin-left: 50px
}
@media (min-width: 1200px) {
    #carouselExampleCaptions {
        min-height: 400px;
    }

    .tessera-home {
        width: 250px;
        margin-right: 15px
    }
    .box-slide-container{
        margin-left: 350px
    }

}

.hero-text {
    display: inherit;
    position: relative;
}


.btn.btn-secondary {
    background: #1e1e1e !important;
    color: white;
    font-size: 14px;
}

.btn-small {
    padding-left: 14px !important;
    padding-right: 14px !important;
    min-width: auto !important;
    height: 30px !important;
    line-height: 7px !important;
    font-size: 14px !important;
}

.alert-danger-dark{
    background: #ae1a1a !important;
    color: white !important;
}
.alert-danger-dark a{
    color: white !important;
}
.home-card .card-body{
    padding-bottom: 10px;
}

.home-card .card-title{
    height: 50px;
}
.home-card .card-text {
    min-height: 120px;
}

.img-responsive {
    max-width: 100%;
    width: auto;
}


img.vespa-image {
    width: 80%;
}

.btn.btn-primary.btn-small.btn-outline-info {
    background: white;
    border: 1px solid;
    padding: 0px;
    line-height: 28px !important;
}

.alert-danger.expired{
    font-size: 12px;
    text-transform: uppercase;
    width: 90px !important;
    text-align: center;
}