/* Minification failed. Returning unminified contents.
(85,35): run-time error CSS1046: Expect comma, found '41'
(85,42): run-time error CSS1046: Expect comma, found '/'
(90,39): run-time error CSS1046: Expect comma, found '41'
(90,46): run-time error CSS1046: Expect comma, found '/'
(90,69): run-time error CSS1046: Expect comma, found '0'
(90,73): run-time error CSS1046: Expect comma, found '/'
 */
.ml-3 {
    flex: 1;
}

.note-editing-area {
    background-color: white;
}

.ml-1 {
    margin-left: 0rem !important;
}

.text-right {
    text-align: right;
}

.body-content {
    padding-top: 30px;
    padding-left: 0px;
    padding-right: 0px;
}

.nomargin {
    margin: 5px;
}

.img-size {
    width: 21px;
    height: 21px;
}

.customspace {
    margin-right: 10px;
}

.my-font {
    font-size: 16px;
}

.break-spaces {
    white-space: pre-line;
}

.mail {
    color: #0d6efd;
}

    .mail:hover {
        color: #0a58ca;
    }

.nomargin-bottom {
    margin-bottom: 0px;
}

.mr-15 {
    margin-right: 15px;
}

.gray-border {
    border: 1px solid lightgray;
    border-radius: 10%;
}

.nopadd {
    padding: 0px;
}

#searchResult {
    max-height: 150px;
    overflow: scroll;
}

.text-truncate-align {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    white-space: unset;
}

.list-group-item {
    margin-top: 6px !important;
    border-radius: 3px 3px !important;
    box-shadow: 0px 2px 9px rgb(1 41 112 / 8%) !important;
    padding: 10px;
}

    .list-group-item:hover {
        box-shadow: 0px 2px 9px rgb(1 41 112 / 4%), 0 4px 9px rgb(0 0 0 / 4%) !important;
    }

.margin-bottom {
    margin-bottom: 7px !important;
}

.navbar {
    border-radius: 5px;
    box-shadow: unset;
}

.req-fea-header {
    top: 56px;
    right: 0;
    left: 0;
    width: 100%;
    background-color: #f9f9f9;
    box-shadow: 1px 0px 10px #80808033;
    position: sticky;
    z-index: 1020;
}
