label, .dt-info{
    color: white !important;
}

table.dataTable{
    border-collapse: collapse !important;
}

.mesajGonderButton {
    background-color: var(--bs-blue) !important;
    border-radius: 5px !important;
    color: white !important;
    margin-right: 0 !important;
}

.dt-buttons{
    display: flex;
    justify-content: end;
    align-items: center;
}

.btn-close{
    color: #fff;
	background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
}

table#gelenmesajlar, table#anilarim {
    width: 100%;
    border-collapse: collapse;
}

.dt-type-numeric{
    text-align: center !important;
    vertical-align: middle;
}

.mesaj-kart {
    display: none;
    background-color: #222;
    color: white;
    border: 1px solid #444;
    margin-bottom: 1rem;
    padding: 1rem;
    border-radius: 8px;
}

    .mesaj-kart div {
        margin-bottom: 0.5rem;
    }

    .mesaj-kart label {
        font-weight: bold;
    }

/* Mobilde tablo gizlenir */
@media (max-width: 768px) {
    table#gelenmesajlar, #anilarim_wrapper {
        display: none;
    }

    .dt-info{
        display: none;
    }

    .mesaj-kart{
        display: block;
    }
}