.ishan {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 16px;
}

.all_post_flx {
    background-color: #0283c7;
    padding: 8px 16px;
}

.all_post_flx a {
    color: white;
}

.bi-arrow-up {
    transform: rotate(45deg);
}

.dealer_first_txt p {
    text-align: center;
}

.crt_container a {
    display: flex;
    justify-content: center;
    gap: 8px;
}

/* HTML: <div class="loader"></div> */
.loader {
    width: 60px;
    aspect-ratio: 2;
    --_g: no-repeat radial-gradient(circle closest-side, #000 90%, #0000);
    background: var(--_g) 0% 50%, var(--_g) 50% 50%, var(--_g) 100% 50%;
    background-size: calc(100% / 3) 50%;
    animation: l3 1s infinite linear;
}

@keyframes l3 {
    20% {
        background-position: 0% 0%, 50% 50%, 100% 50%;
    }

    40% {
        background-position: 0% 100%, 50% 0%, 100% 50%;
    }

    60% {
        background-position: 0% 50%, 50% 100%, 100% 0%;
    }

    80% {
        background-position: 0% 50%, 50% 50%, 100% 100%;
    }
}

#loader {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999;
}

.card_image img {
    height: 100px;
    width: 100px;
}
