﻿.pdfcss{background-color: #f4f4f4;padding: 10px}
@media screen and (max-width: 768px) {
    table.table {
        display: block;
        width: 100%;
    }

        table.table thead {
            display: none;
        }

        table.table tbody,
        table.table tr,
        table.table td {
            border: white 1px solid;
            display: block;
            width: 100%;
        }

        table.table tr {
            margin-bottom: 1rem;
            border: 1px solid #ccc;
            border-radius: 8px;
            background-color: #f8f8f8;
            padding: 10px;
        }

        table.table td::before {
            content: attr(data-label);
            font-weight: bold;
            display: block;
            margin-bottom: 5px;
            color: #444;
        }


        table.table td::before {
            content: attr(data-label);
            font-weight: bold;
            display: block;
            margin-bottom: 5px;
            color: white;
            background-color: cornflowerblue;
            width: 100%;
        }

    }


.form-search input::placeholder {
    color: white;
}

.mt-6 {
    margin-top: 4rem !important;
}

.img-cover{
    object-fit:cover;
}

.bg-black-color {
    height: 100%;
    background: rgba(0, 0, 0, 0.33);
}