﻿/* 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%;
}

body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px; /* Vertically center the text there */
}

.alert{
    color: darkred;
}

.alertstatus{
    width: 15px;
    height: 15px;
}

.reportComplete{
    width: 15px;
    height: 20px;
    content:url("/images/file-text-green.svg");
}

.reportInProcess {
    width: 15px;
    height: 20px;
    content: url("/images/file-text-yellow.svg");
}

.consent-popup {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); /* perfect centering */

    width: 400px;
    max-width: 90%;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 5px 25px rgba(0,0,0,0.3);
    padding: 20px;
    z-index: 9999;
    display: none;
    font-family: Arial, sans-serif;
}

.consent-header {
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    margin-bottom: 10px;
}

.consent-title {
    font-size: 16px;
}

.consent-close {
    cursor: pointer;
    font-size: 20px;
}

.consent-body {
    font-size: 13px;
    color: #555;
    margin-bottom: 15px;
    line-height: 1.5;
}

.consent-actions, .Loginbtn {
    gap: 10px;
    margin: 10px 111px;
    font-size: small;
    justify-content: center;
}

.btn-accept {
    background-color: #0d6efd;
    color: #fff;
    border: none;
    padding: 8px 15px;
    border-radius: 5px;
    cursor: pointer;
}

.btn-deny {
    background-color: #e0e0e0;
    border: none;
    padding: 8px 15px;
    border-radius: 5px;
    cursor: pointer;
}

.consent-links {
    font-size: 12px;
}

    .consent-links a {
        color: #0d6efd;
        text-decoration: none;
    }
.consent-popup.googleanalytics {
    animation: scaleIn 0.8s ease;
    width:50% !important;
}

@keyframes scaleIn {
    from {
        opacity: 0;
        transform: translate(-50%, -60%) scale(0.9);
    }

    to {
        opacity: 1;
        transform: translate(-50%, -50%) scale(1);
    }
}
.consent-header {
    display: flex;
    justify-content: center;
    align-items: center;
}

.consent-header-left {
    display: flex;
    align-items: center;
}

.consent-logo {
    width: 30px;
    height: 30px;
    object-fit: contain;
}

.consent-title {
    font-size: 15px;
    font-weight: bold;
}
.consent-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    z-index: 9998;
    display: none;
}
.consent-actions button, .Loginbtn button {
    flex: 1;
    padding: 10px;
    border-radius: 6px;
    background-color: #fff;
    color: #333;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.consent-actions button {
    border: 1px solid #ccc;
}

    .consent-actions button:hover, .Loginbtn button:not(.donthover):hover {
        background-color: #007bff;
        color: #fff;
        border-color: #007bff;
    }

.navbar {
    background-color: #ffffff !important;
}

@media (max-width: 1024px) {
    .compliance-banner {
        max-width: 100%;
        margin: 10px auto;
    }
}

@media (max-width: 575.98px) {
    .navbar-brand img {
        width: 130px !important;
    }
}

@media (max-width: 400px) {
    .navbar-brand img {
        width: 110px !important;
    }
}

@media (max-width: 767.98px) {

    .navbar-expand-sm .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
    }
    .navbar {
        flex-wrap: wrap;
    }


    .navbar-nav {
        flex-direction: row !important;
        flex-wrap: wrap;
        justify-content: flex-end;
        width: 100%;
    }

        .navbar-nav .nav-item {
            margin: 5px 8px;
        }
}

.donthover:hover {
    color: #01427e !important;
    text-decoration: underline;
}

.setclaimdropdown {
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
#userSearchBox {
    text-align: left !important;
    padding-left: 8px !important;
    justify-content: left !important;
    display: flex !important;
}
#userSearchResult .list-group-item {
    white-space: normal !important;
    word-break: break-all; 
    overflow-wrap: anywhere; 
    padding:8px;
}