::-webkit-scrollbar {
    width: 5px;
    background-color: var(--site-color-gray2);
    color: #fff;
}

::-webkit-scrollbar-thumb {
    background: var(--site-color-primary);
}

a:hover {
    color: var(--site-color-primary-hover);
    text-decoration: none;
}

.themeColors button {
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
}

.themeColors button:hover {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
}

.themeColors button:nth-child(1) {
    background-color: rgb(255, 52, 52);
}

.themeColors button:nth-child(2) {
    background-color: rgb(255, 105, 165);
}

.themeColors button:nth-child(3) {
    background-color: rgb(0, 150, 255);

}

.themeColors button:nth-child(4) {
    background-color: rgb(0, 182, 160);
}

.themeColors button:nth-child(5) {
    background-color: rgb(7, 177, 22);
}

.themeColors button:nth-child(6) {
    background-color: rgb(185, 192, 0);
}

.themeColors button:nth-child(7) {
    background-color: rgb(255, 129, 25);
}


.bg-transparent {
    background-color: transparent;
}

.lum-lightbox-inner img {
    max-width: 100% !important;
}

.lum-lightbox {
    z-index: 999999;
}

.gallery-zoom {
    cursor: zoom-in;
}

.text-no-wrap {
    min-width: max-content;
}

.mt-md-100 {
    margin-top: 100px !important;
}


.bgcolor-primary {
    background-color: var(--site-color-primary);
}

.toggle-password2,
.toggle-password {
    cursor: pointer;
}

.form-group .la-eye {
    color: var(--site-color-primary);
}

.masaDiv ul li {
    margin: 10px 20px;
    max-width: 100%;
}

.masaDiv ul li button,
.masaDiv ul li a {
    border: 1px solid #f3f3f3;
    outline: none;
    padding: 0;
    box-shadow: 0px 0px 20px -10px var(--site-color-primary-opacity);
    -webkit-box-shadow: 0px 0px 20px -10px var(--site-color-primary-opacity);
    -moz-box-shadow: 0px 0px 20px -10px var(--site-color-primary-opacity);
    position: relative;
    background-color: #fff;
    border-radius: 10px;
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
}

.masaDiv ul li button:hover,
.masaDiv ul li button:focus,
.masaDiv ul li button:active,
.masaDiv ul li a:hover,
.masaDiv ul li a:focus,
.masaDiv ul li a:active {
    transform: scale(1.1);
    box-shadow: 0px 0px 20px -5px var(--site-color-primary-opacity);
    -webkit-box-shadow: 0px 0px 20px -5px var(--site-color-primary-opacity);
    -moz-box-shadow: 0px 0px 20px -5px var(--site-color-primary-opacity);
    border: 1px solid transparent;
    background-color: var(--site-color-primary);
    color: #fff;
}

.masaDiv ul li button .masaItem,
.masaDiv ul li a .masaItem {
    padding: 30px;
}

@keyframes masaDurum {
    0% {
        transform: scale(0.5);
        background-color: #ffc7c7;
    }

    100% {
        transform: scale(1.0);
        background-color: #ff5454;
    }
}

@-webkit-keyframes masaDurum-webkit {
    0% {
        transform: scale(0.5);
        background-color: #ffc7c7;
    }

    100% {
        transform: scale(1.0);
        background-color: #ff5454;
    }
}


.masaDiv ul li button.masaDolu,
.masaDiv ul li a.masaDolu {
    background-color: var(--site-color-primary);
    color: #fff;
}

.masaDiv ul li button.masaBos,
.masaDiv ul li a.masaBos {
    background-color: #fff;
    color: unset;
}

.masaDiv ul li button.masaKilit,
.masaDiv ul li a.masaKilit {
    background-color: #f4f5f7;
    color: unset;
    box-shadow: inset 0px 0px 10px 0px rgb(0 0 0 / 25%);
    -webkit-box-shadow: inset 0px 0px 10px 0px rgb(0 0 0 / 25%);
    -moz-box-shadow: inset 0px 0px 10px 0px rgb(0 0 0 / 25%);
}

.masaDiv ul li button.masaKilit::before,
.masaDiv ul li a.masaKilit::before {
    font-family: 'Line Awesome Free';
    content: '\f023';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    font-size: 20px;
    font-weight: 600;
}

#masaIslemleri .masaSil {
    font-size: 24px;
    padding: 0 5px;
    color: #ff4949;
    cursor: pointer;
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
}

#masaIslemleri .masaDuzenle {
    font-size: 24px;
    padding: 0 5px;
    color: #4141ff;
    cursor: pointer;
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
}

#masaIslemleri .masaSil:hover,
#masaIslemleri .masaDuzenle:hover {
    transform: scale(1.15);
}

#masaKategori .kategoriSil {
    font-size: 18px;
    padding: 0 5px;
    color: #ff4949;
    cursor: pointer;
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
}

#masaKategori .kategoriDuzenle {
    font-size: 18px;
    padding: 0 5px;
    color: #4141ff;
    cursor: pointer;
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
}

#masaKategori .kategoriKaydet {
    font-size: 18px;
    padding: 0 5px;
    color: #17b958;
    cursor: pointer;
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
}

#masaKategori .vazgec {
    font-size: 18px;
    padding: 0 5px;
    cursor: pointer;
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
}

#masaKategori .kategoriSirala {
    border-right: 1px solid #f3f3f3;
}

#masaKategori .edit-on-click {
    cursor: text;
    display: block;
    width: 100%;
}

#masaKategori .controls-update {
    display: flex;
    align-items: center;
    margin: 10px 0;
}

#masaKategori .kategoriSirala i {
    font-size: 18px;
    padding: 0 5px;
    color: #333;
    cursor: pointer;
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
}

#masaKategori .kategoriSirala i.kategoriSiralaIcon {
    cursor: move;
}

#masaKategori .kategoriSil:hover,
#masaKategori .kategoriDuzenle:hover,
#masaKategori .kategoriKaydet:hover,
#masaKategori .vazgec:hover,
#masaKategori .kategoriSirala i:hover {
    transform: scale(1.2);
}

#masaKategori .KategoriItem {
    border-bottom: 1px solid #f3f3f3;
}

#masaKategori .Kategoriler {
    max-height: calc(50vh - 100px);
    overflow-y: auto;
    overflow-x: hidden;
}


.masaQR h6 {
    padding-bottom: 10px;
    border-bottom: 1px solid #f3f3f3;
}

.secilenQRKodlar .masaSec {
    border-bottom: 1px solid #f3f3f3;
    max-width: 100%;
    overflow-x: auto;
}

.secilenQRKodlar .masaSec button {
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
    outline: none;
    border: 0 0;
}

.secilenQRKodlar .masaSec button:hover,
.secilenQRKodlar .masaSec button:focus,
.secilenQRKodlar .masaSec button:active {
    outline: none;
    border: 0 0;
}

.secilenQRKodlar .masaSec button:hover {
    transform: scale(1.1);
}

.menuTable {
    min-height: auto;
    overflow-x: auto;
}

.menuTable tbody tr:first-child td {
    font-weight: 400;
}

.menuTable tr th,
.menuTable tr td {
    text-align: center;
}

.menuTable.GorselliTable tr td {
    padding: 4px 10px;
}

.menuTable tbody tr td:not(:first-child) {
    text-align: center;
}

.menuTable tbody tr:first-child td {
    color: #5a5f7d;
}

.menuTable tr td:first-child div {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
}

.menuTable tr td:first-child i.menuSiralaIcon {
    font-size: 24px;
    cursor: move;
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
}

.menuTable tr td:first-child i:hover {
    transform: scale(1.2);
}

.menuTable tr td .menuUrunGoster {
    font-size: 13px;
    color: var(--site-color-primary);
    background-color: transparent;
    border: none;
    font-weight: 500;
    display: flex;
    align-items: center;
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
}

.menuTable tr td .menuUrunGoster:hover {
    transform: scale(1.1);
    color: var(--site-color-primary-hover);
}

.menuTable tr td.menuIslemler i {
    font-size: 22px;
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
    cursor: pointer;
    padding: 0 4px;
}

.menuTable tr td.menuIslemler i:hover {
    transform: scale(1.1);
}

.menuTable tr td.menuIslemler i.menuDuzenle {
    color: #4141ff;
}

.menuTable tr td.menuIslemler i.menuSil,
.menuTable tr td.menuIslemler i.urunSil {
    color: #ff4949;
}

.menuTable tr td.menuIslemler i.ozellikKaydet {
    color: #17b958;
}



.menuTable tr td.urunImg a {
    display: block;
    position: relative;
    width: 50px;
    height: 50px;
    max-width: 100%;
    max-height: 100%;
    margin: 0 auto;
    border-radius: 50%;
}

.menuTable tr td.urunImg a img {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover;
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
    border-radius: 50%;
}

.menuTable tr td.urunImg a img:hover {
    transform: scale(1.1);
}

.menuTable tr td {
    vertical-align: middle;
}

.menuTable.gorselliTable tr td {
    padding: 4px 10px;
}

.urunHeader {
    align-items: center;
}

.urunHeader input {
    width: 400px;
    max-width: 100%;
}

.menuTable thead tr:first-child th {
    background-color: var(--site-color-gray2);
}

.urunEkleGorsel .urunResim {
    display: block;
    position: relative;
    width: 120px;
    height: 120px;
    max-width: 100%;
    max-height: 100%;
    border-radius: 15px;
    cursor: pointer;
}

.urunEkleGorsel .urunResim img {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover;
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
    border-radius: 15px;
}

.urunEkleGorsel .urunResim #remove_pro_pic {
    bottom: -10px;
    right: -10px;
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
}

.urunEkleGorsel .urunResim #remove_pro_pic:hover {
    transform: scale(1.1);
}

.urunEkleContent .quantity-appearance .input-group-prepend {
    height: 42px;
    border-right: 1px solid #f1f2f6;
}

.urunEkleContent .quantity-appearance .pt_Quantity input {
    border-radius: 0 10px 10px 0;
    font-size: 14px;
}

.ozellikEkleContent .urunOzellikleriDiv .ozellikTurBtns button.disabled {
    cursor: no-drop;
}

.ozellikEkleContent .urunOzellikleriDiv .ozellikTurBtns button i {
    margin: 0px;
}

.ozellikEkleContent .urunOzellikleriDiv .ozellikTurBtns .card-body {
    border-radius: 10px 10px 0 0;
}

.ozellikEkleContent .urunOzellikleriDiv .urunOzellikler {
    font-size: 14px;
    color: #212529;
}

.ozellikEkleContent .urunOzellikleriDiv .urunOzellikler .ozellikTabloHeader {
    background-color: #e2e2e2;
}

.ozellikEkleContent .urunOzellikleriDiv .urunOzellikler .ozellikTabloHeader span {
    width: 100%;
    text-align: center;
    font-weight: 500;
    border-left: 0.5px solid var(--site-color-gray);
    border-right: 0.5px solid var(--site-color-gray);
    padding: 15px 0;
}

.ozellikEkleContent .urunOzellikleriDiv .urunOzellikler .ozellikTabloContent ul li.ozellikTurItem .ozellikTurItemBaslik {
    background-color: var(--site-color-primary-light);
    font-weight: 500;
    align-items: center;
}

.ozellikEkleContent .urunOzellikleriDiv .urunOzellikler .ozellikTabloContent ul li.ozellikTurItem .ozellikItemContent {
    border: 1px solid #f1f2f6;
    border-top: 0;
    background-color: #fff;
}

.ozellikEkleContent .urunOzellikleriDiv .urunOzellikler .ozellikTabloContent ul li.ozellikTurItem .islemlerBtns {
    display: flex;
    align-items: center;
    justify-content: center;
}

.ozellikEkleContent .urunOzellikleriDiv .urunOzellikler .ozellikTabloContent ul li.ozellikTurItem .islemlerBtns i {
    border-radius: 50%;
    padding: 5px;
}

.ozellikEkleContent .urunOzellikleriDiv .urunOzellikler .ozellikTabloContent i {
    cursor: pointer;
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
}

.ozellikEkleContent .urunOzellikleriDiv .urunOzellikler .ozellikTabloContent i:hover {
    transform: scale(1.2);
}

.ozellikEkleContent .urunOzellikleriDiv .urunOzellikler .ozellikTabloContent i.ozellikTurAdd,
.ozellikEkleContent .urunOzellikleriDiv .urunOzellikler .ozellikTabloContent .ozellikIslemler i.ozellikAdd {
    background-color: #000;
    color: #fff;
}

.ozellikEkleContent .urunOzellikleriDiv .urunOzellikler .ozellikTabloContent i.ozellikTurEdit,
.ozellikEkleContent .urunOzellikleriDiv .urunOzellikler .ozellikTabloContent .ozellikIslemler i.ozellikEdit {
    background-color: #4141ff;
    color: #fff;
}

.ozellikEkleContent .urunOzellikleriDiv .urunOzellikler .ozellikTabloContent i.ozellikTurRemove,
.ozellikEkleContent .urunOzellikleriDiv .urunOzellikler .ozellikTabloContent .ozellikIslemler i.ozellikRemove {
    background-color: #ff4949;
    color: #fff;
}

.ozellikEkleContent .urunOzellikleriDiv .urunOzellikler .ozellikTabloContent i.ozellikTurSave,
.ozellikEkleContent .urunOzellikleriDiv .urunOzellikler .ozellikTabloContent .ozellikIslemler i.ozellikSave {
    background-color: #17b958;
    color: #fff;
}

.ozellikEkleContent .urunOzellikleriDiv .urunOzellikler .ozellikTabloContent .ozellikHucre {
    width: 100%;
    border-right: 1px solid #f1f2f6;
    padding: 12px 0;
}

.ozellikEkleContent .urunOzellikleriDiv .urunOzellikler .ozellikTabloContent .ozellikHucre input {
    border: none;
}


.ozellikEkleContent .urunOzellikleriDiv .urunOzellikler .ozellikTabloContent .ozellikHucre:first-child {
    border-left: 1px solid #f1f2f6;
}

.ozellikEkleContent .urunOzellikleriDiv .urunOzellikler .ozellikTabloContent .ozellikHucre:last-child {
    border-right: 1px solid #f1f2f6;
}

.ozellikEkleContent .urunOzellikleriDiv .urunOzellikler .ozellikTabloContent .ozellikHucre.disabled {
    background-color: #f1f2f6;
}

.modal#hazirUrunler .hazirUrunGorsel {
    display: block;
    position: relative;
    width: 80px;
    min-width: 80px;
    height: 80px;
    min-height: 80px;
    max-width: 100%;
    max-height: 100%;
    margin: 0 auto;
    border-radius: 10px;
}

.modal#hazirUrunler .hazirUrunGorsel img {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover;
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
    border-radius: 10px;
    -webkit-box-shadow: 0 0 15px rgba(73, 73, 73, 0.2);
    -moz-box-shadow: 0 0 15px rgba(73, 73, 73, 0.2);
    box-shadow: 0 0 15px rgb(73, 73, 73 / 20%);
}

.modal#hazirUrunler .hazirUrunGorsel:hover img {
    cursor: zoom-in;
    transform: scale(1.1);
}

.modal#hazirUrunler .birdenfazlaFotograf {
    display: block;
    position: relative;
    width: 80px;
    min-width: 80px;
    height: 80px;
    min-height: 80px;
    max-width: 100%;
    max-height: 100%;
    margin: 0 auto;
    border-radius: 10px;
    border: none;
    background-color: transparent;
}

.modal#hazirUrunler .birdenfazlaFotograf img {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    object-fit: cover;
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
    border-radius: 10px;
    -webkit-box-shadow: 0 0 15px rgba(73, 73, 73, 0.2);
    -moz-box-shadow: 0 0 15px rgba(73, 73, 73, 0.2);
    box-shadow: 0 0 15px rgb(73, 73, 73 / 20%);
}

.modal#hazirUrunler .birdenfazlaFotograf:hover img {
    transform: scale(1.1);
}

.modal#hazirUrunler .birdenfazlaFotograf img:nth-child(1) {
    z-index: 1;
}

.modal#hazirUrunler .birdenfazlaFotograf img:nth-child(2) {
    right: 5px;
    top: 5px;
    z-index: 2;
}

.modal#hazirUrunler .birdenfazlaFotograf img:nth-child(3) {
    right: 10px;
    top: 10px;
    z-index: 3;
}

@keyframes cokUrunGorsel2 {
    0% {
        transform: translateX(0) scale(1.0);
    }

    100% {
        top: 0px;
        transform: translateX(-100%) scale(1.1);
    }
}

@keyframes cokUrunGorsel3 {
    0% {
        transform: translateX(0) scale(1.0);
    }

    100% {
        top: 0px;
        transform: translateX(-200%) scale(1.1);
    }
}


.modal#hazirUrunler .birdenfazlaFotograf:hover img:nth-child(2) {
    transform: scale(1.1);
    animation: cokUrunGorsel2 .3s forwards;
}

.modal#hazirUrunler .birdenfazlaFotograf:hover img:nth-child(3) {
    transform: scale(1.1);
    animation: cokUrunGorsel3 .3s forwards;
}


.modal#hazirUrunler ul li {
    border-top: 1px solid #f1f2f6;
}

.modal#hazirUrunler ul li:first-child {
    border-top: none;
}

.modal#hazirUrunler .hazirUrunKategoriler {
    max-width: 100%;
    overflow-x: auto;
}

.modal#hazirUrunler .hazirUrunKategoriler::-webkit-scrollbar {
    height: 8px;
}

.modal#hazirUrunler .hazirUrunKategoriler button {
    min-width: max-content;
}

.modal#hazirUrunler ul,
.modal#hazirUrunlerFotoSec .urunFotolar {
    max-height: 50vh;
    overflow-y: auto;
}

.modal#hazirUrunlerFotoSec .urunFotolar .urunFotoItem {
    margin: 10px;
}

.modal#hazirUrunlerFotoSec .urunFotolar .urunFotoItem .urunFoto {
    display: block;
    position: relative;
    width: 115px;
    min-width: 115px;
    height: 115px;
    min-height: 115px;
    max-width: 100%;
    max-height: 100%;
    margin: 0 auto;
    border-radius: 10px;
    border: none;
    background-color: transparent;
}

.modal#hazirUrunlerFotoSec .urunFotolar .urunFotoItem .urunFoto img {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    object-fit: cover;
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
    border-radius: 10px;
    -webkit-box-shadow: 0 0 15px rgba(73, 73, 73, 0.2);
    -moz-box-shadow: 0 0 15px rgba(73, 73, 73, 0.2);
    box-shadow: 0 0 15px rgb(73, 73, 73 / 20%);
}

.navbar-left .navbar-brand svg,
.navbar-left .navbar-brand img {
    max-width: 100%;
    max-height: 40px;
}

.navbar-right__menu>li .dropdown-custom {
    margin: 0 10px;
}


.navbar-right__menu .nav-author__info .author-img {
    display: block;
    position: relative;
    width: 60px;
    min-width: 60px;
    height: 60px;
    min-height: 60px;
    max-width: 100%;
    max-height: 100%;
    border-radius: 10px;
    border: none;
    background-color: transparent;
}

.navbar-right__menu .nav-author__info .author-img img {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    object-fit: cover;
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
    border-radius: 10px;
    -webkit-box-shadow: 0 0 15px rgba(73, 73, 73, 0.2);
    -moz-box-shadow: 0 0 15px rgba(73, 73, 73, 0.2);
    box-shadow: 0 0 15px rgb(73, 73, 73 / 20%);
}

#toast-container>div {
    background-color: var(--site-color-primary);
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
    -webkit-box-shadow: 0 0 15px rgba(73, 73, 73, 0.2);
    -moz-box-shadow: 0 0 15px rgba(73, 73, 73, 0.2);
    box-shadow: 0 0 15px rgb(73, 73, 73 / 20%);
}

.yardimAccordion .atbd-collapse-item {
    margin: 15px 0;
}

.yardimAccordion .atbd-collapse-item .atbd-collapse-item__header {
    border-radius: 5px !important;
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
}

.yardimAccordion .atbd-collapse-item:hover .atbd-collapse-item__header {
    background-color: var(--site-color-primary);
    color: #fff;
}

.yardimAccordion .atbd-collapse-item:hover .atbd-collapse-item__header h6,
.yardimAccordion .atbd-collapse-item:hover .atbd-collapse-item__header i {
    color: #fff;
}

.yardimAccordion .atbd-collapse-item__header .item-link {
    padding: 15px 10px;
}

.yardimAccordion .atbd-collapse-item__header .item-link i {
    margin-right: 10px;
}

.SonSiparisler {
    min-width: 300px;
    max-width: 100%;
    max-height: 100%;
}

.SonSiparisler .olayItem {
    border-bottom: 1px solid #f1f2f6;
}

.SonSiparisler .olayItem button {
    padding: 8px 15px;
    width: 100%;
    background-color: unset;
    text-align: left;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    border: none;
    position: relative;
    background-color: unset;
    opacity: .7;
}

.SonSiparisler .olayItem button .olayTime {
    opacity: .8;
    min-width: max-content;
}

.SonSiparisler .olayItem button .olayMasaName {
    max-width: 100%;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}

.SonSiparisler .olayItem.active button {
    opacity: 1;
}

.SonSiparisler .olayItem button:hover,
.SonSiparisler .olayItem.active button:hover {
    background-color: var(--site-color-primary);
    color: #fff;
}

.SonSiparisler .olayItem.active button::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 4px;
    background-color: var(--site-color-primary-hover);
}



.SonSiparisler .card-body,
.masalarDiv {
    max-height: calc(100vh - 385px);
    overflow-y: auto;
    overflow-x: hidden;
}

.fiyatAraligi.atbd-date-ranger .date-picker-icon {
    right: 0;
    color: #333;
}

.fiyatAraligi.atbd-date-ranger .date-picker-icon:hover {
    color: var(--site-color-primary-hover);
}

.siparisTable .siparisDetay {
    color: #4141ff;
}

.siparisTable .siparisSil {
    color: #ff4949;
}

.printDiv {
    max-width: 100%;
    border: 1px solid #f1f2f6;
}

.printDiv .printHeader {
    border-bottom: 1px solid #d8d8d8;
}

.printDiv .printContent{
    max-height: calc(100vh - 500px);
    overflow-y: auto;
    padding-right: 10px;
}

.printDiv .printContent ul li.printUrunler {
    border-bottom: 1px solid #f1f2f6;
}

.printBody {
    max-width: 100%;
}

.printBody table,
.printBody table tr,
.printBody table td {
    width: 100%;
}

#orderFinish {
    z-index: 10000;
}

.guncellemeIcerik .ck-editor__editable {
    min-height: 350px;
}

.guncellemeIcerik .ck-editor__editable p {
    font-size: 14px;
}

.guncellemeContent h1,
.guncellemeContent h2,
.guncellemeContent h3,
.guncellemeContent h4,
.guncellemeContent h5,
.guncellemeContent h6 {
    font-weight: 900;
    margin: 10px 0 20px;
}

.guncellemeContent p {
    font-size: 14px;
}

.guncellemeGaleri {
    margin-top: 20px;
    padding-top: 15px;
    border-top: 1px solid #f1f2f6;
}

.guncellemeGaleri a {
    display: block;
    position: relative;
    width: 100%;
    height: 150px;
    border-radius: 10px;
    background-color: #fff;
}


.guncellemeGaleri a img {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover;
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
    border-radius: 10px;
}

.direktmenuTable tr td.hesapIslemler i {
    font-size: 22px;
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
    cursor: pointer;
    padding: 0 4px;
}

.direktmenuTable tr td.hesapIslemler i:hover {
    transform: scale(1.1);
}

.direktmenuTable tr td.hesapIslemler i.hesapDuzenle {
    color: #4141ff;
}

.direktmenuTable tr td.hesapIslemler i.hesapSil {
    color: #ff4949;
}

.hazirurunTable tr td.hazirurunIslemler i {
    font-size: 22px;
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
    cursor: pointer;
    padding: 0 4px;
}

.hazirurunTable tr td.hazirurunIslemler i:hover {
    transform: scale(1.1);
}

.hazirurunTable tr td.hazirurunIslemler i.hazirurunDuzenle {
    color: #4141ff;
}

.hazirurunTable tr td.hazirurunIslemler i.hazirurunSil {
    color: #ff4949;
}

.modal#hazirUrunlerFotolar .urunFotolar {
    max-height: 50vh;
    overflow-y: auto;
}

.modal#hazirUrunlerFotolar .urunFotolar .urunFotoItem {
    margin: 10px;
}

.modal#hazirUrunlerFotolar .urunFotolar .urunFotoItem .urunFoto {
    display: block;
    position: relative;
    width: 115px;
    min-width: 115px;
    height: 115px;
    min-height: 115px;
    max-width: 100%;
    max-height: 100%;
    margin: 0 auto;
    border-radius: 10px;
    border: none;
    background-color: transparent;
}

.modal#hazirUrunlerFotolar .urunFotolar .urunFotoItem .urunFoto img {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    object-fit: cover;
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
    border-radius: 10px;
    -webkit-box-shadow: 0 0 15px rgba(73, 73, 73, 0.2);
    -moz-box-shadow: 0 0 15px rgba(73, 73, 73, 0.2);
    box-shadow: 0 0 15px rgb(73, 73, 73 / 20%);
}


.modal#hazirurunKategori .kategoriSil {
    font-size: 18px;
    padding: 0 5px;
    color: #ff4949;
    cursor: pointer;
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
}

.modal#hazirurunKategori .kategoriDuzenle {
    font-size: 18px;
    padding: 0 5px;
    color: #4141ff;
    cursor: pointer;
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
}

.modal#hazirurunKategori .kategoriKaydet {
    font-size: 18px;
    padding: 0 5px;
    color: #17b958;
    cursor: pointer;
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
}

.modal#hazirurunKategori .vazgec {
    font-size: 18px;
    padding: 0 5px;
    cursor: pointer;
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
}

.modal#hazirurunKategori .kategoriSirala {
    border-right: 1px solid #f3f3f3;
}

.modal#hazirurunKategori .edit-on-click {
    cursor: text;
    display: block;
    width: 100%;
}

.modal#hazirurunKategori .controls-update {
    display: flex;
    align-items: center;
    margin: 10px 0;
}

.modal#hazirurunKategori .kategoriSirala i {
    font-size: 18px;
    padding: 0 5px;
    color: #333;
    cursor: pointer;
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
}

.modal#hazirurunKategori .kategoriSirala i.kategoriSiralaIcon {
    cursor: move;
}

.modal#hazirurunKategori .kategoriSil:hover,
.modal#hazirurunKategori .kategoriDuzenle:hover,
.modal#hazirurunKategori .kategoriKaydet:hover,
.modal#hazirurunKategori .vazgec:hover,
.modal#hazirurunKategori .kategoriSirala i:hover {
    transform: scale(1.2);
}

.modal#hazirurunKategori .KategoriItem {
    border-bottom: 1px solid #f3f3f3;
}

.modal#hazirurunKategori .Kategoriler {
    max-height: calc(50vh - 100px);
    overflow-y: auto;
    overflow-x: hidden;
}

.qrkodItem{
    cursor: pointer;
    -moz-transition: all .2s ease;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    padding: 10px;
    border-radius: 10px;
}

.qrkodItem:hover{
    transform: scale(1.1);
    box-shadow: 0 0 30px rgb(146 153 184 / 100%);
}

.chartBody{
    border: 1px solid #f1f2f6;
    border-radius: 15px;
}

.headerSearch{
    width: 400px;
    max-width: 100%;
}

.menuTable tr td.tableIslemler i {
    font-size: 22px;
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
    cursor: pointer;
    padding: 0 4px;
}

.menuTable tr td.tableIslemler i:hover {
    transform: scale(1.1);
}

.menuTable tr td.tableIslemler i.hesapDuzenle {
    color: #4141ff;
}

.menuTable tr td.tableIslemler i.hesapSil{
    color: #ff4949;
}

.menuTable tr td.tableIslemler i.hesapKaydet {
    color: #17b958;
}

.modal-dialog{
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0px auto;
}



.ppEkleGorsel .ppResim {
    display: block;
    position: relative;
    width: 120px;
    height: 120px;
    max-width: 100%;
    max-height: 100%;
    border-radius: 15px;
    cursor: pointer;
}

.ppEkleGorsel .ppResim img {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover;
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
    border-radius: 15px;
}

.ppEkleGorsel .ppResim #remove_pro_pic {
    bottom: -10px;
    right: -10px;
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
}

.ppEkleGorsel .ppResim #remove_pro_pic:hover {
    transform: scale(1.1);
}

.emptyContent i{
    -moz-transition: all .2s ease;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}

#talepIcerigi .modal-body{
    max-height: 50vh;
    overflow-y: auto;
}

#talepIcerigi img{
    max-height: 100px;
    border-radius: 10px;
    margin: 10px;
    transition: all .2s ease;
}

#talepIcerigi img:hover{
    transform: scale(1.1);
}

.malzemelerContainer .liItem{
    border-bottom: 1px solid #f1f2f6;
}

.malzemelerContainer .liItem:last-child{
    border-bottom: none;
}

.malzemelerContainer .liItem .malzemeChange,
.malzemelerContainer .liItemAdd .malzemeChange{
    background-color: #f4f5f7;
    border-radius: 10px;
}

.malzemelerContainer ul{
    max-height: 400px;
    overflow-y: auto;
    overflow-x: hidden;
}

.malzemelerContainer .malzemeSearchBtn{
    height: 100%;
    padding: 8px 10px;
    background-color: #f4f5f7;
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
}

.malzemelerContainer .malzemeSearchBtn:hover{
    background-color: var(--site-color-primary);
}

.malzemelerContainer .malzemeSearchBtn:hover i{
    color: #fff;
}

.malzemelerContainer .malzemeTakipItem{
    transition: all 0.2s ease;
}

.malzemelerContainer .malzemeTakipItem .feature-cards5{
    box-shadow: 0 0px 20px 0px rgb(146 153 184 / 25%);
    -webkit-box-shadow: 0 0px 20px 0px rgb(146 153 184 / 25%);
    transition: all 0.2s ease;
}

.malzemelerContainer .malzemeTakipItem .feature-cards5 i{
    color: #fff;
    font-size: 34px;

}

.malzemelerContainer .malzemeTakipItem .malzemeTakipDetay{
    visibility: hidden;
    opacity: 0;
    height: 0px;
    display: flex;

    transform: scaleY(0);
    transform-origin: top;
    transition: transform 0.2s ease;
}

.malzemelerContainer .malzemeTakipItem .malzemeTakipDetay.active{
    visibility: visible;
    opacity: 1;
    height: max-content;
    display: block;

    transform: scaleY(1);
    transform-origin: top;
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
}


.malzemelerContainer .malzemeTakipItem .malzemeTakipDetayBtn{
    padding: 13px 0;
    outline: none;
    box-shadow: none;
    border: none;
}

.malzemelerContainer .malzemeTakipItem .malzemeTakipDetay ul li{
    padding: 8px 0;
    border-bottom: 1px solid #f1f2f6;
}
