.loading-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(255, 255, 255, 0.8); /* Light overlay */
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.5rem;
    pointer-events: auto; /* Prevent clicks from passing through*/
    z-index: 9999; /* Ensures it stays on top */
}


ul {
    list-style-type: disc;
}

.copyright-text {
    margin-top: 20px;
}

.supportingdocument {
    margin-bottom: 0 !important;
}

.anti-scam-alert-body {
    background-color: rgb(241, 218, 194);
    padding: 1rem 1.5rem;
}

.anti-scam-alert-message {
    font-weight: 400;
    color: black;
    line-height: inherit;
}

.mainContent {
    margin-top: 5vh;
    padding-bottom: 3%;
}

.bi {
    font-size: 15px;
}

.side-spacing {
    margin-left: 2rem;
    margin-right: 2rem;
}

.img-responsive {
    height: auto;
}

.navbar-link {
    text-decoration: none;
    color: black;
}

.notificationColor {
    background-color: #d9edf7;
    color: #31708f;
    border-color: #bce8f1;
}

.custom-select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url('data:image/svg+xml;charset=US-ASCII,<svg xmlns="http://www.w3.org/2000/svg" width="8" height="8" fill="none" stroke="%23333" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" viewBox="0 0 24 24"><path d="M6 9l6 6 6-6"/></svg>');
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 12px 12px;
}

#main {
    min-height: 100vh;
}

footer.sgds-footer {
    position: absolute;
    width: 100%;
}

body {
    background: #A8A6A7 !important;
}

#mainContent {
    font-family: Verdana, sans-serif;
}

.footer-title {
    font-family: "Helvetica Neue", Helvetica, Arial, Verdana, Tahoma, sans-serif, metropolis;
    font-size: 22px;
    font-weight: 900;
    line-height: 28px;
}

.sgds-footer ul li {
    display: inline-block;
    line-height: 2rem;
    margin-left: 0 !important;
}

.sgds-footer ul {
    padding-left: 0px;
}

    .sgds-footer ul li a {
        color: #b7b7b7;
        border-right: 1px solid #fff;
        padding-left: 15px;
        padding-right: 15px !important;
        text-decoration: none;
    }

.sgds-footer p {
    color: #b7b7b7;
    line-height: 25px;
    font-weight: 400;
    font-size: 16px;
}

#wait {
    display: none;
}

#spinner-id {
    height: 105px;
}

#sgipFile, #prFile, #scFile, #supportingDocs0, #supportingDocs1, #supportingDocs2, #supportingDocs3, #supportingDocs4, #supportingDocs5 {
    position: absolute;
    clip: rect(0px, 0px, 0px, 0px);
}

.navbar-nav > li > a:hover {
    cursor: pointer;
}

.notificationPanel {
    z-index: 1;
    position: absolute;
    top: 8%;
    left: 8%;
    right: 8%;
}

.close {
    top: 8%;
    position: absolute;
    right: 2%;
}

.navbar-link:hover {
    border-bottom: #104EB5 4px solid !important;
    margin-bottom: -4px;
}

.sgds-footer {
    background-color: black !important;
    color: white;
}

.sgds-masthead {
    background-color: #f0f0f0;
    padding: 4px 0;
    font-size: 14px;
}

.external_link {
    content: url('/sgds/img/external.svg');
    display: inline-block;
    vertical-align: middle;
    height: 26px;
    width: 18px;
}

.sgds-masthead a {
    color: black;
    text-decoration: none;
}

.sgds-container {
    margin-left: 6%;
    margin-right: 6%;
}

.sgds-icon {
    font-family: 'sgds-icons', Helvetica, Arial, Verdana, Tahoma, sans-serif;
    font-size: 20px;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* sgds icons references */
.sgds-icon-sg-crest:before {
    content: "\e948";
    color: #db0000;
}

.sgds-icon-text-center:before {
    content: "\e949";
}

.sgds-icon-text-justify:before {
    content: "\e94a";
}

.sgds-icon-text-left:before {
    content: "\e94b";
}

.sgds-icon-text-right:before {
    content: "\e94c";
}

.sgds-icon-add-comment:before {
    content: "\e94d";
}

.sgds-icon-ban:before {
    content: "\e94e";
}

.sgds-icon-bookmark:before {
    content: "\e94f";
}


@font-face {
    font-family: sgds-icons;
    src: url('../fonts/sgds-icons.ttf') format("truetype"), url('../fonts/sgds-icons.woff') format("woff"), url('../fonts/sgds-icons.svg') format("svg");
    font-weight: 400;
    font-style: normal;
}

@media (max-width: 769px) {
    .sgds-footer .bottom-section ul li {
        display: block;
    }

    .sgds-footer ul li a {
        border: none;
    }
}

@media (min-width: 992px) {
    .card-navbar {
        display: none;
    }
}
