@font-face {
  font-family: "Roboto";
  src: url("roboto.eot");
}
html, body {
    overflow: hidden;  /* IE8 bunu destekliyor */
}

/* HTML ve body */
/* .html {
  width: 1280px;
  height: 1024px;
} */

.body {
  font-family: "Roboto", sans-serif;
  height: 100%;
  width: 100%;
  margin: 0;
  background-color: #f2f6fc;
}

/* Genel Div */
.div {
  height: 100%;
  width: 100%;
  background-color: #f2f6fc;
}
.language-body {
  width: 200px;
  height: 46px;
  margin-left: 40px;
  text-align: center;
  color: #858c96;
  display: table;
  padding: 3px 11px;
  position: relative;
}
.language-body-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.language-body-item {
  height: 34px;
  position: relative;
  display: table-cell;
  vertical-align: middle;
  background-size: 100% !important;
}
.language-body-item.selected {
  color: #2388ff;
}
.language-body-item-div {
  display: table;
  margin: auto;
}
.language-icon {
  width: 20px;
  height: 20px;
  margin-right: 5px;
  display: table-cell;
}
.language-text {
  display: table-cell;
  vertical-align: middle;
  position: relative;
  padding: 2px 0;
}
/* Yazı */
.default_text {
  font-weight: normal;
  font-size: 20px;
  color: #01438f;
}

/* Beyaz kutu */
.white_rounded_div {
  width: 500px;
  height: 380px;
  background-color: white;
  border: 1px solid #f0f2f5;
  /* border-radius yok IE8'de */
}

/* Gri küçük kutu */
.grey_small_div {
  width: 64px;
  height: 64px;
  margin-top: 236px;
  background-color: #f2f6fc;
  display: inline-block;
}

/* Gri kenarlıklı kutu */
.grey_bordered_white_div {
  width: 128px;
  height: 48px;
  border: 1px solid #353e5c;
  display: table;
}

/* Aktif tarama seçeneği */
.active_scan_option {
  width: 250px;
  height: 60px;
  background-color: #ebf4ff;
  margin-top: 10px;
  font-weight: normal;
  font-size: 20px;
  color: #01458f;
}

/* Pasif tarama seçeneği */
.deactive_scan_option {
  width: 234px;
  height: 60px;
  background-color: white;
  margin-top: 10px;
  font-weight: normal;
  font-size: 20px;
  color: #bdbdbd;
}

/* Yolcu listesi */
.passenger-list {
  width: 390px;
  height: 500px;
  margin-left: 726px;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  zoom: 1;
  border: none;
  -ms-overflow-style: none;
}

/* Yolcu kutusu */
.passenger-container {
  width: 375px; /* 100% - 15px yerine sabit */
  height: 80px;
  background-color: white;
  margin-top: 15px;
  margin-left: 2px;
  display: table;
  position: relative;
  border-radius: 10px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  z-index: 0;
}

.passenger-container.infant {
  width: 80%;
  margin-left: 17%;
}

.passenger-container.selected {
  background-color: #4b70c0;
  color: white;
}

.createCheckbox {
  height: 22px;
  width: 22px;
  margin-left: 15px;
}

/* Yolcu gövdesi */
.passenger-body {
  display: table-cell;
  vertical-align: middle;
  height: 100%;
}

/* Yolcu içeriği */
.passenger-body span {
  margin-left: 10px;
  user-select: none;
  -ms-user-select: none;
}

/* Bebek ikonu */
.passenger_selection-infant-icon {
  width: 40px;
  height: 40px;
  margin-left: 5px;
  vertical-align: middle;
}

/* Kalın yazı */
#big_bold_text {
  font-weight: bold;
  font-size: 48px;
  color: #212121;
}

/* Yolcu divi */
.passenger_div {
  background-color: white;
  /* border-radius yok */
  /* box-shadow yok */
}

/* Butonlar */
.accept_button {
  height: 58px;
  background-color: #00458f;
  position: absolute;
  text-align: center;
  line-height: 58px;
  font-weight: normal;
  font-size: 24px;
  color: white;
}

.skip_button {
  height: 58px;
  background-color: #ebf4ff;
  position: absolute;
  text-align: center;
  line-height: 58px;
  font-weight: normal;
  font-size: 24px;
  color: #00458f;
}

/* Anahtar metni */
.key_text {
  width: 65px;
  height: 60px;
  margin-top: -65px;
  font-weight: normal;
  font-size: 40px;
  color: #586c9d;
  line-height: 60px;
  text-align: center;
  position: absolute;
}

.modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#BF000000,endColorstr=#BF000000);
  padding-top: 60px;
}

.modal-content {
  background-color: #fefefe;
  margin: 5% auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
  max-width: 400px;
}

.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

/* ------------ apis ----------- */

.apis-passenger-item {
  width: 738px;
  height: 80px;
  display: table;
  margin-bottom: 8px;
}
.apis-passenger-info {
  width: 100%;
  height: 80px;
  display: table;
  position: relative;
}
.apis-passenger-bg {
  width: 100%;
  height: 90px;
  margin-top: -5px;
  margin-left: -5px;
  position: absolute;
}
.apis-passenger-img {
  width: 60px;
  height: 60px;
  position: relative;
  display: table-cell;
  vertical-align: middle;
  padding-left: 10px;
  margin-top: 10px;
}
.apis-passenger-text {
  font-size: 24px;
  color: #828fa3;
  position: relative;
  vertical-align: middle;
  display: table-cell;
  width: 100%;
  padding-left: 10px;
}
.apis-passenger-check-body {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  width: 378px;
  height: 100%;
}
.apis-passenger-check {
  position: relative;
  display: table;
  vertical-align: middle;
  width: 100%;
  height: 100%;
}
.apis-passenger-check-img-item {
  display: table-cell;
  vertical-align: middle;
  white-space: nowrap;
}
.apis-passenger-check-ok {
  width: 90px;
  height: 90px;
}
.apis-passenger-check-error {
  position: relative;
  display: table;
  width: 100%;
  height: 100%;
}
.apis-passenger-check-error-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.apis-passenger-check-error-text {
  padding-left: 25px;
  font-weight: 300;
  font-size: 20px;
  color: #de5471;
  position: relative;
  vertical-align: middle;
  display: table-cell;
}

.flex-container {
  display: table;
  width: 100%;
}

.flex-item {
  display: table-cell;
  vertical-align: middle; /* Dikey ortalar */
  text-align: start;
}

.loading-text {
  font-size: 30px;
}

.loading-body {
  display: table-cell;
  vertical-align: middle;
  position: relative;
  background-size: cover;
}

/* ------------- */

.print-bagtag-container {
  width: 1171px;
  padding: 20px 109px;
  margin-top: 50px; 
  position: relative;
}
.print-bagtag-info-box {
  background-color: #fff;
  border: 1px solid #ddd;
  padding: 10px;
  margin-bottom: 10px;
}
.print-bagtag-info-box img {
  width: 90px;
  height: 90px;
  margin-right: 10px;
  float: left;
}
.print-bagtag-info-box h3 {
  margin: 0;
  margin-top: 5px;
  font-size: 28px;
}
.print-bagtag-info-box p {
  margin: 0;
  margin-top: 10px;
  font-size: 24px;
  color: #777;
}
.print-bagtag-details {
  display: inline-block;
  width: 44%;
  background: #fff;
  border: 1px solid #ddd;
  vertical-align: top;
  padding: 20px 30px;
  margin-top: 10px;
}
.print-bagtag-details h4 {
  margin: 0;
  font-size: 27px;
  color: #555;
}
.print-bagtag-details p {
  margin: 0;
  margin-top: 10px;
  font-size: 30px;
  font-weight: bold;
}
.print-bagtag-animation-box {
  height: 500px;
  text-align: center;
  line-height: 400px;
  font-size: 18px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.print-bagtag-animation-box img {
  height: 100%;
}

.print-bagtag-buttons > button {
  background: #fff;
  border: 1px solid #000;
  padding: 10px 20px;
  margin: 5px;
  font-size: 30px;
  cursor: pointer;
}
.print-bagtag-buttons > div button {
  float: right;
  background: transparent;
  border: 1px solid #000;
  padding: 10px 20px;
  margin: 5px;
  font-size: 30px;
  cursor: pointer;
}
.print-bagtag-buttons .print-bagtag-primary {
  background-color: #1a2b47;
  color: #fff;
  border: none;
  float: right;
}



.print-bagtag-popup-container {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(0, 0, 0, 0.75);
}
.print-bagtag-popup-body {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 500px;
  padding: 2% 2% 1% 2%;
  background-color: #fff;
}
.print-bagtag-popup-info-box {
  width: 100%;
  overflow: hidden;
  margin-bottom: 20px;
}
.print-bagtag-popup-box {
  float: left;
  width: 46%;
  border: 1px solid #999;
  padding: 1%;
  margin-right: 3%;
}
.print-bagtag-popup-box h4 {
  margin: 0 0 5px 0;
  font-size: 12px;
  color: #333;
}
.print-bagtag-popup-box span {
  font-size: 18px;
  font-weight: bold;
}
.print-bagtag-popup-box-gray {
  float: left;
  width: 46%;
  padding: 1%;
  background: #f2f7fc;
  /* border: 1px solid #ddd; */
}
.print-bagtag-popup-box-gray h4 {
  margin: 0 0 5px 0;
  font-size: 12px;
  font-weight: bold;
  color: #333;
}
.print-bagtag-popup-progress {
  width: 100%;
  height: 25px;
  border: 1px solid #ccc;
  background: #f5f5f5;
  position: relative;
  margin-top: 10px;
}
.print-bagtag-progress-bar {
    white-space: nowrap;
    background: #4B70C0;
    color: #fff;
    height: 100%;
}
.print-bagtag-popup-progress-bar {
  height: 25px;
  width: 100%; /* örnek için 100px */
  background: #4a76c9;
  color: #fff;
  font-size: 12px;
  line-height: 25px;
  text-align: center;
}
.print-bagtag-popup-btn {
  position: relative;
  margin-top: 15px;
  width: 100%;
  text-align: center;
}
.print-bagtag-popup-btn button {
  /* position: absolute; */
  background: #fff;
  color: #01458F;
  border: none;
  padding: 10px 20px;
  font-size: 18px;
  cursor: pointer;
  border: 1px solid #01458F;
}

#bagtagConfirmationContinue.disabled {
  background: #525d83;
  cursor: default;
  opacity: 0.5;
  filter: alpha(opacity=50); /* IE8 */
}
 
.popup-container-outer {
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#BF000000,endColorstr=#BF000000);
  background-color: rgba(0, 0, 0, 0.6);
}
.popup-container-cell {
  display: table-cell;
  vertical-align: middle;
}
.popup-alert-box {
  width: 480px;
  margin: 0 auto;
  padding: 20px;
  background-color: #fff;
  position: relative;
}
.error-header-table {
  width: 100%;
  margin-bottom: 20px;
}
.error-icon-cell {
  padding-right: 15px;
  vertical-align: middle;
  width: 60px; /* Sabit genişlik */
}
.error-icon-box {
  width: 60px;
  height: 60px;
  background-color: #fff0f6;
  text-align: center;
  line-height: 60px; /* Dikey hizalama için */
}
.error-icon-box > img {
  width: 100%;
  height: 100%;
}
.error-icon-text {
  color: #ff4d4f;
  font-size: 40px;
  font-weight: bold;
}
.error-title-cell {
  vertical-align: middle;
}
.error-title-text {
  font-size: 24px;
  color: #ff4d4f;
  margin: 0;
  padding: 0;
}
.error-content {
  font-size: 16px;
  color: #444;
  line-height: 1.5;
  margin-bottom: 20px;
  text-align: left; /* Metni sola yasla */
}
.error-button-wrapper {
  text-align: center;
}
.error-btn {
  padding: 12px 25px;
  font-size: 16px;
  color: #fff;
  background-color: #1890ff;
  border: none;
  cursor: pointer;
  text-decoration: none; /* Link olarak kullanılabilir */
  display: inline-block; /* Buton gibi davranması için */
}
.error-back-btn {
  color: #00458F;
  background-color: #EBF4FF;
}

#popupOverlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.65);
  display: none;
  z-index: 1000;
}

.popUpModal {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  
  background: #ffffff;
  padding: 24px 28px;
  border-radius: 12px;
  box-shadow: 0 18px 45px rgba(15, 23, 42, 0.25);
  min-width: 280px;
  max-width: 90vw;
  text-align: center;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  z-index: 1001;

}

.popUpModal::before {
  content: "";
  position: fixed;
  inset: 0;
  background: rgba(255, 255, 255, 0.993);
  z-index: -1;
}

.popUpModal p {
  margin: 0 0 16px;
  font-size: 16px;
  font-weight: 500;
}

#popUpAnswers {
  display: flex;
  gap: 12px;
  justify-content: center;
}

#popUpAnswers button {
  border: none;
  border-radius: 999px;
  padding: 8px 18px;
  font-size: 14px;
  cursor: pointer;
  outline: none;
  transition: transform 0.12s ease, box-shadow 0.12s ease, background 0.12s ease;
}

#popUpAnswers button[value="yes"] {
  background: #00458F;
  color: #ffffff;
  box-shadow: 0 6px 16px rgba(1, 7, 70, 0.45);
}

#popUpAnswers button[value="no"] {
  background: #e5e7eb;
  color: #0d172b;
}

#PopUpAnswers button:hover {
  transform: translateY(-1px);
}

#popUpAnswers button:active {
  transform: translateY(0);
  box-shadow: none;
}

/* RESOLUTION 1024 px x 768 px */

.print-bagtag-container-res1024 {
  width: 900px;
  padding: 10px 60px;
  margin-top: 40px;
  position: relative;
}

.print-bagtag-info-box-res1024 {
  background-color: #fff;
  border: 1px solid #ddd;
  padding: 10px;
  margin-bottom: 10px;
}
.print-bagtag-info-box-res1024 img {
  width: 80px;
  height: 80px;
  margin-right: 10px;
  float: left;
}
.print-bagtag-info-box-res1024 h3 {
  margin: 0;
  margin-top: 5px;
  font-size: 24px;
}
.print-bagtag-info-box-res1024 p {
  margin: 0;
  margin-top: 10px;
  font-size: 20px;
  color: #777;
}

.print-bagtag-details-res1024 {
  display: inline-block;
  width: 44%;
  background: #fff;
  border: 1px solid #ddd;
  vertical-align: top;
  padding: 16px 24px;
  margin-top: 5px;
}
.print-bagtag-details-res1024 h4 {
  margin: 0;
  font-size: 22px;
  color: #555;
}
.print-bagtag-details-res1024 p {
  margin: 0;
  margin-top: 8px;
  font-size: 26px;
  font-weight: bold;
}

.print-bagtag-animation-box-res1024 {
  height: 320px;
  text-align: center;
  line-height: 320px;
  font-size: 18px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.print-bagtag-animation-box-res1024 img {
  height: 100%;
}

.print-bagtag-buttons-res1024 > button {
  background: #fff;
  border: 1px solid #000;
  padding: 8px 16px;
  margin: 5px;
  font-size: 26px;
  cursor: pointer;
}
.print-bagtag-buttons-res1024 > div button {
  float: right;
  background: transparent;
  border: 1px solid #000;
  padding: 8px 16px;
  margin: 5px;
  font-size: 26px;
  cursor: pointer;
}
.print-bagtag-buttons-res1024 .print-bagtag-primary-res1024 {
  background-color: #1a2b47;
  color: #fff;
  border: none;
  float: right;
}

.print-bagtag-popup-container-res1024 {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(0, 0, 0, 0.75);
}

.print-bagtag-popup-body-res1024 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 420px;
  padding: 2% 2% 1% 2%;
  background-color: #fff;
}

.print-bagtag-popup-info-box-res1024 {
  width: 100%;
  overflow: hidden;
  margin-bottom: 20px;
}
.print-bagtag-popup-box-res1024 {
  float: left;
  width: 46%;
  border: 1px solid #999;
  padding: 1%;
  margin-right: 3%;
}
.print-bagtag-popup-box-res1024 h4 {
  margin: 0 0 5px 0;
  font-size: 11px;
  color: #333;
}
.print-bagtag-popup-box-res1024 span {
  font-size: 16px;
  font-weight: bold;
}
.print-bagtag-popup-box-gray-res1024 {
  float: left;
  width: 46%;
  padding: 1%;
  background: #f2f7fc;
}
.print-bagtag-popup-box-gray-res1024 h4 {
  margin: 0 0 5px 0;
  font-size: 11px;
  font-weight: bold;
  color: #333;
}

.print-bagtag-popup-progress-res1024 {
  width: 100%;
  height: 20px;
  border: 1px solid #ccc;
  background: #f5f5f5;
  position: relative;
  margin-top: 10px;
}
.print-bagtag-progress-bar-res1024 {
  white-space: nowrap;
  background: #4B70C0;
  color: #fff;
  height: 100%;
}
.print-bagtag-popup-progress-bar-res1024 {
  height: 20px;
  width: 100%;
  background: #4a76c9;
  color: #fff;
  font-size: 11px;
  line-height: 20px;
  text-align: center;
}

.print-bagtag-popup-btn-res1024 {
  position: relative;
  margin-top: 15px;
  width: 100%;
  text-align: center;
}
.print-bagtag-popup-btn-res1024 button {
  background: #fff;
  color: #01458F;
  border: none;
  padding: 8px 16px;
  font-size: 16px;
  cursor: pointer;
  border: 1px solid #01458F;
}

#bagtagConfirmationContinue-res1024.disabled {
  background: #525d83;
  cursor: default;
  opacity: 0.5;
  filter: alpha(opacity=50); /* IE8 */
}

.popup-container-outer-res1024 {
  position: fixed;
  inset: 0;
  display: none;
  background: rgba(0, 0, 0, 0.65);
  z-index: 1000;
}

.popup-container-cell-res1024 {
  display: table-cell;
  vertical-align: middle;
}

.popup-alert-box-res1024 {
  width: 420px;
  margin: 0 auto;
  padding: 16px;
  background-color: #fff;
  position: relative;
}

.error-header-table-res1024 {
  width: 100%;
  margin-bottom: 20px;
}

.error-icon-cell-res1024 {
  padding-right: 12px;
  vertical-align: middle;
  width: 48px;
}

.error-icon-box-res1024 {
  width: 48px;
  height: 48px;
  background-color: #fff0f6;
  text-align: center;
  line-height: 48px;
}

.error-icon-box-res1024 > img {
  width: 100%;
  height: 100%;
}

.error-title-cell-res1024 {
  vertical-align: middle;
}

.error-title-text-res1024 {
  font-size: 20px;
  color: #ff4d4f;
  margin: 0;
  padding: 0;
}

.error-content-res1024 {
  font-size: 14px;
  color: #444;
  line-height: 1.5;
  margin-bottom: 16px;
  text-align: left;
}

.error-button-wrapper-res1024 {
  text-align: center;
}

.error-btn-res1024 {
  padding: 10px 20px; 
  font-size: 14px;
  color: #fff;
  background-color: #1890ff;
  border: none;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
}

.error-back-btn-res1024 {
  color: #00458F;
  background-color: #EBF4FF;
}

.flex-container-res1024 {
  display: table;
  width: 100%;
}

.flex-item-res1024 {
  display: table-cell;
  vertical-align: middle;
  text-align: start;
}

.loading-text-res1024 {
  font-size: 25px;
}

.loading-body-res1024 {
  display: table-cell;
  vertical-align: middle;
  position: relative;
  background-size: cover;
}

.white_rounded_div-res1024 {
  width: 500px;
  height: 380px;
  background-color: white;
  border: 1px solid #f0f2f5;
}
.grey_small_div-res1024 {
  width: 64px;
  height: 64px;
  margin-top: 236px;
  background-color: #f2f6fc;
  display: inline-block;
}
