﻿
body {
    background-image: url('../Images/url.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    margin: 0;
    padding: 0;
}

.grid-pager {
    text-align: center;
    padding: 10px 0;
}

    .grid-pager a {
        display: inline-block;
        margin: 0 5px;
        padding: 4px 10px;
        background-color: #f8f9fa;
        border: 1px solid #dee2e6;
        color: #007bff;
        text-decoration: none;
        border-radius: 4px;
        font-weight: 500;
    }

        .grid-pager a:hover {
            background-color: #e2e6ea;
            border-color: #dae0e5;
        }

    .grid-pager span {
        display: inline-block;
        margin: 0 5px;
        padding: 4px 10px;
        background-color: #007bff;
        color: white;
        border-radius: 4px;
        font-weight: bold;
    }

div.a {
    white-space: nowrap;
    width: 200px;
    overflow: hidden;
    text-overflow: ellipsis;
}

span[ondblclick] {
    padding: 2px 5px;
    border-radius: 4px;
    transition: background-color 0.3s;
}

    span[ondblclick]:hover {
        background-color: #e2e6ea;
    }

* {
    box-sizing: border-box;
}

form.example input[type=text] {
    padding: 10px;
    font-size: 17px;
    border: 1px solid grey;
    float: left;
    background: #f1f1f1;
}

form.example button {
    float: left;
    width: 20%;
    padding: 10px;
    background: #2196F3;
    color: white;
    font-size: 17px;
    border: 1px solid grey;
    border-left: none;
    cursor: pointer;
}

    form.example button:hover {
        background: #0b7dda;
    }

form.example::after {
    content: "";
    clear: both;
    display: table;
}

.table > :not(caption) > * > * {
    padding: .5rem .5rem;
}

@media (max-width: 576px) {
    .form-label {
        display: block;
        margin-bottom: 0.25rem;
        font-weight: 600;
        text-align: left;
    }

    .form-control {
        width: 100%;
    }

    .btn {
        width: 100%;
        margin-bottom: 0.5rem;
    }

    .dropdown-menu {
        width: 100%;
    }

    .card {
        padding: 1rem;
    }

    .text-center-sm {
        text-align: center;
    }

    .text-start-sm {
        text-align: left;
    }

    .mb-sm-2 {
        margin-bottom: 0.5rem;
    }

    .gap-2 {
        gap: 0.5rem;
    }
}

.mb-3, .my-3 {
    margin-bottom: 1rem;
}

img.img-fluid {
    max-width: 100%;
    height: auto;
}

.custom-nav {
    color: #0d6efd;
    font-weight: 800;
    padding: 10px 18px;
    border-radius: 4px;
    transition: 0.3s ease-in-out;
}

    .custom-nav:hover,
    .custom-nav.active {
        background-color: #cfe2ff;
        color: #084298;
        transform: scale(1.05);
        text-decoration: none;
    }

.btn-primary {
    margin-top: 10px;
}

.nav-link {
    color: black;
}

.navbar {
    color: black;
}

.nav-link {
    color: black;
}

.required-star {
    color: red;
    font-weight: bold;
    align-items: flex-start;
}