@import url('https://fonts.googleapis.com/css2?family=Jua&display=swap');

#logo-text {
    font-family: "Jua", sans-serif;
    font-size: 2rem;
    color: #02B875;
}

#logo-green {
    font-family: "Jua", sans-serif;
    font-size: 2rem;
}

input[id="registerLocation"]::placeholder {
    font-family: Roboto, 'Font Awesome\ 5 Pro', sans-serif;
    font-weight: 600;
}  


#datalistOptions {
    border: 1px #ccc;
    padding: 3px;
    list-style-type: none;
}

#datalistOptions ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

#datalistOptions ul li {
    padding: 5px 0;
    list-style-type: none;
}

#datalistOptions ul li:hover {
    background: #ffffff;
    list-style-type: none;
}

.txtstyle {
    border-radius: 5px;
    background: #FFFFFF;
    padding: 1px 5px;
    border: 2px solid #E8EBF0;
    width: 220px;
}

.txtstyle2 {
    border-radius: 5px;
    background: #fefefe;
    padding: 1px 5px;
    border: 1px solid #C4D7ED;
    width: 600px;
    max-width: 100%;
    background-color: #FFFFFF;
}


.UpdatesStyle {
    overflow-y: auto;
    border-radius: 8px;
    background: #fefefe;
    padding: 10px;
    border: 1px solid #C4D7ED;
    height: 250px;
    width: 600px;
    font-size: 14px;
    display: flex;
    text-align: left !important;
    flex-direction: column;
    background-color: #F8F8F8;
}

    .UpdatesStyle font {
        display: block;
        font-weight: bold;
        margin-bottom: 2px;
    }

    .UpdatesStyle br {
        content: "";
        margin-bottom: 8px;
    }

.update-entry {
    background: #E8EBF0;
    border-radius: 8px;
    padding: 5px 10px;
    margin-bottom: 5px;
}

.tdstyle {
    text-align: center;
}

.RowStyle1, .RowStyle2 {
    font-size: medium;
    font-weight: 400;
    display: table;
    width: 100%;
    padding: 10px;
}

.col33 {
    display: table-cell;
    width: 33.33%;
    padding: 10px;
    height: 100%;
}

.col66 {
    display: table-cell;
    width: 66.66%;
    padding: 10px;
}

.col50 {
    display: table-cell;
    width: 50%;
    padding: 10px;
}

.col100 {
    display: table-cell;
    width: 100%;
    padding: 10px;
}

.read-only-select {
    pointer-events: none; /* Prevents user interaction */
    background-color: #e9ecef; /* Optional: Make it look disabled */
}

.notification-bell {
    position: relative;
    cursor: pointer;
}

.notification-count {
    position: absolute;
    top: 0;
    right: 0;
    background-color: red;
    color: white;
    font-size: 12px;
    border-radius: 50%;
    padding: 3px 7px;
}
#logo-img {
    height: 3em; /* Matches the font size of the text */
    vertical-align: middle; /* Aligns it properly with other text */
}

.pagination-controls {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}