@media (min-width: 576px) {
    .tab-content .meta-image {
        width: 120px;
        height: 120px;
    }
}

@media (min-width: 768px) {
    .tab-content .meta-image {
        width: 240px;
        height: 240px;
    }
}

@media (min-width: 992px) {
    .tab-content .meta-image {
        width: 240px;
        height: 240px;
    }
}

@media (min-width: 1400px) {
    .tab-content .meta-image {
        width: 280px;
        height: 280px;
    }
}

.product-item .meta-image {
    width: 180px;
    height: 180px;
}

aside .product-item .meta-image {
    width: 80px;
    height: 80px;
}

.message .meta-image {
    width: 50px;
    height: 50px;
}

.img-contain {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.trips .card-box * {
    cursor: pointer;
}

.slide-right {
    width: 100%;
    overflow: hidden;
    margin-left: 300px;
    max-width: 500px
}

    .slide-right *:hover {
        animation: 2s slide-right 2s forwards;
        transform: translateX(-100%);
    }

@keyframes slide-right {
    to {
        transform: translateX(0);
    }
}

.avatar-size {
    width: 60px;
    height: 60px;
}

#chat .messages {
    height: calc(100% - 150px);
}

@media (max-width: 576px) {
    .tab-content .meta-image img {
        max-height: 45vh;
        object-fit: contain;
    }
}

.navbar .notifications {
    overflow-y: auto;
}

    .navbar .notifications ul {
        padding: 0px;
        max-height: 230px;
        overflow-y: auto;
        margin: 0px;
    }

    .navbar .notifications > div {
        border-top: 1px solid #d2d2d2;
    }

    .navbar .notifications li:nth-last-child(2) {
        border-bottom: 0px;
    }

    .navbar .notifications li:nth-last-child(1) {
        border-bottom: 0px;
    }

@media (min-width: 992px) {
    .navbar .notifications {
        max-width: 360px;
        max-height: 320px;
    }
}

.status .step-icon {
    border: 1px solid;
    font-size: 1.5rem;
    border-radius: 25px;
    /* padding: 0.5rem; */
    margin: 0px 15px 0 0;
    height: 50px;
    width: 50px;
    display: inline-block;
    text-align: center;
    line-height: 45px;
}


.user-avatar {
    margin-right: 0px;
}

#my-reviews-content .user-avatar {
    margin-right: 15px;
}

.display-flex {
    display: flex;
}

.badge-outline {
    background-color: transparent;
    border: 1px solid transparent;
}

.message.message-unread {
    background-color: #dff4ff !important;
}

.messages .excerpt {
    height: auto;
}

.tab-content .title {
    padding-bottom: 0.5rem;
    margin-bottom: 0px;
}

/*.btn:focus {
    box-shadow: rgba(13,110,253,.5) 0 0 !important;
}
*/
.tooltip-inner {
    text-align: center;
}

.hide-accordion-button::after {
    background-image: none !important;
}

.message-inner .message-content {
    line-height: 1.15rem;
}

.grey-border {
    border: 1px solid #d2d2d2;
}

.size-240x240 {
    width: 240px;
    height: 240px;
}

.size-50x50 {
    width: 50px !important;
    height: 50px !important;
}

.img-cover {
    object-fit: cover;
}

.img-fill {
    object-fit: fill;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: auto;
}


/* Firefox */
input[type="number"] {
    -moz-appearance: auto;
}

.table-td-ellipsis td {
    max-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.bg-grey {
    color: #fafafa;
    background-color: lightslategrey;
}

.form-control[type="file"] {
    padding: 0.4rem 0.75rem;
}

footer .credit-cards-available img {
    object-fit: contain;
    margin-bottom: 10px;
}

@media (min-width:1000px) {
    footer .credit-cards-available {
        max-width: 250px;
    }
}

.trips .meta-image img {
    padding: 0;
    height: 65px;
    position: absolute;
    border-radius: 0px;
    margin-top: 21px;
}

.trips .meta-image .circle {
    border: black dotted;
    width: 50%;
    height: 50%;
    border-radius: 100%;
    left: 25%;
    display: inline-block;
    position: relative;
}

.trips .meta-image .above-circle {
    position: absolute;
    margin-top: -10px;
    left: 0px;
    font-size: 26px;
    margin-left: 77px;
}

@media (min-width:768px) {
    .d-grid.d-md-inline-block button,
    .d-grid.d-md-inline-block a {
        margin-left: 0.25rem;
    }
}

img.img-fluid.flag {
    border: 0px;
    padding: 1px;
}

.tooltipster-sidetip .tooltipster-box .tooltipster-content {
    max-width: 200px;
    padding: 6px 10px;
    text-align: center;
}
