@font-face {
    font-family: "icon_font_12";
    src: url("./icon_font_12.woff2?c3b6b0fbf4b73c1b42e91ac856299299") format("woff2"),
url("./icon_font_12.woff?c3b6b0fbf4b73c1b42e91ac856299299") format("woff");
}

i[class^="icon-"]:before, i[class*=" icon-"]:before {
    font-family: icon_font_12 !important;
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-add:before {
    content: "\f101";
}
.icon-close:before {
    content: "\f102";
}
