﻿
    .imageborder

{
    border: solid;
    /*border-image: url(ImagesNew/photoframe1.jpg) 30 / 19px round ;*/
    /*  width:250px;
padding:20px 20px 20px 20px;
margin-bottom: 0px;
margin-top: 30px;

margin-right:auto;
overflow:hidden;*/
}
.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;
}


.glowVideo {
    border-radius: 10px;
    animation: glowShadow 5s infinite alternate;
}

@keyframes glowShadow {
    0% {
        box-shadow: 0 0 5px #ff0000,0 0 5px #ff0000;
    }

    50% {
        box-shadow: 0 0 5px #00aaff,0 0 5px #00aaff;
    }

    100% {
        box-shadow: 0 0 5px #00ff66,0 0 5px #00ff66;
    }
}
.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;
    }
}

