﻿.noteDetailPhotoListContainer {
    height: 190px;
    background-color: #f7f9fc;
    padding: 10px;
    overflow: auto;
}

.noteDetailPhotoListItem {
    border: 1px solid rgb(203, 213, 225);
    border-radius: 10px;
    cursor: pointer !important;
    overflow: hidden;
    width: 150px;
    height: 100px;
    position: relative;
}

.noteDetailPhotoListItem i {
    top: 5px;
    display: flex;
    position: absolute;
    right: 5px;
    overflow: visible;
    font-size: 20px;
    color: rgb(58 59 69);
    transition: color 300ms;
}

.noteDetailPhotoListItem i:hover {
    color: rgb(216 219 255);
}

.noteDetailPhotoListItem img {
    object-fit: cover;
    object-position: center;
    width: 150px;
    height: 100px;
}

.noteDetailNoCropsContainer {
    height: 190px;
    background-color: #f7f9fc;
    padding: 10px;
}

.profilePictureFixed {
    width: 80px;
    height: 80px;
    overflow: hidden;
    border-radius: 50%;
    cursor: pointer;
    object-fit: cover;
}

.userSideBarMobileAccountProfileV2 {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    transition: transform 300ms ease;
    transform-style: preserve-3d;
    object-fit: cover;
}

.userSectionContainer:hover .userSideBarMobileAccountProfileV2 {
    transform: scale3d(1.10, 1.10, 1.05);
}

.userListProfilePicture {
    width: 32px;
    height: 32px;
    margin-right: 4px;
    border-radius: 50%;
    object-fit: cover;
}

.userNavBarAccountProfileV2 {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    transition: transform 300ms ease;
    transform-style: preserve-3d;
    object-fit: cover;
}

.userSectionContainer:hover .userNavBarAccountProfileV2 {
    transform: scale3d(1.10, 1.10, 1.05);
}

.nlItemUserProfileImgV2 {
    width: 40px;
    height: 40px;
    margin-right: 15px;
    border-radius: 50%;
    object-fit: cover;
}

.nlItemPriorityV2 {
    font-family: Inter, sans-serif;
    font-size: 12px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 7px;
    padding-top: 7px;
    box-shadow: none;
    border-radius: 10px;
    margin-right: 16px;
    font-weight: 400;
}

.nlItemPhotoCountHeader {
    font-family: Inter, sans-serif;
    font-size: 12px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 7px;
    padding-top: 7px;
    box-shadow: none;
    border-radius: 10px;
    margin-right: 12px;
    font-weight: 400;
    background-color: #f7f7f7;
    color: #777575;
    min-width: 45px;
}

.nlItemPhotosTitle {
    font-family: Inter, sans-serif;
    font-weight: 500;
    font-size: 14px;
    color: #0b0e2c;
    margin-top: 15px;
}

.nlItemDescValueV2 {
    font-family: Inter, sans-serif;
    font-size: 14px;
    font-weight: 400;
    white-space: pre-wrap;
    color: #6f7182;
    padding: 15px;
    background-color: #f7f9fc;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    padding-top: 10px;
    padding-left: 10px;
    padding-bottom: 10px;
}

.nlItemDescHeader {
    display: flex;
    font-weight: bold;
    font-size: 12px;
    text-decoration: wavy;
}

.nlItemDescText {
    display: flex;
    padding-top: 5px;
    font-size: 12px;
    padding-left: 3px;
    padding-top: 8px;
}

.nlItemPhotoContainer {
    margin-top: 10px;
    border-radius: 5px !important;
    background-color: #f7f9fc;
    padding: 5px;
    overflow: auto;
}