@charset "UTF-8";

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

}

[data-icon]:before {
  font-family: "noscos" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

.icon-stats:before {
  content: "\61";
}
.icon-admin:before {
  content: "\62";
}
.icon-logout:before {
  content: "\63";
}
.icon-menu:before {
  content: "\64";
}
.icon-connections:before {
  content: "\65";
}
.icon-photo:before {
  content: "\66";
}
.icon-media:before {
  content: "\67";
}
.icon-search:before {
  content: "\68";
}
.icon-upload:before {
  content: "\69";
}
.icon-person:before {
  content: "\6a";
}
.icon-video:before {
  content: "\6b";
}
.icon-close:before {
  content: "\6c";
}
.icon-arrow-left:before {
  content: "\6d";
}
.icon-arrow-right:before {
  content: "\6e";
}
.icon-add:before {
  content: "\6f";
}
.icon-earth:before {
  content: "\70";
}
.icon-ios-location:before {
  content: "\71";
}
.icon-follow-add:before {
  content: "\72";
}
.icon-follow-added:before {
  content: "\73";
}
.icon-checkmark:before {
  content: "\74";
}

/* Replace the existing .icon-closeb:before definition */
.icon-closeb:before {
  content: none; /* Remove the font character */
}

/* Add the CSS cross implementation */
.icon-closeb {
  position: relative;
  display: inline-block; /* Changed to inline-block for better compatibility */
  width: 1em; /* Scale with font size */
  height: 1em; /* Square proportion */
  vertical-align: middle;
}

.icon-closeb:before,
.icon-closeb:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 70%; /* Percentage of container width */
  height: 2px; /* Fixed height works well for most cases */
  border-radius: 1px;
  background-color: currentColor;
  transform-origin: center;
}

.icon-closeb:before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.icon-closeb:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.icon-expand:before {
  content: "\76";
}
.icon-comments:before {
  content: "\77";
}
.icon-connection:before {
  content: "\78";
}
.icon-filter:before {
  content: "\79";
}
.icon-organizations:before {
  content: "\7a";
}
.icon-compress:before {
  content: "\41";
}
.icon-expand-2:before {
  content: "\42";
}

/* Custom CSS arrow-down icon for dropdown menus */
.icon-arrow-down {
  display: inline-block;
  width: 0.6em;
  height: 0.6em;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg);
  margin-bottom: 0.15em;
}
