body {
  font-family: Arial, sans-serif;
  background-color: #f4f4f4;
  margin: 0;
  padding: 0;
}

h1 {
  text-align: center;
  color: #333;
}

#container {
  max-width: 600px;
  margin: 20px auto;
  padding: 20px;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

#okeyRenk {
  /*  display: flex;
  justify-content: center; */
  display: block;
}

h3 {
  text-align: center;
}

label {
  font-weight: bold;
}


input[type="text"],
input[type="number"],
input[type="tel"],
select {
  width: 100%;
  padding: 8px;
  margin: 5px 0;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
}




h2 {
  text-align: center;
  color: #333;
}

table {
  width: 100%;
  border-collapse: collapse;
}

th,
td {
  padding: 8px;
  text-align: center;
  width: 50%;
  word-break: break-all;
  border: 0;
  /* Set left border to 0 for all td elements */
}

th:nth-child(2),
td:nth-child(2) {
  border-left: 2px solid #ddd;
  /* Set left border to 2 for the second th and td elements */
}

hr {
  border: 1px solid #CCC;
}

.userBorder {
  /* border: 1px solid #919191; */
  /* border-radius: 10px; */
  padding: 15px;
  box-shadow: 0px 0px 3px #ccc;
  /* margin: 15px; */
}

.userBorder h3 {
  margin: 0;
}

.styled-checkbox {
  width: 0 !important;
  height: 0 !important;
  margin-right: 0 !important;
  cursor: pointer;
  display: none !important;
}

.styled-checkbox-container {
  display: block;
  align-items: center;
  cursor: pointer;
  /* border: 2px solid #aaa; */
  border-radius: 3px;
  padding-right: 5px;
  float: left;
  /* margin-right: 10px; */
}


.styled-checkbox+label {
  line-height: 30px;
  height: 30px;
  cursor: pointer;
  display: flex;
  align-items: center;
  user-select: none;
}

.styled-checkbox+label::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 5px;
  border: 2px solid #ccc;
  border-radius: 3px;
  box-sizing: border-box;
}

.styled-checkbox:checked+label::before {
  content: "✔";
  display: inline-block;
  text-align: center;
  line-height: 18px;
  /* Adjusted to keep the checkmark centered */
}

.clear {
  clear: both;
}

.sumStatus {
  width: 50%;
  float: left;
  text-align: center;
  padding: 15px;
  box-shadow: 0px 0px 3px #ccc;
  box-sizing: border-box;
}

.sumStatus33 {
  width: 33% !important;
}

.sumStatus25 {
  width: 25% !important;
}

.bigSpanText {
  font-size: 18px;
  font-weight: bold;
  margin: 5px;
  display: block;
}

#yeniElModal,
#elSonuModal,
#yerdenTasModal,
#cezaYazModal,
#yerdenOkeyModal,
#yesNoModal,
#toplamaEliModal,
#renameTeamModal,
#yereIslekAttiModal {
  display: none;
}

#elSonuRenkArea {
  text-align: center;
  font-size: 24px;
  margin: 0;
}

#yesNoModalContent {
  font-size: 24px;
}

#toplamaEliModal .modal-background,
#yeniElModal .modal-background,
#elSonuModal .modal-background,
#yerdenTasModal .modal-background,
#yerdenOkeyModal .modal-background,
#cezaYazModal .modal-background,
#yesNoModal .modal-background,
#renameTeamModal .modal-background,
#yereIslekAttiModal .modal-background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #333;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  flex-direction: column;
}

h4 {
  color: white;
  font-size: 36px;
  margin: 0;
}

input[type="button"] {
  /* width: 100%;
  background-color: #4CAF50;
  color: white;
  padding: 10px 20px;
  margin: 8px 0;
  border: none;
  border-radius: 4px;
  cursor: pointer; */
}

.control {
  display: flex;
  justify-content: space-between;
}

.accept {
  background-color: #4CAF50;
  color: white;
  padding: 10px 20px;
  margin: 8px 0;
  width: 49%;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  box-sizing: border-box;
  text-align: center;
  transition: all 0.3s ease;
}

.reject {
  background-color: red;
  box-sizing: border-box;
  color: white;
  width: 49%;
  padding: 10px 20px;
  margin: 8px 0;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  text-align: center;
}

.bottom-menu {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
  box-shadow: 0px -55px 60px 0px #0002;
}

.button {
  height: 80px;
  flex: 1;
  /* Make all buttons take equal space */
  background: green;
  color: white;
  font-size: 15px;
  border: 0;
  border-right: 1px solid #FFF;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  /* Center text horizontally */
  white-space: normal;
  /* Allow text to wrap */
  overflow: hidden;
  /* Hide overflow text */
  padding: 0 5px;
  /* Add some padding */
  line-height: 1.2;
  /* Adjust line height for better spacing */
}

.button:last-child {
  border-right: 0;
}


.error {
  box-shadow: 0 0 1px red;
  animation: wave 1s ease-in-out;
}

@keyframes wave {

  0%,
  100% {
    box-shadow: 0 0 5px red;
  }

  50% {
    box-shadow: 0 0 1px red;
  }
}

input,
textarea,
select,
button {
  font-size: 16px;
}




.active {
  border: 8px solid green;
  background-color: #28a745;
}

#floatingBorder {
  display: none;
  position: absolute;
  border: 5px solid green;
  z-index: 9;
  box-sizing: border-box;
}

* {
  user-select: none;
}

.edit-icon {
  cursor: pointer;
  margin-left: 5px;
}

.version {
  position: fixed;
  bottom: 80px;
  /* left: 50%; */
  /* transform: translateX(-50%); */
  color: gray;
  text-align: center;
  width: 100%;
}

.version::before {
  content: "v0.0.9";
}

@keyframes waveAnimation {
  0% {
    background-position: -200%;
  }

  50% {
    background-position: 200%;
  }

  100% {
    background-position: -200%;
  }
}

#aradakiFarkInt {
  display: inline-block;
  background: linear-gradient(90deg, yellow, red, darkgreen);
  background-size: 200% 100%;
  animation: waveAnimation 1300ms linear infinite;
  -webkit-background-clip: text;
  color: transparent;
}

/* Tooltip styles */
.penalty-tooltip {
  position: absolute;
  top: -20%;
  background-color: #fff;
  color: #333;
  padding: 5px;
  border-radius: 5px;
  border: 1px solid #333;
  visibility: visible;
  opacity: 0;
  /* transition: opacity 0.3s; */
  width: max-content;
  font-size: 12px;
  /* letter-spacing: -0.4px; */
}

.penalty-tooltip-right {
  transform: translateX(-50%);
  margin-right: 50px;
}

.penalty-tooltip-right::after {
  content: '';
  position: absolute;
  top: 50%;
  right: -12px;
  transform: translateY(-50%);
  margin-left: 5px;
  border-width: 6px;
  border-style: solid;
  border-color: transparent transparent transparent black;
}

.penalty-tooltip-left {

  left: calc(50% + 30px);
}

.penalty-tooltip-left::after {
  content: '';
  position: absolute;
  top: 50%;
  left: -12px;
  transform: translateY(-50%);
  margin-right: 5px;
  border-width: 6px;
  border-style: solid;
  border-color: transparent black transparent transparent;
}