#selectWrapper1 {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease-out;
}

option {
    padding: 10px;
    background-color: #252729;
    color: #fff;
    border: 1px solid #ddd;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

select:hover option {
    background-color: #252729;
    border: 1px solid #888;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

option:hover{
    background-color: #252729;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

select:focus option {
    background-color: #252729;
    border: 1px solid #555;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.custom-select-menu {
    display: none;
}

.custom-select-box.custom-select-open .custom-select-menu {
    display: block;
}
.upload-zone {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}


.uploaded-item {
  position: relative;
  border: 1px solid;
  border-color: rgb(255 255 255 / 0.3);
  border-radius: 8px;
  padding: 8px;
  width: 100%;
}

.uploaded-item img,
.uploaded-item video {
  width: 100%;
  height: 350px;
  object-fit: cover;
  border-radius: 4px;
}

.delete-btn {
  position: absolute;
  top: 14px;
  right: 14px;
  background-color: #ef4444;
  color: white;
  border: none;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.uploaded-item select {
  width: 100%;
  margin-top: 8px;
  padding: 4px;
}

.template {
  display: none;
}

.ts-control {
  display: block;
  width: 100%;
  border-radius: 9999px;
  border-width: 2px !important;
  border-color: rgb(var(--input-border));
  padding-top: 0.60rem;
  padding-bottom: 0.60rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-inline-end: 2.25rem;
  font-size: 0.875rem;
}

.ts-dropdown-content {
  max-height: none !important;
  height: auto !important;
  overflow-y: visible !important;
}

.custom-range::-moz-range-thumb {
  background-color: red;
  border: none;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  cursor: pointer;
}

.custom-group:hover .custom-group-hover {
  display: block;
}

.custom-group .custom-group-hover {
  display: none;
}



img-comparison-slider {
  --divider-width: 4px;
  --divider-color: #000000;
  --default-handle-width: 70px;
  --default-handle-color: #000000;
  --default-handle-opacity: 1;
}

img-comparison-slider::before {
  background-color: var(--divider-color, #000000);
  width: var(--divider-width, 8px);
  opacity: 0.8;
}

img-comparison-slider::after {
  font-size: calc(var(--handle-size) * 0.5);
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #9ca3af;
  border-radius: 50%;
}

.btn-active {
  background-color: #333436;
  outline: none;
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.5);
}

.tomselect .ts-control {
  background-color: #1a1a1a;
  color: #ffffff;
  border: 1px solid #333333;
  border-radius: 4px !important;
  padding: 8px 12px;
  font-size: 16px;
}

.tomselect .ts-control input {
  color: #ffffff;
}

.tomselect .ts-dropdown {
  background-color: #1a1a1a;
  border: 1px solid #333333;
  border-radius: 4px;
  color: #ffffff;
}

.tomselect .ts-dropdown .option {
  padding: 8px 12px;
}

.tomselect .ts-dropdown .option:hover {
  background-color: #333333;
}

.tomselect .ts-control .item {
  background-color: #333333;
  color: #ffffff;
  border-radius: 4px;
}

#kalite-skoru {
  z-index: 9999999;
}
  #galeriPopup {
    display: none;
}
