/* icon element */
.icon {
    position: relative;
    box-sizing: border-box;

}
/* icon size */
.icon-size--16 {
    background-size:16px;
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
    background-position: center;
}
.icon-size--13 {
    background-size:13px;
    width: 13px;
    height: 13px;
    background-repeat: no-repeat;
    background-position: center;
}
.icon-size--15 {
    background-size:15px;
    width: 15px;
    height: 15px;
    background-repeat: no-repeat;
    background-position: center;
}
.icon-size--16 {
    background-size:16px;
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
    background-position: center;
}
.icon-size--18 {
    background-size:18px;
    width: 18px;
    height: 18px;
    background-repeat: no-repeat;
    background-position: center;
}
.icon-size--20 {
    background-size:20px;
    width: 20px;
    height: 20px;
    font-size: 20px;
    background-repeat: no-repeat;
    background-position: center;
}
.icon-size--24 {
    background-size:24px;
    width: 24px;
    height: 24px;
    font-size: 24px;
    line-height: 24px;
    background-repeat: no-repeat;
    background-position: center;
}
.icon-size--25 {
    background-size:25px;
    width: 25px;
    height: 25px;
    font-size: 25px;
    background-repeat: no-repeat;
    background-position: center;
}
.icon-size--30 {
    background-size:30px;
    width: 30px;
    height: 30px;
    font-size: 30px;
    background-repeat: no-repeat;
    background-position: center;
}
.icon-size--32 {
    background-size:32px;
    width: 32px;
    height: 32px;
    font-size: 32px;
    background-repeat: no-repeat;
    background-position: center;
}
.icon-size--40 {
    background-size:40px;
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
    background-position: center;
}
.icon-size--48 {
    background-size:48px;
    width: 48px;
    height: 48px;
    background-repeat: no-repeat;
    background-position: center;
}
.icon-size--54 {
    background-size: 54px;
    width: 54px;
    height: 54px;
    background-repeat: no-repeat;
    background-position: center;
}
.icon-size--60 {
    background-size:60px;
    width: 60px;
    height: 60px;
    background-repeat: no-repeat;
    background-position: center;
}


.icon--search {
    background-image: url("data:image/svg+xml,%3Csvg fill='none' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 14'%3E%3Cpath d='m13.503 12.719-3.205-3.205A5.62 5.62 0 0 0 5.952.333a5.619 5.619 0 1 0 3.56 9.967l3.205 3.203a.5554.5554 0 0 0 .785.001.5554.5554 0 0 0 .001-.785Zm-7.55-2.266A4.506 4.506 0 0 1 1.45 5.952a4.509 4.509 0 0 1 4.503-4.503 4.51 4.51 0 0 1 4.503 4.503c0 2.482-2.021 4.5-4.503 4.5v.001Z' fill='%235384ED'/%3E%3C/svg%3E");
}
