﻿body {
    a: active, a:focus

{
    outline: 0 !important;
    border: none !important;
    -moz-outline-style: none !important;
}

.container1 {
    width: 100%;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 50px 8%;
}

/* .gallery {
            display: grid;
            grid-template-columns: repeat(4, minmax(0, 1fr));
            grid-gap: 30px;
        }

            .gallery img {
                width: 100%;
            }*/


.image {
    object-fit: cover;
}

.frame {
    background-color: #ddc;
    border: solid 2vmin #eee;
    border-bottom-color: #fff;
    border-left-color: #eee;
    border-radius: 2px;
    border-right-color: #eee;
    border-top-color: #ddd;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .25) inset, 0 5px 10px 5px rgba(0, 0, 0, .25);
    box-sizing: border-box;
    /* display: inline-block;*/


    padding: 1vmin;
    position: relative;
    text-align: center;
    /* &:before {
                border-radius: 2px;
                bottom: -2vmin;
                box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .25) inset;
                content: "";
                left: -2vmin;
                position: absolute;
                right: -2vmin;
                top: -2vmin;
                z-index:-1;
            }

            &:after {
                border-radius: 2px;
                bottom: -2.5vmin;
                box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .25);
                content: "";
                left: -2.5vmin;
                position: absolute;
                right: -2.5vmin;
                top: -2.5vmin;
                z-index:-1;
            }*/
}
/* --- General Styles --- */
.designation {
    font-weight: normal;
    font-size: 18px;
    color: #623434;
}

.name {
    color: #623434;
    font-size: 18px;
    font-weight: bold;
}

.mobile {
    font-weight: normal;
    color: #623434;
}

.scrollbar {
    float: left;
    height: 400px;
    width: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
    margin-bottom: 10px;
}

/* Custom Scrollbar Styling */
#style-1::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}

#style-1::-webkit-scrollbar {
    width: 8px;
    background-color: #F5F5F5;
}

#style-1::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #c5c5c5;
}

/* AJAX Fade-in Animation */
.ajax-fade {
    animation: fadeIn 0.5s;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.link-style-btn {
    background: none;
    border: none;
    color: rgb(102,1,1);
    cursor: pointer;
    padding: 0;
    font: inherit;
    text-align: center;
    white-space: normal;
    word-wrap: break-word;
    text-align: center;
    display: inline;
}
/* --- PAGINATION BUTTON STYLES --- */
.pg-btn {
    padding: 1px 7px !important;
    background: #0b3c5d !important; /* Maroon Red */
    color: white !important;
    border: 1px solid #620000;
    text-decoration: none;
    display: inline-block;
    border-radius: 6px;
    font-weight: bold;
    font-size: 16px;
    transition: 0.3s;
}

    /* THE ACTIVE COLOR (Yellow/Gold) from your image */
    .pg-btn.active-pg {
        background: #70bdf1 !important; /* Gold Yellow */
        color: #000000 !important; /* Maroon Text */
        border: 2px solid #fff !important;
    }

/* Flex Container to align Button and Paging in one line */
/*.footer-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 15px;
    border-top: 1px solid #eee;
}

.paging-list {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
    gap: 8px;
}*/
/* Make GridView borders solid black and visible on big screens */
.table.table-striped.table-hover {
    border: 1px solid #ffa100 !important;
    border-collapse: collapse !important;
}

.table th {
    border: 1px solid #ffa100 !important;
    background: #fff0c9 !important;
}

.table td {
    border: 1px solid #ffa100 !important; /* black grid lines */
}

/* Dark modern header with white text */
.bgheading {
    background: linear-gradient(to right, #1e293b, #111827) !important;
    color: white !important;
    border-bottom: 2px solid #334155;
    padding: 16px 20px;
    border-radius: 6px 6px 0 0;
}

.keytitle {
    margin: 0;
    font-weight: 600;
    color: #f1f5f9 !important; /* light off-white for better contrast */
}

/* Optional: make borders slightly thicker on large screens */
@media (min-width: 1200px) {
    .table th,
    .table td {
        border-width: 1px !important;
    }
}
}
