/*# sourceMappingURL=custom.min.css.map */
.dt-buttons {
    float: left !important;
    padding-bottom: 2px;
}


.task-table td:first-child,
.task-table th:first-child {
    padding-left: 0px !important;
}

.btn-block {
    width: 100%;
}

.to-do:checked+label {
    text-decoration: line-through;
    color: darkgrey;
}

.show-deatil {
    cursor: pointer;
}

.image-box {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    position: relative;
    height: 220px;
}

.image-box img {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    width: 100%;
    height: 100%;
}

.file-upload {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* opacity: 0; */
    cursor: pointer;
}

.file-upload label {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 8px 16px;
    border-radius: 4px;
    background-color: #0ab39c;
    color: #fff;
    cursor: pointer;
    display: none;
}
.file-upload input{
    height: 100%;
    display: none;
}
.image-box:hover  {
    opacity: 0.5;
    transition: .5s ease;
    -webkit-transition: .5s ease;
    -moz-transition: .5s ease;
    -ms-transition: .5s ease;
    -o-transition: .5s ease;
}
.file-upload label:hover {
    background-color: #0062cc;
}
.image-box:hover .file-upload label {
    display: block;
}
.file-upload{
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}
.whatsapp-switch {
  display: inline-block;
  position: relative;
  margin: 10px;
  font-size: 18px;
  padding: 10px 20px 0;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  position: absolute;
  top: 15px;
  right: -10px;
}

.whatsapp-switch label {
  display: flex;
  position: relative;
  cursor: pointer;
}

.whatsapp-switch input {
  display: none;
}

.whatsapp-switch i {
  font-size: 18px;
  color: green;
  margin-right: 10px;
}

.whatsapp-switch input:checked + label i {
  color: red;
}

.whatsapp-switch label span {
  color: green;
  font-size: 15px;
}

.whatsapp-switch input:checked + label span {
  color: red;
}

.whatsapp-switch input:checked + label:before {
  content: attr(data-off);
  color: #999;
  position: absolute;
  top: 0;
  left: 38px;
  padding: 5px;
  background-color: #f5f5f5;
  border-radius: 5px;
  box-shadow: 1px 1px 5px #999;
  display: none;
}

.whatsapp-switch input:checked + label i {
  color: red;
}

.whatsapp-switch input:disabled + label i,
.whatsapp-switch input:disabled + label span,
.whatsapp-switch input:disabled + label:before {
  display: none;
}
.position-relative-switch{
position: relative;
}

.hide{
  display: none!important;
}


.progress-wrapper {
    width: 100%;
    margin: 10px 0;
}

.progress {
    background-color: #e0e0e0; /* Gri bir arka plan rengi */
    height: 20px; /* Yükseklik */
    border-radius: 10px; /* Köşeleri yuvarla */
    position: relative;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15); /* Hafif gölge efekti */
}

.progress-text {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 14px;
    font-weight: 500;
    color: #4f4f4f; /* Metin rengi */
    white-space: nowrap;
}
