@charset "UTF-8";
/*
|--------------------------------------------------------------------------
| Lists
| ---------------------------------------------------------------------------
*/
ul, ol, dl {
    font-size: 1.4rem;
}
ol, ul {
    list-style: inside;
}
li {
    line-height: 1.5;
}

ul.multi-line {

}
li.header {
    list-style-type: disc;
    list-style-position: inside;
    font-weight: 600;
}
li.text {
    list-style-type: none;
    list-style-position: inside;
    padding-left: 0.4em;
    text-indent: 0.4em;
    margin-bottom: 1rem;
}


/* Description list styles */
dd, dt {
    line-height: 1.5;
}

dt {
    font-weight: bold;
}
li.home {
    list-style-image: url("../img/home.svg");
}
li.tag {
    list-style-image: url("../img/tag.svg");
}
li.home {
    list-style-image: url("../img/home.svg");
}
li.info {
    list-style-image: url("../img/info.svg");
}
li.warning {
    list-style-image: url("../img/warning.svg");
}
li.ok {
    list-style-image: url("../img/ok.svg");
}
li.error {
    list-style-image: url("../img/error.svg");
}
li.card {
    list-style-image: url("../img/card.svg");
}
li.dangerous {
    list-style-image: url("../img/dangerous.svg");
}
li.address {
    list-style-image: url("../img/address.svg");
}

li.menu {
    list-style-image: url("../img/menu.svg");
}
li.close {
    list-style-image: url("../img/close.svg");
}
li.location {
    list-style-image: url("../img/location.svg");
}
li.mail {
    list-style-image: url("../img/home.svg");
}


li.phone {
    list-style-image: url("../img/phone.svg");
}

li.heart {
    list-style-image: url("../img/heart.svg");
}
li.link {
    list-style-image: url("../img/link.svg");
}
li.delete {
    list-style-image: url("../img/delete.svg");
}
li.search {
    list-style-image: url("../img/search.svg");
}
li.app {
    list-style-image: url("../img/app.svg");
}

li.download {
    list-style-image: url("../img/download.svg");
}

li.settings {
    list-style-image: url("../img/settings.svg");
}

li.sv {
    list-style-image: url("../img/sv.svg");
}
li.en {
    list-style-image: url("../img/en.svg");
}


