/* line 1, /var/deploy/tlac/web_head/releases/20230922150509/app/assets/stylesheets/cameratag.scss */
.camera_tag {
  display: inline-block;
  position: relative;
  width: 320px;
  height: 240px;
  font-family: "Gotham", sans-serif;
  background-color: #f2f6f6;
}

/* line 10, /var/deploy/tlac/web_head/releases/20230922150509/app/assets/stylesheets/cameratag.scss */
.camera_tag .cameratag_screen {
  display: none;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  text-align: center;
  color: #fff;
  background-color: none;
}

/* line 22, /var/deploy/tlac/web_head/releases/20230922150509/app/assets/stylesheets/cameratag.scss */
.cameratag_screen.cameratag_playback,
.cameratag_screen.cameratag_recording,
.cameratag_screen.cameratag_count,
.cameratag_screen.cameratag_accept {
  background: none;
}

/* line 29, /var/deploy/tlac/web_head/releases/20230922150509/app/assets/stylesheets/cameratag.scss */
.cameratag_screen.cameratag_wait,
.cameratag_screen.cameratag_completed {
  background-color: black;
}

/* line 34, /var/deploy/tlac/web_head/releases/20230922150509/app/assets/stylesheets/cameratag.scss */
.camera_tag .cameratag_throttled {
  position: absolute;
  bottom: 0px;
  width: 100%;
  display: none;
}

/* line 41, /var/deploy/tlac/web_head/releases/20230922150509/app/assets/stylesheets/cameratag.scss */
.cameratag_throttled_message {
  padding: 5px;
  text-align: center;
  background: #000;
  color: #fff;
  font-size: 0.75em;
}

/* line 49, /var/deploy/tlac/web_head/releases/20230922150509/app/assets/stylesheets/cameratag.scss */
.cameratag_paused_message {
  padding: 5px 0px;
  text-align: center;
  background: #000;
  color: #fff;
  font-size: 0.75em;
  position: absolute;
  bottom: 0px;
  width: 100%;
}

/* line 60, /var/deploy/tlac/web_head/releases/20230922150509/app/assets/stylesheets/cameratag.scss */
.cameratag_settings_btn {
  color: #ccc;
  position: absolute;
  top: 5px;
  right: 5px;
  height: 20px;
  cursor: pointer;
}

/* line 69, /var/deploy/tlac/web_head/releases/20230922150509/app/assets/stylesheets/cameratag.scss */
.cameratag_settings_btn:hover {
  color: #fff;
}

/* line 73, /var/deploy/tlac/web_head/releases/20230922150509/app/assets/stylesheets/cameratag.scss */
.camera_tag .cameratag_screen .cameratag_prompt {
  position: absolute;
  bottom: 0px;
  width: 100%;
  background: #000;
  text-align: center;
  color: #fff;
  font-size: 0.75em;
  padding: 3px 0px;
}

/* line 84, /var/deploy/tlac/web_head/releases/20230922150509/app/assets/stylesheets/cameratag.scss */
.camera_tag .cameratag_screen.cameratag_start {
  padding: 10px;
}

/* line 88, /var/deploy/tlac/web_head/releases/20230922150509/app/assets/stylesheets/cameratag.scss */
.camera_tag .cameratag_screen.cameratag_start:hover .cameratag_record_button {
  text-shadow: none;
}

/* line 92, /var/deploy/tlac/web_head/releases/20230922150509/app/assets/stylesheets/cameratag.scss */
.camera_tag .cameratag_screen.cameratag_start .cameratag_record_button {
  position: absolute;
  display: block;
  text-align: center;
  top: 50%;
  width: 100%;
  line-height: 1em;
  margin-top: -1em;
  text-shadow: none;
  font-size: 1.5em;
  color: #fff;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
}

/* line 106, /var/deploy/tlac/web_head/releases/20230922150509/app/assets/stylesheets/cameratag.scss */
.camera_tag
.cameratag_screen.cameratag_start
.cameratag_record_button
.cameratag_record_circle {
  color: #c7084b;
  font-size: 3em;
  vertical-align: -0.2em;
}

/* line 115, /var/deploy/tlac/web_head/releases/20230922150509/app/assets/stylesheets/cameratag.scss */
.camera_tag .cameratag_screen.cameratag_detect {
  background: url(https://www.cameratag.com/assets/wave2.png) bottom center no-repeat;
  background-size: contain;
}

/* line 121, /var/deploy/tlac/web_head/releases/20230922150509/app/assets/stylesheets/cameratag.scss */
.camera_tag .cameratag_screen.cameratag_select {
  background: none;
}

/* line 125, /var/deploy/tlac/web_head/releases/20230922150509/app/assets/stylesheets/cameratag.scss */
.camera_tag
.cameratag_screen.cameratag_select
.cameratag_save_device_selection {
  float: right;
  margin-top: 6px;
  margin-right: 10px;
  background: #c7084b;
  color: #fff;
  padding: 5px 10px;
  cursor: pointer;
  font-size: 12px;
}

/* line 138, /var/deploy/tlac/web_head/releases/20230922150509/app/assets/stylesheets/cameratag.scss */
.camera_tag .cameratag_screen.cameratag_select i {
  display: inline-block;
  width: 20px;
  margin-left: 10px;
}

/* line 144, /var/deploy/tlac/web_head/releases/20230922150509/app/assets/stylesheets/cameratag.scss */
.camera_tag .cameratag_screen.cameratag_select select {
  width: 50%;
}

/* line 148, /var/deploy/tlac/web_head/releases/20230922150509/app/assets/stylesheets/cameratag.scss */
.camera_tag .cameratag_screen.cameratag_select .cameratag_prompt {
  padding: 10px 0px;
  text-align: left;
  background: rgba(0, 0, 0, 0.5);
}

/* line 154, /var/deploy/tlac/web_head/releases/20230922150509/app/assets/stylesheets/cameratag.scss */
.camera_tag .cameratag_screen.cameratag_count .cameratag_countdown_status {
  color: #fff;
  font-size: 4em;
  position: absolute;
  top: 50%;
  margin-top: -2rem;
  left: 0px;
  right: 0px;
  text-align: center;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
}

/* line 166, /var/deploy/tlac/web_head/releases/20230922150509/app/assets/stylesheets/cameratag.scss */
.camera_tag .cameratag_screen.cameratag_upload {
  text-align: center;
}

/* line 170, /var/deploy/tlac/web_head/releases/20230922150509/app/assets/stylesheets/cameratag.scss */
.camera_tag .cameratag_screen.cameratag_upload .cameratag_upload_status {
  font-size: 2em;
  position: absolute;
  top: 50%;
  margin-top: -0.6em;
  left: 0px;
  right: 0px;
  text-align: center;
}

/* line 180, /var/deploy/tlac/web_head/releases/20230922150509/app/assets/stylesheets/cameratag.scss */
.camera_tag .cameratag_screen.cameratag_recording img {
  position: absolute;
  top: 10px;
  right: 10px;
}

/* line 186, /var/deploy/tlac/web_head/releases/20230922150509/app/assets/stylesheets/cameratag.scss */
.camera_tag .cameratag_screen.cameratag_accept {
  padding: 10px;
}

/* line 190, /var/deploy/tlac/web_head/releases/20230922150509/app/assets/stylesheets/cameratag.scss */
.camera_tag .cameratag_screen.cameratag_accept .cameratag_accept_btn,
.camera_tag .cameratag_screen.cameratag_accept .cameratag_rerecord_btn,
.camera_tag .cameratag_screen.cameratag_accept .cameratag_play_btn {
  color: #ccc;
  display: block;
  height: 29%;
  margin-bottom: 3%;
  text-align: center;
  border: solid 1px #555;
  background: rgba(0, 0, 0, 0.8);
}

/* line 202, /var/deploy/tlac/web_head/releases/20230922150509/app/assets/stylesheets/cameratag.scss */
.camera_tag .cameratag_screen.cameratag_accept .cameratag_accept_btn span,
.camera_tag .cameratag_screen.cameratag_accept .cameratag_rerecord_btn span,
.camera_tag .cameratag_screen.cameratag_accept .cameratag_play_btn span {
  display: block;
  top: 50%;
  position: relative;
  margin-top: -0.5em;
}

/* line 211, /var/deploy/tlac/web_head/releases/20230922150509/app/assets/stylesheets/cameratag.scss */
.camera_tag .cameratag_screen.cameratag_accept .cameratag_accept_btn:hover,
.camera_tag .cameratag_screen.cameratag_accept .cameratag_rerecord_btn:hover,
.camera_tag .cameratag_screen.cameratag_accept .cameratag_play_btn:hover {
  border: solid 1px #fff;
  background: #000;
  cursor: pointer;
  color: #fff;
}

/* line 220, /var/deploy/tlac/web_head/releases/20230922150509/app/assets/stylesheets/cameratag.scss */
.camera_tag .cameratag_screen.cameratag_accept .cameratag_accept_btn:hover span,
.camera_tag
.cameratag_screen.cameratag_accept
.cameratag_rerecord_btn:hover
span,
.camera_tag .cameratag_screen.cameratag_accept .cameratag_play_btn:hover span {
  color: #fff;
}

/* line 229, /var/deploy/tlac/web_head/releases/20230922150509/app/assets/stylesheets/cameratag.scss */
.cameratag_spinner {
  position: absolute;
  top: 50%;
  margin-top: -50px;
  text-align: center;
  left: 0px;
  right: 0px;
}

/* line 238, /var/deploy/tlac/web_head/releases/20230922150509/app/assets/stylesheets/cameratag.scss */
.cameratag_spinner img {
  width: 40px;
  margin: 0 auto;
}

/* line 243, /var/deploy/tlac/web_head/releases/20230922150509/app/assets/stylesheets/cameratag.scss */
.camera_tag .cameratag_screen.cameratag_completed .cameratag_thumb_bg {
  position: absolute;
  top: 0px;
  bottom: 0px;
  right: 0px;
  left: 0px;
  background-size: contain;
}

/* line 252, /var/deploy/tlac/web_head/releases/20230922150509/app/assets/stylesheets/cameratag.scss */
.camera_tag .cameratag_screen.cameratag_completed .cameratag_checkmark {
  font-size: 2.5em;
  text-align: center;
  position: absolute;
  top: 50%;
  margin-top: -1em;
  width: 100%;
}

/* line 261, /var/deploy/tlac/web_head/releases/20230922150509/app/assets/stylesheets/cameratag.scss */
.camera_tag .cameratag_screen.cameratag_completed .cameratag_checkmark .check {
  color: #09a72e;
}

/* line 265, /var/deploy/tlac/web_head/releases/20230922150509/app/assets/stylesheets/cameratag.scss */
.camera_tag .cameratag_screen.cameratag_error .cameratag_error_message {
  position: absolute;
  left: 0px;
  right: 0px;
  text-align: center;
  top: 50%;
  margin-top: -1.5em;
  font-size: 2em;
}

/* line 275, /var/deploy/tlac/web_head/releases/20230922150509/app/assets/stylesheets/cameratag.scss */
.camera_tag .cameratag_screen.cameratag_sms_screen .cameratag_sms_prompt {
  text-align: left;
  top: 35%;
  position: absolute;
  margin-top: -90px;
  padding: 20px;
  line-height: 1.4em;
}

/* line 284, /var/deploy/tlac/web_head/releases/20230922150509/app/assets/stylesheets/cameratag.scss */
.camera_tag
.cameratag_screen.cameratag_sms_screen
.cameratag_sms_prompt
.intl-tel-input {
  margin: 1em 0px;
}

/* line 291, /var/deploy/tlac/web_head/releases/20230922150509/app/assets/stylesheets/cameratag.scss */
.camera_tag .cameratag_screen.cameratag_sms_screen .cameratag_sms_prompt input {
  margin-top: 5px;
  width: 100%;
  font-size: 1em;
  padding-top: 0.25em;
  padding-bottom: 0.25em;
  border-top: solid 1px #999;
  border-bottom: solid 1px #ddd;
  outline: none;
  background: #ccc;
}

/* line 303, /var/deploy/tlac/web_head/releases/20230922150509/app/assets/stylesheets/cameratag.scss */
.camera_tag
.cameratag_screen.cameratag_sms_screen
.cameratag_sms_prompt
.cameratag_send_sms {
  padding: 10px;
  line-height: 50px;
  background: #c7084b;
  color: #fff;
  text-decoration: none;
}

/* line 314, /var/deploy/tlac/web_head/releases/20230922150509/app/assets/stylesheets/cameratag.scss */
.camera_tag
.cameratag_screen.cameratag_check_phone
.cameratag_check_phone_prompt {
  position: absolute;
  top: 50%;
  margin-top: -1em;
  font-size: 1.4em;
  left: 10px;
  right: 10px;
  font-weight: 200;
}

/* line 326, /var/deploy/tlac/web_head/releases/20230922150509/app/assets/stylesheets/cameratag.scss */
.camera_tag .cameratag_screen.cameratag_check_phone .cameratag_check_phone_url {
  position: absolute;
  bottom: 5px;
  font-size: 12px;
  color: #ccc;
  text-align: center;
  width: 100%;
}

/* line 335, /var/deploy/tlac/web_head/releases/20230922150509/app/assets/stylesheets/cameratag.scss */
.cameratag_select_prompt,
.cameratag_mobile_prompt {
  text-align: center;
  display: block;
  margin-top: 8%;
  font-weight: bold;
}

/* line 343, /var/deploy/tlac/web_head/releases/20230922150509/app/assets/stylesheets/cameratag.scss */
.cameratag_primary_link {
  color: #ccc;
  position: relative;
  display: inline-block;
  width: 30%;
  vertical-align: middle;
  cursor: pointer;
  height: 3em;
  margin-top: 2em;
}

/* line 354, /var/deploy/tlac/web_head/releases/20230922150509/app/assets/stylesheets/cameratag.scss */
.cameratag_primary_link .cameratag_action_icon {
  font-size: 2em;
  font-family: "FontAwesome";
  transition: font-size 0.25s;
}

/* line 360, /var/deploy/tlac/web_head/releases/20230922150509/app/assets/stylesheets/cameratag.scss */
.cameratag_primary_link:hover .cameratag_action_icon {
  font-size: 2.5em;
}

/* line 380, /var/deploy/tlac/web_head/releases/20230922150509/app/assets/stylesheets/cameratag.scss */
.cameratag_prompt_label {
  position: absolute;
  bottom: -20px;
  left: 0px;
  width: 100%;
  font-size: 0.8em;
  height: 2em;
}

/*
  UPLOADER
*/
/* line 393, /var/deploy/tlac/web_head/releases/20230922150509/app/assets/stylesheets/cameratag.scss */
.cameratag_uploader_container {
  position: relative;
  width: 600px;
  height: 65px;
  border: solid 1px #ccc;
}

/* line 400, /var/deploy/tlac/web_head/releases/20230922150509/app/assets/stylesheets/cameratag.scss */
.cameratag_uploader_container .cameratag_uploader_prompt_container {
  position: absolute;
  top: 10px;
  right: 10px;
  left: 10px;
  bottom: 10px;
  border: dashed 1px #ccc;
  text-align: center;
  cursor: pointer;
}

/* line 411, /var/deploy/tlac/web_head/releases/20230922150509/app/assets/stylesheets/cameratag.scss */
.cameratag_uploader_container .cameratag_uploader_prompt_container:hover {
  background: #ddd;
}

/* line 415, /var/deploy/tlac/web_head/releases/20230922150509/app/assets/stylesheets/cameratag.scss */
.cameratag_uploader_container
.cameratag_uploader_prompt_container
.cameratag_uploader_prompt_title {
  font-size: 14px;
  color: #c7084b;
  font-weight: bold;
}

/* line 423, /var/deploy/tlac/web_head/releases/20230922150509/app/assets/stylesheets/cameratag.scss */
.cameratag_uploader_container
.cameratag_uploader_prompt_container
.cameratag_uploader_prompt_desc {
  font-size: 12px;
  color: #999;
}

/* line 430, /var/deploy/tlac/web_head/releases/20230922150509/app/assets/stylesheets/cameratag.scss */
.cameratag_uploader_container .cameratag_uploader_progress_container {
  position: absolute;
  top: 10px;
  right: 10px;
  left: 10px;
  bottom: 10px;
  border: dashed 1px #ccc;
  text-align: center;
  cursor: pointer;
  display: none;
}

/* line 442, /var/deploy/tlac/web_head/releases/20230922150509/app/assets/stylesheets/cameratag.scss */
.cameratag_uploader_container
.cameratag_uploader_progress_container
.cameratag_uploader_progress_fill {
  height: 100%;
  float: left;
  background: #c7084b;
  color: #fff;
}

/* line 451, /var/deploy/tlac/web_head/releases/20230922150509/app/assets/stylesheets/cameratag.scss */
.intl-tel-input {
  position: relative;
  display: inline-block;
}

/* line 455, /var/deploy/tlac/web_head/releases/20230922150509/app/assets/stylesheets/cameratag.scss */
.intl-tel-input * {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}

/* line 459, /var/deploy/tlac/web_head/releases/20230922150509/app/assets/stylesheets/cameratag.scss */
.intl-tel-input .hide {
  display: none;
}

/* line 462, /var/deploy/tlac/web_head/releases/20230922150509/app/assets/stylesheets/cameratag.scss */
.intl-tel-input .v-hide {
  visibility: hidden;
}

/* line 465, /var/deploy/tlac/web_head/releases/20230922150509/app/assets/stylesheets/cameratag.scss */
.intl-tel-input input,
.intl-tel-input input[type="text"],
.intl-tel-input input[type="tel"] {
  position: relative;
  z-index: 0;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-left: 48px;
  margin-left: 0;
  transition: background-color 100ms ease-out;
}

/* line 476, /var/deploy/tlac/web_head/releases/20230922150509/app/assets/stylesheets/cameratag.scss */
.intl-tel-input input.iti-invalid-key {
  transition: background-color 0;
  background-color: #ffc7c7;
}

/* line 480, /var/deploy/tlac/web_head/releases/20230922150509/app/assets/stylesheets/cameratag.scss */
.intl-tel-input .flag-dropdown {
  position: absolute;
  top: 0;
  bottom: 0;
  padding: 1px;
}

/* line 486, /var/deploy/tlac/web_head/releases/20230922150509/app/assets/stylesheets/cameratag.scss */
.intl-tel-input .flag-dropdown:hover {
  cursor: pointer;
}

/* line 489, /var/deploy/tlac/web_head/releases/20230922150509/app/assets/stylesheets/cameratag.scss */
.intl-tel-input .flag-dropdown:hover .selected-flag {
  background-color: rgba(0, 0, 0, 0.05);
}

/* line 492, /var/deploy/tlac/web_head/releases/20230922150509/app/assets/stylesheets/cameratag.scss */
.intl-tel-input input[disabled] + .flag-dropdown:hover,
.intl-tel-input input[readonly] + .flag-dropdown:hover {
  cursor: default;
}

/* line 496, /var/deploy/tlac/web_head/releases/20230922150509/app/assets/stylesheets/cameratag.scss */
.intl-tel-input input[disabled] + .flag-dropdown:hover .selected-flag,
.intl-tel-input input[readonly] + .flag-dropdown:hover .selected-flag {
  background-color: transparent;
}

/* line 500, /var/deploy/tlac/web_head/releases/20230922150509/app/assets/stylesheets/cameratag.scss */
.intl-tel-input .selected-flag {
  z-index: 1;
  position: relative;
  width: 42px;
  height: 100%;
  padding: 0 0 0 8px;
}

/* line 507, /var/deploy/tlac/web_head/releases/20230922150509/app/assets/stylesheets/cameratag.scss */
.intl-tel-input .selected-flag .iti-flag {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}

/* line 513, /var/deploy/tlac/web_head/releases/20230922150509/app/assets/stylesheets/cameratag.scss */
.intl-tel-input .selected-flag .arrow {
  position: absolute;
  top: 50%;
  margin-top: -2px;
  right: 4px;
  width: 0;
  height: 0;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-top: 4px solid #555;
}

/* line 524, /var/deploy/tlac/web_head/releases/20230922150509/app/assets/stylesheets/cameratag.scss */
.intl-tel-input .selected-flag .arrow.up {
  border-top: none;
  border-bottom: 4px solid #555;
}

/* line 528, /var/deploy/tlac/web_head/releases/20230922150509/app/assets/stylesheets/cameratag.scss */
.intl-tel-input .country-list {
  color: #000;
  list-style: none;
  position: absolute;
  z-index: 2;
  padding: 0;
  margin: 0 0 0 -1px;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
  background-color: white;
  border: 1px solid #ccc;
  white-space: nowrap;
  max-height: 200px;
  overflow-y: scroll;
}

/* line 542, /var/deploy/tlac/web_head/releases/20230922150509/app/assets/stylesheets/cameratag.scss */
.intl-tel-input .country-list .flag {
  display: inline-block;
  width: 20px;
}

@media (max-width: 500px) {
  /* line 547, /var/deploy/tlac/web_head/releases/20230922150509/app/assets/stylesheets/cameratag.scss */
  .intl-tel-input .country-list {
    white-space: normal;
  }
}
/* line 551, /var/deploy/tlac/web_head/releases/20230922150509/app/assets/stylesheets/cameratag.scss */
.intl-tel-input .country-list .divider {
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #ccc;
}

/* line 556, /var/deploy/tlac/web_head/releases/20230922150509/app/assets/stylesheets/cameratag.scss */
.intl-tel-input .country-list .country {
  padding: 5px 10px;
}

/* line 559, /var/deploy/tlac/web_head/releases/20230922150509/app/assets/stylesheets/cameratag.scss */
.intl-tel-input .country-list .country .dial-code {
  color: #999;
}

/* line 562, /var/deploy/tlac/web_head/releases/20230922150509/app/assets/stylesheets/cameratag.scss */
.intl-tel-input .country-list .country.highlight {
  background-color: rgba(0, 0, 0, 0.05);
}

/* line 565, /var/deploy/tlac/web_head/releases/20230922150509/app/assets/stylesheets/cameratag.scss */
.intl-tel-input .country-list .flag,
.intl-tel-input .country-list .country-name,
.intl-tel-input .country-list .dial-code {
  vertical-align: middle;
}

/* line 570, /var/deploy/tlac/web_head/releases/20230922150509/app/assets/stylesheets/cameratag.scss */
.intl-tel-input .country-list .flag,
.intl-tel-input .country-list .country-name {
  margin-right: 6px;
}

/* line 574, /var/deploy/tlac/web_head/releases/20230922150509/app/assets/stylesheets/cameratag.scss */
.intl-tel-input select {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 42px;
  height: 100%;
  opacity: 0;
}

/* line 583, /var/deploy/tlac/web_head/releases/20230922150509/app/assets/stylesheets/cameratag.scss */
.iti-flag {
  width: 20px;
}

/* line 586, /var/deploy/tlac/web_head/releases/20230922150509/app/assets/stylesheets/cameratag.scss */
.iti-flag.be {
  width: 18px;
}

/* line 589, /var/deploy/tlac/web_head/releases/20230922150509/app/assets/stylesheets/cameratag.scss */
.iti-flag.ch {
  width: 15px;
}

/* line 592, /var/deploy/tlac/web_head/releases/20230922150509/app/assets/stylesheets/cameratag.scss */
.iti-flag.mc {
  width: 19px;
}

/* line 595, /var/deploy/tlac/web_head/releases/20230922150509/app/assets/stylesheets/cameratag.scss */
.iti-flag.ne {
  width: 18px;
}

/* line 598, /var/deploy/tlac/web_head/releases/20230922150509/app/assets/stylesheets/cameratag.scss */
.iti-flag.np {
  width: 13px;
}

/* line 601, /var/deploy/tlac/web_head/releases/20230922150509/app/assets/stylesheets/cameratag.scss */
.iti-flag.va {
  width: 15px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  /* line 610, /var/deploy/tlac/web_head/releases/20230922150509/app/assets/stylesheets/cameratag.scss */
  .iti-flag {
    background-size: 5630px 15px;
  }
}
/* line 614, /var/deploy/tlac/web_head/releases/20230922150509/app/assets/stylesheets/cameratag.scss */
.iti-flag.ac {
  height: 10px;
  background-position: 0px 0px;
}

/* line 618, /var/deploy/tlac/web_head/releases/20230922150509/app/assets/stylesheets/cameratag.scss */
.iti-flag.ad {
  height: 14px;
  background-position: -22px 0px;
}

/* line 622, /var/deploy/tlac/web_head/releases/20230922150509/app/assets/stylesheets/cameratag.scss */
.iti-flag.ae {
  height: 10px;
  background-position: -44px 0px;
}

/* line 626, /var/deploy/tlac/web_head/releases/20230922150509/app/assets/stylesheets/cameratag.scss */
.iti-flag.af {
  height: 14px;
  background-position: -66px 0px;
}

/* line 630, /var/deploy/tlac/web_head/releases/20230922150509/app/assets/stylesheets/cameratag.scss */
.iti-flag.ag {
  height: 14px;
  background-position: -88px 0px;
}

/* line 634, /var/deploy/tlac/web_head/releases/20230922150509/app/assets/stylesheets/cameratag.scss */
.iti-flag.ai {
  height: 10px;
  background-position: -110px 0px;
}

/* line 638, /var/deploy/tlac/web_head/releases/20230922150509/app/assets/stylesheets/cameratag.scss */
.iti-flag.al {
  height: 15px;
  background-position: -132px 0px;
}

/* line 642, /var/deploy/tlac/web_head/releases/20230922150509/app/assets/stylesheets/cameratag.scss */
.iti-flag.am {
  height: 10px;
  background-position: -154px 0px;
}

/* line 646, /var/deploy/tlac/web_head/releases/20230922150509/app/assets/stylesheets/cameratag.scss */
.iti-flag.ao {
  height: 14px;
  background-position: -176px 0px;
}

/* line 650, /var/deploy/tlac/web_head/releases/20230922150509/app/assets/stylesheets/cameratag.scss */
.iti-flag.aq {
  height: 14px;
  background-position: -198px 0px;
}

/* line 654, /var/deploy/tlac/web_head/releases/20230922150509/app/assets/stylesheets/cameratag.scss */
.iti-flag.ar {
  height: 13px;
  background-position: -220px 0px;
}

/* line 658, /var/deploy/tlac/web_head/releases/20230922150509/app/assets/stylesheets/cameratag.scss */
.iti-flag.as {
  height: 10px;
  background-position: -242px 0px;
}

/* line 662, /var/deploy/tlac/web_head/releases/20230922150509/app/assets/stylesheets/cameratag.scss */
.iti-flag.at {
  height: 14px;
  background-position: -264px 0px;
}

/* line 666, /var/deploy/tlac/web_head/releases/20230922150509/app/assets/stylesheets/cameratag.scss */
.iti-flag.au {
  height: 10px;
  background-position: -286px 0px;
}

/* line 670, /var/deploy/tlac/web_head/releases/20230922150509/app/assets/stylesheets/cameratag.scss */
.iti-flag.aw {
  height: 14px;
  background-position: -308px 0px;
}

/* line 674, /var/deploy/tlac/web_head/releases/20230922150509/app/assets/stylesheets/cameratag.scss */
.iti-flag.ax {
  height: 13px;
  background-position: -330px 0px;
}

/* line 678, /var/deploy/tlac/web_head/releases/20230922150509/app/assets/stylesheets/cameratag.scss */
.iti-flag.az {
  height: 10px;
  background-position: -352px 0px;
}

/* line 682, /var/deploy/tlac/web_head/releases/20230922150509/app/assets/stylesheets/cameratag.scss */
.iti-flag.ba {
  height: 10px;
  background-position: -374px 0px;
}

/* line 686, /var/deploy/tlac/web_head/releases/20230922150509/app/assets/stylesheets/cameratag.scss */
.iti-flag.bb {
  height: 14px;
  background-position: -396px 0px;
}

/* line 690, /var/deploy/tlac/web_head/releases/20230922150509/app/assets/stylesheets/cameratag.scss */
.iti-flag.bd {
  height: 12px;
  background-position: -418px 0px;
}

/* line 694, /var/deploy/tlac/web_head/releases/20230922150509/app/assets/stylesheets/cameratag.scss */
.iti-flag.be {
  height: 15px;
  background-position: -440px 0px;
}

/* line 698, /var/deploy/tlac/web_head/releases/20230922150509/app/assets/stylesheets/cameratag.scss */
.iti-flag.bf {
  height: 14px;
  background-position: -460px 0px;
}

/* line 702, /var/deploy/tlac/web_head/releases/20230922150509/app/assets/stylesheets/cameratag.scss */
.iti-flag.bg {
  height: 12px;
  background-position: -482px 0px;
}

/* line 706, /var/deploy/tlac/web_head/releases/20230922150509/app/assets/stylesheets/cameratag.scss */
.iti-flag.bh {
  height: 12px;
  background-position: -504px 0px;
}

/* line 710, /var/deploy/tlac/web_head/releases/20230922150509/app/assets/stylesheets/cameratag.scss */
.iti-flag.bi {
  height: 12px;
  background-position: -526px 0px;
}

/* line 714, /var/deploy/tlac/web_head/releases/20230922150509/app/assets/stylesheets/cameratag.scss */
.iti-flag.bj {
  height: 14px;
  background-position: -548px 0px;
}

/* line 718, /var/deploy/tlac/web_head/releases/20230922150509/app/assets/stylesheets/cameratag.scss */
.iti-flag.bl {
  height: 14px;
  background-position: -570px 0px;
}

/* line 722, /var/deploy/tlac/web_head/releases/20230922150509/app/assets/stylesheets/cameratag.scss */
.iti-flag.bm {
  height: 10px;
  background-position: -592px 0px;
}

/* line 726, /var/deploy/tlac/web_head/releases/20230922150509/app/assets/stylesheets/cameratag.scss */
.iti-flag.bn {
  height: 10px;
  background-position: -614px 0px;
}

/* line 730, /var/deploy/tlac/web_head/releases/20230922150509/app/assets/stylesheets/cameratag.scss */
.iti-flag.bo {
  height: 14px;
  background-position: -636px 0px;
}

/* line 734, /var/deploy/tlac/web_head/releases/20230922150509/app/assets/stylesheets/cameratag.scss */
.iti-flag.bq {
  height: 14px;
  background-position: -658px 0px;
}

/* line 738, /var/deploy/tlac/web_head/releases/20230922150509/app/assets/stylesheets/cameratag.scss */
.iti-flag.br {
  height: 14px;
  background-position: -680px 0px;
}

/* line 742, /var/deploy/tlac/web_head/releases/20230922150509/app/assets/stylesheets/cameratag.scss */
.iti-flag.bs {
  height: 10px;
  background-position: -702px 0px;
}

/* line 746, /var/deploy/tlac/web_head/releases/20230922150509/app/assets/stylesheets/cameratag.scss */
.iti-flag.bt {
  height: 14px;
  background-position: -724px 0px;
}

/* line 750, /var/deploy/tlac/web_head/releases/20230922150509/app/assets/stylesheets/cameratag.scss */
.iti-flag.bv {
  height: 15px;
  background-position: -746px 0px;
}

/* line 754, /var/deploy/tlac/web_head/releases/20230922150509/app/assets/stylesheets/cameratag.scss */
.iti-flag.bw {
  height: 14px;
  background-position: -768px 0px;
}

/* line 758, /var/deploy/tlac/web_head/releases/20230922150509/app/assets/stylesheets/cameratag.scss */
.iti-flag.by {
  height: 10px;
  background-position: -790px 0px;
}

/* line 762, /var/deploy/tlac/web_head/releases/20230922150509/app/assets/stylesheets/cameratag.scss */
.iti-flag.bz {
  height: 14px;
  background-position: -812px 0px;
}

/* line 766, /var/deploy/tlac/web_head/releases/20230922150509/app/assets/stylesheets/cameratag.scss */
.iti-flag.ca {
  height: 10px;
  background-position: -834px 0px;
}

/* line 770, /var/deploy/tlac/web_head/releases/20230922150509/app/assets/stylesheets/cameratag.scss */
.iti-flag.cc {
  height: 10px;
  background-position: -856px 0px;
}

/* line 774, /var/deploy/tlac/web_head/releases/20230922150509/app/assets/stylesheets/cameratag.scss */
.iti-flag.cd {
  height: 15px;
  background-position: -878px 0px;
}

/* line 778, /var/deploy/tlac/web_head/releases/20230922150509/app/assets/stylesheets/cameratag.scss */
.iti-flag.cf {
  height: 14px;
  background-position: -900px 0px;
}

/* line 782, /var/deploy/tlac/web_head/releases/20230922150509/app/assets/stylesheets/cameratag.scss */
.iti-flag.cg {
  height: 14px;
  background-position: -922px 0px;
}

/* line 786, /var/deploy/tlac/web_head/releases/20230922150509/app/assets/stylesheets/cameratag.scss */
.iti-flag.ch {
  height: 15px;
  background-position: -944px 0px;
}

/* line 790, /var/deploy/tlac/web_head/releases/20230922150509/app/assets/stylesheets/cameratag.scss */
.iti-flag.ci {
  height: 14px;
  background-position: -961px 0px;
}

/* line 794, /var/deploy/tlac/web_head/releases/20230922150509/app/assets/stylesheets/cameratag.scss */
.iti-flag.ck {
  height: 10px;
  background-position: -983px 0px;
}

/* line 798, /var/deploy/tlac/web_head/releases/20230922150509/app/assets/stylesheets/cameratag.scss */
.iti-flag.cl {
  height: 14px;
  background-position: -1005px 0px;
}

/* line 802, /var/deploy/tlac/web_head/releases/20230922150509/app/assets/stylesheets/cameratag.scss */
.iti-flag.cm {
  height: 14px;
  background-position: -1027px 0px;
}

/* line 806, /var/deploy/tlac/web_head/releases/20230922150509/app/assets/stylesheets/cameratag.scss */
.iti-flag.cn {
  height: 14px;
  background-position: -1049px 0px;
}

/* line 810, /var/deploy/tlac/web_head/releases/20230922150509/app/assets/stylesheets/cameratag.scss */
.iti-flag.co {
  height: 14px;
  background-position: -1071px 0px;
}

/* line 814, /var/deploy/tlac/web_head/releases/20230922150509/app/assets/stylesheets/cameratag.scss */
.iti-flag.cp {
  height: 14px;
  background-position: -1093px 0px;
}

/* line 818, /var/deploy/tlac/web_head/releases/20230922150509/app/assets/stylesheets/cameratag.scss */
.iti-flag.cr {
  height: 12px;
  background-position: -1115px 0px;
}

/* line 822, /var/deploy/tlac/web_head/releases/20230922150509/app/assets/stylesheets/cameratag.scss */
.iti-flag.cu {
  height: 10px;
  background-position: -1137px 0px;
}

/* line 826, /var/deploy/tlac/web_head/releases/20230922150509/app/assets/stylesheets/cameratag.scss */
.iti-flag.cv {
  height: 12px;
  background-position: -1159px 0px;
}

/* line 830, /var/deploy/tlac/web_head/releases/20230922150509/app/assets/stylesheets/cameratag.scss */
.iti-flag.cw {
  height: 14px;
  background-position: -1181px 0px;
}

/* line 834, /var/deploy/tlac/web_head/releases/20230922150509/app/assets/stylesheets/cameratag.scss */
.iti-flag.cx {
  height: 10px;
  background-position: -1203px 0px;
}

/* line 838, /var/deploy/tlac/web_head/releases/20230922150509/app/assets/stylesheets/cameratag.scss */
.iti-flag.cy {
  height: 14px;
  background-position: -1225px 0px;
}

/* line 842, /var/deploy/tlac/web_head/releases/20230922150509/app/assets/stylesheets/cameratag.scss */
.iti-flag.cz {
  height: 14px;
  background-position: -1247px 0px;
}

/* line 846, /var/deploy/tlac/web_head/releases/20230922150509/app/assets/stylesheets/cameratag.scss */
.iti-flag.de {
  height: 12px;
  background-position: -1269px 0px;
}

/* line 850, /var/deploy/tlac/web_head/releases/20230922150509/app/assets/stylesheets/cameratag.scss */
.iti-flag.dg {
  height: 10px;
  background-position: -1291px 0px;
}

/* line 854, /var/deploy/tlac/web_head/releases/20230922150509/app/assets/stylesheets/cameratag.scss */
.iti-flag.dj {
  height: 14px;
  background-position: -1313px 0px;
}

/* line 858, /var/deploy/tlac/web_head/releases/20230922150509/app/assets/stylesheets/cameratag.scss */
.iti-flag.dk {
  height: 15px;
  background-position: -1335px 0px;
}

/* line 862, /var/deploy/tlac/web_head/releases/20230922150509/app/assets/stylesheets/cameratag.scss */
.iti-flag.dm {
  height: 10px;
  background-position: -1357px 0px;
}

/* line 866, /var/deploy/tlac/web_head/releases/20230922150509/app/assets/stylesheets/cameratag.scss */
.iti-flag.do {
  height: 13px;
  background-position: -1379px 0px;
}

/* line 870, /var/deploy/tlac/web_head/releases/20230922150509/app/assets/stylesheets/cameratag.scss */
.iti-flag.dz {
  height: 14px;
  background-position: -1401px 0px;
}

/* line 874, /var/deploy/tlac/web_head/releases/20230922150509/app/assets/stylesheets/cameratag.scss */
.iti-flag.ea {
  height: 14px;
  background-position: -1423px 0px;
}

/* line 878, /var/deploy/tlac/web_head/releases/20230922150509/app/assets/stylesheets/cameratag.scss */
.iti-flag.ec {
  height: 14px;
  background-position: -1445px 0px;
}

/* line 882, /var/deploy/tlac/web_head/releases/20230922150509/app/assets/stylesheets/cameratag.scss */
.iti-flag.ee {
  height: 13px;
  background-position: -1467px 0px;
}

/* line 886, /var/deploy/tlac/web_head/releases/20230922150509/app/assets/stylesheets/cameratag.scss */
.iti-flag.eg {
  height: 14px;
  background-position: -1489px 0px;
}

/* line 890, /var/deploy/tlac/web_head/releases/20230922150509/app/assets/stylesheets/cameratag.scss */
.iti-flag.eh {
  height: 10px;
  background-position: -1511px 0px;
}

/* line 894, /var/deploy/tlac/web_head/releases/20230922150509/app/assets/stylesheets/cameratag.scss */
.iti-flag.er {
  height: 10px;
  background-position: -1533px 0px;
}

/* line 898, /var/deploy/tlac/web_head/releases/20230922150509/app/assets/stylesheets/cameratag.scss */
.iti-flag.es {
  height: 14px;
  background-position: -1555px 0px;
}

/* line 902, /var/deploy/tlac/web_head/releases/20230922150509/app/assets/stylesheets/cameratag.scss */
.iti-flag.et {
  height: 10px;
  background-position: -1577px 0px;
}

/* line 906, /var/deploy/tlac/web_head/releases/20230922150509/app/assets/stylesheets/cameratag.scss */
.iti-flag.eu {
  height: 14px;
  background-position: -1599px 0px;
}

/* line 910, /var/deploy/tlac/web_head/releases/20230922150509/app/assets/stylesheets/cameratag.scss */
.iti-flag.fi {
  height: 12px;
  background-position: -1621px 0px;
}

/* line 914, /var/deploy/tlac/web_head/releases/20230922150509/app/assets/stylesheets/cameratag.scss */
.iti-flag.fj {
  height: 10px;
  background-position: -1643px 0px;
}

/* line 918, /var/deploy/tlac/web_head/releases/20230922150509/app/assets/stylesheets/cameratag.scss */
.iti-flag.fk {
  height: 10px;
  background-position: -1665px 0px;
}

/* line 922, /var/deploy/tlac/web_head/releases/20230922150509/app/assets/stylesheets/cameratag.scss */
.iti-flag.fm {
  height: 11px;
  background-position: -1687px 0px;
}

/* line 926, /var/deploy/tlac/web_head/releases/20230922150509/app/assets/stylesheets/cameratag.scss */
.iti-flag.fo {
  height: 15px;
  background-position: -1709px 0px;
}

/* line 930, /var/deploy/tlac/web_head/releases/20230922150509/app/assets/stylesheets/cameratag.scss */
.iti-flag.fr {
  height: 14px;
  background-position: -1731px 0px;
}

/* line 934, /var/deploy/tlac/web_head/releases/20230922150509/app/assets/stylesheets/cameratag.scss */
.iti-flag.ga {
  height: 15px;
  background-position: -1753px 0px;
}

/* line 938, /var/deploy/tlac/web_head/releases/20230922150509/app/assets/stylesheets/cameratag.scss */
.iti-flag.gb {
  height: 10px;
  background-position: -1775px 0px;
}

/* line 942, /var/deploy/tlac/web_head/releases/20230922150509/app/assets/stylesheets/cameratag.scss */
.iti-flag.gd {
  height: 12px;
  background-position: -1797px 0px;
}

/* line 946, /var/deploy/tlac/web_head/releases/20230922150509/app/assets/stylesheets/cameratag.scss */
.iti-flag.ge {
  height: 14px;
  background-position: -1819px 0px;
}

/* line 950, /var/deploy/tlac/web_head/releases/20230922150509/app/assets/stylesheets/cameratag.scss */
.iti-flag.gf {
  height: 14px;
  background-position: -1841px 0px;
}

/* line 954, /var/deploy/tlac/web_head/releases/20230922150509/app/assets/stylesheets/cameratag.scss */
.iti-flag.gg {
  height: 14px;
  background-position: -1863px 0px;
}

/* line 958, /var/deploy/tlac/web_head/releases/20230922150509/app/assets/stylesheets/cameratag.scss */
.iti-flag.gh {
  height: 14px;
  background-position: -1885px 0px;
}

/* line 962, /var/deploy/tlac/web_head/releases/20230922150509/app/assets/stylesheets/cameratag.scss */
.iti-flag.gi {
  height: 10px;
  background-position: -1907px 0px;
}

/* line 966, /var/deploy/tlac/web_head/releases/20230922150509/app/assets/stylesheets/cameratag.scss */
.iti-flag.gl {
  height: 14px;
  background-position: -1929px 0px;
}

/* line 970, /var/deploy/tlac/web_head/releases/20230922150509/app/assets/stylesheets/cameratag.scss */
.iti-flag.gm {
  height: 14px;
  background-position: -1951px 0px;
}

/* line 974, /var/deploy/tlac/web_head/releases/20230922150509/app/assets/stylesheets/cameratag.scss */
.iti-flag.gn {
  height: 14px;
  background-position: -1973px 0px;
}

/* line 978, /var/deploy/tlac/web_head/releases/20230922150509/app/assets/stylesheets/cameratag.scss */
.iti-flag.gp {
  height: 14px;
  background-position: -1995px 0px;
}

/* line 982, /var/deploy/tlac/web_head/releases/20230922150509/app/assets/stylesheets/cameratag.scss */
.iti-flag.gq {
  height: 14px;
  background-position: -2017px 0px;
}

/* line 986, /var/deploy/tlac/web_head/releases/20230922150509/app/assets/stylesheets/cameratag.scss */
.iti-flag.gr {
  height: 14px;
  background-position: -2039px 0px;
}

/* line 990, /var/deploy/tlac/web_head/releases/20230922150509/app/assets/stylesheets/cameratag.scss */
.iti-flag.gs {
  height: 10px;
  background-position: -2061px 0px;
}

/* line 994, /var/deploy/tlac/web_head/releases/20230922150509/app/assets/stylesheets/cameratag.scss */
.iti-flag.gt {
  height: 13px;
  background-position: -2083px 0px;
}

/* line 998, /var/deploy/tlac/web_head/releases/20230922150509/app/assets/stylesheets/cameratag.scss */
.iti-flag.gu {
  height: 11px;
  background-position: -2105px 0px;
}

/* line 1002, /var/deploy/tlac/web_head/releases/20230922150509/app/assets/stylesheets/cameratag.scss */
.iti-flag.gw {
  height: 10px;
  background-position: -2127px 0px;
}

/* line 1006, /var/deploy/tlac/web_head/releases/20230922150509/app/assets/stylesheets/cameratag.scss */
.iti-flag.gy {
  height: 12px;
  background-position: -2149px 0px;
}

/* line 1010, /var/deploy/tlac/web_head/releases/20230922150509/app/assets/stylesheets/cameratag.scss */
.iti-flag.hk {
  height: 14px;
  background-position: -2171px 0px;
}

/* line 1014, /var/deploy/tlac/web_head/releases/20230922150509/app/assets/stylesheets/cameratag.scss */
.iti-flag.hm {
  height: 10px;
  background-position: -2193px 0px;
}

/* line 1018, /var/deploy/tlac/web_head/releases/20230922150509/app/assets/stylesheets/cameratag.scss */
.iti-flag.hn {
  height: 10px;
  background-position: -2215px 0px;
}

/* line 1022, /var/deploy/tlac/web_head/releases/20230922150509/app/assets/stylesheets/cameratag.scss */
.iti-flag.hr {
  height: 10px;
  background-position: -2237px 0px;
}

/* line 1026, /var/deploy/tlac/web_head/releases/20230922150509/app/assets/stylesheets/cameratag.scss */
.iti-flag.ht {
  height: 12px;
  background-position: -2259px 0px;
}

/* line 1030, /var/deploy/tlac/web_head/releases/20230922150509/app/assets/stylesheets/cameratag.scss */
.iti-flag.hu {
  height: 10px;
  background-position: -2281px 0px;
}

/* line 1034, /var/deploy/tlac/web_head/releases/20230922150509/app/assets/stylesheets/cameratag.scss */
.iti-flag.ic {
  height: 14px;
  background-position: -2303px 0px;
}

/* line 1038, /var/deploy/tlac/web_head/releases/20230922150509/app/assets/stylesheets/cameratag.scss */
.iti-flag.id {
  height: 14px;
  background-position: -2325px 0px;
}

/* line 1042, /var/deploy/tlac/web_head/releases/20230922150509/app/assets/stylesheets/cameratag.scss */
.iti-flag.ie {
  height: 10px;
  background-position: -2347px 0px;
}

/* line 1046, /var/deploy/tlac/web_head/releases/20230922150509/app/assets/stylesheets/cameratag.scss */
.iti-flag.il {
  height: 15px;
  background-position: -2369px 0px;
}

/* line 1050, /var/deploy/tlac/web_head/releases/20230922150509/app/assets/stylesheets/cameratag.scss */
.iti-flag.im {
  height: 10px;
  background-position: -2391px 0px;
}

/* line 1054, /var/deploy/tlac/web_head/releases/20230922150509/app/assets/stylesheets/cameratag.scss */
.iti-flag.in {
  height: 14px;
  background-position: -2413px 0px;
}

/* line 1058, /var/deploy/tlac/web_head/releases/20230922150509/app/assets/stylesheets/cameratag.scss */
.iti-flag.io {
  height: 10px;
  background-position: -2435px 0px;
}

/* line 1062, /var/deploy/tlac/web_head/releases/20230922150509/app/assets/stylesheets/cameratag.scss */
.iti-flag.iq {
  height: 14px;
  background-position: -2457px 0px;
}

/* line 1066, /var/deploy/tlac/web_head/releases/20230922150509/app/assets/stylesheets/cameratag.scss */
.iti-flag.ir {
  height: 12px;
  background-position: -2479px 0px;
}

/* line 1070, /var/deploy/tlac/web_head/releases/20230922150509/app/assets/stylesheets/cameratag.scss */
.iti-flag.is {
  height: 15px;
  background-position: -2501px 0px;
}

/* line 1074, /var/deploy/tlac/web_head/releases/20230922150509/app/assets/stylesheets/cameratag.scss */
.iti-flag.it {
  height: 14px;
  background-position: -2523px 0px;
}

/* line 1078, /var/deploy/tlac/web_head/releases/20230922150509/app/assets/stylesheets/cameratag.scss */
.iti-flag.je {
  height: 12px;
  background-position: -2545px 0px;
}

/* line 1082, /var/deploy/tlac/web_head/releases/20230922150509/app/assets/stylesheets/cameratag.scss */
.iti-flag.jm {
  height: 10px;
  background-position: -2567px 0px;
}

/* line 1086, /var/deploy/tlac/web_head/releases/20230922150509/app/assets/stylesheets/cameratag.scss */
.iti-flag.jo {
  height: 10px;
  background-position: -2589px 0px;
}

/* line 1090, /var/deploy/tlac/web_head/releases/20230922150509/app/assets/stylesheets/cameratag.scss */
.iti-flag.jp {
  height: 14px;
  background-position: -2611px 0px;
}

/* line 1094, /var/deploy/tlac/web_head/releases/20230922150509/app/assets/stylesheets/cameratag.scss */
.iti-flag.ke {
  height: 14px;
  background-position: -2633px 0px;
}

/* line 1098, /var/deploy/tlac/web_head/releases/20230922150509/app/assets/stylesheets/cameratag.scss */
.iti-flag.kg {
  height: 12px;
  background-position: -2655px 0px;
}

/* line 1102, /var/deploy/tlac/web_head/releases/20230922150509/app/assets/stylesheets/cameratag.scss */
.iti-flag.kh {
  height: 13px;
  background-position: -2677px 0px;
}

/* line 1106, /var/deploy/tlac/web_head/releases/20230922150509/app/assets/stylesheets/cameratag.scss */
.iti-flag.ki {
  height: 10px;
  background-position: -2699px 0px;
}

/* line 1110, /var/deploy/tlac/web_head/releases/20230922150509/app/assets/stylesheets/cameratag.scss */
.iti-flag.km {
  height: 12px;
  background-position: -2721px 0px;
}

/* line 1114, /var/deploy/tlac/web_head/releases/20230922150509/app/assets/stylesheets/cameratag.scss */
.iti-flag.kn {
  height: 14px;
  background-position: -2743px 0px;
}

/* line 1118, /var/deploy/tlac/web_head/releases/20230922150509/app/assets/stylesheets/cameratag.scss */
.iti-flag.kp {
  height: 10px;
  background-position: -2765px 0px;
}

/* line 1122, /var/deploy/tlac/web_head/releases/20230922150509/app/assets/stylesheets/cameratag.scss */
.iti-flag.kr {
  height: 14px;
  background-position: -2787px 0px;
}

/* line 1126, /var/deploy/tlac/web_head/releases/20230922150509/app/assets/stylesheets/cameratag.scss */
.iti-flag.kw {
  height: 10px;
  background-position: -2809px 0px;
}

/* line 1130, /var/deploy/tlac/web_head/releases/20230922150509/app/assets/stylesheets/cameratag.scss */
.iti-flag.ky {
  height: 10px;
  background-position: -2831px 0px;
}

/* line 1134, /var/deploy/tlac/web_head/releases/20230922150509/app/assets/stylesheets/cameratag.scss */
.iti-flag.kz {
  height: 10px;
  background-position: -2853px 0px;
}

/* line 1138, /var/deploy/tlac/web_head/releases/20230922150509/app/assets/stylesheets/cameratag.scss */
.iti-flag.la {
  height: 14px;
  background-position: -2875px 0px;
}

/* line 1142, /var/deploy/tlac/web_head/releases/20230922150509/app/assets/stylesheets/cameratag.scss */
.iti-flag.lb {
  height: 14px;
  background-position: -2897px 0px;
}

/* line 1146, /var/deploy/tlac/web_head/releases/20230922150509/app/assets/stylesheets/cameratag.scss */
.iti-flag.lc {
  height: 10px;
  background-position: -2919px 0px;
}

/* line 1150, /var/deploy/tlac/web_head/releases/20230922150509/app/assets/stylesheets/cameratag.scss */
.iti-flag.li {
  height: 12px;
  background-position: -2941px 0px;
}

/* line 1154, /var/deploy/tlac/web_head/releases/20230922150509/app/assets/stylesheets/cameratag.scss */
.iti-flag.lk {
  height: 10px;
  background-position: -2963px 0px;
}

/* line 1158, /var/deploy/tlac/web_head/releases/20230922150509/app/assets/stylesheets/cameratag.scss */
.iti-flag.lr {
  height: 11px;
  background-position: -2985px 0px;
}

/* line 1162, /var/deploy/tlac/web_head/releases/20230922150509/app/assets/stylesheets/cameratag.scss */
.iti-flag.ls {
  height: 14px;
  background-position: -3007px 0px;
}

/* line 1166, /var/deploy/tlac/web_head/releases/20230922150509/app/assets/stylesheets/cameratag.scss */
.iti-flag.lt {
  height: 12px;
  background-position: -3029px 0px;
}

/* line 1170, /var/deploy/tlac/web_head/releases/20230922150509/app/assets/stylesheets/cameratag.scss */
.iti-flag.lu {
  height: 12px;
  background-position: -3051px 0px;
}

/* line 1174, /var/deploy/tlac/web_head/releases/20230922150509/app/assets/stylesheets/cameratag.scss */
.iti-flag.lv {
  height: 10px;
  background-position: -3073px 0px;
}

/* line 1178, /var/deploy/tlac/web_head/releases/20230922150509/app/assets/stylesheets/cameratag.scss */
.iti-flag.ly {
  height: 10px;
  background-position: -3095px 0px;
}

/* line 1182, /var/deploy/tlac/web_head/releases/20230922150509/app/assets/stylesheets/cameratag.scss */
.iti-flag.ma {
  height: 14px;
  background-position: -3117px 0px;
}

/* line 1186, /var/deploy/tlac/web_head/releases/20230922150509/app/assets/stylesheets/cameratag.scss */
.iti-flag.mc {
  height: 15px;
  background-position: -3139px 0px;
}

/* line 1190, /var/deploy/tlac/web_head/releases/20230922150509/app/assets/stylesheets/cameratag.scss */
.iti-flag.md {
  height: 10px;
  background-position: -3160px 0px;
}

/* line 1194, /var/deploy/tlac/web_head/releases/20230922150509/app/assets/stylesheets/cameratag.scss */
.iti-flag.me {
  height: 10px;
  background-position: -3182px 0px;
}

/* line 1198, /var/deploy/tlac/web_head/releases/20230922150509/app/assets/stylesheets/cameratag.scss */
.iti-flag.mf {
  height: 14px;
  background-position: -3204px 0px;
}

/* line 1202, /var/deploy/tlac/web_head/releases/20230922150509/app/assets/stylesheets/cameratag.scss */
.iti-flag.mg {
  height: 14px;
  background-position: -3226px 0px;
}

/* line 1206, /var/deploy/tlac/web_head/releases/20230922150509/app/assets/stylesheets/cameratag.scss */
.iti-flag.mh {
  height: 11px;
  background-position: -3248px 0px;
}

/* line 1210, /var/deploy/tlac/web_head/releases/20230922150509/app/assets/stylesheets/cameratag.scss */
.iti-flag.mk {
  height: 10px;
  background-position: -3270px 0px;
}

/* line 1214, /var/deploy/tlac/web_head/releases/20230922150509/app/assets/stylesheets/cameratag.scss */
.iti-flag.ml {
  height: 14px;
  background-position: -3292px 0px;
}

/* line 1218, /var/deploy/tlac/web_head/releases/20230922150509/app/assets/stylesheets/cameratag.scss */
.iti-flag.mm {
  height: 14px;
  background-position: -3314px 0px;
}

/* line 1222, /var/deploy/tlac/web_head/releases/20230922150509/app/assets/stylesheets/cameratag.scss */
.iti-flag.mn {
  height: 10px;
  background-position: -3336px 0px;
}

/* line 1226, /var/deploy/tlac/web_head/releases/20230922150509/app/assets/stylesheets/cameratag.scss */
.iti-flag.mo {
  height: 14px;
  background-position: -3358px 0px;
}

/* line 1230, /var/deploy/tlac/web_head/releases/20230922150509/app/assets/stylesheets/cameratag.scss */
.iti-flag.mp {
  height: 10px;
  background-position: -3380px 0px;
}

/* line 1234, /var/deploy/tlac/web_head/releases/20230922150509/app/assets/stylesheets/cameratag.scss */
.iti-flag.mq {
  height: 14px;
  background-position: -3402px 0px;
}

/* line 1238, /var/deploy/tlac/web_head/releases/20230922150509/app/assets/stylesheets/cameratag.scss */
.iti-flag.mr {
  height: 14px;
  background-position: -3424px 0px;
}

/* line 1242, /var/deploy/tlac/web_head/releases/20230922150509/app/assets/stylesheets/cameratag.scss */
.iti-flag.ms {
  height: 10px;
  background-position: -3446px 0px;
}

/* line 1246, /var/deploy/tlac/web_head/releases/20230922150509/app/assets/stylesheets/cameratag.scss */
.iti-flag.mt {
  height: 14px;
  background-position: -3468px 0px;
}

/* line 1250, /var/deploy/tlac/web_head/releases/20230922150509/app/assets/stylesheets/cameratag.scss */
.iti-flag.mu {
  height: 14px;
  background-position: -3490px 0px;
}

/* line 1254, /var/deploy/tlac/web_head/releases/20230922150509/app/assets/stylesheets/cameratag.scss */
.iti-flag.mv {
  height: 14px;
  background-position: -3512px 0px;
}

/* line 1258, /var/deploy/tlac/web_head/releases/20230922150509/app/assets/stylesheets/cameratag.scss */
.iti-flag.mw {
  height: 14px;
  background-position: -3534px 0px;
}

/* line 1262, /var/deploy/tlac/web_head/releases/20230922150509/app/assets/stylesheets/cameratag.scss */
.iti-flag.mx {
  height: 12px;
  background-position: -3556px 0px;
}

/* line 1266, /var/deploy/tlac/web_head/releases/20230922150509/app/assets/stylesheets/cameratag.scss */
.iti-flag.my {
  height: 10px;
  background-position: -3578px 0px;
}

/* line 1270, /var/deploy/tlac/web_head/releases/20230922150509/app/assets/stylesheets/cameratag.scss */
.iti-flag.mz {
  height: 14px;
  background-position: -3600px 0px;
}

/* line 1274, /var/deploy/tlac/web_head/releases/20230922150509/app/assets/stylesheets/cameratag.scss */
.iti-flag.na {
  height: 14px;
  background-position: -3622px 0px;
}

/* line 1278, /var/deploy/tlac/web_head/releases/20230922150509/app/assets/stylesheets/cameratag.scss */
.iti-flag.nc {
  height: 10px;
  background-position: -3644px 0px;
}

/* line 1282, /var/deploy/tlac/web_head/releases/20230922150509/app/assets/stylesheets/cameratag.scss */
.iti-flag.ne {
  height: 15px;
  background-position: -3666px 0px;
}

/* line 1286, /var/deploy/tlac/web_head/releases/20230922150509/app/assets/stylesheets/cameratag.scss */
.iti-flag.nf {
  height: 10px;
  background-position: -3686px 0px;
}

/* line 1290, /var/deploy/tlac/web_head/releases/20230922150509/app/assets/stylesheets/cameratag.scss */
.iti-flag.ng {
  height: 10px;
  background-position: -3708px 0px;
}

/* line 1294, /var/deploy/tlac/web_head/releases/20230922150509/app/assets/stylesheets/cameratag.scss */
.iti-flag.ni {
  height: 12px;
  background-position: -3730px 0px;
}

/* line 1298, /var/deploy/tlac/web_head/releases/20230922150509/app/assets/stylesheets/cameratag.scss */
.iti-flag.nl {
  height: 14px;
  background-position: -3752px 0px;
}

/* line 1302, /var/deploy/tlac/web_head/releases/20230922150509/app/assets/stylesheets/cameratag.scss */
.iti-flag.no {
  height: 15px;
  background-position: -3774px 0px;
}

/* line 1306, /var/deploy/tlac/web_head/releases/20230922150509/app/assets/stylesheets/cameratag.scss */
.iti-flag.np {
  height: 15px;
  background-position: -3796px 0px;
}

/* line 1310, /var/deploy/tlac/web_head/releases/20230922150509/app/assets/stylesheets/cameratag.scss */
.iti-flag.nr {
  height: 10px;
  background-position: -3811px 0px;
}

/* line 1314, /var/deploy/tlac/web_head/releases/20230922150509/app/assets/stylesheets/cameratag.scss */
.iti-flag.nu {
  height: 10px;
  background-position: -3833px 0px;
}

/* line 1318, /var/deploy/tlac/web_head/releases/20230922150509/app/assets/stylesheets/cameratag.scss */
.iti-flag.nz {
  height: 10px;
  background-position: -3855px 0px;
}

/* line 1322, /var/deploy/tlac/web_head/releases/20230922150509/app/assets/stylesheets/cameratag.scss */
.iti-flag.om {
  height: 10px;
  background-position: -3877px 0px;
}

/* line 1326, /var/deploy/tlac/web_head/releases/20230922150509/app/assets/stylesheets/cameratag.scss */
.iti-flag.pa {
  height: 14px;
  background-position: -3899px 0px;
}

/* line 1330, /var/deploy/tlac/web_head/releases/20230922150509/app/assets/stylesheets/cameratag.scss */
.iti-flag.pe {
  height: 14px;
  background-position: -3921px 0px;
}

/* line 1334, /var/deploy/tlac/web_head/releases/20230922150509/app/assets/stylesheets/cameratag.scss */
.iti-flag.pf {
  height: 14px;
  background-position: -3943px 0px;
}

/* line 1338, /var/deploy/tlac/web_head/releases/20230922150509/app/assets/stylesheets/cameratag.scss */
.iti-flag.pg {
  height: 15px;
  background-position: -3965px 0px;
}

/* line 1342, /var/deploy/tlac/web_head/releases/20230922150509/app/assets/stylesheets/cameratag.scss */
.iti-flag.ph {
  height: 10px;
  background-position: -3987px 0px;
}

/* line 1346, /var/deploy/tlac/web_head/releases/20230922150509/app/assets/stylesheets/cameratag.scss */
.iti-flag.pk {
  height: 14px;
  background-position: -4009px 0px;
}

/* line 1350, /var/deploy/tlac/web_head/releases/20230922150509/app/assets/stylesheets/cameratag.scss */
.iti-flag.pl {
  height: 13px;
  background-position: -4031px 0px;
}

/* line 1354, /var/deploy/tlac/web_head/releases/20230922150509/app/assets/stylesheets/cameratag.scss */
.iti-flag.pm {
  height: 14px;
  background-position: -4053px 0px;
}

/* line 1358, /var/deploy/tlac/web_head/releases/20230922150509/app/assets/stylesheets/cameratag.scss */
.iti-flag.pn {
  height: 10px;
  background-position: -4075px 0px;
}

/* line 1362, /var/deploy/tlac/web_head/releases/20230922150509/app/assets/stylesheets/cameratag.scss */
.iti-flag.pr {
  height: 14px;
  background-position: -4097px 0px;
}

/* line 1366, /var/deploy/tlac/web_head/releases/20230922150509/app/assets/stylesheets/cameratag.scss */
.iti-flag.ps {
  height: 10px;
  background-position: -4119px 0px;
}

/* line 1370, /var/deploy/tlac/web_head/releases/20230922150509/app/assets/stylesheets/cameratag.scss */
.iti-flag.pt {
  height: 14px;
  background-position: -4141px 0px;
}

/* line 1374, /var/deploy/tlac/web_head/releases/20230922150509/app/assets/stylesheets/cameratag.scss */
.iti-flag.pw {
  height: 13px;
  background-position: -4163px 0px;
}

/* line 1378, /var/deploy/tlac/web_head/releases/20230922150509/app/assets/stylesheets/cameratag.scss */
.iti-flag.py {
  height: 11px;
  background-position: -4185px 0px;
}

/* line 1382, /var/deploy/tlac/web_head/releases/20230922150509/app/assets/stylesheets/cameratag.scss */
.iti-flag.qa {
  height: 8px;
  background-position: -4207px 0px;
}

/* line 1386, /var/deploy/tlac/web_head/releases/20230922150509/app/assets/stylesheets/cameratag.scss */
.iti-flag.re {
  height: 14px;
  background-position: -4229px 0px;
}

/* line 1390, /var/deploy/tlac/web_head/releases/20230922150509/app/assets/stylesheets/cameratag.scss */
.iti-flag.ro {
  height: 14px;
  background-position: -4251px 0px;
}

/* line 1394, /var/deploy/tlac/web_head/releases/20230922150509/app/assets/stylesheets/cameratag.scss */
.iti-flag.rs {
  height: 14px;
  background-position: -4273px 0px;
}

/* line 1398, /var/deploy/tlac/web_head/releases/20230922150509/app/assets/stylesheets/cameratag.scss */
.iti-flag.ru {
  height: 14px;
  background-position: -4295px 0px;
}

/* line 1402, /var/deploy/tlac/web_head/releases/20230922150509/app/assets/stylesheets/cameratag.scss */
.iti-flag.rw {
  height: 14px;
  background-position: -4317px 0px;
}

/* line 1406, /var/deploy/tlac/web_head/releases/20230922150509/app/assets/stylesheets/cameratag.scss */
.iti-flag.sa {
  height: 14px;
  background-position: -4339px 0px;
}

/* line 1410, /var/deploy/tlac/web_head/releases/20230922150509/app/assets/stylesheets/cameratag.scss */
.iti-flag.sb {
  height: 10px;
  background-position: -4361px 0px;
}

/* line 1414, /var/deploy/tlac/web_head/releases/20230922150509/app/assets/stylesheets/cameratag.scss */
.iti-flag.sc {
  height: 10px;
  background-position: -4383px 0px;
}

/* line 1418, /var/deploy/tlac/web_head/releases/20230922150509/app/assets/stylesheets/cameratag.scss */
.iti-flag.sd {
  height: 10px;
  background-position: -4405px 0px;
}

/* line 1422, /var/deploy/tlac/web_head/releases/20230922150509/app/assets/stylesheets/cameratag.scss */
.iti-flag.se {
  height: 13px;
  background-position: -4427px 0px;
}

/* line 1426, /var/deploy/tlac/web_head/releases/20230922150509/app/assets/stylesheets/cameratag.scss */
.iti-flag.sg {
  height: 14px;
  background-position: -4449px 0px;
}

/* line 1430, /var/deploy/tlac/web_head/releases/20230922150509/app/assets/stylesheets/cameratag.scss */
.iti-flag.sh {
  height: 10px;
  background-position: -4471px 0px;
}

/* line 1434, /var/deploy/tlac/web_head/releases/20230922150509/app/assets/stylesheets/cameratag.scss */
.iti-flag.si {
  height: 10px;
  background-position: -4493px 0px;
}

/* line 1438, /var/deploy/tlac/web_head/releases/20230922150509/app/assets/stylesheets/cameratag.scss */
.iti-flag.sj {
  height: 15px;
  background-position: -4515px 0px;
}

/* line 1442, /var/deploy/tlac/web_head/releases/20230922150509/app/assets/stylesheets/cameratag.scss */
.iti-flag.sk {
  height: 14px;
  background-position: -4537px 0px;
}

/* line 1446, /var/deploy/tlac/web_head/releases/20230922150509/app/assets/stylesheets/cameratag.scss */
.iti-flag.sl {
  height: 14px;
  background-position: -4559px 0px;
}

/* line 1450, /var/deploy/tlac/web_head/releases/20230922150509/app/assets/stylesheets/cameratag.scss */
.iti-flag.sm {
  height: 15px;
  background-position: -4581px 0px;
}

/* line 1454, /var/deploy/tlac/web_head/releases/20230922150509/app/assets/stylesheets/cameratag.scss */
.iti-flag.sn {
  height: 14px;
  background-position: -4603px 0px;
}

/* line 1458, /var/deploy/tlac/web_head/releases/20230922150509/app/assets/stylesheets/cameratag.scss */
.iti-flag.so {
  height: 14px;
  background-position: -4625px 0px;
}

/* line 1462, /var/deploy/tlac/web_head/releases/20230922150509/app/assets/stylesheets/cameratag.scss */
.iti-flag.sr {
  height: 14px;
  background-position: -4647px 0px;
}

/* line 1466, /var/deploy/tlac/web_head/releases/20230922150509/app/assets/stylesheets/cameratag.scss */
.iti-flag.ss {
  height: 10px;
  background-position: -4669px 0px;
}

/* line 1470, /var/deploy/tlac/web_head/releases/20230922150509/app/assets/stylesheets/cameratag.scss */
.iti-flag.st {
  height: 10px;
  background-position: -4691px 0px;
}

/* line 1474, /var/deploy/tlac/web_head/releases/20230922150509/app/assets/stylesheets/cameratag.scss */
.iti-flag.sv {
  height: 12px;
  background-position: -4713px 0px;
}

/* line 1478, /var/deploy/tlac/web_head/releases/20230922150509/app/assets/stylesheets/cameratag.scss */
.iti-flag.sx {
  height: 14px;
  background-position: -4735px 0px;
}

/* line 1482, /var/deploy/tlac/web_head/releases/20230922150509/app/assets/stylesheets/cameratag.scss */
.iti-flag.sy {
  height: 14px;
  background-position: -4757px 0px;
}

/* line 1486, /var/deploy/tlac/web_head/releases/20230922150509/app/assets/stylesheets/cameratag.scss */
.iti-flag.sz {
  height: 14px;
  background-position: -4779px 0px;
}

/* line 1490, /var/deploy/tlac/web_head/releases/20230922150509/app/assets/stylesheets/cameratag.scss */
.iti-flag.ta {
  height: 10px;
  background-position: -4801px 0px;
}

/* line 1494, /var/deploy/tlac/web_head/releases/20230922150509/app/assets/stylesheets/cameratag.scss */
.iti-flag.tc {
  height: 10px;
  background-position: -4823px 0px;
}

/* line 1498, /var/deploy/tlac/web_head/releases/20230922150509/app/assets/stylesheets/cameratag.scss */
.iti-flag.td {
  height: 14px;
  background-position: -4845px 0px;
}

/* line 1502, /var/deploy/tlac/web_head/releases/20230922150509/app/assets/stylesheets/cameratag.scss */
.iti-flag.tf {
  height: 14px;
  background-position: -4867px 0px;
}

/* line 1506, /var/deploy/tlac/web_head/releases/20230922150509/app/assets/stylesheets/cameratag.scss */
.iti-flag.tg {
  height: 13px;
  background-position: -4889px 0px;
}

/* line 1510, /var/deploy/tlac/web_head/releases/20230922150509/app/assets/stylesheets/cameratag.scss */
.iti-flag.th {
  height: 14px;
  background-position: -4911px 0px;
}

/* line 1514, /var/deploy/tlac/web_head/releases/20230922150509/app/assets/stylesheets/cameratag.scss */
.iti-flag.tj {
  height: 10px;
  background-position: -4933px 0px;
}

/* line 1518, /var/deploy/tlac/web_head/releases/20230922150509/app/assets/stylesheets/cameratag.scss */
.iti-flag.tk {
  height: 10px;
  background-position: -4955px 0px;
}

/* line 1522, /var/deploy/tlac/web_head/releases/20230922150509/app/assets/stylesheets/cameratag.scss */
.iti-flag.tl {
  height: 10px;
  background-position: -4977px 0px;
}

/* line 1526, /var/deploy/tlac/web_head/releases/20230922150509/app/assets/stylesheets/cameratag.scss */
.iti-flag.tm {
  height: 14px;
  background-position: -4999px 0px;
}

/* line 1530, /var/deploy/tlac/web_head/releases/20230922150509/app/assets/stylesheets/cameratag.scss */
.iti-flag.tn {
  height: 14px;
  background-position: -5021px 0px;
}

/* line 1534, /var/deploy/tlac/web_head/releases/20230922150509/app/assets/stylesheets/cameratag.scss */
.iti-flag.to {
  height: 10px;
  background-position: -5043px 0px;
}

/* line 1538, /var/deploy/tlac/web_head/releases/20230922150509/app/assets/stylesheets/cameratag.scss */
.iti-flag.tr {
  height: 14px;
  background-position: -5065px 0px;
}

/* line 1542, /var/deploy/tlac/web_head/releases/20230922150509/app/assets/stylesheets/cameratag.scss */
.iti-flag.tt {
  height: 12px;
  background-position: -5087px 0px;
}

/* line 1546, /var/deploy/tlac/web_head/releases/20230922150509/app/assets/stylesheets/cameratag.scss */
.iti-flag.tv {
  height: 10px;
  background-position: -5109px 0px;
}

/* line 1550, /var/deploy/tlac/web_head/releases/20230922150509/app/assets/stylesheets/cameratag.scss */
.iti-flag.tw {
  height: 14px;
  background-position: -5131px 0px;
}

/* line 1554, /var/deploy/tlac/web_head/releases/20230922150509/app/assets/stylesheets/cameratag.scss */
.iti-flag.tz {
  height: 14px;
  background-position: -5153px 0px;
}

/* line 1558, /var/deploy/tlac/web_head/releases/20230922150509/app/assets/stylesheets/cameratag.scss */
.iti-flag.ua {
  height: 14px;
  background-position: -5175px 0px;
}

/* line 1562, /var/deploy/tlac/web_head/releases/20230922150509/app/assets/stylesheets/cameratag.scss */
.iti-flag.ug {
  height: 14px;
  background-position: -5197px 0px;
}

/* line 1566, /var/deploy/tlac/web_head/releases/20230922150509/app/assets/stylesheets/cameratag.scss */
.iti-flag.um {
  height: 11px;
  background-position: -5219px 0px;
}

/* line 1570, /var/deploy/tlac/web_head/releases/20230922150509/app/assets/stylesheets/cameratag.scss */
.iti-flag.us {
  height: 11px;
  background-position: -5241px 0px;
}

/* line 1574, /var/deploy/tlac/web_head/releases/20230922150509/app/assets/stylesheets/cameratag.scss */
.iti-flag.uy {
  height: 14px;
  background-position: -5263px 0px;
}

/* line 1578, /var/deploy/tlac/web_head/releases/20230922150509/app/assets/stylesheets/cameratag.scss */
.iti-flag.uz {
  height: 10px;
  background-position: -5285px 0px;
}

/* line 1582, /var/deploy/tlac/web_head/releases/20230922150509/app/assets/stylesheets/cameratag.scss */
.iti-flag.va {
  height: 15px;
  background-position: -5307px 0px;
}

/* line 1586, /var/deploy/tlac/web_head/releases/20230922150509/app/assets/stylesheets/cameratag.scss */
.iti-flag.vc {
  height: 14px;
  background-position: -5324px 0px;
}

/* line 1590, /var/deploy/tlac/web_head/releases/20230922150509/app/assets/stylesheets/cameratag.scss */
.iti-flag.ve {
  height: 14px;
  background-position: -5346px 0px;
}

/* line 1594, /var/deploy/tlac/web_head/releases/20230922150509/app/assets/stylesheets/cameratag.scss */
.iti-flag.vg {
  height: 10px;
  background-position: -5368px 0px;
}

/* line 1598, /var/deploy/tlac/web_head/releases/20230922150509/app/assets/stylesheets/cameratag.scss */
.iti-flag.vi {
  height: 14px;
  background-position: -5390px 0px;
}

/* line 1602, /var/deploy/tlac/web_head/releases/20230922150509/app/assets/stylesheets/cameratag.scss */
.iti-flag.vn {
  height: 14px;
  background-position: -5412px 0px;
}

/* line 1606, /var/deploy/tlac/web_head/releases/20230922150509/app/assets/stylesheets/cameratag.scss */
.iti-flag.vu {
  height: 12px;
  background-position: -5434px 0px;
}

/* line 1610, /var/deploy/tlac/web_head/releases/20230922150509/app/assets/stylesheets/cameratag.scss */
.iti-flag.wf {
  height: 14px;
  background-position: -5456px 0px;
}

/* line 1614, /var/deploy/tlac/web_head/releases/20230922150509/app/assets/stylesheets/cameratag.scss */
.iti-flag.ws {
  height: 10px;
  background-position: -5478px 0px;
}

/* line 1618, /var/deploy/tlac/web_head/releases/20230922150509/app/assets/stylesheets/cameratag.scss */
.iti-flag.xk {
  height: 15px;
  background-position: -5500px 0px;
}

/* line 1622, /var/deploy/tlac/web_head/releases/20230922150509/app/assets/stylesheets/cameratag.scss */
.iti-flag.ye {
  height: 14px;
  background-position: -5522px 0px;
}

/* line 1626, /var/deploy/tlac/web_head/releases/20230922150509/app/assets/stylesheets/cameratag.scss */
.iti-flag.yt {
  height: 14px;
  background-position: -5544px 0px;
}

/* line 1630, /var/deploy/tlac/web_head/releases/20230922150509/app/assets/stylesheets/cameratag.scss */
.iti-flag.za {
  height: 14px;
  background-position: -5566px 0px;
}

/* line 1634, /var/deploy/tlac/web_head/releases/20230922150509/app/assets/stylesheets/cameratag.scss */
.iti-flag.zm {
  height: 14px;
  background-position: -5588px 0px;
}

/* line 1638, /var/deploy/tlac/web_head/releases/20230922150509/app/assets/stylesheets/cameratag.scss */
.iti-flag.zw {
  height: 10px;
  background-position: -5610px 0px;
}

/* line 1642, /var/deploy/tlac/web_head/releases/20230922150509/app/assets/stylesheets/cameratag.scss */
.iti-flag {
  width: 20px;
  height: 15px;
  box-shadow: 0px 0px 1px 0px #888;
  background-image: url("https://www.cameratag.com/flags/flags.png");
  background-repeat: no-repeat;
  background-color: #dbdbdb;
  background-position: 20px 0;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  /* line 1657, /var/deploy/tlac/web_head/releases/20230922150509/app/assets/stylesheets/cameratag.scss */
  .iti-flag {
    background-image: url("https://www.cameratag.com/flags/flags@2x.png");
  }
}
/* line 1661, /var/deploy/tlac/web_head/releases/20230922150509/app/assets/stylesheets/cameratag.scss */
.iti-flag.np {
  background-color: transparent;
}

/* line 1665, /var/deploy/tlac/web_head/releases/20230922150509/app/assets/stylesheets/cameratag.scss */
.cameratag_cam_select {
  margin-top: 5%;
  width: 40%;
}

/* line 1670, /var/deploy/tlac/web_head/releases/20230922150509/app/assets/stylesheets/cameratag.scss */
.cameratag_mic_select {
  margin-top: 2%;
  width: 40%;
}

/* line 1675, /var/deploy/tlac/web_head/releases/20230922150509/app/assets/stylesheets/cameratag.scss */
.cameratag_save {
  margin-top: 2%;
  display: inline-block;
  padding: 10px 30px;
  color: #fff;
  font-size: 0.5em;
  cursor: pointer;
  background: #c7084b;
}

/**************/
/* VIDEO WALL */
/**************/
/* line 1689, /var/deploy/tlac/web_head/releases/20230922150509/app/assets/stylesheets/cameratag.scss */
.cameratag_lb_overlay {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 999;
  background: rgba(0, 0, 0, 0.75);
  display: none;
}

/* line 1700, /var/deploy/tlac/web_head/releases/20230922150509/app/assets/stylesheets/cameratag.scss */
.cameratag_lb_body {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background: #000;
  max-width: 640px;
  max-height: 360px;
  margin: auto;
  display: none;
  z-index: 1000;
  text-align: center;
}

/* line 1715, /var/deploy/tlac/web_head/releases/20230922150509/app/assets/stylesheets/cameratag.scss */
.cameratag_video_container {
  display: inline-block;
  background: #fff;
  cursor: pointer;
  margin-right: 5px;
  margin-bottom: 5px;
}

/* line 1723, /var/deploy/tlac/web_head/releases/20230922150509/app/assets/stylesheets/cameratag.scss */
.cameratag_video_thumbnail_container {
  display: block;
}

/* line 1727, /var/deploy/tlac/web_head/releases/20230922150509/app/assets/stylesheets/cameratag.scss */
.cameratag_video_name {
  font-weight: bold;
  font-size: 13px;
}

/* line 1732, /var/deploy/tlac/web_head/releases/20230922150509/app/assets/stylesheets/cameratag.scss */
.cameratag_video_description {
  font-size: 11px;
}

/* line 1736, /var/deploy/tlac/web_head/releases/20230922150509/app/assets/stylesheets/cameratag.scss */
.cameratag_lb_wrapper {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  display: none;
}

/* line 1744, /var/deploy/tlac/web_head/releases/20230922150509/app/assets/stylesheets/cameratag.scss */
.cameratag_video_thumbnail {
  height: 150px;
}

/* line 1748, /var/deploy/tlac/web_head/releases/20230922150509/app/assets/stylesheets/cameratag.scss */
.cameratag_videowall_pagination {
  text-align: center;
  margin-bottom: 10px;
}

/* line 1753, /var/deploy/tlac/web_head/releases/20230922150509/app/assets/stylesheets/cameratag.scss */
.cameratag_videowall_pagination_link {
  display: inline-block;
  border: solid 1px #ccc;
  padding: 5px;
  margin-right: 5px;
  cursor: pointer;
  vertical-align: bottom;
}

/* line 1762, /var/deploy/tlac/web_head/releases/20230922150509/app/assets/stylesheets/cameratag.scss */
.cameratag_videowall_pagination_link:hover {
  background: #f0f0f0;
  border: solid 1px #bbb;
}

/* line 1767, /var/deploy/tlac/web_head/releases/20230922150509/app/assets/stylesheets/cameratag.scss */
.cameratag_videowall_pagination_link.current {
  display: inline-block;
  border: none;
  padding: 5px;
  margin-right: 5px;
  cursor: pointer;
  vertical-align: bottom;
}

/* line 1776, /var/deploy/tlac/web_head/releases/20230922150509/app/assets/stylesheets/cameratag.scss */
.cameratag_videowall_pagination_link.current:hover {
  background: inherit;
  border: none;
}

/**************/
/* PHOTOBOOTH */
/**************/
/* line 1785, /var/deploy/tlac/web_head/releases/20230922150509/app/assets/stylesheets/cameratag.scss */
.cameratag_photobooth_container {
  display: inline-block;
  position: relative;
}

/* line 1790, /var/deploy/tlac/web_head/releases/20230922150509/app/assets/stylesheets/cameratag.scss */
.cameratag_photobooth_screen {
  display: none;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  text-align: center;
  color: #fff;
  z-index: 999999;
  background-color: #f2f6f6;
}

/* line 1803, /var/deploy/tlac/web_head/releases/20230922150509/app/assets/stylesheets/cameratag.scss */
.cameratag_photobooth_nubs_el {
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
}

/* line 1811, /var/deploy/tlac/web_head/releases/20230922150509/app/assets/stylesheets/cameratag.scss */
.cameratag_photobooth_nub {
  position: absolute;
  width: 6px;
  height: 6px;
  margin: -5px;
  background: #3f9fff;
  background: -moz-linear-gradient(#7fbfff, #007fff);
  background: -webkit-gradient(linear, left top, left bottom, from(#7fbfff), to(#007fff));
  border: 2px solid white;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.5);
  cursor: move;
}

/* line 1834, /var/deploy/tlac/web_head/releases/20230922150509/app/assets/stylesheets/cameratag.scss */
.cameratag_photobooth_screen .ui-slider {
  position: relative;
  height: 11px;
  background: #262626;
  border-top: solid 1px #111;
  border-left: solid 1px #111;
  border-bottom: solid 1px #333;
  border-right: solid 1px #333;
  margin-bottom: 14px;
  box-shadow: inset 2px 2px 2px #222;
}

/* line 1846, /var/deploy/tlac/web_head/releases/20230922150509/app/assets/stylesheets/cameratag.scss */
.cameratag_photobooth_screen .ui-slider-handle {
  cursor: pointer;
  position: absolute;
  width: 14px;
  height: 14px;
  background: #2c2c2c;
  background: -moz-linear-gradient(#efefef, #bfbfbf);
  background: -webkit-gradient(linear, left top, left bottom, from(#efefef), to(#bfbfbf));
  border: 1px solid #222;
  margin: -2px 0 0 -7px;
  border-radius: 7px;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
}

/* line 1867, /var/deploy/tlac/web_head/releases/20230922150509/app/assets/stylesheets/cameratag.scss */
.ui-state-active {
  background: white;
}

/* line 1870, /var/deploy/tlac/web_head/releases/20230922150509/app/assets/stylesheets/cameratag.scss */
.ui-state-focus {
  outline: none;
}

/* line 1874, /var/deploy/tlac/web_head/releases/20230922150509/app/assets/stylesheets/cameratag.scss */
.cameratag_photobooth_flash {
  display: block;
  /*opacity:0;*/
  position: fixed;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  background: #fff;
  display: none;
  transition-property: opacity;
  transition-duration: 2s;
}

/* line 1888, /var/deploy/tlac/web_head/releases/20230922150509/app/assets/stylesheets/cameratag.scss */
.cameratag_photobooth_image_frame {
  position: relative;
  overflow: hidden;
}

/* line 1893, /var/deploy/tlac/web_head/releases/20230922150509/app/assets/stylesheets/cameratag.scss */
.cameratag_photobooth_image_frame img {
  display: block;
}

/* line 1897, /var/deploy/tlac/web_head/releases/20230922150509/app/assets/stylesheets/cameratag.scss */
.cameratag_photobooth_filter_container {
  text-align: left;
  z-index: 9999;
}

/* line 1902, /var/deploy/tlac/web_head/releases/20230922150509/app/assets/stylesheets/cameratag.scss */
.cameratag_photobooth_filter_container table {
  color: #fff;
}

/* line 1906, /var/deploy/tlac/web_head/releases/20230922150509/app/assets/stylesheets/cameratag.scss */
.cameratag_photobooth_review_img {
  width: 100%;
  height: 100%;
}

/* line 1911, /var/deploy/tlac/web_head/releases/20230922150509/app/assets/stylesheets/cameratag.scss */
.cameratag_photobooth_published_img {
  width: 100%;
  height: 100%;
}

/* line 1916, /var/deploy/tlac/web_head/releases/20230922150509/app/assets/stylesheets/cameratag.scss */
.cameratag_photobooth_offset_dragger {
  cursor: move;
  opacity: 0.5;
}

/* line 1921, /var/deploy/tlac/web_head/releases/20230922150509/app/assets/stylesheets/cameratag.scss */
.cameratag_photobooth_capture_screen,
.cameratag_photobooth_published_screen {
  background: none;
}

/* line 1926, /var/deploy/tlac/web_head/releases/20230922150509/app/assets/stylesheets/cameratag.scss */
.cameratag_photobooth_capture_screen {
  position: absolute;
  top: 100%;
  height: 48px;
}

/* line 1932, /var/deploy/tlac/web_head/releases/20230922150509/app/assets/stylesheets/cameratag.scss */
.cameratag_button {
  display: inline-block;
  border: none;
  padding: 5px 10px;
  background: #636363;
  color: #fff;
  cursor: pointer;
  font-size: 11px;
}

/* line 1942, /var/deploy/tlac/web_head/releases/20230922150509/app/assets/stylesheets/cameratag.scss */
.cameratag_button:hover {
  background: #888;
}

/* line 1946, /var/deploy/tlac/web_head/releases/20230922150509/app/assets/stylesheets/cameratag.scss */
.cameratag_review_edit_controls,
.cameratag_review_ready_controls {
  background: #333;
  padding: 7px;
  font-size: 11px;
  font-family: Arial;
  border-top: solid 1px #999;
}

/* line 1955, /var/deploy/tlac/web_head/releases/20230922150509/app/assets/stylesheets/cameratag.scss */
.cameratag_photobooth_filter_property_title {
  font-size: 11px;
  font-weight: normal;
}

/* line 1960, /var/deploy/tlac/web_head/releases/20230922150509/app/assets/stylesheets/cameratag.scss */
.cameratag_photobooth_filter_selector {
  float: left;
  margin-top: 2px;
}

/* line 1965, /var/deploy/tlac/web_head/releases/20230922150509/app/assets/stylesheets/cameratag.scss */
.cameratag_photobooth_cancel {
  float: left;
  margin-top: 6px;
  cursor: pointer;
}

/* line 1971, /var/deploy/tlac/web_head/releases/20230922150509/app/assets/stylesheets/cameratag.scss */
.cameratag_photobooth_accept,
.cameratag_photobooth_apply {
  float: right;
}

/* line 1976, /var/deploy/tlac/web_head/releases/20230922150509/app/assets/stylesheets/cameratag.scss */
.cameratag_photobooth_trigger_container {
  background: #333;
  border-top: solid 1px #999;
  padding: 7px;
}

/* line 1982, /var/deploy/tlac/web_head/releases/20230922150509/app/assets/stylesheets/cameratag.scss */
.cameratag_photobooth_trigger {
  width: 25px;
  height: 25px;
  background: #f00;
  display: inline-block;
  border-radius: 15px;
  border: solid 2px #fff;
  cursor: pointer;
  background: -moz-linear-gradient(#f00, #d40000);
  background: -webkit-gradient(linear, left top, left bottom, from(#f00), to(#d40000));
}

/* line 2000, /var/deploy/tlac/web_head/releases/20230922150509/app/assets/stylesheets/cameratag.scss */
.cameratag_photobooth_upload_status {
  font-size: 4em;
  margin-top: 20%;
}

/* line 2005, /var/deploy/tlac/web_head/releases/20230922150509/app/assets/stylesheets/cameratag.scss */
.cameratag_photobooth_trigger:hover {
  background: -moz-linear-gradient(#d40000, #f00);
  background: -webkit-gradient(linear, left top, left bottom, from(#d40000), to(#f00));
}

/* line 2016, /var/deploy/tlac/web_head/releases/20230922150509/app/assets/stylesheets/cameratag.scss */
.cameratag_photobooth_error_message {
  margin-top: 15%;
  padding: 20px;
  font-size: 1.5em;
}

/* line 2022, /var/deploy/tlac/web_head/releases/20230922150509/app/assets/stylesheets/cameratag.scss */
.cameratag_photobooth_filter_properties {
  width: 100%;
}

/* line 2026, /var/deploy/tlac/web_head/releases/20230922150509/app/assets/stylesheets/cameratag.scss */
.cameratag_photobooth_offset_dragger_container {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 1px;
  height: 1px;
}

/* line 2034, /var/deploy/tlac/web_head/releases/20230922150509/app/assets/stylesheets/cameratag.scss */
.cameratag_photobooth_screen.cameratag_select {
  background: none;
}

/* line 2038, /var/deploy/tlac/web_head/releases/20230922150509/app/assets/stylesheets/cameratag.scss */
.cameratag_photobooth_screen.cameratag_select .cameratag_save_device_selection {
  float: right;
  margin-right: 10px;
  background: #c7084b;
  color: #fff;
  padding: 5px 10px;
  cursor: pointer;
  font-size: 12px;
}

/* line 2048, /var/deploy/tlac/web_head/releases/20230922150509/app/assets/stylesheets/cameratag.scss */
.cameratag_photobooth_screen.cameratag_select .cameratag_camera_options {
  margin-top: 3px;
}

/* line 2052, /var/deploy/tlac/web_head/releases/20230922150509/app/assets/stylesheets/cameratag.scss */
.cameratag_photobooth_screen.cameratag_select i {
  display: inline-block;
  width: 20px;
  margin-left: 10px;
}

/* line 2058, /var/deploy/tlac/web_head/releases/20230922150509/app/assets/stylesheets/cameratag.scss */
.cameratag_photobooth_screen.cameratag_select select {
  width: 50%;
}

/* line 2062, /var/deploy/tlac/web_head/releases/20230922150509/app/assets/stylesheets/cameratag.scss */
.cameratag_photobooth_screen.cameratag_select .cameratag_prompt {
  padding: 10px 0px;
  text-align: left;
  background: rgba(0, 0, 0, 0.5);
}

/* line 2068, /var/deploy/tlac/web_head/releases/20230922150509/app/assets/stylesheets/cameratag.scss */
.cameratag_photobooth_screen .cameratag_prompt {
  position: absolute;
  bottom: 0px;
  width: 100%;
  background: #000;
  text-align: center;
  color: #fff;
  font-size: 0.75em;
  padding: 3px 0px;
}

/****************/
/* AUDIO PLAYER */
/****************/
/* line 2083, /var/deploy/tlac/web_head/releases/20230922150509/app/assets/stylesheets/cameratag.scss */
.cameratag_audio_playbar_frame {
  visibility: hidden;
  display: table;
  width: 100%;
  height: 100%;
}

/* line 2090, /var/deploy/tlac/web_head/releases/20230922150509/app/assets/stylesheets/cameratag.scss */
.cameratag_audio_playbar_wavform_container {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  width: 100%;
  height: 100%;
}

/* line 2097, /var/deploy/tlac/web_head/releases/20230922150509/app/assets/stylesheets/cameratag.scss */
.cameratag_audio_playbar_waveform {
  width: 100%;
  background-color: #c7084b;
}

/* line 2102, /var/deploy/tlac/web_head/releases/20230922150509/app/assets/stylesheets/cameratag.scss */
.cameratag_audio_playbar_cover {
  position: absolute;
  top: 0px;
  bottom: 0px;
  right: 0px;
  background: #000;
  width: 100%;
  transition: width 0.5s;
  transition-timing-function: linear;
}

/* line 2113, /var/deploy/tlac/web_head/releases/20230922150509/app/assets/stylesheets/cameratag.scss */
.cameratag .jw-captions-text {
  background: rgba(0, 0, 0, 0.5);
}

/******************/
/* PROGRESS STYLE */
/******************/
/* line 2121, /var/deploy/tlac/web_head/releases/20230922150509/app/assets/stylesheets/cameratag.scss */
.radial-progress {
  display: inline-block;
  margin-top: 10%;
  width: 200px;
  height: 200px;
  background-color: #d6dadc;
  border-radius: 50%;
}

/* line 2129, /var/deploy/tlac/web_head/releases/20230922150509/app/assets/stylesheets/cameratag.scss */
.radial-progress .circle .mask,
.radial-progress .circle .fill,
.radial-progress .circle .shadow {
  width: 200px;
  height: 200px;
  position: absolute;
  border-radius: 50%;
}

/* line 2137, /var/deploy/tlac/web_head/releases/20230922150509/app/assets/stylesheets/cameratag.scss */
.radial-progress .circle .shadow {
  box-shadow: 6px 6px 10px rgba(0, 0, 0, 0.2) inset;
}

/* line 2140, /var/deploy/tlac/web_head/releases/20230922150509/app/assets/stylesheets/cameratag.scss */
.radial-progress .circle .mask,
.radial-progress .circle .fill {
  -webkit-backface-visibility: hidden;
  transition: -webkit-transform 1s;
  transition: -ms-transform 1s;
  transition: transform 1s;
  border-radius: 50%;
}

/* line 2148, /var/deploy/tlac/web_head/releases/20230922150509/app/assets/stylesheets/cameratag.scss */
.radial-progress .circle .mask {
  clip: rect(0px, 200px, 200px, 100px);
}

/* line 2151, /var/deploy/tlac/web_head/releases/20230922150509/app/assets/stylesheets/cameratag.scss */
.radial-progress .circle .mask .fill {
  clip: rect(0px, 100px, 200px, 0px);
  background-color: #c7084b;
}

/* line 2155, /var/deploy/tlac/web_head/releases/20230922150509/app/assets/stylesheets/cameratag.scss */
.radial-progress .inset {
  width: 170px;
  height: 170px;
  position: absolute;
  margin-left: 15px;
  margin-top: 15px;
  background-color: #000;
  border-radius: 50%;
  box-shadow: 6px 6px 10px rgba(0, 0, 0, 0.2);
}

/* line 2166, /var/deploy/tlac/web_head/releases/20230922150509/app/assets/stylesheets/cameratag.scss */
.radial-progress[data-progress="80"] .circle .mask.full,
.radial-progress[data-progress="80"] .circle .fill {
  -webkit-transform: rotate(144deg);
  -ms-transform: rotate(144deg);
  transform: rotate(144deg);
}

/* line 2172, /var/deploy/tlac/web_head/releases/20230922150509/app/assets/stylesheets/cameratag.scss */
.radial-progress[data-progress="80"] .circle .fill.fix {
  -webkit-transform: rotate(288deg);
  -ms-transform: rotate(288deg);
  transform: rotate(288deg);
}

/* line 2177, /var/deploy/tlac/web_head/releases/20230922150509/app/assets/stylesheets/cameratag.scss */
.radial-progress[data-progress="80"] .inset .percentage .numbers {
  width: 4617px;
}

/* line 2181, /var/deploy/tlac/web_head/releases/20230922150509/app/assets/stylesheets/cameratag.scss */
.cameratag_countdown_meter,
.cameratag_recording_meter,
.cameratag_device_selection_meter {
  position: absolute;
  top: 0px;
  height: 1px;
  background: #fff;
}
