.auction-info {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 0;
    justify-content: space-around;
    width: 100%;
}

.swiper-button-next:after, .swiper-button-prev:after {
    content: none !important;
}

.tender-type-label-2 {
    color: #056fff !important;
}

.swiper-button-next i, .swiper-button-prev i {
    font-size: 14px;
    padding: 5px 7px;
    background: #ff8000a2;
    color: white;
    border-radius: 10px;
}

.swiper-button-next:hover i, .swiper-button-prev:hover i {
    background: #ff8000;
}

.effect-pulse {
    animation: pulse 1.3s ease-in infinite;
}

.table-style2 {
    border: 1px solid #8585854f;
    border-collapse: collapse;
    border-right: 0;
    border-left: 0;
}

.nowrap-title-tender {
    overflow: hidden !important;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.table-style2 tr td {
    font-size: 12px;
    display: inline-block;
    overflow: hidden !important;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin: 0;
    padding: 0 5px;
}

.brands-item {
    border: 1px solid var(--bs-border-color);
    background: var(--bs-body-bg);
    transition: transform .3s ease;
}

.brands-item img {
    transition: transform .3s ease;
}

.brands-item:hover img {
    transform: scale(1.1);
}

.brands-carousel {
    margin-bottom: 10px;
    cursor: pointer;
}

.tg-disabled {
    pointer-events: none;
    opacity: 0.4;
}

.profile-type-26 {
    color: #e74c3c;
}

.profile-type-30 {
    color: #27ae60;
}

.effect-wiggle {
    animation: wiggle 3s ease-in infinite;
}


.effect-push {
    animation: pulse 0.3s linear 1;
}

.effect-pop {
    animation: pop 0.3s linear 1;
}

.effect360 {
    transition: .5s;
}

.effect360:hover {
    transform: rotate(360deg);
}

/* Keyframes */
@keyframes wiggle {

    0%,
    7% {
        transform: rotateZ(0);
    }

    15% {
        transform: rotateZ(-8deg);
    }

    20% {
        transform: rotateZ(5deg);
    }

    25% {
        transform: rotateZ(-4deg);
    }

    30% {
        transform: rotateZ(3deg);
    }

    35% {
        transform: rotateZ(-2deg);
    }

    40%,
    100% {
        transform: rotateZ(0);
    }
}

@keyframes pulse {
    25% {
        transform: scale(0.9);
    }

    75% {
        transform: scale(1.05);
    }
}

@keyframes push {
    50% {
        transform: scale(0.8);
    }
}

@keyframes pop {
    50% {
        transform: scale(1.2);
    }
}

.auction-info li {
    width: 100%;
    padding-top: 5px;
    display: flex;
    justify-content: center;
    border-bottom: 1px solid #21335217;
}

.auction-info li strong {
    margin-left: auto;
}

.auction-info li:last-child {
    border-bottom: none;
}


.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.tender-type-info {
    position: absolute;
    left: -10px;
    top: 30px;
    z-index: 10;
    border-radius: 8px;
    font-weight: 500;
    padding: 5px 15px 5px 25px;
}

.tender-type-1 {
    background: #e87520cf;
    color: white;
}

.tender-type-2 {
    background: #27ae60cf;
    color: white;
}

.tender-date-info {
    position: absolute;
    right: -10px;
    top: 30px;
    background: #e87520cf;
    z-index: 10;
    border-radius: 8px;
    padding: 5px 25px 5px 15px;
    font-weight: 600;
    color: white;
}

.swiper {
    width: 100%;
    height: 300px;
    margin-left: auto;
    margin-right: auto;
}

.swiper-slide {
    background-size: cover;
    background-position: center;
}

.mySwiper2 {
    height: 80%;
    width: 100%;
}

.mySwiper {
    height: 20%;
    box-sizing: border-box;
    padding: 10px 0;
}

.mySwiper .swiper-slide {
    width: 25%;
    height: 100%;
    opacity: 0.4;
}

.mySwiper .swiper-slide-thumb-active {
    opacity: 1;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

[data-bs-theme=dark] .swiper-slide img {
    background: #1e242d;
}

.thumbs-swiper-slider {
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid #d8dde6;
    border-radius: 5px;
    box-shadow: 0 0 40px 0 rgba(234, 238, 249, .5);
}

[data-bs-theme=dark] .thumbs-swiper-slider {
    border: 1px solid #1e242d;
    background-color: #000000;
}

.right-side-bullets {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-around;
    padding: 0;
    padding-bottom: 10px;
}

.right-side-bullets li {
    display: flex;
    justify-content: space-between;
    font-size: 15px;
}

.right-side {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
}

.info-bullets {
    list-style: none;
    padding: 0;
}

.info-bullets li {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #0000001f;
}

.info-bullets li:first-child {
    border-top: 1px solid #0000001f;
}

.btn-favori-ekle {
    background-color: #8FC71Ec8;
    color: white;
}

.btn-favori-ekle:hover {
    background-color: #8FC71E;
    color: #fefefe;
}

.border-style {
    border: 1px solid rgba(0, 0, 0, 0.20);
}

.tender-details {
    border-radius: 5px;
}

.tender-details-card {
    padding: 10px;
}

.border-style:hover {
    border: 1px solid rgba(0, 0, 0, 0.40);
}

.btn-tramer-goruntule {
    margin-top: 5px;
    color: white;
    background-color: #00aceec8;
}

.btn-tramer-goruntule:hover {
    color: white;
    background-color: #00acee;
}

.btn-sahibinden {
    background-color: #ffe802;
    border-color: #f1c40f;
    color: black;
    font-weight: 600;
}

.btn-sahibinden:hover {
    background-color: #ffe802c8;
    color: #0f0f0f;
}

.service-type-54 {
    color: #27ae60;
}

.service-type-55 {
    color: #c0392b;
}


.right-side-bullets li:not(:last-child) {
    border-bottom: 1px solid #0000001f;
}

.bullet-top-bottom li:first-child {
    border-top: 1px solid #0000001f;
}

.bullet-top-bottom li:last-child {
    border-bottom: 1px solid #0000001f;
}

.tender-title-area {
    border-bottom: 1px solid #0000001f;
    margin-bottom: 10px;
}

.tender-title {
    font-size: 1.3rem;
    font-weight: 600;
    overflow: hidden;
}

.loader {
    pointer-events: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 1000;
    -webkit-box-shadow: 0px 4px 20px rgba(32, 79, 94, 0.07);
    box-shadow: 0px 4px 20px rgba(32, 79, 94, 0.07);
    -webkit-transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
    -o-transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
    transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);

    height: 100%;
    border-radius: 0
}

.loader .loader-content {
    -webkit-transform: translateY(40px) scale(0.8);
    -ms-transform: translateY(40px) scale(0.8);
    transform: translateY(40px) scale(0.8);
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
    -o-transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
    transition: 0.4s cubic-bezier(0, 0, 0.3642, 1)
}
