/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
    color: #0366d6;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}



.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px; /* Vertically center the text there */
}

/*.card-header {
    height: 3.5rem;
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color:#ffffff !important;
}*/


#tbl {
    padding-top: 1rem
}

    #tbl > thead {
        background-color: #45566f;
        color: #fff;
    }

img-scale {
    aspect-ratio: 16/9;
    width: 100%;
    object-fit: cover;
    object-position: left;
}

.page-title {
    font-family: 'Cairo', sans-serif;
    text-align: right;
    min-height: 200px;
    padding: 28px 32px 78px;
    background:
        radial-gradient(circle at 12% 20%, rgba(255, 255, 255, .12), transparent 32%),
        linear-gradient(125deg, #116cc8 0%, #175b9b 48%, #222e3c 100%);
    color: white;
    position: relative;
    overflow: hidden;
}

.page-title::after {
    content: '';
    position: absolute;
    width: 220px;
    height: 220px;
    left: -65px;
    bottom: -145px;
    border: 26px solid rgba(255, 255, 255, .06);
    border-radius: 50%;
    pointer-events: none;
}

.page-title-content {
    position: relative;
    z-index: 1;
    max-width: 1200px;
    margin-inline: auto;
}

.page-title-label {
    display: block;
    margin-bottom: 4px;
    color: rgba(255, 255, 255, .72);
    font-size: .78rem;
    font-weight: 600;
}

.page-title-heading {
    margin: 0 0 18px;
    color: #fff !important;
    font-size: clamp(1.45rem, 3vw, 2rem);
    font-weight: 700;
    line-height: 1.45;
}

.app-breadcrumb {
    display: inline-flex;
    max-width: 100%;
    padding: 9px 14px;
    border: 1px solid rgba(255, 255, 255, .2);
    border-radius: 12px;
    background: rgba(17, 34, 53, .28);
    box-shadow: 0 8px 24px rgba(0, 0, 0, .1);
    backdrop-filter: blur(5px);
}

.app-breadcrumb ol {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 7px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.app-breadcrumb li {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: rgba(255, 255, 255, .76);
    font-size: .86rem;
    font-weight: 600;
    white-space: nowrap;
}

.app-breadcrumb li:not(:last-child)::after {
    content: '\F284';
    font-family: bootstrap-icons;
    color: rgba(255, 255, 255, .38);
    font-size: .68rem;
}

.app-breadcrumb a {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: rgba(255, 255, 255, .82);
    text-decoration: none;
    transition: color .2s ease, transform .2s ease;
}

.app-breadcrumb a:hover,
.app-breadcrumb a:focus-visible {
    color: #fff;
    transform: translateY(-1px);
}

.app-breadcrumb a:focus-visible {
    outline: 2px solid rgba(255, 255, 255, .75);
    outline-offset: 4px;
    border-radius: 4px;
}

.app-breadcrumb .active {
    color: #fff;
    font-weight: 700;
}

@media (max-width: 575.98px) {
    .page-title {
        min-height: 180px;
        padding: 22px 18px 66px;
    }

    .page-title-heading {
        margin-bottom: 13px;
    }

    .app-breadcrumb {
        width: 100%;
        padding: 8px 11px;
        overflow-x: auto;
    }

    .app-breadcrumb ol {
        flex-wrap: nowrap;
    }
}

.main-contint{

}
