/*      center-div    */
/*      buttons    */
/* line 3, /app/app/assets/stylesheets/components/common.flags_header.scss */
.language-link.active {
  color: #ff1313; }

/* line 7, /app/app/assets/stylesheets/components/common.flags_header.scss */
.country-link span, .language-link span {
  font-size: 15px; }

/* line 11, /app/app/assets/stylesheets/components/common.flags_header.scss */
.flag-header {
  background-color: #1f262d;
  min-height: 40px; }

/* line 16, /app/app/assets/stylesheets/components/common.flags_header.scss */
.btn-country-selector,
.btn-language-selector {
  min-height: 36px; }
  /* line 20, /app/app/assets/stylesheets/components/common.flags_header.scss */
  .btn-country-selector img,
  .btn-country-selector svg,
  .btn-language-selector img,
  .btn-language-selector svg {
    flex-shrink: 0; }

/* line 26, /app/app/assets/stylesheets/components/common.flags_header.scss */
.flag-btn {
  -webkit-appearance: button;
  background: transparent;
  font-size: 12px;
  border: none;
  width: 100%;
  padding: 10px;
  color: #333;
  padding-left: 25px; }
  /* line 36, /app/app/assets/stylesheets/components/common.flags_header.scss */
  .flag-btn:hover {
    background: #f6f6f6; }
  /* line 40, /app/app/assets/stylesheets/components/common.flags_header.scss */
  .flag-btn img {
    width: 25px;
    margin-right: 5px; }

/* line 46, /app/app/assets/stylesheets/components/common.flags_header.scss */
.dropdown-menu.flag {
  z-index: 11111; }

/* line 50, /app/app/assets/stylesheets/components/common.flags_header.scss */
.side-flag {
  transition: all 500ms ease 0ms;
  background: white;
  width: 300px;
  z-index: 111111;
  height: 100vh;
  position: fixed;
  top: 0;
  transform: translate(-100vw, 0);
  width: 400px;
  box-shadow: 0px 1px 12px 2px #00000017;
  overflow-y: auto; }
  /* line 64, /app/app/assets/stylesheets/components/common.flags_header.scss */
  .side-flag .title {
    padding: 12px 0;
    font-size: 1.5rem; }
  @media only screen and (max-width: 768px) {
    /* line 50, /app/app/assets/stylesheets/components/common.flags_header.scss */
    .side-flag {
      width: 100%; } }

/* line 74, /app/app/assets/stylesheets/components/common.flags_header.scss */
.side-flag.open {
  transform: translate(0, 0); }

/* line 79, /app/app/assets/stylesheets/components/common.flags_header.scss */
.btn-primary.flags {
  width: 165px;
  white-space: inherit;
  background: transparent;
  border: none;
  font-size: 12px;
  color: white !important;
  padding: 7px 2px;
  align-items: center;
  display: flex;
  justify-content: space-evenly; }
  /* line 91, /app/app/assets/stylesheets/components/common.flags_header.scss */
  .btn-primary.flags img {
    display: inline-block;
    max-width: 14px;
    margin-right: 5px; }
  /* line 97, /app/app/assets/stylesheets/components/common.flags_header.scss */
  .btn-primary.flags:active:focus {
    border: none;
    outline: none;
    background-color: transparent; }
  /* line 103, /app/app/assets/stylesheets/components/common.flags_header.scss */
  .btn-primary.flags:hover {
    background-color: #434f5d; }

/* line 110, /app/app/assets/stylesheets/components/common.flags_header.scss */
.location-collapse-btn:hover, .location-collapse-btn:focus {
  background-color: #f6f6f6 !important; }

/* line 117, /app/app/assets/stylesheets/components/common.flags_header.scss */
.about-us-content {
  padding: 28px; }
  /* line 120, /app/app/assets/stylesheets/components/common.flags_header.scss */
  .about-us-content .stat-item {
    margin-bottom: 15px;
    background: #f2f3f9;
    padding: 10px 15px 10px;
    border-radius: 5px;
    display: flex;
    align-items: flex-start;
    flex-direction: column; }
    /* line 129, /app/app/assets/stylesheets/components/common.flags_header.scss */
    .about-us-content .stat-item span:first-child {
      font-weight: bold;
      color: #333; }
    /* line 134, /app/app/assets/stylesheets/components/common.flags_header.scss */
    .about-us-content .stat-item span:last-child {
      color: #666;
      font-size: 14px;
      line-height: 0.8;
      margin-top: 7px; }
  /* line 142, /app/app/assets/stylesheets/components/common.flags_header.scss */
  .about-us-content .countries-flags {
    display: flex;
    flex-wrap: nowrap;
    gap: 6px;
    margin-bottom: 10px;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    border-radius: 6px; }
    /* line 151, /app/app/assets/stylesheets/components/common.flags_header.scss */
    .about-us-content .countries-flags img {
      border-radius: 6px; }
  /* line 156, /app/app/assets/stylesheets/components/common.flags_header.scss */
  .about-us-content .cta-section {
    border-top: 1px solid #eee;
    padding-top: 20px; }
    /* line 160, /app/app/assets/stylesheets/components/common.flags_header.scss */
    .about-us-content .cta-section div {
      font-weight: 600;
      cursor: pointer;
      transition: color 0.3s ease; }
      /* line 165, /app/app/assets/stylesheets/components/common.flags_header.scss */
      .about-us-content .cta-section div:hover {
        color: #1976D2 !important; }
