#sortable > .move-item {
    cursor:move;
    -webkit-user-select: none; 
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; 
    
}
#sortable > .move-item > label {
    cursor:move;
}
#sortable > .move-item > label > i{
    margin-right:10px;
}
.dropdown-menu.show {
    top: calc(100% + 10px) !important;
}
.foto-goster {
    display:none;
    margin-top:2rem;
}
.foto-goster.ready {
    display:block;
}
.foto-onizleme {
    display:flex;
    flex-direction:column;
}
.foto-onizleme label {
    display:flex;
    align-items:center;
    margin-bottom:20px;
    cursor:pointer;
    margin-top:5px;
}
.foto-onizleme input{
    width:20px;
    height:20px;
    margin-right:10px;
}
.foto-onizleme > img{
    width:200px;
    
}
.secenekler {
    display:flex;
}
.secenekler > label{
    margin-right:2rem;
    display:flex;
    align-items:center;
    cursor:pointer;
}
.secenekler > label > input {
    margin-right:10px;
    width:15px;
    height:15px;
}
.yeniurun.gizle {
    display:none;
}
.siteden.gizle {
    display:none;
}
ul.izinler {
    width:100%;
    margin-left:0;
    padding-left:0;
}
ul.izinler > li {
    list-style-type:none;
    display:flex;
    margin-bottom:1rem;
    border-bottom:1px solid #dadada;
    padding:.6rem 0;
}
ul.izinler > li input[type=checkbox]{
    width:20px;
    height:20px;
}
ul.izinler >li > .name {
    width:30%;
}
ul.izinler >li > .goruntule {
    width:20%;
}
ul.izinler >li > .ekle {
    width:20%;
}
ul.izinler >li > .duzenle {
    width:20%;
}
ul.izinler >li > .sil {
    width:20%;
}

.izin-top {
    display:flex;
    justify-content:space-between;
    margin-bottom:10px;
}

.gorsel, .metin, .youtube, .videoupload {
    display:none;
}
.gorsel.active, .metin.active, .youtube.active, .videoupload.active {
    display:block;
}
.tur-group {
    display:flex;
}
.tur-group label {
    margin-right:1rem;
    cursor:pointer;
    display:flex;
    align-items:center;
}
.tur-group label input {
    width:20px;
    height:20px;
    margin-right:.5rem;
}

.linkvarmi {
    display:flex;
    align-items:center;
    cursor:pointer;
}
.linkvarmi input {
    width:20px;
    height:20px;
    margin-right:5px;
}
.dashboard-son-siparis > tbody > tr:nth-child(n+6){
    display:none;
}
#dataTableDashboard .sorting_desc:before, #dataTableDashboard .sorting_desc:after {
    display:none;
}
#dataTableSon .sorting_desc:before, #dataTableSon .sorting_desc:after {
    display:none;
}
ul.blok-listesi {
    display:flex;
    flex-wrap:wrap;
}
ul.blok-listesi > li {
    list-style-type:none;
    border:1px solid #dadada;
    padding:10px;
    margin-right:10px;
    margin-bottom:10px;
    display:flex;
    flex-direction:column;
    align-items:center;
    width:calc((100% - 40px)/5);
    padding-bottom:40px;
    position:relative;
}
ul.blok-listesi > li:nth-child(5n+5) {
    margin-right:0;
}
ul.blok-listesi > li > .sira {
    font-weight:600;
    margin-bottom:5px;
}
ul.blok-listesi > li > .icerik{
    max-height:180px;
    overflow:hidden;
}
ul.blok-listesi > li > .islem {
    margin-top:10px;
    position:absolute;
    bottom:5px;
}
ul.blok-listesi > li > .islem a:first-child{
    margin-right:5px;
}
.move-item select {
    border:1px solid #dadada;
}
@media only screen and (min-width:601px) and (max-width:900px) {
ul.blok-listesi > li {
    width:calc((100% - 20px)/3);

}
ul.blok-listesi > li:nth-child(5n+5) {
    margin-right:10px;
}
ul.blok-listesi > li:nth-child(3n+3) {
    margin-right:0;
}
}
  
.yeni-urun-alanlar {
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background-color:#fff;
    z-index:9999;
}
.yeni-urun-alanlar > form {
    top:100px;
    position:absolute;
    padding:2rem;
    border:1px solid #dadada;
    width:90%;
    background-color:#fff;
    left:50%;
    transform:translateX(-50%);
    
}
.hide {
    display:none;
}
ul.dil-duzenle {
    margin:0;
    padding:0;
}
ul.dil-duzenle > li {
    list-style-type:none;
    display:flex;
}
ul.dil-duzenle > li:not(:last-child) {
    margin-bottom:1rem;
}
ul.dil-duzenle > li > .key {
    width:40%;
    margin-right:1rem;
}
ul.dil-duzenle > li > .value {
    width:60%;
}


.pass-collapse {
	position:relative;
	display:flex;
	align-items:center;	
	
	}
.pass-collapse input[name=password]{
	width:250px;
	}	
.pass-info {
	position:absolute;
	padding:1rem 2rem;
	border-radius:5px;
	background-color:#f2f2f2;
	top:0;
	left:318px;
	opacity:0;
	visibility:hidden;
	font-family:Calibri;
	z-index:9;
	width:250px;
	display:none;
	}
.pass-info:before {
    content:'';
    position:absolute;
    left:-10px;
    width:0;
    height:0;
    border:5px solid transparent;
    border-right-color:#dadada;
}	
.pass-info.show {
	opacity:1;
	visibility:visible;
	display:block;
	}	
.pass-info ul {
    margin-bottom:0;
}	
.pass-info ul > li {
	position:relative;	
	list-style-type:none;
	}
.pass-info ul > li.invalid:before {
	content:'✖';
	position:absolute;
	left:-20px;
	top:-2px;
	color:red;
	}
.pass-info ul > li.valid:before {
	content:'✓';
	position:absolute;
	left:-20px;
	top:-2px;	
	color:green;
	}	
.pass-view {
    height: 34px;
    position: absolute;
    right: 2px;
    top: 1px;
    cursor: pointer;
    font-family: Calibri;
    display: flex;
    align-items: center;
    text-align: right;
    padding-right: 7px;
    background-color: #fff;
    border-radius: 0.25rem;
}	
@media only screen and (max-width:600px){
ul.blok-listesi > li {
        width:100%;
}
ul.blok-listesi > li:nth-child(5n+5) {
    margin-right:0;
}
.pass-collapse {
    width:100%;
}
.pass-collapse input[name=password] {
    width: 100%;
}
.pass-info {
    top: 48px;
    left: 0;
}    
.pass-info:before {
    top: -10px;
    left: 100px;
    transform: rotate(90deg);
}
.izin-top {
    flex-direction:column;
}
}  
.ulkesec, .bolgesec {
    display:none;
}
.ulkesec.active, .bolgesec.active {
    display:flex;
}
.form-odeme {
    padding:30px;
    background-color:#fbfbfb;
    border-radius:5px;
    border:1px solid #dadada;
}
ul.odeme-turleri {
    list-style-type:none;
    width:100%;
    margin:0;
    padding:0;
}
ul.odeme-turleri > li {
    display:flex;
    align-items:flex-end;
    justify-content:space-between;
    padding-top:20px;
    padding-bottom:20px;
    width:100%;
    border-bottom:1px solid #dadada;
}
ul.odeme-turleri > li > div {
    margin-right:20px;
}
ul.odeme-turleri > li > div.adi {
    width:200px;
    font-weight:600;
    text-transform:uppercase;
}
.ulkesec {
    flex-wrap: nowrap;
}
.ulkesec .select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #ced4da;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    height: 36px;
}

@media only screen and (max-width:600px){ 
    ul.odeme-turleri > li {
        flex-wrap:wrap;
    }
     ul.odeme-turleri > li > div {
         width:100%;
         margin-bottom:8px;
     }
}
.container-found {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #333;
}

.not-found-image {
    max-width: 100%;
    height: auto;
    margin-bottom: 20px;
}

.not-found-title {
    font-size: 1.8rem;
    margin: 10px 0;
    word-wrap: break-word;
}

.not-found-description {
    font-size: 1.2rem;
    margin: 10px 0;
    color: #666;
    word-wrap: break-word;
}
/* Mobil cihazlar için (600px ve daha küçük ekranlar) */
@media (max-width: 600px) {
    .not-found-title {
        font-size: 1.5rem;
    }

    .not-found-description {
        font-size: 1rem;
    }
}

/* Tablet cihazlar için (600px - 900px arası ekranlar) */
@media (min-width: 601px) and (max-width: 900px) {
    .not-found-title {
        font-size: 1.6rem;
    }

    .not-found-description {
        font-size: 1.1rem;
    }
