:root {
  --font-family: "Inter", sans-serif;
  --primary: #8bdefe;
  --primary-dark: #1c3ab6;
  --primary-light: #e2f1ff;
  --accent: #00d4d7;
  --accent-dark: #00bac1;
  --accent-light: #dff9f8;
  --success: #13d527;
  --success-dark: #00ae11;
  --success-light: #eafbe7;
  --secondary: #8f15d5;
  --secondary-dark: #6013c7;
  --secondary-light: #f4e5fa;
  --info: #15b2d5;
  --info-dark: #0f8ca8;
  --info-light: #e0f5fa;
  --moveon-blue: #91d8f7;
  --caution: #dbbb25;
  --caution-dark: #d58f15;
  --caution-light: #fbf9e4;
  --error: #e6185e;
  --error-dark: #bf1257;
  --error-light: #fce4eb;
  --black: #1d1d1d;
  --dark-1: #2d2d2d;
  --dark-2: #4d4d4d;
  --dark-3: #6d6d6d;
  --gray-1: #8d8d8d;
  --gray-2: #adadad;
  --gray-3: #cdcdcd;
  --gray-4: #e0e0e0;
  --light-1: #efefef;
  --light-2: #f5f5f5;
  --light-3: #fafafa;
  --white: #ffffff;
  --gradient-1: linear-gradient(180deg, #155bd5 0%, #1c3ab6 100%);
  --gradient-2: linear-gradient(180deg, #155bd5 13.02%, #00d4d7 85.42%);
  --gradient-3: linear-gradient(180deg, #155bd5 0%, #8f15d5 100%);
  --gradient-4: linear-gradient(180deg, #155bd5 0%, #13d527 100%);
  --gradient-5: linear-gradient(180deg, #155bd5 0%, #15bbd5 100%);
  --gradient-6: linear-gradient(180deg, #155bd5 0%, #dbbb25 100%);
  --gradient-7: linear-gradient(180deg, #155bd5 0%, #e6185e 100%);
  --gradient-8: linear-gradient(180deg, #1c3ab6 0%, #00bac1 100%);
  --gradient-9: linear-gradient(180deg, #00d4d7 13.02%, #155bd5 85.42%);
  --shadow-1: 0px 0px 1px rgba(40, 41, 61, 0.08),
    0px 0.5px 2px rgba(96, 97, 112, 0.16);
  --shadow-2: 0px 0px 1px rgba(40, 41, 61, 0.04),
    0px 2px 4px rgba(96, 97, 112, 0.16);
  --shadow-3: 0px 0px 2px rgba(40, 41, 61, 0.04),
    0px 4px 8px rgba(96, 97, 112, 0.16);
  --shadow-4: 0px 2px 4px rgba(40, 41, 61, 0.04),
    0px 8px 16px rgba(96, 97, 112, 0.16);
  --shadow-5: 0px 2px 8px rgba(40, 41, 61, 0.04),
    0px 16px 24px rgba(96, 97, 112, 0.16);
  --shadow-6: 0px 2px 8px rgba(40, 41, 61, 0.08),
    0px 20px 32px rgba(96, 97, 112, 0.24);
}

/* Spinner için */
.spinner {
  border: 2px solid #f3f3f3;
  border-top: 2px solid #3498db;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  display: inline-block;
  animation: spin 0.8s linear infinite;
  vertical-align: middle;
  margin-right: 6px;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Tik işareti için */
.checkmark {
  color: #27ae60;
  font-size: 18px;
  vertical-align: middle;
  margin-right: 6px;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
}

.audiowide-regular {
  font-family: "Audiowide", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.add-btn {
  font-size: 1rem;
  text-transform: uppercase;
  font-weight: bold;
}

.list-title {
  font-weight: 600;
  cursor: default;
  text-align: center;
  text-transform: uppercase;
}

.content-div {
  padding: 0;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  padding-top: 3rem;
}

.control-wrapper {
  display: flex;
  justify-content: center;
  height: 100%;
  width: 100%;
}

.historical-data-div {
  display: flex;
  align-items: center;
  cursor: pointer;
  width: 100%;
  padding: 0 1rem;
  height: 4rem;
}

.historical-data-text {
  margin: 0;
  margin-left: 10px;
  font-size: 1rem;
  font-style: bold;
}

.historical-data-icon {
  margin-bottom: 10px;
  margin-top: 10px;
  font-size: 1.75rem;
}

.decrease-time-interval,
.increase-time-interval {
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 5px;
  border-radius: 5px;
  border: none;
  background-color: #4a89f3;
  color: white;
  cursor: pointer;
}

.decrease-time-interval {
  margin-right: 10px;
}

.increase-time-interval {
  margin-left: 10px;
}

.time-interval-value {
  margin: 0;
  font-size: 20px;
  font-weight: bold;
}

.time-interval-text {
  margin: 0;
  margin-left: 10px;
}

.time-interval-container {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 0 1rem;
  height: 4rem;
}

.title-container {
  background-color: white;
  width: 100%;
  text-align: center;
  font-size: 1rem;
  font-weight: 600;
  border-bottom: 1px solid black;
}

.close-button-info {
  background-color: white;
  border: none;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  color: red;
  position: relative;
  right: -0.5rem;
}

.links-container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-color: white;
}

.arrow-buttons-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 12rem;
  margin: 1rem 0;
}

.arrow-left-icon,
.arrow-right-icon,
.arrow-last-icon,
.arrow-first-icon {
  font-size: 2rem;
  cursor: pointer;
  user-select: none;
  margin: 0 0.75rem;
}

.arrow-left-icon {
  transform: rotateY(180deg);
}

.speed-element-data {
  font-size: 20px;
  font-weight: bold;
  margin: 0;
  background: #fff;
  width: 100%;
  text-align: center;
  padding: 0.5rem 0;
}

.img-element-data {
  max-width: 160px !important;
  cursor: pointer;
  background: #fff;
  padding: 0.5rem;
}

.time-element-div-data {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 0.5rem 0;
  text-align: center;
  background: #fff;
  border-bottom: 1px solid #ccc;
}

.time-title-data {
  font-size: 20px;
  font-weight: bold;
  margin: 0;
  background: #fff;
  width: 100%;
  text-align: center;
}

.close-button-info-historic-data {
  background-color: white;
  border: none;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  color: red;
  position: relative;
  right: 0.5rem;
}

.weather-div-data {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ccc;
  width: 100%;
  padding: 0.5rem 0;
}

.weather-img {
  font-size: 1rem;
  font-weight: bold;
  margin: 0;
}

.temperature-text-data {
  font-size: 20px;
  font-weight: bold;
  margin: 0;
  margin-left: 5px;
}

.tractor-brand {
  text-align: center;
}

.tractor-icon {
  max-width: 60px;
  margin: 0 10px;
}
.flag-icon {
  max-width: 30px;
  margin: 0 10px;
}

.real-speed-info {
  font-size: 15px;
  margin: 0px;
}

.real-speed-div {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 30px;
  width: 125px;
  border-radius: 5px;
  background-color: #fff;
}

.real-speed-img {
  max-width: 30px !important;
}

.time-info-div {
  display: flex;
  align-items: center;
  width: 125px;
  height: 30px;
  border-radius: 5px;
  margin-bottom: 10px;
  background-color: #fff;
}

.time-info-text {
  margin: 0px;
  margin-right: 10px;
}

.time-icon {
  max-width: 30px !important;
}

.isopen-button-info-div {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 30px;
}

.isopen-button-info-img {
  max-width: 30px !important;
}

.plate-number-div-map {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 30px;
  width: 125px;
  border-radius: 5px;
  background-color: #fff;
}

.plate-number-text-map {
  text-align: center;
  margin: 0px;
}

.auto-scrolling-info-false {
  background-color: red;
  color: white;
}

.auto-scrolling-info-true {
  background-color: green;
  color: white;
}

/* a {
  text-decoration: none;
  color: #91d8f7;
}
a:hover {
  opacity: 0.8;
  color: #91d8f7 !important;
} */

#copyright {
  position: absolute;
  margin: 0;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  font-size: 0.75rem;
  font-weight: 600;
  width: 100%;
  text-align: center;
  color: #fff;
  background: #444;
}

.icon {
  margin-left: -2.5rem;
  margin-top: 1.3rem;
  cursor: pointer;
  font-size: 1.15rem;
  z-index: 10;
}

.login img {
  width: 14.75rem;
}

.login {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 100vh;
}

.login a img {
  margin-top: 1rem;
}

.login form {
  width: 25rem;
}

.password,
.confirmPassword {
  display: flex;
  align-items: center;
  width: 100%;
}

.login .inputs input {
  width: 100%;
  height: 40px;
  margin: 10px 0;
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 0 10px;
}

.login .inputs input:focus {
  outline: none;
  border-color: #91d8f7;
}

.login .buttons button,
.login .buttons a {
  width: 100%;
  background-color: #91d8f7;
  border: 1px solid #91d8f7;
}

.login .buttons button:hover,
.login .buttons a:hover {
  background-color: #fff;
  color: #91d8f7;
}

.login .register-login {
  margin-top: 1rem;
  text-align: center;
}

.social-accounts {
  display: flex;
  justify-content: center;
  align-items: center;
}

.google-logo {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  padding: 1.25rem;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 1px 1px 15px 2px rgb(203, 201, 201);
  margin-top: 1.5rem;
}

#google {
  position: relative;
  width: 1.5rem;
  margin-top: 0;
}

.link p,
.link a {
  font-style: italic;
  font-size: 0.9rem;
  opacity: 0.8;
  color: #000;
}

.link a {
  color: #91d8f7;
  opacity: 1;
}

.platform_buttons {
  text-decoration: none;
  color: #fff;
  background-color: #8bdefe;
  border: 2px solid #8bdefe;
  margin: 10px 5px;
  padding: 10px 15px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.platform_buttons:hover {
  color: #8bdefe;
  background-color: #fff;
  border: 2px solid #8bdefe;
}

#tasForm,
#fleetForm {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0 2rem;
}

/* #filter-popup {
  background-color: #f9f9f9;
  border: 1px solid #ddd;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  padding: 20px;
  font-family: Arial, sans-serif;
  position: absolute;
  padding: 10px;
  z-index: 1000;
  max-height: 50%;
  width: 100%;
  overflow-y: auto;
  display: none;
  bottom: 21%;
} */

#filter-popup h4 {
  margin-top: 0;
  color: #333;
  border-bottom: 2px solid #8bdefe;
  padding-bottom: 10px;
}

#filter-popup h5 {
  margin-top: 15px;
  margin-bottom: 10px;
  color: #555;
}

#filter-popup label {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
  cursor: pointer;
}

#filter-popup input[type="checkbox"],
#filter-popup input[type="radio"] {
  margin-right: 10px;
}

#filter-popup img {
  margin-left: 5px;
}

#apply-filters {
  background-color: #8bdefe;
  color: white;
  border: none;
  padding: 10px 15px;
  border-radius: 5px;
  cursor: pointer;
  margin-top: 15px;
  transition: background-color 0.3s ease;
}

#apply-filters:hover {
  background-color: #6ac8e8;
}

#filter-popup label:hover {
  background-color: #f0f0f0;
  border-radius: 4px;
}
.clear-filters-btn {
  background-color: #f44336;
  color: white;
  border: none;
  padding: 5px 10px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 14px;
  margin: 4px 2px;
  cursor: pointer;
  border-radius: 4px;
}

.clear-filters-btn:hover {
  background-color: #d32f2f;
}

/* .popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 1000;
} */

/* .popup-content {
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 30px;
  border-radius: 5px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  text-align: center;
} */

/* .popup-content form {
  max-width: 400px;
  margin: 0 auto;
}

.popup-content label {
  display: block;
  margin-bottom: 8px;
}

.popup-content input,
.popup-content select,
.popup-content button {
  width: 100%;
  padding: 10px;
  margin-bottom: 15px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
} */

/* #popupContainer .popup-content button {
  background-color: #8bdefe;
  color: white;
  border: none;
  border-radius: 4px;
  cursor: pointer;
} */

.popup-content button {
  color: white;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

.close {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  font-size: 30px; /* İstediğiniz boyutu ayarlayabilirsiniz */
  color: #fa5d5d; /* İstediğiniz renk */
  transition: transform 0.3s, color 0.3s; /* Hover efekti için geçiş süresi ekleyin */
}

.close:hover {
  transform: scale(1.1);
}

.addDeleteButtons {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
}

.addDeleteButtons p {
  display: none;
}

#tractor_img {
  position: relative;
}

#front_wheel {
  margin-left: 15.5rem;
  margin-top: -6rem;
}

#back_wheel {
  margin-right: 14.5rem;
  margin-top: -10.5rem;
}

.jumgping {
  animation: jumping 0.5s linear infinite;
}

.rotate_wheel {
  animation: rotate 5s linear infinite;
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes jumping {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}

#map-buttons {
  display: none;
  /* Başlangıçta görünmesin */
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
}

#map-buttons button {
  padding: 15px 30px;
  font-size: 18px;
  margin: 10px;
  border-radius: 5px;
  background-color: #007bff;
  color: white;
  border: none;
  cursor: pointer;
  transition: background-color 0.3s, transform 0.2s;
}

#map-buttons button:disabled {
  background-color: #cccccc;
  color: #666666;
  cursor: default;
}

#map-buttons #cancelButton {
  background-color: #e30000;
}

#map-buttons #endButton {
  background-color: #00dd00;
}

/* Disabled durumları için özel stiller */
#map-buttons #cancelButton:disabled,
#map-buttons #endButton:disabled {
  background-color: #cccccc;
  color: #666666;
}

#map-buttons button:hover:not(:disabled) {
  background-color: #0056b3;
}

#map-buttons #cancelButton:hover:not(:disabled) {
  background-color: #cc0000;
}

#map-buttons #endButton:hover:not(:disabled) {
  background-color: #00b300;
}

.d-flex.align-items-center label {
  margin-right: 5px;
}

.color-picker-wrapper {
  display: flex;
  align-items: center;
  position: relative;
}

.color-picker {
  border: none;
  padding: 0;
  cursor: pointer;
  height: 30px;
  width: 30px;
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent;
  border-radius: 4px;
  outline: none;
  position: relative;
}

.color-picker::-webkit-color-swatch-wrapper {
  padding: 0;
}

.color-picker::-webkit-color-swatch {
  border-radius: 4px;
  border: none;
}

#colorChecked {
  font-size: 18px;
  color: #00b300;
  margin-left: 5px;
}

.infowindow-content {
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: normal;
  flex-direction: column;
}

.infowindow-title {
  margin: 0;
  /* Başlık için dış boşluk */
  font-size: 18px;
  /* Başlık boyutu */
  color: #333;
  /* Başlık rengi */
}

.infowindow-area {
  margin: 5px 0;
  /* Alan bilgisi için boşluk */
  color: #666;
  /* Alan rengi */
}

#delete-button {
  padding: 10px 15px;
  /* Butonun içindeki boşluk */
  font-size: 12px;
  /* Yazı boyutu */
  border-radius: 5px;
  /* Kenar yuvarlama */
  background-color: #dc3545;
  /* Kırmızı arka plan rengi */
  color: white;
  /* Yazı rengi */
  border: none;
  /* Kenar çizgisi yok */
  cursor: pointer;
  /* Fare imlecini göster */
  transition: background-color 0.3s, transform 0.2s;
  /* Geçiş efektleri */
}

#delete-button:hover {
  background-color: #c82333;
  /* Fare ile üzerine gelinceki arka plan rengi */
}

@media only screen and (max-width: 991px) {
  #map-buttons {
    width: 100%;
  }

  #map-buttons button {
    padding: 7px 15px;
    font-size: 10px;
    margin: 6px;
  }
  .input-container label {
    font-size: 13px;
  }
}

.input-container {
  position: relative;
  width: 100%;
}

.input-container input {
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 15px 10px 5px;
  /* Alt padding biraz daha az, üst padding daha fazla */
  width: 100%;
  font-size: 16px;
  transition: border-color 0.3s;
}

.input-container label {
  position: absolute;
  left: 15px;
  top: 10px;
  font-size: 16px;
  color: #999;
  background: white;
  padding: 0 5px;
  pointer-events: none;
  transition: all 0.3s;
}

.input-container input:focus {
  border-color: var(--moveon-blue);
}

.input-container input:focus-visible {
  outline: 1px solid var(--moveon-blue);
}

.input-container input:focus + label,
.input-container input:not(:placeholder-shown) + label {
  top: -10px;
  font-size: 12px;
  color: var(--moveon-blue);
}
.button_section {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
  padding: 2rem 1rem;
}

#TAS_info {
  margin-top: 1rem;
  text-transform: uppercase;
  color: #fff;
  background-color: #ffc007;
  padding: 0.5rem 1rem;
}

#motor_button {
  transition: transform 0.2s, background-color 0.2s;
  position: absolute;
  right: 10%;
  top: 15%;
}

#motor_button.disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

#motor_button.active {
  background-color: #8bdefe;
}

#motor_button:hover {
  transform: scale(1.05);
}

#motor_button:active {
  transform: scale(0.95);
  box-shadow: none;
}

#panel {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.model-select {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
}

.model-select-button {
  padding: 0.2rem 1.5rem;
  border: 2px solid green;
}

.model-select-button p {
  margin: 0;
}

#motor_info {
  margin-top: 1rem;
  padding: 0.5rem 1rem;
  text-transform: capitalize;
  color: #fff;
}

#auto-scrolling-info {
  margin-top: 1rem;
  padding: 0.5rem 1rem;
  text-transform: capitalize;
  color: #fff;
}

#map-historical-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 1rem;
  background-color: #14a2b8;
  padding: 0.5rem 1rem;
}

#map-historical-info p {
  margin: 0;
  color: #fff;
}

#map-historical-info i {
  margin: 0;
  color: #fff;
  margin-right: 0.5rem;
}

#date-time {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.tas_info_small p {
  font-size: 0.8rem;
  font-weight: 600;
  margin: 0;
}

.device-list-item.not-owned-device {
  pointer-events: none;
  opacity: 0.6; /* İsteğe bağlı: Görsel olarak da pasif göster */
  filter: grayscale(0.3);
}

.grey {
  background-color: #d6d6d6 !important;
}

.red {
  background-color: red;
}

.green {
  background-color: green;
}

.sidebar-heading {
  font-weight: 600;
  cursor: default;
  border-bottom: 1px solid #ccc;
  padding: 1rem;
  background-color: #f8f9fa;
}

.list-group {
  margin-top: 10px;
}

.profit-amount {
  font-weight: bold;
  color: #000 !important;
  background-color: #00ffae; /* Canlı yeşil ton – dikkat çekici */
  padding: 2px 6px;
  border-radius: 4px;
  font-size: 0.8rem;
  transition: all 0.3s ease;
}

.penny-amount {
  font-size: 1rem;
}

#main-list li {
  display: flex;
  align-items: center;
  justify-content: center;
  list-style-type: none;
  cursor: pointer;
  border-bottom: 1px solid #eee;
  transition: background-color 0.3s;
}

#main-list li:first-child {
  border-top: 1px solid #eee;
}

.storage_links {
  font-size: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  list-style-type: none;
  padding-bottom: 2rem;
  padding-left: 0;
}

.storage_link {
  color: #000;
  text-decoration: none;
  margin-top: 1rem;
  margin: 0 1rem;
}

/* .loader {
  display: none;
  width: 300px;
  height: 20px;
  border: 1px solid #000;
  position: relative;
} */

.bar {
  height: 100%;
  width: 0;
  background-color: green;
  position: absolute;
  top: 0;
  left: 0;
}

.rotate {
  transform: rotate(-180deg); /* Başlangıç açısı */
}

@media screen and (max-width: 480px) {
  .login .inputs input {
    padding: 0 10px;
  }
  .login form {
    width: 100%;
  }
}

@media screen and (max-width: 350px) {
  .login .buttons button,
  .login .buttons a {
    width: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 0.5rem;
  }
  .login img {
    width: 12.5rem;
  }
}

/* loader */

#page-loader {
  background-color: #fff;
  background-size: 7%;
  height: 100vh;
  width: 100%;
  position: fixed;
  z-index: 10000;
}

#preloader {
  background: url(/static/assets/images/moveon_logo_b_with_r_stretch.png)
    no-repeat center center;
  background-size: 7%;
  height: 100vh;
  width: 100%;
  position: fixed;
  z-index: 100;
  animation-name: loader;
  animation-duration: 1s;
  animation-iteration-count: infinite;
}

@keyframes loader {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@media screen and (max-width: 575.98px) {
  #preloader {
    background-size: 30%;
  }
}

#no_TAS_device {
  margin: 0;
  margin-top: 1rem;
}
.section-title-five h6 {
  font-weight: 600;
  display: inline-block;
  margin-bottom: 15px;
  color: var(--primary);
}
h6,
.h6 {
  font-size: 0.875em;
  line-height: 1.25;
}
.primary-btn-outline {
  border-color: var(--primary) !important;
  color: var(--primary) !important;
}
.btn {
  font-weight: bold !important;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 12px 24px;
  border-radius: 4px;
  border: 1px solid transparent;
  z-index: 0 !important;
  color: #fff;
}
.btn:hover {
  color: #fff !important;
}
.active.primary-btn-outline,
.primary-btn-outline:hover,
.primary-btn-outline:focus,
#pro button:hover,
#pro button:focus {
  scale: 1.1;
}
#pricing {
  width: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pricing-fourteen {
    padding: 80px;
  }
}

.pricing-style-fourteen {
  border: 1px solid var(--light-1);
  border-radius: 10px;
  background-color: var(--white);
  transition: all 0.4s ease;
  text-align: center;
  z-index: 0;
  height: 100%;
}
.pricing-style-fourteen:hover {
  box-shadow: var(--shadow-4);
}
.pricing-style-fourteen.middle {
  box-shadow: var(--shadow-4);
}
.pricing-style-fourteen.middle .title {
  border-color: var(--primary);
  background: var(--primary);
  color: var(--white);
}
.pricing-style-fourteen .title {
  font-weight: 500;
  color: var(--primary);
  display: inline-block;
  font-size: 2.5rem;
  text-align: left;
  text-transform: uppercase;
  width: 100%;
}
.pricing-style-fourteen .table-head p {
  color: var(--dark-3);
}
.pricing-style-fourteen .price {
  text-align: left;
}
.pricing-style-fourteen .amount {
  font-weight: 600;
  display: inline-block;
  position: relative;
  padding-left: 15px;
  font-size: 3rem;
}
.pricing-style-fourteen .currency {
  font-weight: 400;
  color: var(--dark-3);
  font-size: 20px;
  position: absolute;
  left: 0;
  top: 6px;
}
.pricing-style-fourteen .duration {
  display: inline-block;
  font-size: 18px;
  color: var(--dark-3);
  font-weight: 400;
}
.pricing-style-fourteen .light-rounded-buttons {
  margin: 0;
  position: absolute;
  bottom: 5%;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.pricing-style-fourteen .table-list li {
  position: relative;
  margin-bottom: 10px;
  color: var(--dark-3);
  text-align: left;
}
.pricing-style-fourteen .table-list li:last-child {
  margin: 0;
}
.pricing-style-fourteen .table-list li i {
  color: var(--primary);
  font-size: 16px;
  padding-right: 8px;
}
.pricing-style-fourteen .table-list li i.deactive {
  color: var(--dark-3);
}
.table-head,
.table-content {
  padding: 0 2rem;
}
.table-content {
  padding-bottom: 5rem;
}
.tax-text {
  font-style: italic;
  font-size: 0.75rem;
}

.expanded {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease-in-out;
}

.expanded img {
  max-width: 80%;
  max-height: 80%;
  object-fit: contain;
  transition: transform 0.3s ease-in-out;
}

.expanded.active {
  opacity: 1;
  pointer-events: auto;
  z-index: 1000;
}

.custom-highlight {
  background-color: red; /* Örnek bir arkaplan rengi */
  color: #ffffff; /* Örnek bir metin rengi */
}

#propertySelect {
  display: none;
  margin: 0 auto;
  padding: 10px;
  font-size: 16px;
  width: 200px;
  border: 1px solid #ccc;
  border-radius: 5px;
  outline: none;
  cursor: pointer;
}

#propertySelect:hover {
  border-color: #8bdeff;
}

#propertySelect:focus {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

/* İsteğe bağlı: Okun tasarımını özelleştirme */
#propertySelect:after {
  content: "\25BC"; /* Unicode karakteri - kendi ok simgenizi kullanabilirsiniz */
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  pointer-events: none;
}

/* İsteğe bağlı: Seçeneklerin tasarımını özelleştirme */
#propertySelect option {
  padding: 10px;
  font-size: 14px;
}

.subscription-details {
  position: absolute;
  right: 5%;
  top: 30%;
}

.subscription-details {
  border: 2px solid #ccc; /* Light gray border */
  border-radius: 8px; /* Rounded corners */
  padding: 20px; /* Space inside the box */
  background-color: #f9f9f9; /* Light background color */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Slightly stronger shadow */
  margin: 20px auto; /* Center the box with vertical spacing */
  max-width: 500px; /* Maximum width of the box */
}

.subscription-details h2 {
  margin-top: 0; /* Remove top margin */
  font-size: 1.75em; /* Larger font size for the heading */
  color: #2c3e50; /* Darker text color for the heading */
  text-align: center; /* Center the heading */
  font-weight: bold; /* Bold font for emphasis */
  border-bottom: 2px solid #eee; /* Underline the heading */
  padding-bottom: 10px; /* Space between heading and content */
}

.subscription-details ul {
  list-style-type: none; /* Remove default list style */
  padding: 0; /* Remove padding */
}

.subscription-details li {
  padding: 12px 0; /* More space between list items */
  border-bottom: 1px solid #ddd; /* Divider between items */
  font-size: 1.1em; /* Larger font size for list items */
  color: #34495e; /* Darker text color for items */
}

.subscription-details li:last-child {
  border-bottom: none; /* Remove last border */
}

.subscription-details p {
  text-align: center; /* Center align the text */
  color: #7f8c8d; /* Light gray color for text */
  margin: 0; /* Remove default margin */
  font-size: 1em; /* Standard font size */
}

.subscription-details .highlight {
  font-weight: bold;
  color: #000;
}

.subscription-details .highlight-title {
  font-weight: bold;
  color: #4a89f3;
}

#profile-div h1 {
  color: #333;
  font-size: 2.5em;
  margin-bottom: 20px;
}

.profile-user-name {
  font-size: 1.75em;
  color: #555;
  margin-bottom: 10px;
}

.profile-email {
  font-size: 1em;
  color: #777;
  margin-bottom: 20px;
}

#profile-div img {
  border: 3px solid #ddd;
  margin-bottom: 20px;
}

.logout-button {
  background-color: #d9534f;
  border-color: #d43f3a;
  padding: 10px 20px;
  border-radius: 5px;
  text-decoration: none;
  color: #fff !important;
  transition: background-color 0.3s ease;
}

.logout-button:hover {
  background-color: #c9302c;
}

.table-list {
  list-style-type: none;
  padding-left: 0;
}

.table-list li {
  position: relative;
  padding-left: 35px;
}

.table-list li::before {
  content: "\2713";
  position: absolute;
  left: 0;
  top: 0;
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  border-radius: 50%;
  background-color: #63e6be;
  color: #fff;
}

.table-list .premium::before {
  content: "\2713";
  position: absolute;
  left: 0;
  top: 0;
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  border-radius: 50%;
  background-color: #ffd43b;
  color: #fff;
}

.pricing-style-fourteen {
  position: relative;
}

.fa-star {
  position: absolute;
  top: 0;
  right: 0;
  margin: -18px;
  font-size: 2.75rem;
  transform: rotate(-45deg);
  color: #ffd43b;
}

#pro {
  background-color: var(--primary);
}

#pro h6,
#pro h2,
#pro span,
#pro li {
  color: #fff;
}

#pro button {
  border: 1px solid #fff;
  color: #fff;
}

.slider-container {
  margin-top: 20px;
}

.slider-container label {
  width: 100%;
  text-align: left;
  font-weight: bold;
}

#price-slider {
  width: 100%;
  margin: 10px 0;
  -webkit-appearance: none;
  appearance: none;
  height: 10px;
  background: #ddd;
  outline: none;
  border-radius: 5px;
  transition: background 0.3s;
}

#price-slider:hover {
  background: #ccc;
}

#price-slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #007bff;
  cursor: pointer;
  transition: background 0.3s;
}

#price-slider::-moz-range-thumb {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #007bff;
  cursor: pointer;
  transition: background 0.3s;
}

@media screen and (max-width: 991px) {
  #map-info {
    flex-direction: column;
  }
  #page-title {
    display: none;
  }
  #page-title-list {
    display: block;
  }
  .subscription-details {
    position: static;
  }
  .mobile-div {
    margin: 1rem 0;
  }
  .infowindow-container {
    width: 12rem;
  }
  #filter-popup {
    overflow: auto;
  }
  #copyright {
    display: none;
  }
  .app-links {
    display: none;
  }
}

.device-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.device-list-item.selected {
  box-shadow: 0 4px 16px rgba(0, 128, 0, 0.08);
}
.task-device.selected {
  background: #e8f5e9;
}
.fertilizer-input-container {
  position: absolute;
  left: 0;
  right: 0;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.4s, position 0s 0.4s;
  z-index: 2;
}
.device-list-item.selected .fertilizer-input-container {
  position: static;
  opacity: 1;
  pointer-events: auto;
  transition: opacity 0.4s;
}
.fertilizer-input {
  width: 100%;
  padding: 8px 12px;
  border-radius: 6px;
  border: 1px solid #bdbdbd;
  font-size: 16px;
  background: #fff;
  box-shadow: 0 1px 4px rgba(76, 175, 80, 0.08);
  outline: none;
  transition: border-color 0.2s;
}
.fertilizer-input:focus {
  border-color: #4caf50;
}

.loaderImg {
  border: 8px solid #f3f3f3;
  border-top: 8px solid #3498db;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  animation: spin 1s linear infinite;
  position: absolute;
  z-index: 1000;
}

#loadingAnimation {
  border: 8px solid #f3f3f3;
  border-top: 8px solid #3498db;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  top: 50%;
  left: 50%;
  animation: spin 1s linear infinite;
  position: absolute;
  z-index: 1000;
}

.overlay-text {
  position: relative;
  top: -50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: white;
  padding: 10px;
  border-radius: 5px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  font-size: 18px;
  font-weight: bold;
  z-index: 100;
  text-align: center;
}

.page-title {
  display: inline;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  margin: 0;
  color: #fff;
  display: flex;
  align-items: center;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
#field-devices-list {
  padding: 0;
  margin: 0;
  height: 12rem;
  overflow-y: auto;
}

.device-list-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 16px;
  margin-bottom: 8px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 1px 4px rgba(60, 60, 60, 0.06);
  transition: box-shadow 0.2s;
  cursor: pointer;
}

.device-list-item:hover {
  box-shadow: 0 4px 12px rgba(60, 60, 60, 0.12);
  background: #f7faff;
}

.plate-number-div {
  font-weight: bold;
  font-size: 1.1em;
  color: #2d3a4a;
  background: #eaf1fb;
  padding: 4px 10px;
  border-radius: 5px;
  min-width: 70px;
  text-align: center;
}

.tractor-brand {
  color: #4a6fa5;
  font-size: 1em;
  font-weight: 500;
}

.flag-icon {
  width: 24px;
  height: 16px;
  border-radius: 2px;
  object-fit: cover;
}

.dot-info {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  display: inline-block;
  box-shadow: 0 0 4px #bbb;
}
