div:is([data-col=left]) {
  border: 1px solid #d7dee8;
  padding: 10px 15px 10px 16px;
  color: #353535e0;
  font-size: 12px;
  margin-top: -1px;
  margin-bottom: -1px;
  line-height: 24px;
  background: #ebeef2;
  min-height: 47px;
  align-items: center;
}

div:is([data-col=left]) label {
  font-size: 12px !important;
}

div:is([data-col=right]) {
  padding: 5px;
  border-left: none;
  background: none;
  /* line-height: 45px; */
  min-height: 47px;
  border: 1px solid #ffffff;
  background: #ffffff66;
  margin-top: -1px;
  margin-left: -1px;
  display: flex;
  align-items: center;
}

div[data-col=right] .form-control {
  height: 35px;
  line-height: 15px;
  font-size: 11px;
  border-radius: 0;
  border: 1px solid #eeeeee;
  background-color: #fff;
  -webkit-box-shadow: 2px 2px 5px 0px rgb(0 0 0 / 10%) !important;
  -moz-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.1) !important;
  box-shadow: 1px 1px 3px 0px rgb(0 0 0 / 10%) !important;
}

div[data-col=left] .form-control {
  height: 35px;
  line-height: 33px;
  font-size: 11px;
  border-radius: 0;
  border: 1px solid #eeeeee;
  background-color: #fff;
  -webkit-box-shadow: 2px 2px 5px 0px rgb(0 0 0 / 10%) !important;
  -moz-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.1) !important;
  box-shadow: 1px 1px 3px 0px rgb(0 0 0 / 10%) !important;
}

div[data-col=right] .form-select {
  height: 35px;
  line-height: 33px;
  font-size: 11px;
  border-radius: 0;
  border: 1px solid #eeeeee;
  background-color: #fff;
  -webkit-box-shadow: 2px 2px 5px 0px rgb(0 0 0 / 10%) !important;
  -moz-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.1) !important;
  box-shadow: 1px 1px 3px 0px rgb(0 0 0 / 10%) !important;
}

div[data-col=left] .form-select {
  height: 35px;
  line-height: 33px;
  font-size: 11px;
  border-radius: 0;
  border: 1px solid #eeeeee;
  background-color: #fff;
  -webkit-box-shadow: 2px 2px 5px 0px rgb(0 0 0 / 10%) !important;
  -moz-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.1) !important;
  box-shadow: 1px 1px 3px 0px rgb(0 0 0 / 10%) !important;
}

.form-select-manuel {
  height: 35px;
  line-height: 10px;
  font-size: 11px;
  border-radius: 0;
  border: 1px solid #eeeeee;
  background-color: #fff;
  -webkit-box-shadow: 2px 2px 5px 0px rgb(0 0 0 / 10%) !important;
  -moz-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.1) !important;
  box-shadow: 1px 1px 3px 0px rgb(0 0 0 / 10%) !important;
}

div:is([data-col-ref=rightV2]) {
  padding: 10px;
  border: 1px solid #d7dee875;
  border-left: none !important;
  background: transparent;
}

div:is([data-col-ref=leftV2]) {
  padding: 10px 10px 10px 10px !important;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.noBorder {
  border: none !important;
}

div:is([data-col=row]) {
  margin: 0 -1px 0 -1px !important;
}

.noFlex {
  display: block !important;
}

.ml-1px {
  margin-left: -1px;
}

.ml2px {
  margin-left: 2px;
}

.ml6px {
  margin-left: 6px;
}

.mt25px {
  margin-top: 25px;
}

.mb25px {
  margin-bottom: 25px;
}

.mt50px {
  margin-top: 50px;
}

.fs40px {
  font-size: 40px;
}

hr.varien {
  margin: 25px 0;
  color: #d9e0e9;
  opacity: 1;
}

img.borderOn {
  border: 3px solid #039ef7;
  border-radius: 10px;
}

img.borderOff {
  border: 3px solid transparent;
  border-radius: 10px;
}

.sarimImgContainer_1 {
  border-right: 1px solid #dbe1e7;
  padding-top: 25px;
}

.sarimImgContainer_2 {
  padding-top: 25px;
}

.exTitle_1 {
  color: #353535e0;
  font-size: 13px;
}

.varien.accordion .accordion-content {
  padding: 20px 30px !important;
  background: #eef0f2;
}

.varien.accordion .accordion-header {
  cursor: pointer;
  background: #dee3eb;
  margin: -1px 0 0 0;
  padding: 15px 0px 10px 10px !important;
  border-radius: 0;
  border-bottom: 1px solid #c1cddfb5;
  border-top: 1px solid #c1cddfb5;
}

.dropdown.show>.form-control.form-control-solid,
.form-control.form-control-solid.active,
.form-control.form-control-solid.focus,
.form-control.form-control-solid:active,
.form-control.form-control-solid:focus {
  background-color: #ffffed;
}

.dropdown.show>.form-select.form-select-solid,
.form-select.form-select-solid.active,
.form-select.form-select-solid.focus,
.form-select.form-select-solid:active,
.form-select.form-select-solid:focus {
  background-color: #ffffed;
}

.select2-container--bootstrap5.select2-container--focus .form-select-solid,
.select2-container--bootstrap5.select2-container--open .form-select-solid {
  background-color: #ffffed;
}

.magic input {}

.magic .input-group-addon {
  padding: 4px 5px;
  font-size: 12px;
  line-height: 1px;
  color: #5555558f;
  background-color: #eee;
  border: 1px solid #cccccc85;
  border-left: none;
  border-radius: 4px;
  width: 60px;
  font-weight: 600;
  display: flex;
  vertical-align: middle;
  text-align: center;
  align-items: center;
  justify-content: space-around;
}

.magic select {
  border: none;
  background-color: transparent;
  font-size: 12px;
}

.ybsModalBody {
  background: #eef0f2;
  padding: 0 0 !important;
  overflow-y: unset !important;
}

.ybsModalBody .row {
  margin: 0px !important;
}

.form-check-custom.form-check-solid .form-check-input {
  background-color: #cbd2dc;
}

.form-check-custom.form-check-solid .form-check-input:active,
.form-check-custom.form-check-solid .form-check-input:focus {
  filter: none;
  background-color: #cbd2dc;
}

.form-check-custom.form-check-solid .form-check-input:checked {
  background-color: var(--kt-form-check-input-checked-bg-color-solid)
}

/*
.modal-header {
    background: #dee3eb;
    -webkit-box-shadow: 0px 0px 15px 3px rgb(0 0 0 / 75%);
    -moz-box-shadow: 0px 0px 15px 3px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 15px 3px rgb(0 0 0 / 40%);
    z-index: 10;
}
*/
.badge.badge-circle,
.badge.badge-square {
  padding: 0 5px;
}

table.table .btn {
  padding: 5px 10px !important;
  font-size: 11px !important;
}

.btn:not(.btn-shadow):not(.shadow):not(.shadow-sm):not(.shadow-lg):not(.shadow-xs) {}

.table-striped .btn.btn-shadow-border,
.table-striped .badge {}

.btn.btn-light-success,
.badge.badge-light-success {
  border: 1px solid #50cd8985 !important;
  color: #24a35e;
}

.btn.btn-light {
  border: 1px solid #d7dee8 !important;
}

.btn.btn-light-info,
.badge.badge-light-info {
  border: 1px solid #743eeb73 !important;
}

.btn.btn-light-dark {
  border: 1px solid #23263a87 !important;
  color: #515151;
}

.btn.btn-light-primary,
.badge.badge-light-primary {
  border: 1px solid #039ef791 !important;
}

.badge.badge-light {
  border: 1px solid #d5d5d6 !important;
}

.btn.btn-light-danger,
.badge.badge-light-danger {
  border: 1px solid #f249717a !important;
}

.btn.btn-light-warning,
.badge.badge-light-warning {
  border: 1px solid #ffc815 !important;
}

.title_2 {
  font-size: 15px;
  padding: 20px 18px;
  font-weight: 600;
}

.title_2 desc {
  display: block;
  font-size: 12px;
  font-weight: 400;
}

.isFilter .select2-container--bootstrap5 .select2-selection--single {
  border: 1px solid #eff2f5 !important;
}

.isFilter .form-select.border {
  border: 1px solid #eff2f5 !important;
}

.select2-container--bootstrap5 .select2-selection--multiple:not(.form-select-sm):not(.form-select-lg) .select2-selection__choice {
  border-radius: 10px;
  padding: 0px 5px;
  margin-right: .5rem;
  margin-top: .1rem;
  margin-bottom: .1rem;
}

.select2-container--bootstrap5 .select2-selection--multiple:not(.form-select-sm):not(.form-select-lg) .select2-selection__choice .select2-selection__choice__display {
  margin-left: 1.1rem;
  font-size: 11px;
  line-height: 25px;
}

.select2-container--bootstrap5 .select2-selection--multiple:not(.form-select-sm):not(.form-select-lg) {
  min-height: calc(1.5em + 1.55rem + 2px);
  padding-top: .575rem;
  padding-bottom: .575rem;
  padding-left: 10px;
}

.mr-1 {
  margin-right: 1px !important;
}

.mr-2 {
  margin-right: 2px !important;
}

.mr-3 {
  margin-right: 3px !important;
}

.mr-4 {
  margin-right: 4px !important;
}

.mr-5 {
  margin-right: 5px !important;
}

.pl-30 {
  padding-left: 30px !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.card-body.new {
  padding: 0 !important;
  border: none !important;
}

.select2-container--bootstrap5 .select2-selection--multiple:not(.form-select-sm):not(.form-select-lg) .select2-selection__choice .select2-selection__choice__display {
  max-width: 200px;
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ws-200 {
  max-width: 200px;
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.labelDesc {
  font-size: 11px;
  margin: -12px 0 6px;
}

.fs-12 {
  font-size: 12px !important;
}

.fs-11 {
  font-size: 11px !important;
}

.inActive {
  cursor: not-allowed !important;
  opacity: 0.5 !important;
}

.select2-container--bootstrap5 .select2-selection--multiple:not(.form-select-sm):not(.form-select-lg) .select2-search__field {
  line-height: 1.5;
}

.d-block {
  display: block !important;
}

.form-control[disabled],
.form-control[readonly] {
  cursor: not-allowed !important;
  opacity: 0.5 !important;
}

.form-select[disabled],
.form-select[readonly] {
  cursor: not-allowed !important;
  opacity: 0.5 !important;
}

.select2-container--disabled span {
  cursor: not-allowed !important;
  opacity: 0.8 !important;
}

.w-50px {
  width: 50px !important;
}

.w-75px {
  width: 75px !important;
}

.w-100px {
  width: 100px !important;
}

.new div:is([data-col-ref=leftV2]) {
  padding: 10px 10px 10px 28px !important;
  background: #ebeef296;
  margin-bottom: 0;
}

.new div:is([data-col-ref=rightV2]) {
  border-right: none !important;
  border: 1px solid #d7dee8;
}

.new .table-responsive {
  margin: 0 -1px 0 -1px !important;
}

.border {
  border: 1px solid #d7dee8 !important;
}

.bblr-5 {
  border-bottom-left-radius: 10px;
}

.bblr-0 {
  border-bottom-left-radius: 0 !important;
}

.bbrr-0 {
  border-bottom-right-radius: 0 !important;
}

.bbrr-5 {
  border-bottom-right-radius: 10px;
}

.border-bottom-none,
.bb-none {
  border-bottom: none !important;
}

.border-top-none {
  border-top: none !important;
}

.border-left-none {
  border-left: none !important;
}

.border-right-none {
  border-right: none !important;
}

.border-none {
  border: none !important;
}

.card .card-header,
.modal-header {
  background: rgb(224, 224, 224);
  background: linear-gradient(0deg, rgb(243 245 247) 0%, rgba(255, 255, 255, 0) 25%);
}

.card .card-footer,
.modal-footer {
  background: rgb(224, 224, 224);
  background: linear-gradient(180deg, rgb(243 245 247) 0%, rgba(255, 255, 255, 0) 50%);
}

#reader {
  position: relative;
  padding: 0 0 25px 0 !important;
  border: none !important;
}

#reader img:not(#reader__scan_region img) {
  display: none !important;
}

#reader__header_message {
  padding: 15px !important;
  border-radius: 15px !important;
}

.noPadding {
  padding: 0 !important
}

.table {
  --bs-table-color: #181C32;
  --bs-table-bg: transparent;
  --bs-table-border-color: #d7dee8;
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: #181C32;
  --bs-table-striped-bg: rgba(245, 248, 250, 0.75);
  --bs-table-active-color: #181C32;
  --bs-table-active-bg: #f5f8fa;
  --bs-table-hover-color: #181C32;
  --bs-table-hover-bg: #f5f8fa;
  width: 100%;
  margin-bottom: 1rem;
  color: var(--bs-table-color);
  vertical-align: top;
  border-color: #d7dee8;
}

.table.new.dataTable td:first-child:not(.text-center):not(.text-right),
.table.new.dataTable th:first-child:not(.text-center):not(.text-right) {
  padding-left: 29px !important;
}

/*
div:is([data-col=left]) label::before {
  font-family: 'bootstrap-icons' !important;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  color: #000;
  font-size: 14px;
  position: absolute;
  left: 15px;
  content: "\f285";
}
*/

input.form-control {
  border-radius: 0.3rem !important;
}

span.form-select {
  border-radius: 0.3rem !important;
}

.card-body {
  padding: 0 !important;
  border: none !important;
}

.card {
  border: 1px solid #d7dee8 !important;
}

#datatable_content_length select {
  border: 1px solid #d7dee8 !important;
}


.modal-header.dev-header {
  background: rgb(224, 224, 224);
  background: linear-gradient(0deg, rgb(33 33 48) 0%, rgba(255, 255, 255, 0) 25%);
}

.badge.badge-lg {
  min-width: auto;
  font-size: 1rem;
}

.bblr-15px {
  border-bottom-left-radius: 15px;
}

.btlr-15px {
  border-top-left-radius: 15px;
}

.bbrr-15px {
  border-bottom-right-radius: 15px;
}

.btrr-15px {
  border-top-right-radius: 15px;
}



div:is([data-col=info]) {
  border: 1px solid #d7dee8;
  padding: 20px 20px 20px 20px;
  color: #353535e0;
  font-size: 12px;
  margin-top: 0;
  line-height: 25px;
  background: #ebeef2;
  min-height: 47px;
  align-items: center;
  background: linear-gradient(0deg, rgb(215 222 232 / 71%) 0%, rgba(235, 238, 242, 1) 100%);
}

.table.v2 td:first-child,
.table.v2 th:first-child,
.table.v2 tr:first-child {
  padding-left: 30px !important;
}

.card .card-header.v2 {
  padding: 1.5rem 2.25rem;
  border-bottom: 1px solid #d7dee8 !important;
}

.padding-30 {
  padding: 30px !important;
}

.dataTables_length select {
  border: 1px solid #d7dee8 !important;
}

.table.table-row-dashed tr {
  border-bottom-width: 1px;
  border-bottom-style: dashed;
  border-bottom-color: #d7dee8;
}

/* HTML: <div class="loader"></div> */
.loader {
  width: 50px;
  aspect-ratio: 1;
  border-radius: 50%;
  border: 8px solid #514b82;
  animation:
    l20-1 0.8s infinite linear alternate,
    l20-2 1.6s infinite linear;
}


.loader.v2 {
  /* position: absolute; */
  width: 15px;
  border: 1px solid;
  float: right;
  left: 0;
  right: 0;
}

@keyframes l20-1 {
  0% {
    clip-path: polygon(50% 50%, 0 0, 50% 0%, 50% 0%, 50% 0%, 50% 0%, 50% 0%)
  }

  12.5% {
    clip-path: polygon(50% 50%, 0 0, 50% 0%, 100% 0%, 100% 0%, 100% 0%, 100% 0%)
  }

  25% {
    clip-path: polygon(50% 50%, 0 0, 50% 0%, 100% 0%, 100% 100%, 100% 100%, 100% 100%)
  }

  50% {
    clip-path: polygon(50% 50%, 0 0, 50% 0%, 100% 0%, 100% 100%, 50% 100%, 0% 100%)
  }

  62.5% {
    clip-path: polygon(50% 50%, 100% 0, 100% 0%, 100% 0%, 100% 100%, 50% 100%, 0% 100%)
  }

  75% {
    clip-path: polygon(50% 50%, 100% 100%, 100% 100%, 100% 100%, 100% 100%, 50% 100%, 0% 100%)
  }

  100% {
    clip-path: polygon(50% 50%, 50% 100%, 50% 100%, 50% 100%, 50% 100%, 50% 100%, 0% 100%)
  }
}

@keyframes l20-2 {
  0% {
    transform: scaleY(1) rotate(0deg)
  }

  49.99% {
    transform: scaleY(1) rotate(135deg)
  }

  50% {
    transform: scaleY(-1) rotate(0deg)
  }

  100% {
    transform: scaleY(-1) rotate(-135deg)
  }
}

.table.borderBottomFix tbody tr:last-child td,
.table.borderBottomFix tbody tr:last-child th,
.table.borderBottomFix tfoot tr:last-child td,
.table.borderBottomFix tfoot tr:last-child th {
  border-bottom: 1px solid #d7dee8 !important;
}

.modal-header {
  border-bottom: 1px solid #d7dee8;
  /* margin-bottom: -1px; */
  position: relative;
  z-index: 9;
}


.modal-footer {
  border-top: 1px solid #d7dee8;
  position: relative;
  z-index: 9;

}

.modal-body {
  padding: 0;
}

table.dataTable.table-bordered tr:hover td {
  border-color: #d0d3d6 !important;
}

.modal-footer {
  justify-content: center;
}

.inputError {
  border-color: #ffbfbf !important;
  color: #ee5a5a !important;
}

.inputError::placeholder {
  color: #ee5a5a !important;
  opacity: 0.8;
  /* Firefox */
}

.inputSuccess {
  border-color: #97df49 !important;
  color: #457a0c !important;
}

/* Chrome, Edge, Safari için */
input[type="date"].noIcon::-webkit-calendar-picker-indicator {
  display: none;
  -webkit-appearance: none;
}

/* Firefox için */
input[type="date"].noIcon {
  -moz-appearance: textfield;
}