﻿@keyframes blink {
    50% {
        opacity: 0.0;
    }
}

@-webkit-keyframes blink {
    50% {
        opacity: 0.0;
    }
}

.blink {
    animation: blinker 1s linear infinite;
    -webkit-animation: blink 1s linear 1s infinite;
}

.advertRowTr {
    font-size: 13px
}

.advertListOffer {
    margin-top: 15px !important;
}

.advertListOfferButton {
    font-size: 12px
}

.custom-alert {
    padding: 10px !important;
    margin: 0 -10px;
}

.lowerOfferPrice {
    color: #FF6961 !important
}

.lastOfferPrice {
    color: #008000 !important;
    font-size: 14px !important;
    font-weight: bold !important;
}

.advertListTableButton {
    background-color: #EAEAEA !important;
}

.advertTableItemImage {
    width: 100% !important;
    height: 224px !important;
    object-fit: cover !important;
}

.offerIncreaseButton {
    font-size: 13px !important;
    margin-left: -5px !important;
    border-color: #0c2547 !important;
    color: #0c2547 !important;
    font-weight: bold !important;
}

    .offerIncreaseButton:hover {
        background-color: #0c2547 !important;
        color: white !important;
        font-weight: bold !important;
    }

.sendAdvertOffer {
    background-color: #0c2547 !important;
    border-color: #0c2547 !important;
    color: white !important;
    font-weight: bold !important;
}

    .sendAdvertOffer:hover {
        background-color: white !important;
        background-color: white !important;
        color: #0c2547 !important;
        font-weight: bold !important;
    }

.sendCloseAdvertOffer {
    border-color: #ffb805 !important;
    background-color: #ffb805 !important;
    color: #0c2547 !important;
    font-weight: bold !important;
}

    .sendCloseAdvertOffer:hover {
        border-color: #0c2547 !important;
        background-color: #0c2547 !important;
        color: #ffb805 !important;
        font-weight: bold !important;
    }

.advertOfferTextbox {
    min-height: 33px !important;
    padding: 1px !important;
    height: 33px !important;
    font-size: 14px !important;
}

.titleCustom {
    font-size: 16px !important;
}

.page-link {
    color: #0c2547 !important;
}

.page-item.active .page-link {
    background-color: #0c2547 !important;
    border-color: #0c2547 !important;
    color: white !important
}

.car-listing2 {
    display: flex;
    flex-direction: row;
    align-items: center;
    background: white;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    padding: 10px;
    position: relative;
    margin-bottom: 15px;
}

    .car-listing2.list_style {
        display: flex;
    }

        .car-listing2.list_style .thumb {
            margin-right: 20px;
            max-width: 260px;
        }

    .car-listing2 .thumb {
        border-radius: 8px;
        overflow: hidden;
        position: relative;
        z-index: 0;
    }

    .car-listing2:hover .thumb {
        background: linear-gradient(180deg, rgba(12, 18, 39, 0) 28.42%, rgba(12, 18, 39, 0.8) 100%);
    }

    .car-listing2 .thumb:before {
        background-image: linear-gradient(to bottom, transparent 0%, #0C1227 100%);
        bottom: 0;
        content: "";
        height: 100px;
        left: 0;
        opacity: 0;
        position: absolute;
        right: 0;
        z-index: 1;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

    .car-listing2:hover .thumb:before {
        opacity: 1;
    }

    .car-listing2 .thumb .tag {
        background-color: #EB6245;
        border-radius: 60px;
        color: #fff;
        font-family: Inter;
        font-size: 9px;
        font-style: normal;
        font-weight: 600;
        line-height: 13px;
        left: 20px;
        letter-spacing: 0.03em;
        padding: 6px 13px;
        position: absolute;
        top: 0;
        text-transform: uppercase;
        visibility: hidden;
        z-index: 1;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
        transform: translateY(-30px);
    }

    .car-listing2:hover .thumb .tag {
        visibility: visible;
        transform: translateY(20px);
    }

    .car-listing2 .thumb .tag.blue {
        background-color: #1947E2;
    }

    .car-listing2 .thumb img {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    .car-listing2:hover .thumb img {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1);
    }

    .car-listing2 img {
        width: 130px;
        height: 100px;
        object-fit: cover;
        border-radius: 5px;
    }

    .car-listing2 .thumb .thmb_cntnt2 {
        bottom: 15px;
        left: 20px;
        position: absolute;
        transform: translateY(40px);
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    .car-listing2:hover .thumb .thmb_cntnt2,
    .car-listing2:hover .thumb .thmb_cntnt3 {
        visibility: visible;
        transform: translateY(-3px);
        z-index: 1;
    }

    .car-listing2:hover .thumb .thmb_cntnt2,
    .car-listing2:hover .thumb .thmb_cntnt3 {
        visibility: visible;
        transform: translateY(-3px);
        z-index: 1;
    }

    .car-listing2 .thmb_cntnt2 li:first-child {
        margin-right: 13px;
    }

    .car-listing2 .thmb_cntnt2 li a,
    .car-listing2 .thmb_cntnt2 li a {
        color: #FFFFFF;
        font-size: 11px;
        font-style: normal;
        font-weight: 400;
        line-height: 13px;
        letter-spacing: 0em;
    }

        .car-listing2 .thmb_cntnt2 li a span {
            font-size: 14px;
            font-weight: normal;
            vertical-align: middle;
        }

    .car-listing2 .thumb .thmb_cntnt3 {
        bottom: 12px;
        right: 20px;
        position: absolute;
        transform: translateY(50px);
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    .car-listing2:hover .thumb .thmb_cntnt3 {
        visibility: visible;
        transform: translateY(1px);
    }

    .car-listing2 .thumb .thmb_cntnt3 li {
        background-color: #0C1227;
        border-radius: 50%;
        height: 30px;
        line-height: 30px;
        width: 30px;
        text-align: center;
    }

        .car-listing2 .thumb .thmb_cntnt3 li:first-child {
            margin-right: 8px;
        }

        .car-listing2 .thumb .thmb_cntnt3 li a {
            color: #FFFFFF;
        }

            .car-listing2 .thumb .thmb_cntnt3 li a span {
                font-size: 10px;
            }

    .car-listing2:hover .car-details .car-price span {
        color: #eb6245;
    }

.car-details {
    flex: 1;
    padding-left: 10px;
}

.car-price {
    font-size: 16px;
    font-weight: bold;
    color: #007bff;
    margin-bottom: 5px;
}

.car-title {
    font-size: 13px !important;
    font-weight: bold;
    color: #333;
}

.car-info {
    font-size: 14px;
    color: #666;
}

.car-rating {
    display: flex;
    align-items: center;
    gap: 5px;
    margin-top: 5px;
}

.star {
    color: #fbc02d;
    font-size: 14px;
}

.reviews {
    font-size: 12px;
    color: #666;
}

.badge {
    position: absolute;
    background: red;
    color: white;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: bold;
    border-radius: 5px;
    top: 5px;
    left: 5px;
}

.supreme-container {
    opacity: .35;
    filter: alpha(opacity=35);
}

.memberReceveItemLabel {
    width: 160px !important;
}

.memberReceveItemDetail {
    color: black !important;
    width: 100% !important;
}

.memberReceiveItemImage {
    width: 40px;
    height: 40px;
}

.memberReceiveItemGreen {
    color: #72c425;
    font-size: 18px;
    font-weight: bold;
}


.memberReceiveItemRed {
    color: #f03c34;
    font-size: 18px;
    font-weight: bold;
}

.passiveVisible {
    opacity: 0.5;
    filter: grayscale(100%);
}

.titlePassive {
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 16px;
    letter-spacing: 0em;
}

/* Tam ekran overlay */
#loading-overlay {
    display: none; /* Başlangıçta gizli */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.7); /* Beyaz + %70 şeffaf */
    z-index: 9999; /* Üstte olsun */
}

/* Ortada içerik */
.loading-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}