:root {
  --buton: #5e5856;
  --buton2: #2dcac1;
}
body {font-family: Poppins;}
.bg-acik-gri {
  background: #fff;
  color: #000;
}
.bg-koyu-gri {
  background: #eaeaea;
  color: #000;
}
.bg-gri {
  background: #999;
}
.option-input {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  position: relative;
  top: 13.33333px;
  right: 0;
  bottom: 0;
  left: 0;
  height: 28px;
  width: 28px;
  transition: all 0.15s ease-out 0s;
  background: #cbd1d8;
  border: none;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  margin-right: 0.5rem;
  outline: none;
  position: relative;
  z-index: 1000;
}
.option-input:hover {
  background: #9faab7;
}
.option-input:checked {
  background: #40e0d0;
}
.option-input:checked::before {
  height: 28px;
  width: 28px;
  position: absolute;
  content: "✔";
  display: inline-block;
  font-size: 26.66667px;
  text-align: center;
  line-height: 28px;
}
.option-input:checked::after {
  -webkit-animation: click-wave 0.65s;
  -moz-animation: click-wave 0.65s;
  animation: click-wave 0.65s;
  background: #40e0d0;
  content: "";
  display: block;
  position: relative;
  z-index: 100;
}
.option-input.radio {
  border-radius: 50%;
}
.option-input.radio::after {
  border-radius: 50%;
}
button.dt-button, div.dt-button, a.dt-button {
  background: red !important;
}

.select2-container .select2-selection--single {height: 58px;}
.select2-container--default .select2-selection--single .select2-selection__rendered {line-height: 58px;}
.select2-container--default .select2-selection--single .select2-selection__arrow {height: 58px; top: 0; right: 10px;}
.table-responsive {overflow-x: visible;}