﻿body {
    background-image: linear-gradient(to top, #fff, #dcdddd);
}

.bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

@media (min-width: 768px) {
    .bd-placeholder-img-lg {
        font-size: 3.5rem;
    }
}

/* Table Search Styling */
.new-field-style {
    border: 1px solid rgba(0, 0, 0, 0.10);
}

    .new-field-style:focus {
        box-shadow: none;
        border: 1px solid var(--bs-blue);
    }

    .new-field-style:hover {
        box-shadow: none;
        border: 1px solid var(--bs-blue);
    }