﻿body {
    background-color: #f4feff !important;
    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 #712fda;
        color: #712fda;
        text-decoration: none;
        border-radius: 4px;
        font-weight: 500;
    }
        .grid-pager a:hover {
            background-color: #712fda;
            border-color: #dae0e5;
            color:#fff;
        }
    .grid-pager span {
        display: inline-block;
        margin: 0 5px;
        padding: 4px 10px;
        background-color: #712fda;
        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;
}
    .form-label {
        display: block;
        margin-bottom: 0.25rem;
        font-weight: 600;
        text-align: left;
    }
@media (max-width: 576px) {

    .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: #f9218d;
        color: #fff !important;
        transform: scale(1.05);
        text-decoration: none;
        padding-left: 10px;
    }
.dropdown-item.active,
.dropdown-item:active,
.dropdown-item:hover,
.dropdown-item:focus {
    background-color: #f9218d !important;
    color: #fff !important;
}
.navbar-nav h5 {
    margin-bottom:0px;
}
.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;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
    .navbar-nav h5 {
        font-size: 1rem;
    }
}
    @media (max-width: 991px) {
        .tbl-overflow {
            overflow-x: scroll;
        }
    }

    .navbar-brand:focus-visible {
  outline: none; 
}

.custom-next span, .custom-next a {
    background-color: #712fda;
    border: medium none;
    color: #ffffff;
    float: left;
    font-weight: 700;
    line-height: 1.42857;
    margin: 5px 1px;
    padding: 4px 9px;
    position: relative;
    text-decoration: none;
}

.custom-next span {
    background-color: #ff6c60;
}

    .custom-next span .active {
        background: none repeat scroll 0 0 #e14a17 !important;
        color: #ffffff !important;
    }

.custom-next a:hover {
    background: none repeat scroll 0 0 #00468c;
}

.custom-next td {
    padding: 0;
}
