.bg-dark-y{
	background:#181c32;
	background:radial-gradient(ellipse at center,  #181c32 1%,#1c2b5a 100%);
}
.toast-message{
    font-family: sans-serif;
    font-weight: 100;
    line-height: 17px;
    font-size: 13px;
}
input[type="number"] {
  -moz-appearance: textfield; /* Firefox için */
  appearance: textfield;
}

/* Bu kısım Chrome için spin box'un kendisini gizler */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Bu kısım Edge için spin box'un kendisini gizler */
@supports (-ms-ime-align:auto) {
  input[type="number"]::-ms-clear,
  input[type="number"]::-ms-reveal {
    display: none;
  }
}
.pac-container{
  z-index: 9999999999;
	background-color: var(--kt-card-bg);
	color: var(--bs-table-color);
}
.pac-container .pac-item{
	color: var(--bs-table-color);
}
.pac-container .pac-item{
	color: var(--bs-table-color);
}
.pac-container .pac-item-query{
	color: var(--bs-gray-600);
}
div.material-table {
  padding: 0;
  width: 100%;
}

.cursor-pointer{
  cursor: pointer;
}
.ck{
  color:black;
}
div.material-table .table-header {
  height: 67px;
  padding-left: 24px;
  padding-right: 14px;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: flex;
  -webkit-display: flex;
  border-bottom: solid 1px var(--kt-border-color);
}
#loading {
  position: absolute;
  width: 50%;
  margin: 25%;
  height: 50%;
}
.spinner {
  border: 16px solid var(--bs-border-color-translucent);
  border-top: 16px solid var(--bs-gray-100);
  border-radius: 50%;
  width: 100%;
  height: 100%;
  animation: spin 2s linear infinite;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
div.material-table .table-header .actions {
  display: -webkit-flex;
  margin-left: auto;
}

div.material-table .table-header .btn-flat {
    min-width: 36px;
    padding: 0 8px;
}

div.material-table .table-header input {
  margin: 0;
  height: auto;
}

div.material-table .table-header i {
  color: white;
  font-size: 18px;
}

.sortable { cursor: move; }

div.material-table .table-title {
  font-size: 20px;
}

div.material-table table tr td {white-space: nowrap;overflow: hidden;text-overflow: ellipsis;text-align: center;vertical-align: unset;position: relative;}
div.material-tablefs table tr td {height: 59px;padding-top: 19px;font-size: 17px;color: rgba(0, 0, 0, 0.87);border-bottom: solid 1px #DDDDDD;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;/* padding: 10px; */text-align: center;vertical-align: unset;}

div.material-table table tr {border-bottom-width: 1px;border-bottom-style: dashed;border-bottom-color: var(--kt-border-color);}

div.material-table table th {
  font-size: 12px;
  font-weight: 500;
  cursor: pointer;
  white-space: nowrap;
  padding: 0;
  outline: none !important;
  text-align: center!important;
  line-height: 50px;
  text-decoration: none;
  padding: 0px 10px;
}

.dataTables_filter label{width: 100%;margin: 0;display:none;}
.dataTables_length{
	display:none;
}
#tablouzunluk{
	background-color: var(--kt-card-bg);
	color: var(--bs-table-color);
	font-size: 16px;
	padding: 10px;
	border: none;
	outline: none;
	border-radius: 10px;
}
.page-item.disabled .page-link{
	background:none;
}

.app-sidebar-logo {
    justify-content: center;
}
.tables th, .tables tr{
	border:1px solid darkgray;
}
.form-alan{
	height:45px;
	border:1px solid var(--kt-input-border-color);
	border-color:var(--kt-input-border-color)!important;
}
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: black;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #888;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}
.dt-buttons{
	float:right;
	margin:10px 5px;
}
div.table-responsive>div.dataTables_wrapper>div.row:first-child>div[class^=col-]{
	display:none;
}

.file-upload {
  background-color:var(--kt-card-bg);
  margin: 0 auto;
  padding: 6px;
}

.file-upload-btn {
  width: 100%;
  margin: 0;
  color: #fff;
  background: #1FB264;
  border: none;
  padding: 10px;
  border-radius: 4px;
  border-bottom: 4px solid #15824B;
  transition: all .2s ease;
  outline: none;
  text-transform: uppercase;
  font-weight: 700;
}

.file-upload-btn:hover {
  background: #1AA059;
  color: #ffffff;
  transition: all .2s ease;
  cursor: pointer;
}

.file-upload-btn:active {
  border: 0;
  transition: all .2s ease;
}

.file-upload-content {
  display: none;
  text-align: center;
}

.file-upload-input {
  position: absolute;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  outline: none;
  opacity: 0;
  cursor: pointer;
}
.cke_top{
	background:white !important;
}
.cke_bottom{
	background:white !important;
}
.image-upload-wrap {
  border: 4px dashed lightgray;
  position: relative;
}

.image-dropping,
.image-upload-wrap:hover {
  border: 4px dashed gray;
}

.image-title-wrap {
  padding: 15px;
  color: #222;
  display:none;
  text-align:center;
}

.drag-text {
  text-align: center;
}

.drag-text h3 {
  font-weight: 100;
  text-transform: uppercase;
  color: darkgrey;
  padding: 60px 0;
  font-size: 21px;
}

.file-upload-image {
  max-height: 200px;
  max-width: 200px;
  margin: auto;
  padding: 20px;
}

.remove-image {
  width: 200px;
  margin: 0;
  color: #fff;
  background: #cd4535;
  border: none;
  padding: 10px;
  border-radius: 4px;
  border-bottom: 4px solid #b02818;
  transition: all .2s ease;
  outline: none;
  text-transform: uppercase;
  font-weight: 700;
}

.remove-image:hover {
  background: #c13b2a;
  color: #ffffff;
  transition: all .2s ease;
  cursor: pointer;
}

.remove-image:active {
  border: 0;
  transition: all .2s ease;
}


.input-group2 button{
	border-radius:0;
}
.file-upload2 {
  background-color: ghostwhite;
  max-width: 600px;
  margin: 0 auto;
  padding: 6px;
}

.file-upload-btn2 {
  width: 100%;
  margin: 0;
  color: #fff;
  background: #1FB264;
  border: none;
  padding: 10px;
  border-radius: 4px;
  border-bottom: 4px solid #15824B;
  transition: all .2s ease;
  outline: none;
  text-transform: uppercase;
  font-weight: 700;
}

.file-upload-btn2:hover {
  background: #1AA059;
  color: #ffffff;
  transition: all .2s ease;
  cursor: pointer;
}

.file-upload-btn2:active {
  border: 0;
  transition: all .2s ease;
}

.file-upload-content2 {
  display: none;
  text-align: center;
}

.file-upload-input2 {
  position: absolute;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  outline: none;
  opacity: 0;
  cursor: pointer;
}
.table-header .actions a{
	cursor:pointer;
}
.image-upload-wrap2 {
  border: 4px dashed lightgray;
  position: relative;
}

.image-dropping2,
.image-upload-wrap2:hover {
  border: 4px dashed gray;
}

.image-title-wrap2 {
  padding: 0 15px 15px 15px;
  color: #222;
}

.drag-text2 {
  text-align: center;
}

.drag-text2 h3 {
  font-weight: 100;
  text-transform: uppercase;
  color: darkgrey;
  padding: 60px 0;
  font-size: 21px;
}

.file-upload-image2 {
  max-height: 200px;
  max-width: 200px;
  margin: auto;
  padding: 20px;
}

.remove-image2 {
  width: 200px;
  margin: 0;
  color: #fff;
  background: #cd4535;
  border: none;
  padding: 10px;
  border-radius: 4px;
  border-bottom: 4px solid #b02818;
  transition: all .2s ease;
  outline: none;
  text-transform: uppercase;
  font-weight: 700;
}

.remove-image2:hover {
  background: #c13b2a;
  color: #ffffff;
  transition: all .2s ease;
  cursor: pointer;
}

.remove-image2:active {
  border: 0;
  transition: all .2s ease;
}




.input-group3 button{
	border-radius:0;
}
.file-upload3 {
  background-color: ghostwhite;
  max-width: 600px;
  margin: 0 auto;
  padding: 6px;
}

.file-upload-btn3 {
  width: 100%;
  margin: 0;
  color: #fff;
  background: #1FB264;
  border: none;
  padding: 10px;
  border-radius: 4px;
  border-bottom: 4px solid #15824B;
  transition: all .2s ease;
  outline: none;
  text-transform: uppercase;
  font-weight: 700;
}

.file-upload-btn3:hover {
  background: #1AA059;
  color: #ffffff;
  transition: all .2s ease;
  cursor: pointer;
}

.file-upload-btn3:active {
  border: 0;
  transition: all .2s ease;
}

.file-upload-content3 {
  display: none;
  text-align: center;
}

.file-upload-input3 {
  position: absolute;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  outline: none;
  opacity: 0;
  cursor: pointer;
}

.image-upload-wrap3 {
  border: 4px dashed lightgray;
  position: relative;
}

.image-dropping3,
.image-upload-wrap3:hover {
  border: 4px dashed gray;
}

.image-title-wrap3 {
  padding: 0 15px 15px 15px;
  color: #222;
}

.drag-text3 {
  text-align: center;
}

.drag-text3 h3 {
  font-weight: 100;
  text-transform: uppercase;
  color: darkgrey;
  padding: 60px 0;
  font-size: 21px;
}

.file-upload-image3 {
  max-height: 200px;
  max-width: 200px;
  margin: auto;
  padding: 20px;
}

.remove-image3 {
  width: 200px;
  margin: 0;
  color: #fff;
  background: #cd4535;
  border: none;
  padding: 10px;
  border-radius: 4px;
  border-bottom: 4px solid #b02818;
  transition: all .2s ease;
  outline: none;
  text-transform: uppercase;
  font-weight: 700;
}

.remove-image3:hover {
  background: #c13b2a;
  color: #ffffff;
  transition: all .2s ease;
  cursor: pointer;
}

.remove-image3:active {
  border: 0;
  transition: all .2s ease;
}



.upload-drop-zone {
  height: 200px;
  border-width: 2px;
  margin-bottom: 20px;
}

/* skin.css Style*/
.upload-drop-zone {
  color: #ccc;
  border-style: dashed;
  border-color: #ccc;
  line-height: 200px;
  text-align: center
}
.upload-drop-zone.drop {
  color: #222;
  border-color: #222;
}



.image-preview-input {
    position: relative;
    overflow: hidden;
    margin: 0px;    
    color: #333;
    background-color: #fff;
    border-color: #ccc;    
}
.image-preview-input input[type=file] {
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
	padding: 0;
	font-size: 20px;
	cursor: pointer;
	opacity: 0;
	filter: alpha(opacity=0);
}
.image-preview-input-title {
    margin-left:2px;
}
.hide{display:none !important;}
.progressbar {position:relative;border: 1px solid #ddd;padding: 1px;border-radius: 3px;text-align: center;width: 60%;margin-left: 20%;margin-top: 10px;margin-bottom: 10px;height: 30px;display:none;}
.bar {background-color: #B4F5B4;width: 0%;height: 27px;border-radius: 3px;overflow: inherit !important;}
.percent { position:absolute; display:inline-block; top:3px; left:48%; }
.progressbarv2 {
  border: 1px solid #fff;
  border-radius: 100px;
  text-align: center;
  width: 130px;
  height: 24px;
  display: none;
  background: #31363e4a;
  margin: 0;
  position: absolute;
  top: 145px;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  padding: 0;
  }
.barv2 {background-color: #64c5d8;height: 24px;width: 0;border-radius: 100px;margin-top: -1px;margin-left: -1px;overflow: inherit !important;}
.percentv2 { position:absolute; display:inline-block; top:3px; margin-top: -5px;
     text-align: center;width: 100%;color: white;text-shadow: -1px 1px 2px black;}
.inddosyaadi {  display:inline-block;  
     color: white;text-shadow: -1px 1px 2px black;width: 100%;text-align: center;overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;;font-size: 14px;}
.indirmehizi { position:absolute; display:inline-block; top: -27px; 
     width: 100%;text-align: center;color: white;left: 0;text-shadow: -1px 1px 2px black;}


.upresimalan{
	position: relative;
	/* height: 230px; */
	width: 200px;
	float: left;
}
.upresimalan .upkaldir{margin-top: -10px;padding: 5px 20px;display:none;}
.upresimalan img{

    position: relative;
    height: 200px;
    float: left;width: 200px;

}
.upresimalan i{
	position: absolute;
	top: 10px;
	right: 0px;
	color: red;
	font-size: 25px;
	font-size: 119px;cursor: pointer;
	width: 100%;height: 100%;
}
.tekliup .upresimalan{

    position: relative;
    height: max-content;
    max-height: 400px;float: left;width: 100%;

}
.tekliup img{

    position: relative;
    height: 100%;
    float: left;width: 100%;

max-width: none;max-height: 400px;}
.tekliup .barv2 {background-color: #64c5d8;height: 32px;width: 0;border-radius: 100px;margin-top: -1px;margin-left: -1px;overflow: inherit !important;}
.tekliup .percentv2 { position:absolute; display:inline-block; top: 3px; margin-top: 0px;
     text-align: center;width: 100%;color: white;text-shadow: -1px 1px 2px black;}
.tekliup .inddosyaadi {  display:inline-block;  
     color: white;text-shadow: -1px 1px 2px black;width: 100%;text-align: center;overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;;font-size: 14px;}
.tekliup .indirmehizi { position:absolute; display:inline-block; top: -27px; 
     width: 100%;text-align: center;color: white;left: 0;text-shadow: -1px 1px 2px black;}
.tekliup .progressbarv2 {border: 1px solid #fff;border-radius: 100px;text-align: center;width: 70%;height: 32px;background: #31363e4a;margin: 0;
  position: absolute;
  
  top: inherit;bottom: 80px;left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);padding: 0;}

#urunresimmulti{
	
    position: relative;
    height: 230px;
    width: 200px;
    float: left;

}
#urunresimmulti .upkaldir{margin-top: -10px;padding: 5px 20px;display:none;}
#urunresimmulti img{

    position: relative;
    height: 200px;
    float: left;width: 200px;

}
#urunresimmulti i{
	position: absolute;
	top: 18px;
	right: 24px;
	color: red;
	font-size: 25px;
	font-size: 41px;cursor: pointer;
	/* width: 100%; *//* height: 100%; */
}

.altkisim{
	float:left;
	width:100%;
}
#upstemp{
	display: block;width: 100%;float: left;margin-bottom: 50px;
}
#image-gallery .modal-footer{
  display: block;
}

.thumb{
  margin-top: 15px;
  margin-bottom: 15px;
}
#resimlink:disabled{
	background:none;
}
#resimlersilbutton{
	background: none;
    color: red;
    border: none;
    font-size: 25px;
}
.img16_9 {
  aspect-ratio: 16/9!important;
  width: 100%;
  height: inherit!important;
}
.img4_3 {
  aspect-ratio: 4/3!important;
  width: 100%;
  height: inherit!important;
}

.nav-pills .nav-item .nav-link {
  line-height: 24px;
  font-size: 12px;
  font-weight: 500;
  min-width: 100px;
  color: var(--kt-text-gray-700);
  transition: all .3s;
  border-radius: 30px;
  padding: 10px 15px;
  text-align: center;
  border-radius: 4px;
}


.nav-pills:not(.flex-column) .nav-item+.nav-item:not(:first-child) {
  margin-left: 5px;
}

.nav-pills .nav-item .nav-link.active {
  color: #fff;
  background-color: #9c27b0;
  box-shadow: 0 5px 20px 0 rgba(0,0,0,.2), 0 13px 24px -11px rgba(156,39,176,.6);
}


.nav-pills.nav-pills-info .nav-item .nav-link.active, .nav-pills.nav-pills-info .nav-item .nav-link.active:focus, .nav-pills.nav-pills-info .nav-item .nav-link.active:hover {
  background-color: #00bcd4;
  box-shadow: 0 5px 20px 0 rgba(0,0,0,.2), 0 13px 24px -11px rgba(0,188,212,.6);
  color: #fff;
}


.nav-pills.nav-pills-success .nav-item .nav-link.active, .nav-pills.nav-pills-success .nav-item .nav-link.active:focus, .nav-pills.nav-pills-success .nav-item .nav-link.active:hover {
  background-color: #4caf50;
  box-shadow: 0 5px 20px 0 rgba(0,0,0,.2), 0 13px 24px -11px rgba(76,175,80,.6);
  color: #fff;
}


.nav-pills.nav-pills-warning .nav-item .nav-link.active, .nav-pills.nav-pills-warning .nav-item .nav-link.active:focus, .nav-pills.nav-pills-warning .nav-item .nav-link.active:hover {
  background-color: #ff9800;
  box-shadow: 0 5px 20px 0 rgba(0,0,0,.2), 0 13px 24px -11px rgba(255,152,0,.6);
  color: #fff;
}


.nav-pills.nav-pills-danger .nav-item .nav-link.active, .nav-pills.nav-pills-danger .nav-item .nav-link.active:focus, .nav-pills.nav-pills-danger .nav-item .nav-link.active:hover {
  background-color: #f44336;
  box-shadow: 0 5px 20px 0 rgba(0,0,0,.2), 0 13px 24px -11px rgba(244,67,54,.6);
  color: #fff;
}

.nav-pills.nav-pills-rose .nav-item .nav-link.active, .nav-pills.nav-pills-rose .nav-item .nav-link.active:focus, .nav-pills.nav-pills-rose .nav-item .nav-link.active:hover {
  background-color: #e91e63;
  box-shadow: 0 5px 20px 0 rgba(0,0,0,.2), 0 13px 24px -11px rgba(233,30,99,.6);
  color: #fff;
}

.nav-pills .nav-item .nav-link:not(.active):hover {
  background-color: rgba(200,200,200,.2);
}

.nav-pills .nav-item i {
  display: block;
  font-size: 30px;
  padding: 15px 0;
}


.nav-pills.flex-column .nav-item+.nav-item {
  margin-top: 5px;
}

.tab-pane{
  font-weight: 300;
}
.tab-space {
  padding: 20px 0 50px;
  font-weight: 300;
}
.modal-backdrop{
  z-index: 0;
}
.allcenter {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
thead input {
  color: var(--kt-input-color);
  background-color: var(--kt-input-bg);
  border: 1px solid var(--kt-input-border-color);
  box-shadow: none !important;
  width: 100%;
  padding: 3px;
  box-sizing: border-box;
  border: none;
  height: 50px;
  outline: 0;
  text-align: center;
}
thead input::placeholder {
  text-align: center;
}

thead input::-webkit-input-placeholder {
  text-align: center;
}

thead input:-moz-placeholder {
  text-align: center;
}

thead input::-moz-placeholder {
  text-align: center;
}

thead input:-ms-input-placeholder {
  text-align: center;
}
div.dataTables_wrapper div.dataTables_info{
  padding: 0;
  padding-top: 1.8em;
  padding-left: 1.5em;
}
div.dataTables_wrapper div.dataTables_paginate{
  padding: 1rem 0;
  padding-right: 1.5rem;
}