
/*---------------------styling for carousel----------------------*/
.c-item{
    height: 600px;
}

.c-img{
    height: 100%;
    object-fit: cover;
    filter: brightness(0.6);
}

.btn-carousel{

    background-color: #FFBF00;
    border-color: #FFBF00;
    border-radius: 0px;
    transition: 0.5s;
}

.btn-carousel:hover{

    transition: 0.5s;
    background-color: #ffd65c;
    border-color: #ffd65c;
    
}

@media (min-width: 992px){
    .dropdown:hover .dropdown-menu {

        display: block;
        margin-top: 0px;
    }
}

/*---------------------styling for cards information----------------------*/
.cards-info h2::after {
    content: "";
    display: block;
    width: 100px; 
    height: 7px; 
    border-radius: 10px;
    background-color: #C62121;
    margin-top: 15px; 
    margin-bottom: 15px;
}


.cr-img{
    height: 50%;
    object-fit: cover;
    filter: brightness(0.6);
}

.cards-info .card{

    transition: 0.5s;
}

.cards-info .card:hover{

    background-color: rgb(236, 236, 236);
    color:#C62121;
    transition: 0.5s;
}

.btn-card{
    border-radius: 0px;
    background-color: #C62121;
    border-color: #C62121;
    transition: 0.5s;
}

.btn-card:hover{
    background-color: #c83737;
    border-color: #c83737;
    transition: 0.5s;
}


/*---------------------styling for future auctions----------------------*/
.futureauctions h2:after{

    content: "";
    display: block;
    width: 100px; 
    height: 7px; 
    border-radius: 10px;
    background-color: #C62121;
    margin-top: 15px; 
    margin-bottom: 15px;
}

.futureauctions h4:after{

    content: "";
    display: block;
    width: 100px; 
    height: 4px; 
    border-radius: 10px;
    background-color: #C62121;
    margin-top: 15px; 
    margin-bottom: 15px;
}


.nav-pills{

    background-color: #efefef;
}
.nav-tabs .nav-link{

    padding: 10px 20px;
    background-color: rgb(220, 220, 220);
    border-radius: 0px;
    font-size: 20px;
    color: black;
    border: 0.5px solid rgb(175, 175, 175);
}

.nav-tabs .nav-link.active {
    position: relative;
}

.nav-tabs .nav-link.active::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: red;
}

@media (min-width:576px){

    .future-carousel-inner{

        display: flex;
    }

    .future-carousel-inner .carousel-item{

        display: block;
        margin-right: 0;
        flex: 0 0 calc(100%/3)
    }
}


.future-carousel-inner{

    padding: 1em;
}

.future-carousel-inner .card{

    padding: 0 0.5em;
}

.crc-img-card{
    height: 200px;
    width: 100%;
    object-fit: cover;
    
}

.future-buttons{

    display: grid;
    align-items: center;
    justify-content: center;

}


/*---------------------styling for the pre defined filter----------------------*/

.pre-filter-wrapper{

    width: 100%;
    background-color: #f2f2f2;
    border-top: 0.5px solid rgb(214, 214, 214);
    border-bottom: 0.5px solid rgb(214, 214, 214);
    overflow-x: scroll;
    white-space: nowrap;
}
.pre-filter {
    flex: 0 0 auto; /* Prevent flex items from shrinking */
    width: 150px; /* Set a fixed width for the buttons */
    overflow: hidden; /* Ensure any overflow is hidden */
    text-overflow: ellipsis; /* Add ellipsis (...) if text overflows */
    white-space: nowrap; /* Prevent text from wrapping to the next line */
}

.filt{
    
    overflow-x: auto;
    padding-left: 0;
    padding-right: 0;
}


/*---------------------styling product list (vehicles)----------------------*/
.item-info{

    color: #3c3c3c;
}

.btn-outline-dark:hover{

    color: black;
    background-color: white;
}

.vehicle-buttons{

    width: 50%;
}

.read-more button{

    background-color: #f4f4f4;
}

/*---------------------filter styling car----------------------*/

#carParent .main-body{
     padding: 0;
}

#carParent .accordion-item .accordion-header .accordion-button{

    background-color: #f1f1f1;
}

#carNested .accordion-item .accordion-header{

    margin: 0;
}

#carNested .accordion-item .accordion-header .accordion-button{

    background-color: white;
    border-left: none;
    border-right: none;
    border-top: none;
    border-radius: 0;
}

#carNested .accordion-button{

    padding-bottom: 9px;
    padding-right: 9px;
}

/*---------------------vehilce profile styling----------------------*/
.content-info {
    border-bottom: none;
}

#vehicledisplay .carousel-indicators img{

    width:70px;
    display: inline-block;
}

#vehicledisplay .carousel-indicators button{

    margin-bottom: 6rem;
    width: max-content!important;
}

#vehicledisplay .carousel-indicators{

    
    position: unset;
    margin-right: 0;
}

/*---------------------styling for live auctions----------------------*/
.biders{
    max-height: 500px;
    overflow-y: scroll;

}

.fixed-top-item {
    position: sticky;
    top: 0;
    z-index: 1;
    
}

.bidding:hover, .bidding .card-body:hover {
    background-color: initial !important; /* Ensure no background color change on hover */
    color: initial !important; /* Ensure no text color change on hover */
}

.other-auctions img{

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


/*---------------------styling user dashboard----------------------*/

.nav-pills .nav-link {
    color: #000000; /* Change to the color you want */
    border: 1px solid transparent; /* Add transparent border */
}

/* Change the background color of the active tab */
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    background-color: #ffffff; /* Change to the color you want */
    border-color: #858585; /* Add border color */
}

/* Change the color of the text in the active tab */
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #C62121; /* Change to the color you want */
}

.dashtitle h2:after{

    content: "";
    display: block;
    width: 100px; 
    height: 7px; 
    border-radius: 10px;
    background-color: #C62121;
    margin-top: 15px; 
    margin-bottom: 15px;
}

/*---------------------styling user profile (dashboard)----------------------*/

/*---------------------styling questions page for adding product (dashboard)----------------------*/
.qgenre .list-group{

    margin-top: 200px;
}


.btn-link {
    text-decoration: none;
    color: inherit;
}

.submit-product{

    background-color: #962020;
}



/*-------------------------------------------------------*/

.read-more{

    outline: #CACACA;
    background-color: #CACACA;
    
}

.read-more:hover{

    outline: #b0b0b0;
    background-color: #b0b0b0;
    
}

/*-------------*/
.filter-btn {
    width: 160px; /* Adjust this width as needed */
    display: flex;
    justify-content: space-between; /* Distribute space between text and icon */
    align-items: center; /* Vertically center the content */
    direction: ltr; /* Set text direction to left-to-right */
}

.filter-btn::after {
    order: -1; /* Ensure the dropdown icon is at the end */
    margin-left: 0.5em; /* Add some space between the text and icon */
    margin-right: 0; /* Remove any margin on the right */
}

.crc-img {
    width: 200px; /* Adjust the width as needed */
    height: auto; /* Maintain the aspect ratio */
}

/*---------------------styling filter carousel in vehicle list----------------------*/

.text-red {
    color: #962020;
}
.pre-filter-wrapper button{

    background-color: white
    
}

.pre-filter-wrapper button:hover{

    background-color: rgb(234, 234, 234)
    
}

/*---------------------styling detailed filter in vehicle list----------------------*/
.detailed-filter{

    border-left: 0.2px solid rgb(228, 228, 228);
    border-right: 0.2px solid rgb(228, 228, 228);
    min-width: 300px; /* Set this to whatever minimum width you desire */
    
    max-width: 100%;
    box-sizing: border-box;
    
}

.bi-bookmark{

    color:rgb(188, 14, 14);
}

.bi-bookmark-fill{

    color:rgb(188, 14, 14);
}



.pre-filter-wrapper{

    width: 100%;
    background-color: #f2f2f2;
    border-top: 0.5px solid rgb(214, 214, 214);
    border-bottom: 0.5px solid rgb(214, 214, 214);
    overflow-x: scroll;
    white-space: nowrap;
}
.pre-filter {
    flex: 0 0 auto; /* Prevent flex items from shrinking */
    width: 150px; /* Set a fixed width for the buttons */
    overflow: hidden; /* Ensure any overflow is hidden */
    text-overflow: ellipsis; /* Add ellipsis (...) if text overflows */
    white-space: nowrap; /* Prevent text from wrapping to the next line */
}

.filt{
    
    overflow-x: auto;
    padding-left: 0;
    padding-right: 0;
}


.product-title-m{

    overflow-x: auto;
}

.product-title{

    overflow: hidden; /* Ensure any overflow is hidden */
    text-overflow: ellipsis; /* Add ellipsis (...) if text overflows */
    white-space: nowrap; /* Prevent text from wrapping to the next line */
}

.action-sec{

    overflow-x: auto;
}

.action-btn{

    overflow: hidden; /* Ensure any overflow is hidden */
    text-overflow: ellipsis; /* Add ellipsis (...) if text overflows */
    white-space: nowrap; /* Prevent text from wrapping to the next line */
}




/*---------------------styling image expanding in profile----------------------*/

.img-grid button{

    background-color: #e8e8e8;
    border-color: #f4f4f4;
    color:#000000;
}

.img-grid button:hover, .img-grid a:hover{

    background-color: #d9d9d9;
    border-color: #f4f4f4;
    color:#000000;
}

.img-grid button:active:hover, .img-grid button:focus, .img-grid button:active:focus, .img-grid a:active:hover, .img-grid a:focus, .img-grid a:active:focus{

    background-color: #c3c3c3;
    border-color: #f4f4f4;
    color:#000000;
}

.img-grid img {
    
    cursor: pointer;
    width: 100%;
    
    object-fit: fill;
  }

.img-grid img:hover{

    border: solid 1px;
    border-color: #962020;
}

/*---------------------styling for info list in product profile----------------------*/


.veh-info .card-header{

    background-color: #e8e8e8;
}

li.borderless {
    border-top: 0 none;
  }

.btn-primary{

    background-color: #1B477A;
    border-color: #1B477A;
}
.btn-primary:hover{

    background-color: #1d5089;
}
.btn-outline-primary{

    background-color: #ffffff;
    border-color: #000000;
}
.btn-outline-primary:hover{

    background-color: #ececec;
    border-color: #000000;
}
.veh-info .btn-outline-primary:active:focus{

    background-color: rgb(136, 136, 136);
    border-color: #000000;
    color:#cbcbcb;
}

.btn-danger{

    background-color: #982929;
    border-color: #982929;
}
.btn-danger:hover{

    background-color: #ad2f2f;
}
.btn-success{

    background-color: #2C7220;
    border-color: #2C7220;
}
.btn-success:hover{

    background-color: #378f28;
}

.btn-outline-secondary:hover{

    border-color: #bfbfbf;
    background-color: #bfbfbf;
}

.req-ins{

    border-bottom: 1px solid #d0d0d0; /* Change 2px and #000 to your desired border width and color */
    padding-bottom: 10px; /* Optional: Adjust spacing if needed */
}

.footer-profile{

    border-top: 1px solid #d0d0d0;
    padding-top: 20px; /* Optional: Adjust spacing if needed */
    padding-bottom: 20px; /* Optional: Adjust spacing if needed */
    border-bottom: 1px solid #d0d0d0;
}

/*---------------------styling for live auction----------------------*/
.live-auction-column{

    background-color: #efefef;
}


/*---------------------new styling for valuation form----------------------
.card-header-valuation{

    background-color: #787878 !important;
}*/