.select2-container--bootstrap4 .select2-selection__clear {
  width: 1.2em;
  height: 1.15em;
  line-height: 1.15em;
  padding-left: 0.4em;
  margin-top: 0.7em;
  border-radius: 100%;
  background-color: #6c757d;
  color: #f8f9fa;
  float: right;
  margin-right: 0.3em;
}

/* Add here all your CSS customizations */

#header .header-nav-main nav>ul>li>a {
  font-size: 16px;
}

.bg-danger {
  background-color: #f6121c !important;
}

@font-face {
  font-family: "icomoon";
  src: url("fonts/icomoon.eot?8xghba");
  src: url("fonts/icomoon.eot?8xghba#iefix") format("embedded-opentype"),
    url("fonts/icomoon.ttf?8xghba") format("truetype"),
    url("fonts/icomoon.woff?8xghba") format("woff"),
    url("fonts/icomoon.svg?8xghba#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}


[class^="iconline-"],
[class*=" iconline-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-line:before {
  content: "\e900";
}

.icon-line2:before {
  content: "\e900";
}

.iconline-line2:before {
  content: "\e900";
}