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

i[class^="icon-"]:before, i[class*=" icon-"]:before {
    font-family: icon_font_2 !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-close1:before {
    content: "\f101";
}
