.client-notes-container {
    margin: 10px;
    padding: 10px;
    width: 100%;
}

.client-notes-container .single-note-box {
    padding: 5px 10px 10px;
}

.client-notes-container .single-note-outer.row-client .single-note-box {
    background-color: #fffca7;
    border: 1px solid #fffa72;
}

.client-notes-container .single-note-outer.row-admin .single-note-box {
    background-color: #ffe2be;
    border: 1px solid #ffc772;
}

.client-notes-container .single-note-outer {
    margin: 15px 0;
}

.client-notes-container .add-new-note-box {
    display: flex;
    justify-content: flex-end;
    cursor: pointer;
}

.client-notes-container .add-new-note-form {
    padding: 10px;
    border: 1px solid #d4d4d4;
}

.client-notes-container .new-note-navi {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 600;
}

.client-notes-container .close-new-note {
    cursor: pointer;
    color: #717171;
    font-size: 25px;
}

.client-notes-container .form_row {
    margin-bottom: 10px;
}

.client-notes-container .note-user {
    margin: 2px 5px;
    color: #4a4a4a;
    font-weight: 600;
}

.client-notes-container .note-navi {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.client-notes-container .note-title-box {
    font-size: 16px;
}

.client-notes-container .client-notes-title {
    text-align: center;
    font-size: 16px;
    color: #007bff;
}

.client-notes-container .note-content {
    padding-top: 5px;
}

.client-notes-container .client-no-notes {
    margin-bottom: 15px;
    color: #666;
    font-size: 14px;
}

.client-notes-container .form_row.form-row-last {
    display: flex;
    justify-content: flex-end;
}

.client-notes-container .add-new-note {
    width: 90px;
    display: flex;
    align-items: center;
    justify-content: space-around;
}