﻿/* 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. */

@charset "utf-8";
html, body {
    height: 100%;
    margin: 0;
    padding: 0;
}

body {
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji" !important;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

main {
    flex: 1; /* This ensures main content takes the remaining height */
}

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;
}


/* Utiltity.js  related message styling -start  */
.alert-box {
    padding: 15px;
    margin: 10px 0;
    border-radius: 5px;
    font-weight: bold;
    color: #fff;
}
/* Utiltity.js  related message styling - end  */


/*login and register icons positions set -start*/
.field-icon {
    float: right;
    margin-left: -25px;
    margin-top: -25px;
    position: relative;
    z-index: 2;
}
/*login and register icons positions set -end*/


/*form posting data input validation check or logic validation check styling*/
.custom-validation-invalid {
    display: none;
    color: red;
    font-size: 16px;
    margin-top: 5px;
    margin-bottom: 10px;
}

.field-validation-message-custom {
    bottom: -20px;
    left: 0;
    font-size: 16spx;
    color: red;
}


/*footer*/

/* Footer styling */
footer.footer {
    background-color: #198754;
    color: #fff;
    font-size: 13px;
    padding: 20px 10px 10px 10px;
}

.footer-title {
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 5px;
    text-decoration: underline;
}

.footer-content {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    padding-top: 10px;
    font-size: 12px;
}

.footer a {
    color: #fff;
    text-decoration: none;
}

    .footer a:hover {
        text-decoration: underline;
    }


#resultsLoadingDivForPRC {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(51, 51, 51, 0.7); /* Optional transparency improvement */
    z-index: 5000;
    display: none;
    display: flex;
    justify-content: center;
    align-items: center;
}

.resultsLoaderClassForPRC {
    color: white;
    font-size: 2rem;
    font-weight: 700;
    text-align: center;
}