﻿.my-circle-info {
    width: 25px;
    height: 25px;
    border-radius: 50%;
}

.my-image-add {
    padding-top: 0.63rem !important;
    padding-bottom: 0.63rem !important;
}

@media screen and (max-width: 900px) {
    .container {
        margin: 1em auto;
        max-width: 100%;
    }
}
.loading-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3); /* Overlay rengi ve opaklığı */
    display: flex;
    justify-content: center; /* Yatayda ortala */
    align-items: center; /* Dikeyde ortala */
    z-index: 9999;
}

.loading-spinner {
    position: relative;
    z-index: 10000; /* Spinner'ın overlay üzerinde görünmesi */
}
