::-webkit-scrollbar {width: 4px;height: 4px;}
::-webkit-scrollbar-track {background: #f1f1f1;}
::-webkit-scrollbar-thumb {background-color: #888;border-radius: 10px;}
::-webkit-scrollbar-thumb:hover {background: #555;}
html, div {scrollbar-width: thin;scrollbar-color: #929cac #f1f1f1;}/* Firefox (Gecko) */

.__emd.__indexx0 .ui_menu_kapali:not(.ui_menu_sabit){
	top:-50px!important;
}


body.__emd_masaduzeni header,
body.__emd_masaduzeni footer,
body.__emd_masaduzeni .emdsalonmasaduzeni,
body.__emd_masaduzeni ._ls-2,
body.__emd_masaduzeni .pageloader,
body.__emd_masaduzeni .infraloader {
	display: none!important;
}

/*emd_goster*/
body.__emd_egoster header,
body.__emd_egoster footer,
body.__emd_egoster .pageloader,
body.__emd_egoster .infraloader {
	display: none!important;
}

body.__emd_egoster {
	background: #f6f3ee;
	color: #202124;
}

body.__emd_egoster .emd-egoster-page {
	min-height: 100vh;
	background: #f6f3ee;
}

body.__emd_egoster .emd-egoster-hero {
	position: relative;
	display: flex;
	align-items: flex-end;
	min-height: 74vh;
	padding: 90px 6vw 72px;
	background:
		linear-gradient(135deg, #14332f 0%, #2f423e 46%, #53322b 100%);
	background-size: cover;
	background-position: center;
	overflow: hidden;
}

body.__emd_egoster .emd-egoster-hero.has-image {
	background-size: cover;
	background-position: center;
}

body.__emd_egoster .emd-egoster-hero-overlay {
	position: absolute;
	inset: 0;
	background:
		linear-gradient(90deg, rgba(16, 24, 22, .88) 0%, rgba(16, 24, 22, .64) 42%, rgba(16, 24, 22, .24) 100%),
		linear-gradient(0deg, rgba(0, 0, 0, .46) 0%, rgba(0, 0, 0, .08) 55%);
}

body.__emd_egoster .emd-egoster-hero-inner {
	position: relative;
	z-index: 1;
	width: min(920px, 100%);
	color: #fff;
}

body.__emd_egoster .emd-egoster-kicker {
	display: inline-flex;
	align-items: center;
	min-height: 30px;
	padding: 6px 11px;
	margin-bottom: 18px;
	border: 1px solid rgba(255, 255, 255, .4);
	background: rgba(255, 255, 255, .12);
	font-size: 13px;
	font-weight: 700;
	text-transform: uppercase;
}

body.__emd_egoster .emd-egoster-hero h1 {
	max-width: 900px;
	margin: 0 0 20px;
	color: #fff;
	font-size: clamp(38px, 6vw, 76px);
	line-height: 1;
	font-weight: 800;
	letter-spacing: 0;
}

body.__emd_egoster .emd-egoster-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-bottom: 20px;
}

body.__emd_egoster .emd-egoster-meta span {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	min-height: 36px;
	padding: 8px 12px;
	background: rgba(255, 255, 255, .14);
	border: 1px solid rgba(255, 255, 255, .24);
	color: #fff;
	font-size: 15px;
}

body.__emd_egoster .emd-egoster-summary {
	max-width: 760px;
	margin: 0 0 28px;
	color: rgba(255, 255, 255, .88);
	font-size: 19px;
	line-height: 1.55;
}

body.__emd_egoster .emd-egoster-actions {
	display: flex;
	align-items: center;
	gap: 12px;
}

body.__emd_egoster .emd-egoster-cta,
body.__emd_egoster .emd-egoster-form .button {
	min-height: 48px;
	padding-inline: 24px;
	border-radius: 4px;
	font-weight: 800;
}

body.__emd_egoster .emd-egoster-form {
	display: flex;
	gap: 10px;
	width: min(560px, 100%);
}

body.__emd_egoster .emd-egoster-form .input {
	min-height: 48px;
	border-radius: 4px;
	border-color: transparent;
}

body.__emd_egoster .emd-egoster-private-note {
	display: inline-flex;
	max-width: 520px;
	padding: 14px 16px;
	background: rgba(255, 255, 255, .14);
	border: 1px solid rgba(255, 255, 255, .24);
	color: #fff;
	line-height: 1.45;
}

body.__emd_egoster .emd-egoster-content-wrap {
	width: min(1120px, calc(100% - 32px));
	margin: -42px auto 0;
	padding-bottom: 64px;
	position: relative;
	z-index: 2;
}

body.__emd_egoster .emd-egoster-section {
	margin-bottom: 24px;
	padding: 32px;
	background: #fff;
	border: 1px solid #e7e0d5;
	border-radius: 8px;
	box-shadow: 0 18px 45px rgba(35, 31, 25, .08);
}

body.__emd_egoster .emd-egoster-content {
	font-size: 17px;
	line-height: 1.7;
}

body.__emd_egoster .emd-egoster-content img {
	max-width: 100%;
	height: auto;
}

body.__emd_egoster .emd-egoster-gallery h2 {
	margin: 0 0 20px;
	font-size: 24px;
	font-weight: 800;
	letter-spacing: 0;
}

body.__emd_egoster .emd-egoster-gallery img {
	max-width: 100%;
	height: auto;
	border-radius: 6px;
}

body.__emd_egoster .emd-egoster-gallery .galeri {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

@media (max-width: 760px) {
	body.__emd_egoster .emd-egoster-hero {
		min-height: 68vh;
		padding: 72px 20px 54px;
	}

	body.__emd_egoster .emd-egoster-meta {
		display: grid;
		grid-template-columns: 1fr;
	}

	body.__emd_egoster .emd-egoster-summary {
		font-size: 16px;
	}

	body.__emd_egoster .emd-egoster-actions,
	body.__emd_egoster .emd-egoster-form {
		align-items: stretch;
		flex-direction: column;
	}

	body.__emd_egoster .emd-egoster-cta,
	body.__emd_egoster .emd-egoster-form .button {
		width: 100%;
	}

	body.__emd_egoster .emd-egoster-content-wrap {
		width: calc(100% - 20px);
		margin-top: -24px;
	}

	body.__emd_egoster .emd-egoster-section {
		padding: 22px;
		border-radius: 6px;
	}
}
/*emd_goster sonu*/


body.__emd_masaduzeni .ws_sidebar {
	left: -400px;
}

body.__emd_masaduzeni .main-content {
	margin-left: 0;
}

.__emd_masaduzeni .bilesen_buis_islem_adi {
	display: none;
}

/* etkinlik kroki ekle*/
.kroki_ekle{
	border:4px solid #ddd;
	margin-top:8px;
	margin-bottom:12px;
	cursor:pointer;
}
.kroki_border2{
	border:4px solid #e74949;
}
.kroki_burada::after {
    content: ' ✓';
    position: absolute;
    top: 48px;
    right: 18px;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    z-index: 2;
    background: #d752f5;
    text-align: center;
    line-height: 20px;
    font-weight: 700;
    color: #ffffff;
    outline: 2px solid #fff;
}

.kroki_img_link {
	position: absolute;
	top: 10px;
	right: 5px;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	z-index: 2;
}
/* etkinlik kroki ekle sonu*/
/* masa düzeni */

.md_bilgi {
	position: absolute;
	width: auto;
	min-width: 200px;
	max-width: calc(100vw - 400px);
	top: 0px;
	left: 60px;
	height: 30px;
	background: #393434;
	text-align: right;
	padding: 2px 20px;
	z-index: 9;
	transition: all 0.2s ease;
}
.md_bilgi:hover {
	background: #000000;
	opacity: 1!important;
}
.md_bilgi_toplam_masa_sayisi, .md_bilgi_toplam_sandalye_sayisi, .md_bilgi_dolu_sandalye_sayisi, .md_bilgi_bos_sandalye_sayisi, .md_bilgi_limit_bilgi {
	display: inline-block;
	font-family: monospace, cursive;
	font-size: 12px;
	margin-left: 20px;
	color: #fff;
}
.md_bilgi_toplam_masa_sayisi span, 
.md_bilgi_toplam_sandalye_sayisi span, 
.md_bilgi_dolu_sandalye_sayisi span,
.md_bilgi_bos_sandalye_sayisi span,
.md_bilgi_limit_bilgi span {
	color: #00a2ff;
}
.md_bilgi_kapat {
	position: absolute;
	top: 2px;
	left: 2px;
	width: 20px;
	height: 20px;
	color: #acacac;
	cursor: pointer;
	font-family: monospace;
}


.md_kroki_edit {
	width: 100%;
	height: 100%;
	min-width: 100vw;
	min-height: 100vh;
	overflow-y: scroll;
	position: relative;
}

.md_kroki_edit.kroki_pan_aktif {
	overflow: auto;
	touch-action: pan-x pan-y;
	-webkit-overflow-scrolling: touch;
	overscroll-behavior: contain;
}

.md_kroki {
	position: absolute;
	cursor: grab;
}

.md_kroki_edit.kroki_pan_aktif .md_kroki {
	touch-action: pan-x pan-y;
}

.md_kroki_img {
	width: 100%;
	height: 100%;
	pointer-events: none;
}

.md_fab_btn {
    position: fixed;
    top: 60px;
    right: 10px;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: #0078d7;
    color: #fff;
    border: none;
    box-shadow: 0 4px 12px rgba(0,0,0,0.3);
    font-size: 16px;
    cursor: pointer;
    z-index: 9998;
    transition: transform 0.2s, background 0.2s;
    display: flex;
    align-items: center;
    justify-content: center;
    outline: none;
}
.md_fab_btn:hover {
	background: #18a4f9;
	transform: scale(1.05);
}

.zen_floating_panel {
    position: fixed;
    top: 54px;
    right: 4px;
    width: 320px;
	max-width: calc(100vw - 8px);
    max-height: calc(100vh - 100px);
    padding: 15px;
    z-index: 999999;
	box-sizing: border-box;
    background: #fdfdfd;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.2);
    border: 1px solid #eaeaea;
    transform: translateX(150%);
    opacity: 0;
    transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0.3s;
    display: flex;
    flex-direction: column;
    pointer-events: none;
}

.emd_floating_kaydet {
    position: fixed;
    top: 4px;
    right: 10px;
    z-index: 9998;
    min-width: 40px;
    height: 34px;
    padding: 0 2px;
    border: 1px solid #cfd6dc;
    border-radius: 8px;
    background: #eef1f3;
    color: #7b8790;
    box-shadow: 0 3px 10px rgba(0,0,0,0.12);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    font-size: 21px;
    font-weight: 700;
    opacity: 0.68;
    transition: background 0.2s, color 0.2s, opacity 0.2s, transform 0.2s, box-shadow 0.2s;
}

.emd_floating_kaydet:hover {
	opacity: 0.9;
	transform: translateY(-1px);
}

.emd_floating_kaydet.kayit-bekliyor {
	background: #e62965;
	border-color: #d61a55;
	color: #fff;
	opacity: 1;
	box-shadow: 0 5px 14px rgba(230,41,101,0.35);
	animation: emd_kaydet_pulse 10s ease-in-out infinite;
}

.emd_floating_kaydet.kayit-bekliyor:hover {
	animation: none;
}

.emd_floating_kaydet.kayit-bekliyor.animasyon-kapali {
	animation: none;
}

.emd_floating_kaydet.penone {
	pointer-events: none;
	opacity: 0.55;
}
.emd_floating_kaydet span{
		display: none;
}

@keyframes emd_kaydet_pulse {
	0%, 3%, 9%, 48%, 58%, 100% {
		transform: translateX(0) translateY(0) rotate(0deg) scale(1);
		box-shadow: 0 5px 14px rgba(230,41,101,0.35);
	}
	4%, 8% {
		transform: translateX(-1px) translateY(0) rotate(0deg) scale(1.02);
		box-shadow: 0 6px 18px rgba(230,41,101,0.48);
	}
	6% {
		transform: translateX(1px) translateY(0) rotate(0deg) scale(1.02);
		box-shadow: 0 6px 18px rgba(230,41,101,0.48);
	}
	51% {
		transform: translateX(0) translateY(-3px) rotate(-0.5deg) scale(1.02);
		box-shadow: 0 8px 20px rgba(230,41,101,0.46);
	}
	55% {
		transform: translateX(0) translateY(-3px) rotate(0.5deg) scale(1.02);
		box-shadow: 0 8px 20px rgba(230,41,101,0.46);
	}
}

@media (max-width: 720px) {
	.emd_floating_kaydet {
		width: auto;
	}
	.emd_floating_kaydet span{
		display: none;
	}
}

.zen_floating_panel.open {
	transform: translateX(0);
	opacity: 1;
	pointer-events: auto;
}

.zen_toolbar {
	display: flex;
	gap: 8px;
	justify-content: space-between;
	padding-bottom: 12px;
	margin-bottom: 12px;
	border-bottom: 1px solid #e0e0e0;
	flex-wrap: wrap;
}

.zen_toolbar > a {
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	width: 32px;
	height: 32px;
	cursor: pointer;
	font-size: 14px;
	border-radius: 6px;
	transition: all 0.2s ease;
	background: #888;
}

.zen_toolbar .edit_panel_ac_kapat { background: #e74c3c; position: static; writing-mode: horizontal-tb; text-orientation: mixed; width: 32px; padding: 0;}
.zen_toolbar .edit_panel_ac_kapat:hover { background: #c0392b; color:#fff; text-decoration:none; }

.zen_toolbar .drag_kilitle_ac { background: #f39c12; position: static; width: 32px; padding: 0;}
.zen_toolbar .drag_kilitle_ac:hover { background: #e67e22; color: #fff; }

.zen_toolbar .zen_panel_tasi { background: #596b7a; position: static; width: 32px; padding: 0; cursor: grab;}
.zen_toolbar .zen_panel_tasi:hover { background: #405160; color: #fff; }
.zen_toolbar .zen_panel_tasi:active { cursor: grabbing; }

.zen_toolbar .md_edit_ac_kapat { background: #3498db; position: static; width: 32px; padding: 0;}
.zen_toolbar .md_edit_ac_kapat:hover { background: #2980b9; }

.zen_toolbar .edit_panel_masalari_kaydet { background: #27ae60; position: static; writing-mode: horizontal-tb; text-orientation: mixed; width: 32px; padding: 0; box-shadow:none;}
.zen_toolbar .edit_panel_masalari_kaydet:hover { background: #2ecc71; color: #fff; text-decoration:none; box-shadow:none;}

.zen_toolbar .md_edit_geri { background: #95a5a6; position: static; width: 32px; height:32px; padding: 0; border-radius:6px; font-weight:normal;}
.zen_toolbar .md_edit_geri:hover { background: #7f8c8d; color: #fff; text-decoration:none;}


.ui_icon_ .ui-icon-gripsmall-diagonal-se {
	background-position: -80px -224px;
}

.md_edit_masa_tipi .ui-resizable-se {
	position: absolute !important;
	right: -5px !important;
	bottom: -5px !important;
	left: auto !important;
	top: auto !important;
	width: 16px;
	height: 16px;
	cursor: se-resize;
}

[data-bgimg] > img {width:40px;height:20px;}

/* md edit masa düzenleme */
.controls {
	margin-bottom: 20px;
}

.masa_numara_edit_input {
	border:1px solid #ddd;
	width: 30px;
	min-width: 30px!important;
	padding: 2px 4px;
	line-height:20px;
	display: inline-block;
	margin-left: 2px;
}
.masa_tipleri_reset{
	cursor: pointer;
}
.md_edit_masa_tipi_container{
	height: auto;
	padding-bottom: 20px;
}
.md_edit_masa_tipi{
	position: relative;
	width: 48px;
	height: 48px;
	background-color: #00a2ff;
	background-image: none; /* test : https://png.pngtree.com/element_our/20190530/ourmid/pngtree-correct-icon-image_1267804.jpg */
	background-size: contain;
	border-radius: 0;
	border: 2px solid #222;
	transition: all 0.3s ease;
}
/* md edit masa düzenleme sonu */

/* ön tanımlı masalar */

.md_edit_tanimli_masalar_c {
	padding : 4px 0 0 0;
	overflow: auto;
}
.md_edit_on_tanimli_masa_c {
	position: relative;
	display: inline-block;
	margin: 4px 2px 2px 2px;
	border: 1px solid transparent;
	padding: 2px 2px 2px 2px;
}

.md_edit_on_tanimli_masa_c:hover {
	border: 1px solid #444;
	background: #fff;
}

.on_tanimli_masa {
    position: relative;
    border: 1px solid #4d4d4d;
	background-size: contain;
}
.on_tanimli_masa:hover {
	cursor: grab;
}

.masa_numarasi {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: .8rem;
	color: #000;
	background-color:#fff8;
	padding:0px 4px;
	font-weight: bold;
	z-index:2;
	pointer-events: none;
  }

.md_edit_tanimli_masalar_seperator {
    clear: both;
    display: block;
    height: 1px;
    width: 100%;
    background-color: #ddd;
}
.md_edit_salon_masa_kisi_sayisi {
    position: absolute;
    top: 40%;
    left: 40%;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    transform: translate(-50%, -50%);
	pointer-events: none;
}

.md_edit_salon_masa_kisi_sayisi::after {
	content: ' ';
	background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAQCAYAAAAmlE46AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAAK8AAACvABQqw0mAAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNAay06AAAAGjSURBVCiRndPPS9RRFAXwz/vOjIwzY4sSmo22LYIQosiCcJEa9GNXEbQpCFroKpoWIYRQIIib/oGgFkFE0fJbWIsMWwguc9VCISSiGBs1R7/fNjMx4rjxru479xzO4d33Qpqm9lIRXCnNbQMvXH1f6Lobx6V78dtiJe5onTW5Ebz8c3yb8OOhZDzJGEyDSxhrnTW5UdscwUDL6dyuUdvU55Z+uh0h2w5MMsaiLRHqW7n0UdtQrbdarMQljOar4Xm1nJaQ2bccqutd6XVJ+qQ2Oby6m+MDVGrdqsNTFpJIZnrEQGbDY9moEw93OBYrcS++oIxn0aavqCdZx3ADixt5p+vjQ0vbHUPol6ZlbOJUkpVv9CexmUZ6jnwIJ7D033H/SFz8W/AOJWyhD4tI0Yv5JCtXXvDzYC6cn30xuBZB56+oW9DfEM2ghp6GaAWforrk+2FnvxXCARp7zK1Z7qgZTYM+XMRrVPEbb3BZ5Gh+xZ2OdT92rKNwPz4TUk+Rw6sGfA0rgpu1iaHZJrf5yAOsTgzN4DbmMYkpzOFWU9Tkhr1+q39LaY//oCxqQAAAAABJRU5ErkJggg==');
	background-repeat: no-repeat;
	width: 20px;
	height: 14px;
	display: inline-block;	
	filter: brightness(5000%) contrast(100%) saturate(0);
	scale: 0.8;
}

.md_edit_salon_masa_ekle, .md_edit_masa_sil{
	position: absolute;
	z-index: 9;
	width: 16px;
	height: 16px;
	font-size: 11px;
	line-height: 11px;
	padding: 2px;
	border-radius:2px;
	text-align: center;
	cursor: pointer;
	top: -8px;
	color: #fff;
	visibility: hidden;
}

.md_edit_salon_masa_ekle {
	left: 2px;
	background-color: #2589a8;
}
.md_edit_masa_sil{
	right: 2px;
	background-color: #df4c4c;
}

.md_edit_salon_masa_ekle:hover, .md_edit_masa_sil:hover{
	color: #fff;
}

.md_edit_on_tanimli_masa_c:hover > .md_edit_salon_masa_ekle,
.md_edit_on_tanimli_masa_c:hover > .md_edit_masa_sil {
    visibility: visible;
}

.s_masa{
	position: absolute;
	z-index:99;
	outline : 0px;
}
.masa_rotate_layer {
	position: absolute;
	inset: 0;
	z-index: 1;
	border: 1px solid #4d4d4d;
	background-size: contain;
	transform-origin: center center;
}
.s_masa.masa_hover,
.s_masa.controls_open {
	z-index: 200;
}
.s_masa:hover{
	outline: 20px solid #ffee001e;
}

.s_masa.secili_masa {
	box-shadow: 0 0 0 4px rgba(0, 207, 255, 0.52);
}

.masa_controls_toggle {
	position: absolute;
	top: -40px;
	right: -24px;
	z-index: 999999;
	width: 28px;
	height: 28px;
	padding: 4px;
	border: 1px solid #ddd;
	background: #fff;
	color: #000;
	font-size: 14px;
	font-weight: 700;
	line-height: 16px;
	cursor: pointer;
	display: none;
}

.s_masa.masa_hover > .masa_controls_toggle,
.s_masa.controls_open > .masa_controls_toggle,
.masa_controls_toggle:hover {
	display: block;
}

.table-controls {
    display: none;
    position: absolute;
    top: -40px;
    left: calc(100% + 25px);
    z-index: 99999;
    white-space: nowrap;
    padding: 0px 0px 4px 4px;
    background: #ffffff;
    border: 1px solid #ddd;
}

.table-controls-row {
	display: flex;
	align-items: center;
	gap: 2px;
	white-space: nowrap;
}

.table-controls-rotate-row {
	margin-top: 3px;
	padding-top: 3px;
	border-top: 1px solid #eee;
}

.s_masa.controls_open > .table-controls {
	display: block!important;
}

.s_masa.masa_kapali {
	filter: grayscale(0.8);
}

.masa_kapali_rozet {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 4;
	background: #111;
	color: #fff;
	font-size: 10px;
	line-height: 12px;
	padding: 3px 6px;
	pointer-events: none;
	white-space: nowrap;
}

.table-controls a {
    background-color: #fff;
    border-right: 1px solid #eee;
    padding: 4px;
    cursor: pointer;
    font-size: 14px;
    color: #aa50b9;
}
.table-controls a.btn-rotate-reset {
	color: #6c43a1;
}

.table-controls a:hover {
	background-color: #f0f0f0;
}
.table-controls-spacer{
	width: 2px;
	height: 20px;
	pointer-events: none;
	display: inline-block;
}
/* ön tanımlı masalar sonu */

.md_kroki_edit.masa_duzenleme_kapali .btn-duplicate,
.md_kroki_edit.masa_duzenleme_kapali .btn-remove,
.md_kroki_edit.masa_duzenleme_kapali .btn-rotate-left,
.md_kroki_edit.masa_duzenleme_kapali .btn-rotate-right,
.md_kroki_edit.masa_duzenleme_kapali .btn-rotate-reset,
.md_kroki_edit.masa_duzenleme_kapali .masa_numara_edit_input,
.md_kroki_edit.masa_duzenleme_kapali .table-controls-spacer,
.md_kroki_edit.masa_duzenleme_kapali .md_edit_salon_masa_ekle {
	display: none!important;
}
.md_kroki_edit.masa_duzenleme_kapali .on_tanimli_masa {
	cursor: default;
	opacity: .55;
}

.emd_screenshot_mode .table-controls,
.emd_screenshot_mode .masa_controls_toggle,
.emd_screenshot_mode .lock-overlay {
	display: none!important;
}

.masa_sandalye_sayisi_text {
    position: absolute;
    top: -58px;
    left: calc(100% - 4px);
    font-size: 10px;
    line-height: 10px;
    color: #000;
    background-color: #ffffff;
    text-align: center;
    white-space: nowrap;
    padding: 2px 4px;
    display: none;
    border: 1px solid #ddd;
}

.masa_sandalye_sayisi_text span{
	font-size:12px;
}
.s_masa:hover .masa_sandalye_sayisi_text{
	display:inline-block;
}


.lock-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    pointer-events: none;
    z-index: 5;
}

.lock-overlay .fa-lock {
    font-size: 12px;
    color: #000;
	pointer-events: auto;
	transform: translateY(-15px);
}

.s_masa.locked {
    pointer-events: none;
    opacity: 0.5;
}

.s_masa.locked .btn-lock {
    pointer-events: auto;
}



.msandalye {
	position: absolute;
	width: 16px;
	height: 16px;
	z-index:99;
	background-repeat: no-repeat;
	cursor: pointer;
}
.msandalye:hover, .msandalye:focus, .msandalye.sb_burada{
	filter: saturate(5) brightness(120%);
}

.msandalye._s_0.sb_burada::before, .msandalye._s_1.sb_burada::before {
	content: '⤸';
	position: absolute;
	top: -8px;
	left: 95%;
	transform: translateX(-0%) rotate(60deg);
	font-size: 34px;
	color: #e67f30;
	font-weight: 100;
	font-family: arial;
	pointer-events: none;
}

.msandalye._s_1.sb_burada::before{
	color: #0d598a;
}

.msandalye._s_0 {
	background-image : url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAQCAYAAAAmlE46AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAAK8AAACvABQqw0mAAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNAay06AAAAJoSURBVCiRnZNNSBRxGMZ//9mZXd1dZ9a21bZclTY7iCRYiQXdsg+ILhkIQVSeOnXq0rVTdY4gKDoKEUFEKElkiRrShxIlQpZtfu2s7s7qfrQzzr/D6lJ08z29l9/zPPC8r5BSsp1RtxZDCK50qe1+o/asqvn8QuACSIni2L/z+Wz62cMxZ9LaNKqAOQjujrf2nei9enFHJGrYjg2ApmqsmovWYP+9SG5s6gawDqBsgS74qkJ1nXo4agSDAaTrIl2XYDCAHo4aVaG6Thd8/0WtBSWdtvyplIlTKmCaZlnQdclk10mnLX/tX0YVMA4By7K8CwvzFHJ6BXQch7SVJWtZ3jgEAPMfMNxIWyZvG4nET/LrtRWwVCqxspomk7eNcCNtwI8KKITQrnU3dJ/uvRxubNqLIgVbNQlFIAXsjzeHX/Tf7xZCDEop7S1Hb1APdcSa41qxWEAgEEJQrqMs0NAc14J6qAN+eYEy2FqveOYXk/LV0MtlAQKhSq9nIwJgu6oppSNcKeX8YlK21iueStQLcc+GHlOT3z++1nIri051taO8Gd+4BXCsy9NTKKhuTTiqHoypyRY8GwBCSskpIbyPHpx5PC/jx825KTtUsxbouj6hAYzfOWxn1mpykaYD2h7xbehS3/PzA1KWVAAfqLOJlK7URZ3pT5MpLeQm7rYIHaDrSGjazijVoei+yGwypfvKKctgEZSVbNHYtTMffPd+9faShyejy/gBuWRnzkVseo6ezN80s0WjuHkEKsCwQkP7xJfRyMzM2oxg5EOCJcply6E5lg7FGBkeePrWtJzPwwox4KvY7lv9AeChDFxl1GENAAAAAElFTkSuQmCC');
}
.msandalye._s_1 {
	background-image : url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAQCAYAAAAmlE46AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAAK8AAACvABQqw0mAAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNAay06AAAAGjSURBVCiRndPPS9RRFAXwz/vOjIwzY4sSmo22LYIQosiCcJEa9GNXEbQpCFroKpoWIYRQIIib/oGgFkFE0fJbWIsMWwguc9VCISSiGBs1R7/fNjMx4rjxru479xzO4d33Qpqm9lIRXCnNbQMvXH1f6Lobx6V78dtiJe5onTW5Ebz8c3yb8OOhZDzJGEyDSxhrnTW5UdscwUDL6dyuUdvU55Z+uh0h2w5MMsaiLRHqW7n0UdtQrbdarMQljOar4Xm1nJaQ2bccqutd6XVJ+qQ2Oby6m+MDVGrdqsNTFpJIZnrEQGbDY9moEw93OBYrcS++oIxn0aavqCdZx3ADixt5p+vjQ0vbHUPol6ZlbOJUkpVv9CexmUZ6jnwIJ7D033H/SFz8W/AOJWyhD4tI0Yv5JCtXXvDzYC6cn30xuBZB56+oW9DfEM2ghp6GaAWforrk+2FnvxXCARp7zK1Z7qgZTYM+XMRrVPEbb3BZ5Gh+xZ2OdT92rKNwPz4TUk+Rw6sGfA0rgpu1iaHZJrf5yAOsTgzN4DbmMYkpzOFWU9Tkhr1+q39LaY//oCxqQAAAAABJRU5ErkJggg==');
	/*filter: drop-shadow(0.5px 0px 0px #ffffffcc) drop-shadow(-0.5px 0px 0px #ffffffcc);*/
}
/*
.msandalye._s_1 {
	background-image : url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAQCAYAAAAmlE46AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAAK6wAACusBgosNWgAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNui8sowAAAFCSURBVCiRnZI9a5VREISfvRrz2WmhmNxeEElj9CJICgv/QVpjY2OtBBEE0cofEbQW1FLBSsUyrV1EW5FExEIzT4qcyMu9r0U8sJxhmWV2drdU/ucN+tPOAa+BV+iJfopORvLExBYP+zj/UGS1g68doVU+dPDbPsLx3rKq++gA+A086uWMeVsw2VCX1HPqeXVoctdkrssdV7wH3AF2wU9Qxzjw+5iqWeDBpEcdAjeAAXoJagW4cIAZoDeBxUmPVSP0NPAHuIzONLzS/iXgIvAVoNrlzKNvgAVgD1gGvgACQ2CLqingG3gd6tdhq6eAUSt6D/xsCkPgB/AODXAVONmd6ozJ7XYp2ybPTHZMvps8NflssqfeUqfVv60eDugKsAlMAc9bdq2prlP1cXyP1dnlqskLkzMmZ01emow6O6xJxSO8fSs4/D3GkCV0AAAAAElFTkSuQmCC');
}*//*beyaz renk*/

.msandalye_kaydedildi:after {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    top: -2px;
    left: -3px;
    z-index: 9;
    border: 2px solid #b526b9;
    border-radius: 20px;
}
.msandalye.secili_sandalye{
	border-radius: 8px;
	border: 2px solid #ef72f3cc;
}
.msandalye.sandalye_arama_eslesme {
	border-radius: 8px;
	box-shadow: 0 0 0 3px #20c7d9, 0 0 10px rgba(32, 199, 217, .75);
	filter: saturate(4) brightness(122%);
}
.msandalye.sandalye_arama_anim {
	animation: sandalye_arama_dikkat .6s ease-in-out 2;
}
@keyframes sandalye_arama_dikkat {
	0%, 100% {
		transform: scale(1);
		opacity: 1;
	}
	50% {
		transform: scale(1.35);
		opacity: .55;
	}
}
.masa_sandalye_arama_wrap {
	display: inline-flex;
	align-items: center;
	width: 95%;
}
.masa_sandalye_arama_wrap #masa_sandalye_arama {
	flex: 1 1 auto;
	min-width: 0;
}
.masa_sandalye_arama_temizle {
	flex: 0 0 24px;
	width: 24px;
	height: 24px;
	margin-left: 4px;
	border: 0;
	border-radius: 12px;
	background: #e8eef2;
	color: #34424a;
	font-size: 18px;
	line-height: 22px;
	cursor: pointer;
}
.masa_sandalye_arama_temizle:hover {
	background: #d5e1e8;
}

.input_val_max {
	font-size: 24px;
	line-height: 16px;
	height: 24px;
	padding: 0px 4px;
	margin-right: 6px;
	background-color: #e62965;
	color: #fff;
	display: inline-block;
	border-radius: 4px;
}

.masa_edit_bg_sil {
	position: absolute;
	top: 12px;
	right: 4px;
	width: 14px;
	height: 14px;
	background: #c6a289;
	border-radius: 2px;
	text-align: center;
	line-height: 12px;
	color: #fff;
	cursor: pointer;
	font-size: 10px;
}

.md_edit_resize {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 16px;
    height: 16px;
	background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAAAHYAAAB2AU57JggAAAAZdEVYdFNvZnR3YXJlAHd3dy5pbmtzY2FwZS5vcmeb7jwaAAAAQ0lEQVQ4T2MYBSjgMBAfhTCJB0xQGgb+Q+khCtDDgKgwQQ+Df1AaBEDhgcwfAoBQGGANE+QwAPkZOR2gh8GgDBMGBgBMkhMpoLVKAAAAAABJRU5ErkJggg==') no-repeat center center;
    background-size: contain;
    cursor: ew-resize;
	opacity: 0.2;
}
.md_edit_resize:hover {
	opacity: 1;
}



.tabset {
	height: 100%;
	overflow: auto;
}

.tabset > input[type="radio"] {
	position: absolute;
	left: -200vw;
}

.tabset .tab-panel {
	display: none;
}
.tab-panels{
	transition: all 0.2s ease;
}

.tabset > input:first-child:checked ~ .tab-panels > .tab-panel:first-child,
.tabset > input:nth-child(3):checked ~ .tab-panels > .tab-panel:nth-child(2),
.tabset > input:nth-child(5):checked ~ .tab-panels > .tab-panel:nth-child(3),
.tabset > input:nth-child(7):checked ~ .tab-panels > .tab-panel:nth-child(4),
.tabset > input:nth-child(9):checked ~ .tab-panels > .tab-panel:nth-child(5),
.tabset > input:nth-child(11):checked ~ .tab-panels > .tab-panel:nth-child(6),
.tabset > input:nth-child(13):checked ~ .tab-panels > .tab-panel:nth-child(7) {
	display: block;
}

.tabset > label {
	position: relative;
	display: inline-block;
	padding: 0px 6px 6px 6px;
	border: 1px solid transparent;
	border-bottom: 0;
	cursor: pointer;
	font-weight: 600;
	font-size: 1em;
	margin-right: 2px;
	min-width: 30px;
}
.tabset > label:hover {
	background-color: #5d5e5d;
	color: #fff !important;
}

.tabset > label::after {
	content: "";
	position: absolute;
	left: 2px;
	bottom: 10px;
	width: 0px;
	max-width: 100%;
	height: 2px;
	background: #8d8d8d;
}

.tabset > input:focus-visible + label {
	outline: 2px solid rgba(0,102,204,1);
	border-radius: 3px;
}

.tabset > label:hover,
.tabset > input:focus + label,
.tabset > input:checked + label {
	color: #06c;
}

.tabset > label:hover::after,
.tabset > input:focus + label::after,
.tabset > input:checked + label::after {
	background: #06c;
}

.tabset > input:checked + label {
	border-color: #ccc;
	border-bottom: 1px solid #f4f4f4;
	margin-bottom: -1px;
}

.tab-panel {
	padding: 10px 0;
	border-top: 1px solid #ccc;
}

.sandalyesiz_katilimcilar_scroll {
	max-height: 320px;
	overflow-y: auto;
	padding-right: 6px;
}

.sandalyesiz_katilimcilar_listesi {
	margin: 0;
	padding: 0;
	list-style: none;
}

.sandalyesiz_katilimci_satir {
	padding: 7px 0;
	border-bottom: 1px solid #e6edf2;
	line-height: 1.35;
}

.scrollbar1{overflow-y: auto;}
.scrollbar1::-webkit-scrollbar, .scrollbar1::-moz-scrollbar, .scrollbar1::-ms-scrollbar, .scrollbar1::-o-scrollbar {
width: 8px;
scrollbar-width: thin;
}
.scrollbar1::-webkit-scrollbar-track, .scrollbar1::-moz-scrollbar-track, .scrollbar1::-ms-scrollbar-track, .scrollbar1::-o-scrollbar-track {
background: #64b1be;/* Kaydırma çubuğu arka plan rengi */
}
.scrollbar1::-webkit-scrollbar-thumb, .scrollbar1::-moz-scrollbar-thumb, .scrollbar1::-ms-scrollbar-thumb, .scrollbar1::-o-scrollbar-thumb {
background-color: #888888;/* Kaydırma çubuğu kolu rengi */
}
.scrollbar1::-webkit-scrollbar-thumb:hover, .scrollbar1::-moz-scrollbar-thumb:hover, .scrollbar1::-ms-scrollbar-thumb:hover, .scrollbar1::-o-scrollbar-thumb:hover {
background-color: #555555;
}

.boxshadow1 {
	box-shadow:rgba(0, 0, 0, 0.3) 0px 0 34px -5px;
}

.flex-between {
	display: flex;
	justify-content: space-between;
}

.emd_yardim_bloklari {
	display: grid;
	gap: 8px;
}
.emd_yardim_blok {
	padding: 9px 10px;
	border: 1px solid #dce6ec;
	border-radius: 8px;
	background: #f8fbfc;
}
.emd_yardim_blok strong {
	display: block;
	margin-bottom: 3px;
	color: #24323a;
	font-size: 13px;
}
.emd_yardim_blok span {
	display: block;
	color: #52636d;
	font-size: 12px;
	line-height: 1.35;
}

.emd_onboarding_overlay {
	position: fixed;
	inset: 0;
	z-index: 999990;
	background: rgba(12, 18, 24, .25);
}
.emd_onboarding_popover {
	position: fixed;
	z-index: 999992;
	width: min(320px, calc(100vw - 24px));
	padding: 12px;
	border: 1px solid #d7e1e8;
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 16px 40px rgba(0, 0, 0, .24);
	color: #1e2a32;
}
.emd_onboarding_target {
	z-index: 999991!important;
	outline: 4px solid rgba(32, 199, 217, .9)!important;
	outline-offset: 4px;
}
.emd_onboarding_sayac {
	margin-bottom: 6px;
	color: #60727d;
	font-size: 11px;
}
.emd_onboarding_metin {
	margin-bottom: 12px;
	font-size: 13px;
	line-height: 1.35;
}
.emd_onboarding_actions {
	display: flex;
	gap: 6px;
	justify-content: flex-end;
}
.tab-container_p0 .tab-container {
	padding: 0;
	line-height:initial!important;
}
.tab-container_p0 .tab-container a{
	line-height:initial!important;
}

.katilimci_excel_araclari {
	display: flex;
	align-items: center;
	gap: 8px;
	flex-wrap: wrap;
}

.katilimci_toplu_islem_araclari {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	flex-wrap: wrap;
}

.katilimci_toplu_bildirim_araclari {
	display: flex;
	align-items: center;
	gap: 8px;
	flex-wrap: wrap;
	margin-left: auto;
}

.katilimci_excel_import_form {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	margin: 0;
}

.katilimci_excel_file {
	position: relative;
	display: inline-flex;
	align-items: center;
	min-width: 180px;
	height: 30px;
	padding: 0 10px;
	border: 1px solid #d8dee5;
	border-radius: 4px;
	background: #fff;
	color: #3d4a53;
	font-size: 12px;
	cursor: pointer;
	overflow: hidden;
}

.katilimci_excel_file:hover {
	border-color: #b7c4cf;
	background: #f9fbfc;
}

.katilimci_excel_file input[type="file"] {
	position: absolute;
	inset: 0;
	opacity: 0;
	cursor: pointer;
}

.upload_icon_bg{
	background-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAAA7CAQAAABhhURXAAAEeklEQVR42u2YaVMTWRSGH7KIIDsOYQmlCOOwWMMqiDpECQYHkE0SgYSYvTvpbkb//5dJnbofgCzexg584TlVXRSV7vue0+c99yb8Bp2EecsR58SJMUM/Ae6IJ8wQ5YQMBUoSRfIk2WOVUVpMJ29IUcGmjFENkzImBiVMLGyK7DJOy/iLFI4sWcGiQoEkCU75jiH/KYsMk0268JwAESqUKcpCCd4xQR8dPKKdLoaYI8Z3LKmGw7nXL6OdPRxV6CMmCVKPflbJYlOS6kx5mf0ODkXK5FnARzMG+VcklDGYwCM2uZSsUoygw1slIcdTPGBaPS7FALq8xqKEzVcC3Iogz5hnnTUWuBC75RnGDRExpcMyrmlnmTMMLBWGlP9v1ynExZYZunHFCAkcTOV1S5rJ4RgfbnkuI8pmDReEySE2kpY7IU5aLDXObdiXcZXgEZr0kaZMCYsTXtJDsBq9TDJ06/atSPuG0WQbR7KPEvRo28qIF5bQYhhTst/Fh1fsUsHkWM/A7+TtFxjEOzZkghoU2GWSNppyTBmLGF7yiv+wVGUtvhCiIR2cU8ZmGS8JskacPI6yZJ45GtDNhXh/Hq8JMsgKKWyZqFajueAjIRVYpzV08Q8VVYfl+h9IUqbCIX508VXDDbOURILJc24wwLk67XwjgB4hjvlKCDdMqXPkBZ1coZ8UFkVsMjxDj1Ey2FhkGcMNi7KSw3tAEeAYR4xySD96DJOVBxVFwgj6tPFFeiFLL4pVHHnQnnbxx8hSkeVLFOXkE0afMIa04iJCL1l5K2d0oMeIZF+qhkiQ2uUYRZ8D2ep38AGsKH9OaGefk3Y11eLyl8sqLMgumWQA/OzL3n9Am2b2OSzJOcInytWIEcF2WYUhEV1gEUKkZQN+hQ5hlb3DFvBRpEeBKOrQzrjmNp2Wg94hvFeFHNQxnsreZgs/sC0V+Az4iGJJInktUz6SqVsiC99kNp3ToZF9XmX/Sc2/banAZ2UuVQWt41uQuOyQOcjLkSlOkOa0c4ot2UfxQ40A8LOJJfY6o53mdJKUV5CAtFTg9Je3POaUH1yyRRvUFYD6BvVDo56DGGLhdYhJD+Tp1bDfDq/xQRMBPlbY0bDjnNgwTQhekJXmeYEutQLcs6OsH4AOTuQgtnmHAoYoYOCwjhDBlq2h784EbGNJD4QQxuWIYPHxjgTMyDZmX71vXw2RP+9AwBh5Sbh4dfSFxIomecItFjBOTiagwwLXWMKhJLN8tmUCAixSkPI7RKnhA5dShzIxxjwX0M40x1gY0v3bBKihjQ/Yqh1LHLDKLNPM1MQcIw0FjDJ3PeSORaKkxOoluUbw04B5ctiY8kEbB7tOOBhM1RXwEhPnRthylcypYHPBNE15yhYFHCrq9F4bBj/ZqCsgwk9ZyJSrBPIUScfijDc8QYM/WGKHJNm6keOE/roC+jkhR5bMjTsuOGKDKTpxRYAeeuuGv2EP+OipRjc91+Ix7vDehg8CHgQ8CGgd6osJ94U6Wu5ybyxIBRa5N3zE2P69n3X/B9M4MhctaXAzAAAAAElFTkSuQmCC');
	background-repeat: no-repeat;
	background-position: center;
	min-height:150px;
}
