.cc_test td {
	font-weight: bold;
	padding: .25rem 1.25rem;
	font-size: 1.2rem;
}

.cc_test th {
	font-weight: bold;
	padding: .25rem 1.25rem;
	font-size: 1.5rem;
}

.line-height-xxs {
	line-height: 1.0;
}

.table-xxs th,
.table-xxs td {
	padding: 0.25rem .75rem;
}

.section_to_print {
	display: none;
}

.cc-border-6 {
	border: 6px solid;
	border-color: #03a9f4;
}
/*
.dataTable tbody>tr.selected, .dataTable tbody>tr>.selected {
	color: #fff;
	background-color: #2196f3!important;
}
*/
.dataTable .selected>td, .dataTable .selected>th {
	color: #fff;
	background-color: #2196f3!important;
}

.datatable-scroll {
	width: 100%;
	overflow-x: auto;
}

[data-action=plus]:after {
	content: "\e9b8";
}

[data-action=edit]:after {
	content: "\e90e";
}

select[readonly].select2-hidden-accessible + .select2-container {
	pointer-events: none;
	touch-action: none;
}

select[readonly].select2-hidden-accessible + .select2-container .select2-selection {
	background: #eee;
	box-shadow: none;
}

select[readonly].select2-hidden-accessible + .select2-container .select2-selection__arrow,
select[readonly].select2-hidden-accessible + .select2-container .select2-selection__clear {
	display: none;
}

.btn-group-ssm>.btn, .btn-ssm {
    padding: 0.3rem 0.75rem;
    font-size: .75rem;
    line-height: 1;
    border-radius: 0.125rem;
}

body.dt-print-view th, td {
	padding: 0.05rem 0.05rem;
}

.navbar-brand img {
	height: 1.1rem;
}

.navbar-brand {
	padding-top: 0.8rem;
	padding-bottom: 0.8rem;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

/* Firefox */
input[type=number] {
	-moz-appearance: textfield;
}

/*
@media print {
	body * {
		display: none;
	}
	
	.section_to_print, .section_to_print * {
		display: block;
	}
	
	.section_to_print {
		width: 100%;
		display: block;
		position: absolute;
		left: 0;
		top: 0;
	}
	
	::-webkit-scrollbar {
		display: none;
	}
}
*/
/* ben kapattim (cemc), ana sayfada mobil ekranda, kalp in asagida gorunmesine neden oluyordu . cem abi(cemç) açtım . bu kod sipariş toplama ekranının mobil görüntüsünün daha güzel olmasını sağlıyor. Kalp işine bakacağım.
*/
.buttons-on-mobile {
    display: none; 
}

@media (max-width: 768px) {
    .buttons-on-mobile {
        display: flex; 
        gap: 25px; 
        justify-content: flex-start; 
		flex-wrap: wrap;
    }
    
    .hide-on-mobile {
        display: none;
    }
}
@media (max-width: 768px) {
	.card-header {
	  display: flex;
	  flex-direction: column;
	  align-items: flex-start;
	}
  
	.card-header h6 {
	  width: 100%;
	  margin-bottom: 10px;
	}
  
	.header-elements {
	  width: 100%;
	  display: flex;
	  justify-content: flex-start;
	}
  
	.header-elements .list-icons {
	  display: flex;
	  gap: 10px;
	  justify-content: flex-start;
	}
  }