﻿html, body {
    height: 100%;
    margin: 0;
    padding: 0;
    color: #4f5b66 !important;
    /* Set the background image URL */
    background-image: url('../img/blueTest.jpg') !important;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}


.background {
    background-position: center center;
    /* Add any other styles you want for the .background class */
    /* For example: */
    min-height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}


#txt_new_register_message {
    color: #870000;
}

#txt_old_register_message {
    color: #129827;
}
/* Style the table */
table {
    border-collapse: collapse;
    width: 100%;
    margin-top: 16px;
}

th,
td {
    text-align: left;
    padding: 8px;
}

th {
    background-color: #eee;
}

{
    font-family: Arial, Helvetica, sans-serif;
    border-collapse: collapse;
    width: 100%;
}

td, th {
    border: 1px solid #ddd;
    padding: 8px;
}

tr:nth-child(even) {
    background-color: #f2f2f2;
}

tr:hover {
    background-color: #ddd;
}

th {
    padding-top: 6px;
    padding-bottom: 6px;
    text-align: left;
    background-color: #135573;
    color: white;
}

.checkbox-item {
    margin-right: 10px; /* You can adjust the value as needed */
}

.checkbox-list-container {
    column-count: 2;
    column-gap: 20px; /* You can adjust the value as needed */
}

.custom-color {
    background-color: #135573 !important;
    border-color: #135573 !important;
    color: white !important;
}

.btn-danger {
    background-color: #870000 !important;
    border-color: #870000 !important;
}

.star {
    color: red;
}

.completionListElement {
    visibility: hidden;
    margin: 0px !important;
    background-color: whitesmoke;
    color: black;
    border: solid 1px gray;
    cursor: pointer;
    text-align: left;
    list-style-type: none;
    padding: 0;
}

.listItem {
    background-color: white;
    padding: 1px;
    border-bottom: 1px solid #DDD;
    font-size: small;
}

.highlightedListItem {
    background-color: #4593bc;
    color: white;
    padding: 1px;
    font-size: small;
}

.hiddenTextBoxes {
    display: none;
}

.scroll-content {
    max-height: 580px !important;
    overflow-y: auto;
    overflow-x: hidden;
}
@media screen and (max-height:800px){
    .responsive-card {
       height:600px !important;
    }
}

@media screen and (min-height:1200px) {
    .responsive-card {
        height: 1000px !important;
    }
    .scroll-content {
        max-height: 1000px !important;
        overflow-y: auto;
        overflow-x: hidden;
    }
}





    .scroll-content::-webkit-scrollbar {
        width: 12px;
        background-color: #F5F5F5;
    }

    .scroll-content::-webkit-scrollbar-thumb {
        border-radius: 10px;
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
        background-color: #A6A6A9;
    }

a {
    color: #135573 !important;
}



.form-label {
    display: block; /* Ensures label takes up full width */
}
