.navbar-dark {
    background-color: var(--blue-4);
    border-color: var(--blue-4);
}

[class*=sidebar-dark-]{
    background-color: var(--blue-4);
}

a, a:hover{
    text-decoration: none;
}

.card.post-card .card-body{
    height: 113px;
}

.card.post-card.vehicle .card-body{
    height: 103px;
}

.post-card .card-text.text-truncate, .featured-post .card-text.text-truncate{
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.post-card, .featured-post{
    border-radius: 0.25rem!important;
    overflow: hidden;
}

.post-card .img-wrapper, .featured-post .img-wrapper{
    position: relative;
    width: 100%;
    background-color: var(--gray-1);
    overflow: hidden;
}

.post-card .img-wrapper img, .featured-post .img-wrapper img{
    width: 100%;
    height: 100%;
    aspect-ratio: 3/3; /* Change this to match your desired aspect ratio */
    object-fit: cover;
}

.post-card .card-body{
    padding: .7rem;
}

/*.post-card .img-wrapper img{*/
/*    min-height: 155px;*/
/*}*/

.total-image{
    position: absolute;
    top: 11px;
    right: -3px;
}

.sale-type{
    position: absolute;
    top: 8px;
    right: 10px;
}

.featured-slider-for .slick-prev:before, .featured-slider-for .slick-next:before  {
    color: var(--black)!important;
}

.plate-number{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    aspect-ratio: 16 / 9; /* Change this to match your desired aspect ratio */
    font-weight: bold;
    background-color: var(--black);
    color: var(--white);
}

.image_loading {
    text-align: center;
    padding: 10px;
    color: #6c757d;
}

.hero-background {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #808080;
    background-blend-mode: multiply;
    transition: background-image .5s;
    border-radius: 10px;
    overflow: hidden;
}

.hero-background .card {
   margin: 0;
}

.image-mask {
    background-image: url('https://www.transparenttextures.com/patterns/3px-tile.png')
}
.img-circle {
    max-width: 100px;
}

.shop-card .card-body {
    padding: 1.1rem;
}

.shop-card .company-logo {
    position: absolute;
    left: 0;
    top: -2.5rem;
    width: 4.5rem;
    height: 4.5rem;
    object-fit: cover;
    border-radius: 50%;
    border: 1px solid #dee2e6;
    background-color: var(--white);
}

.shop-card a {
    color: inherit;
}

.shop-card .company-name {
    font-weight: bold;
}

.shop-card .company-name {
    margin-bottom: 0;
}

.shop-card .company-info-table {
    table-layout: fixed;
    margin-bottom: 0;
    font-size: 14px;
}

.shop-card .company-info-table .info-label{
    width: 2.8rem;
}

.shop-card .company-info-table .info-value{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.horizontal-ad-fixed, .vertical-ad-fixed {
    display: flex;
    justify-content: center;
}

.profile-user-img {
    width: 6.46rem;
    height: 6.46rem;
    max-height: 100%;
    object-fit: cover;
}

.card-title {
    float: none;
    margin-bottom: .75rem;
}

.widget-user .widget-user-header {
    /*background-image: url('../../image/background/luxury-navy-background.jpg');*/
    height: 350px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.widget-user .widget-user-image {
    top: 305px;
}

.description-block .description-header, .description-block .description-text {
    font-size: 70%;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: var(--blue-4);
    font-weight: bold;
}

.rounded {
    border-radius: .25rem !important;
}

.background-color-1 {
    background-color: #F4F5FA;
}

.background-color-2 {
    background-color: var(--blue-4);
}


/* iPad */
@media (min-width: 768px) {
    .post-card .img-wrapper img, .featured-post .img-wrapper img{
        aspect-ratio: 3/2; /* Change this to match your desired aspect ratio */
    }

    .post-card .card-body{
        height: 123px!important;
        padding: 1.25rem;
    }

    .card.post-card.vehicle .card-body{
        height: 111px;
    }
}

/* iPad Pro */
@media (min-width: 992px) {
    .post-card.vehicle .card-body{
        height: 115px;
    }
}

@media (min-width: 1200px) {
    .total-image{
        top: 0.5rem;
        right: 0.5rem;
    }
}
