/* Formlaser icin ozel olusturulmus Font Awesome 4.7.0 subset
   Orijinal: 76,21 KiB (woff2) -> Subset: 2,3 KiB (woff2)
   Icerdigi ikonlar: angle-up, clock-o, envelope, home, map-marker, phone, print, spinner, bars, times, close, angle-down, angle-left, angle-right, caret-down, caret-up, caret-left, caret-right, search, chevron-left, chevron-right, remove, plus, minus, check, exclamation, info-circle, arrow-left, arrow-right, arrow-up, arrow-down
   Uretim tarihi: 3 Tem 2026 */

@font-face {
  font-family: "FontAwesome";
  src: url("fontawesome-subset.woff2") format("woff2"),
       url("fontawesome-subset.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fa-angle-up:before { content: "\f106"; }
.fa-clock-o:before { content: "\f017"; }
.fa-envelope:before { content: "\f0e0"; }
.fa-home:before { content: "\f015"; }
.fa-map-marker:before { content: "\f041"; }
.fa-phone:before { content: "\f095"; }
.fa-print:before { content: "\f02f"; }
.fa-spinner:before { content: "\f110"; }
.fa-bars:before { content: "\f0c9"; }
.fa-times:before { content: "\f00d"; }
.fa-angle-down:before { content: "\f107"; }
.fa-angle-left:before { content: "\f104"; }
.fa-angle-right:before { content: "\f105"; }
.fa-caret-down:before { content: "\f0d7"; }
.fa-caret-up:before { content: "\f0d8"; }
.fa-caret-left:before { content: "\f0d9"; }
.fa-caret-right:before { content: "\f0da"; }
.fa-search:before { content: "\f002"; }
.fa-chevron-left:before { content: "\f053"; }
.fa-chevron-right:before { content: "\f054"; }
.fa-plus:before { content: "\f067"; }
.fa-minus:before { content: "\f068"; }
.fa-check:before { content: "\f00c"; }
.fa-exclamation:before { content: "\f12a"; }
.fa-info-circle:before { content: "\f05a"; }
.fa-arrow-left:before { content: "\f060"; }
.fa-arrow-right:before { content: "\f061"; }
.fa-arrow-up:before { content: "\f062"; }
.fa-arrow-down:before { content: "\f063"; }

/* Font Awesome yardimci (utility) class lari - glif icermez */
.fa-ul { padding-left: 0; margin-left: 21.42857143px; list-style-type: none; }
.fa-ul > li { position: relative; }
.fa-li { position: absolute; left: -21.42857143px; width: 21.42857143px; top: 2.14285714px; text-align: center; }
.fa-li.fa-lg { left: -1.85714286em; }
.fa-spin { -webkit-animation: fa-spin 2s infinite linear; animation: fa-spin 2s infinite linear; }
@-webkit-keyframes fa-spin { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } 100% { -webkit-transform: rotate(359deg); transform: rotate(359deg); } }
@keyframes fa-spin { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } 100% { -webkit-transform: rotate(359deg); transform: rotate(359deg); } }
