﻿.nlItemDescText {
    display: flex;
    padding-top: 5px;
    font-size: 12px;
    padding-top: 8px;
}

.noteListTotalPageHeader {
    font-weight: bold;
    font-size: 12px;
    color: #6f7182;
    font-family: Inter, sans-serif;
}

.active > .page-link:hover,
.page-link.active:hover 
{
    color: white;
}

.noteListItemPlantation {
    margin-bottom: 10px;
}

.noteListItemPlantation span {
    font-family: Inter, sans-serif;
    font-weight: bold;
    font-size: 12px;
    text-decoration: wavy;
    color: #303350;
}

.noteListItemPlantation i {
    font-size: 11px;
    margin-right: 5px;
    color: #303350;
}

.noteListItemCategory {
    margin-bottom: 10px;
}

.noteListItemCategory span {
    font-family: Inter, sans-serif;
    font-weight: bold;
    font-size: 12px;
    text-decoration: wavy;
    color: #303350;
}

.noteListItemCell {
    background-color: rgb(241, 245, 249);
    border: 1px solid rgb(148, 163, 184);
    border-radius: 10px;
    margin-right: 8px;
    font-size: 12px;
    color: rgb(51 65 85);
    font-family: Inter, sans-serif;
    padding-left: 8px;
    padding-right: 8px;
    min-height: 32px;
}

.noteListItemCropType {
    border: 1px solid rgb(203, 213, 225);
    border-radius: 10px;
    margin-right: 8px;
}

.noteListItemCropType img {
    width: 30px;
    height: 30px;
    padding: 5px;
}

.filterNoteListButton {
    justify-content: center;
    cursor: pointer;
    background-color: white;
    border-color: lightgray;
    padding: 8px;
}

.filterNoteListButton i {
    font-size: 18px;
    display: flex;
    color: #303350;
}

.filterNoteListButton span {
    font-family: Inter, sans-serif;
    font-weight: 500;
    font-size: 12px;
    color: #303350;
    margin-left: 4px;
}

.filterNoteListButton:hover {
    background-color: #f0f0f0;
}

.noteFilterActiveBadge {
    font-family: Inter, sans-serif;
    font-size: 13px;
    font-weight: 600;
    white-space: pre-wrap;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 7px;
    padding-top: 7px;
    border-radius: 5px;
    background-color: #f6f1ff;
    color: #4d16a3;
    display: flex;
}

.noteFilterNotAppliedBadge {
    color: #a37216;
    background-color: #fffbf1;
}

.noteSortButtonChk {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
}

.noteSortButton {
    margin-top: 10px;
    color: #333333;
    background-color: white;
    border-color: lightgray;
}

.noteSortButton:hover {
    border: 1px solid lightgray !important;
    background-color: #f0f0f0;
}

.noteSortButton i {
    font-size: 18px;
}