.iti__flag {
    background-image: url("../media/flags.png");
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .iti__flag {
        background-image: url("../media/flags@2x.png");
    }
}

a.asc:after, a.desc:after {
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    line-height: 1;
    margin-left: 5px;
    position: relative;
    font-family: "Font Awesome 6 Free", "Font Awesome 6 Pro", serif;
}

a.asc:after {

    content: "\f885";

}


a.desc:after {
    content: "\f160";
}

.note-editable {
    background-color: #fff;

}

.note-modal-footer {
    margin-bottom: 10px;
}

