.navbar-expand-md .navbar-light .nav-item.active:after,
.navbar-expand-md.navbar-light .nav-item.active:after {
    border: 1px solid #de1515;
}

.btn-primary,
.btn-outline-primary,
.btn-ghost-primary {
    --tblr-btn-color: #de1515;
    --tblr-btn-color-interactive: #880d0d;
}

.btn-secondary,
.btn-outline-secondary,
.btn-ghost-secondary {
    --tblr-btn-color: #252525;
}

.btn-dark,
.btn-outline-dark,
.btn-ghost-dark {
    --tblr-btn-color: #252525;
}

.page-item.active .page-link {
    background-color: #c42020;
}

a {
    color: #de1515;
}

label.error {
    color: red;
}

.product_frame {
    white-space: nowrap;
    height: 250px;
    width: 100%;
    text-align: center;
}

.product_frame:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.product_frame_popup {
    white-space: nowrap;
    height: 250px;
    text-align: center;
}

.product_frame_popup:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.product_frame_img {
    vertical-align: middle;
    max-height: 250px;
    max-width: 250px;
}

.product_frame_popup_img {
    vertical-align: middle;
    max-height: 275px;
    max-width: 275px;
}

.product_frame_popup_big_img {
    vertical-align: middle;
    justify-content: center;
    max-height: 1080px;
    max-width: 1080px;
}

.login-bg {
    background-image: url('../../assets/img/login-bg-img.jpg');
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 0px;
    overflow: hidden;
}

.merchandise-new-label {
    top: 4px !important;
    right: 3px !important;
}


/*.logo_section {
    background-color: rgba(221, 0, 0, 0.7);
    float: left;
    height: 65px;
    margin-top: 52px;
    position: absolute;
    width: 100%;
}*/
.logo_section {
    background-color: #000;
    float: left;
    height: 65px;
    margin-top: 52px;
    /* margin-top: 177px; */
    position: absolute;
    width: 100%;
    /* z-index: 333;*/
}


/* .login {
    background-color: #FFF;
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
} */
.login {
    /* background-color: #FFF; */
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
}

/*
.logo_login {
    background-color: #FFF;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
}*/
.logo_login {
    /* background-color: #FFF; */
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
}


/* .login a {
    background: rgba(0, 0, 0, 0) url('../../assets/img/lock.png') no-repeat scroll 32px center;
    color: #666666;
    float: right;
    font-size: 16px;
    padding: 22px 60px;
    line-height: 21px;
    text-align: center;
    text-decoration: none;
}

.login a:hover {
    background-color: #FFF;
} */
.login a {
    background: rgba(0, 0, 0, 0) url(../../assets/img/lock.png) no-repeat scroll 32px center;
    color: #ffffff;
    float: right;
    font-size: 16px;
    padding: 22px 60px;
    line-height: 21px;
    text-align: center;
    text-decoration: none;
}

.login a:hover {
    background-color: transparent;
}

.login-box {
    background: white none repeat scroll 0 0 padding-box;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    box-shadow: 0 3px 9px rgb(0 0 0 / 50%);
    right: 25px !important;
    position: fixed;
    top: 130px !important;
    left: unset !important;
    z-index: 999999 !important;
    height: auto;
    width: 290px;
    background: #fff;
    padding: 15px;
}

.login-box::after {
    background: rgba(0, 0, 0, 0) url('../../assets/img/caret-up.png') no-repeat scroll center center;
    content: "";
    height: 20px;
    left: 80%;
    position: absolute;
    top: -15px;
    width: 20px;
}

.login-logo {
    margin-top: -32px;
    text-align: center;
}

a.close-btn {
    font-size: 18px;
    line-height: 1;
    position: absolute;
    right: 3%;
    text-decoration: none;
    top: 0;
    z-index: 2147483647;
}

.close-btn:hover {
    color: #000;
    text-decoration: none;
    opacity: .75;
}

/* **********
Dealer Survey style
*/
.loader-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.8);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.loader-content {
    text-align: center;
}

.loader-spinner {
    width: 50px;
    height: 50px;
    border: 5px solid #f3f3f3;
    border-radius: 50%;
    border-top: 5px solid #dc3545;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* Star rating */
.star-rating {
    display: flex;
    justify-content: left;
    gap: 10px;
}

.star-label {
    cursor: pointer;
}

.star-label input[type="radio"] {
    display: none;
}

.star-label i {
    font-size: 24px;
    color: #ccc;
}

.star-label i.checked {
    color: #ffd700;
}

.progress {
    border-radius: 0;
}

.btn-danger {
    border-radius: 0;
}

.logo_section.tablet_login {
    display: none;
}