a,a:hover {
    text-decoration: none;
	cursor:pointer;
}

a.logo {
    /* border-bottom: 1px dashed #393945; */
    display: block;
    background-color: #ffffff;
}

body {
    background: white;
    background-color: white;
    font-weight: 500;
    font-family: Inter, Helvetica, "sans-serif";
    color: #7e8299;
    font-size: 14px;
}

textarea {
    resize: vertical;
    overflow: auto;
	height: auto;
}

hr {
    color: #b7b7b7;
}

input[type="color"] {
  border-radius: 5px;
  padding: 0;
  border: 5px solid #DDD;
}

input[type="color"]::-moz-color-swatch {
  border: none;
}

input[type="color"]::-webkit-color-swatch-wrapper {
  padding: 0;
  border-radius: 0;
}

input[type="color"]::-webkit-color-swatch {
  border: none;
}


::-webkit-scrollbar { 
width: 6px; 
}

::-webkit-scrollbar-track {
background-color: #ffffff; 
}

::-webkit-scrollbar-thumb {
background-color: #212121;
border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
background-color: #212121;
}

.show { display: block; }
.hide { display: none; }

.eleska_page {
  background-color: black;
}

.page_right {
  overflow: hidden;
  background: #f6f8fa;
  background-color: #f6f8fa;
}

.main {
    width: 100%;
    padding: 5px 0px;
    min-height: 100vh;
}

.footer {
    background-color: white;
    padding: 10px 15px;
}

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 3px;
  border-left: 9px solid rgba(0, 0, 0, 0.15);
}

.alert-heading {
  color: inherit;
}

.alert-info {
  color: #24587e;
  background-color: #daeefc;
  border-color: #cbe7fb;
}

.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}

.alert-success {
  color: #316100;
  background-color: #dff1cc;
  border-color: #d2ecb8;
}

.alert-danger {
  color: #6b1110;
  background-color: #f5d2d2;
  border-color: #f1c1c0;
}

.btn-sm.btn-block {
    padding: 7px 10px !important;
}


.btn-white {
    background-color: #ffffff !important;
    border: 1px solid #d5d5d5 !important;
    color: #000000 !important;
    -webkit-box-shadow: 0 3px 5px 0 rgba(60, 72, 88, 0.3);
    box-shadow: 0 3px 5px 0 rgba(60, 72, 88, 0.3);
    font-weight: 500 !important;
}

.btn-danger {
    color: white !important;
}

.sidebar {
    position: relative;
    background-color: #000000;
    width: 27vh;
    color: white;
    min-width: 240px;
    float: left;
}

.sidebar .logo img {
    width: 100%;
    object-fit: contain;
    padding: 8px 20px;
    height: 58px;
}



.sidebar_hide_btn {
    position: absolute;
    right: -17px;
    top: 15px;
    background-color: white;
    width: 28px;
    height: 28px;
    text-align: center;
    color: #a1a5b7;
    border-radius: 5px;
    cursor: pointer;
    box-shadow: 1px 2px 20px 1px #c3c3c3;
}

.sidebar.min .sidebar_hide_btn {
    right:-30px;
}


.sidebar_hide_btn i {
    font-size: 25px;
}

.sidebar_hide_btn i {
    font-size: 22px;
    line-height: 27px;
}

.sidebar_menuler {
    width: 100%;
    padding-top: 5px;
    position: relative;
    overflow: auto;
    max-height: 90vh;
    padding-bottom: 10vh;
}

.sidebar_menuler a.menu-item {
    position: relative;
    display: block;
    color: #C5C5D8;
    padding: 7px 7px;
    font-size: 14px;
    font-weight: 400;
    cursor: pointer;
    min-height: 35px;
}

.sidebar_menuler a.menu-item i {
    font-size: 18px;
    position: absolute;
    top: 8px;
    left: 8px;
    width: 18px;
    text-align: center;
}

.sidebar_menuler a.menu-item span {
    padding-left: 30px;
}

.sidebar_menuler a.menu-item:hover,.sidebar_menuler a.menu-item.active {
    background-color: #2A2A3C;
    color: white;
    border-radius: 2px;
}


.sidebar_menuler .menu-accordion a.menu-item i.downbtn {
    position: absolute;
    right: 5px;
    left: inherit;
    padding-right: 10px;
}

.menu-sub {
    padding-left: 25px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
}

.menu-accordion.active .menu-sub {
    /* display: block; */
    max-height: 800px;
    overflow: hidden;
    transition: max-height 0.5s ease-in-out;
}

.sidebar_menuler .menu-sub a.menu-item i {font-size: 7px;position: absolute;top: 14px;left: 11px;}


.sidebar_menuler .menu-sub a.menu-item span {
    padding-left: 23px;
}

.header {
    height: 58px;
    background-color: white;
    border-bottom: solid 1px #ededed;
}

.header h1 {
    color: #181c32;
    font-size: 19px;
    margin: 0;
    padding: 0;
}

.header a.name {
    float: left;
    margin-top: 20px;
    margin-left: 27px;
}

.user_menuler {
    position: relative;
    float: right;
    padding: 12px 10px 8px 10px;
    cursor: pointer;
}

.user_menuler img {
    height: 40px;
    width: 40px;
    border-radius: 40px;
    object-fit: contain;
}

.user_menuler .user_menu {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
}

.user_menuler .user_menu.active {
    max-height: 500px;
    border: solid 1px #efefef;
}


.user_menu.active:before {
    position: fixed;
    top: 53px;
    right: 20px;
    display: inline-block;
    border-right: 10px solid transparent;
    border-bottom: 10px solid rgb(0 0 0 / 12%);
    border-left: 10px solid transparent;
    border-bottom-color: rgb(255 255 255);
    content: '';
}

.user_menuler .user_menu {
    background-color: white;
    width: 225px;
    border-radius: 5px;
    cursor: initial;
    position: absolute;
    right: 10px;
    top: 62px;
    z-index: 3;
}

.user_menuler .user_menu ul {
    padding: 0px;
    list-style: none;
    margin: 0;
}

.logo {
    display: block;
    width: 100%;
    text-align: center;
}


.user_menuler ul li {
    padding: 0;
}

.user_menuler ul li a {
    color: #181c32;
    padding: 10px;
    display: block;
    border-bottom: solid 1px #f1f1f1;
    font-size: 14px;
}

.user_menuler ul li a:hover {
    color: #009ef7;
    background-color: #f4f6fa;
}

.user_details {
    padding: 5px 0px;
    border-bottom: solid 1px #eaeaea;
}

.user_details p {
    padding: 4px 15px;
    margin: 0;
    font-size: 13px;
}

.user_details p.mail {
    font-size: 13px;
    color: gray;
}



.logo_circle {
    display: none;
}

.sidebar.min {
    width: 16px;
    min-width: 53px;
}

.sidebar.min .sidebar_menuler a.menu-item span {
    margin-left: 50px;
    display: none;
    height: 63px;
}

.sidebar.min .sidebar_menuler .menu-accordion .menu-sub {
    margin-left: 80px;
    display: none;
}

.sidebar.min .sidebar_menuler .menu-accordion a.menu-item i.downbtn {
    display: none;
}

.sidebar.min .logo {
    display: none;
}

.sidebar.min .logo_circle {
    display: block;
}

.sidebar.min .logo_circle img {
    height: 40px;
    margin-top: 10px;
    object-fit: contain;
}

.sidebar {
  transition: transform 0.3s ease;
}

.sidebar.min {
  transform: translateX(-18%);
  padding-left: 15px;
}


p.copyright {
    font-size: 15px;
    color: gray;
}

p.copyright a {
    color: gray;
}


.card {
    background-color: white;
    box-shadow: 0px 0px 20px 0px rgba(76, 87, 125, 0.02);
    border: 0;
}

.card-header {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    min-height: 70px;
    padding: 10px 7px 7px 10px;
    background-color: white;
    border-bottom: 1px solid #f4f4f4;
}

input.form-control.card_search {
    width: 250px;
    padding-left: 35px;
    background-color: #f9f9f9;
    border-color: #f9f9f9;
    background-color: #f9f9f9;
    border-color: #f9f9f9;
    color: #5e6278;
    transition: color 0.2s ease;
    padding-top: 7px;
    font-size: 15px;
    padding-right: 30px;
}

.form-control.form-control-solid {
    background-color: #f9f9f9;
    border-color: #f9f9f9;
    color: #5e6278;
    transition: color 0.2s ease;
}


.form-group.search_div {
    position: relative;
}

.form-group.search_div i.fa.fa-search {
    position: absolute;
    top: 10px;
    left: 12px;
    font-size: 18px;
    color: #a1a5b7;
}


.form-control.form-control-solid::placeholder {
    color: #a1a5b7;
}

.form-control.form-control-solid::-moz-placeholder {
    color: #a1a5b7;
    opacity: 1;
}

.form-control::placeholder {
    color: #a1a5b7;
}

.main .table>:not(caption)>*>* {
    color: #b5b5c3;
    font-size: 12px;
}


input[type=checkbox] { cursor: pointer; }

.form-check:not(.form-switch) .form-check-input[type=checkbox] {
    background-size: 60% 60%;
}

.form-check-input:focus {
	border-color: #ffffff00;
	outline: 0;
	box-shadow: 0 0 0 0.25rem rgb(255 255 255 / 25%);
}

.form-check-input:checked {
    /* background-color: #000000; */
    /* border-color: #000000; */
}


img.limg {width: 50px;height: 50px;object-fit: cover;border-radius: 5px;box-shadow: 4px 4px 15px 0px #e8e8e8e0;}


a.btn.btn-ikon {
    padding: 12px 5px !important;
    text-align: center !important;
    margin: 0 !important;
    border-radius: 40px;
    width: 40px;
    height: 40px;
}

a.btn.btn-ikon i {
    margin: 0 !important;
    padding: 0 !important;
    font-size: 18px !important;
    color: inherit !important;
}


.btn.btn-primary, .btn.btn-primary:hover, .btn.btn-primary:focus {
    border-color: #467fcf !important;
    background-color: #467fcf !important;
    color: #ffffff !important;
}


.page-item i {
    color: #5e6278;
}

span.btn.btn-tdicon {
    width: 34px !important;
    height: 30px !important;
    border-radius: 5px !important;
    overflow: hidden !important;
    padding: 10px 10px !important;
    margin: 0 !important;
    text-align: center !important;
    font-size: 15px;
    line-height: 11px;
}


span.btn.btn-tdicon i {
    font-size: inherit;
    line-height: inherit;
    margin: 0;
    padding: 0;
}


input[type=checkbox] { cursor: pointer; }

.imgload {
    position: relative;
    width: 38px;
    border: solid 1px #f5f6f7;
    letter-spacing: normal;
    color: #444950;
    font-size: 17px;
    font-weight: bold;
    font-family: Arial, sans-serif;
    line-height: 26px;
    text-align: center;
    background-color: #50cd89;
    border-color: #50cd89;
    height: 38px;
    padding-left: 4px;
    padding-right: 11px;
    border-radius: 5px;
    cursor: pointer;
    float: right;
    margin-left: 10px;
}

.imgload i {
    padding: 8px 5px;
    font-size: 22px;
    color: #ffffff;
}


.form-check.gal {
	padding: 0;
	margin: 0;
	position: absolute;
	top: -4px;
	left: -2px;
	border-radius: 0;
}

.gal input[type=checkbox] {border-radius: 0;border-bottom-right-radius: 7px;}

.card.card-flush>.card-header.border-bottom {
    border-bottom: solid 1px #f3f3f3 !important;
}


a.btn.btn-sm.btn-icon i {
    font-size: 22px;
}


button.btn.btn-search i {
    font-size: 16px;
    color: white;
    padding: 0;
}

button.btn.btn-search {
    background: #019ef7;
    padding: 12px !important;
    border-top-left-radius: 0px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 0px;
    text-align: center;
}

.logo_ana {
	height: 45px;
    border-radius: 10px;
}

i.fa-solid.fa-bars-staggered {
    font-size: 25px;
}



input.form-control.card_search {
    width: 250px;
}



@media (max-width: 576px) {
  input.form-control.card_search {
    width: 100%;
  }
  
  .form-group.search_div {
    overflow: hidden;
    width: 150px;
    margin-bottom: 0;
}



}


.notfound_list { display: none; }


span.btn.btn-flush.sclear {
    z-index: 10;
    padding: 10px 11px;
    text-align: center;
}

span.btn.btn-flush.sclear i {
    padding: 0;
}



.btn.btn-icon.btn-sm, .btn-group-sm>.btn.btn-icon {
    height: 45px;
    width: 45px;
}


.text-right {
    text-align: right;
}

#datasira td {
    cursor: move;
    max-width: 100%;
    word-break: break-word;
}


.form-group {
    margin-bottom: 10px;
}

.form-group label {
    margin-bottom: 2px;
    font-weight: initial;
    color: #7E838F;
}

img {
    max-width: 100%;
}

.imgonizle {
    border: solid 1px whitesmoke;
    border-radius: 7px !important;
    position:relative;
    overflow: hidden;
}

.imgonizle img {}

.input-group .btn.fotoclear {
    position: absolute;
    top: -1px;
    right: -1px;
    width: 30px;
    height: 30px;
    font-size: 18px;
    text-align: center;
    padding: 7px !important;
}



.input-group .btn.fotoclear i {
    font-size: inherit;
    padding: 0;
    margin: 0;
}

.btn-sm {
    padding: 3px 6px !important;
    font-size: .875rem;
    line-height: 1;
    border-radius: 0.21rem !important;
}

.form-group label.alt_title {
	color: #a1a5b7 !important;
	font-size: 12px !important;
	padding-top: 2px;
}


.btn-info {
  color: #fff !important;
  background-color: #45aaf2;
  border-color: #45aaf2;
  padding: 7px 10px;
  border-radius: 3px;
}

.btn-info:hover {
  color: #fff;
  background-color: #219af0;
  border-color: #1594ef;
}

.btn-info:focus, .btn-info.focus {
  box-shadow: 0 0 0 2px rgba(69, 170, 242, 0.5);
}

.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active,
.show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #1594ef;
  border-color: #108ee7;
}

.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 2px rgba(69, 170, 242, 0.5);
}

.btn-min-width {
    min-width: 10.5rem;
}


/* FOTO UPLOAD */
/*progstep*/
.progstep {counter-reset: step;text-align: center;margin: 0px;padding: 0px 0px 15px 0px;font-size: 15px;}
.progstep li { list-style: none; display: inline-block; position: relative; text-align: center; cursor: pointer; width: 20%; }
.progstep li:before { content: counter(step); counter-increment: step; width: 35px; height: 35px; line-height : 30px; border: 3px solid #c1c0c0;border-radius: 100%; display: block; text-align: center; margin: 0px auto 5px auto; background-color: #fff; line-height: 32px; font-size: 16px;z-index: 2;font-weight: bold;}
.progstep li.active:before {background-color: #3aac5d;border-color: #18bb4b;color:white;}
.progstep li:after{ content: ''; position: absolute; width:100%; height: 5px; background-color: #c1c0c0; top: 16px; left: -50%; z-index: -1; }
.progstep li:first-child:after { content: none;}
.progstep li.active { color: black;}
.progstep li.active + li:after{background-color: #18bb4b;}
.progstep li.active + li:before{border-color: #18bb4b;}
/*progstep*/

div.progress {
    width: 100%;
    background-color: #ddd;
    position: absolute;
    left: 0px;
    bottom: 0px;
    overflow: hidden;
	height: 10px;
}

div.progbar {width: 1%;height: 10px;background-color: #4CAF50;}


.fotoup {
    height: 105px;
    width: 200px;
    border-radius: 2px;
    background-color: #f8f8f8;
    border: dashed 2px #ccc;
    text-align: center;
    position: relative;
    display: block;
	width: 100%;
	padding: 15px;
}

input#uploadFile {
    width: 100%;
    height: 100%;
    top: 0px;
    position: absolute;
    opacity: 0;
    left: 0px;
	cursor: pointer;
}

label.upimggo i.fa.fa-camera {
    font-size: 40px;
    display: block;
    margin-bottom: 10px;
    color: inherit;
}


input#uploadFile::-webkit-file-upload-button {
    width: 0;
    padding: 0;
    margin: 0;
    -webkit-appearance: none;
    border: none;
    border:0px;
}

 x::-webkit-file-upload-button, input[type=file]:after, input#uploadFile:after {
    content:'.';
    left: 100%;
    margin-left:3px;
    position: relative;
    -webkit-appearance: button;
    padding: 3px 8px 2px;
    border:0px;
}

label.upimggo {
    font-size: 14px;
    font-weight: bold;
    color: #378de2;
    text-align: left;
    line-height: 17px;
    text-align: center;
    position: absolute;
    height: 100px;
    display: block;
    padding: 10px 10px 10px 10px;
	width: 100%;
	display: contents;
}

label.upimggo span {
    color: #7d7d7d;
}


/*img list*/
.upimglist ul li {
	position: relative;
    display: inline-block;
    margin: 3px;
    border: solid 1px #d4d4d4;
    border-radius: 5px;
    overflow: hidden;
	cursor:pointer;
}
.upimglist ul li img {
    width: 120px;
    height: 90px;
    display: block;
}
.upimglist ul {
    padding: 0px;
	text-align: center;
}
.upimglist ul li:hover {
    background-color: #f8f8f8;
}
.imgldel:before {
	content: "";
    background-image: url(/eleska/file/img/error.svg);
    background-repeat: no-repeat;
    background-size: 20px 20px;
    width: 20px;
    height: 20px;
    position: absolute;
    margin: 0px 0px 0px 0px;
    right: 0px;
    top: 0px;
    background-color: #d75a4a;
    border-radius: 10px 0px 10px 10px;
	cursor:pointer;
}

a.imlimiti {
    font-size: 22px;
    line-height: 4px;
    color: #378de2;
}

.imglimitdiv {
    display: block;
    position: relative;
    margin: 20px 0px 0px 0px;
}

a.imlimita {
    font-size: 18px;
    line-height: 4px;
    color: #424446;
    padding-right: 11px;
}

.progimglimit {
    width: 100%;
    height: 10px;
    background-color: #b5b5b5;
    margin-top: 10px;
    border-radius: 5px;
	overflow: hidden;
}
.progimglimit div {
    width: 0%;
    height: 10px;
    background-color: #4CAF50;
}
.imglistdiv {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
}
/*img list*/


/* Modal Ajax */

.alt-header {
    padding: 5px;
    border-bottom: 1px solid #e9ecef;
}

.imgyukle {
	position:relative;
	width: 100px;
	border: solid 1px #f5f6f7;
	letter-spacing: normal;
	color: #444950;
	font-size: 12px;
	font-weight: bold;
	font-family: Arial, sans-serif;
	line-height: 26px;
	text-align: center;
	background-color: #f5f6f7;
	border-color: #dadde1;
	height: 40px;
	padding-left: 11px;
	padding-right: 11px;
	border-radius: 2px;
	cursor: pointer;
	float: left;
}

.imgyukle i {
    float: left;
    padding-left: 5px;
    padding-top: 12px;
    font-size: 16px;
    color: #444950;
}

.imgyukle a {
    font-weight: 600;
    color: #444950;
    font-size: 15px;
    font-family: Arial, sans-serif;
    line-height: 26px;
    text-align: center;
    padding-top: 7px;
    display: block;
}
.imgaradiv input {
    padding: 9px 45px 8px 8px;
    height: 38px;
}

.imgaradiv input::placeholder {
  color: #a1a5b7;
}

.imgaradiv { width: 250px; float: right;position: relative; }

.imgaradiv i {
    position: absolute;
    top: 1px;
    right: 1px;
    height: 36px;
    background-color: #f5f6f7;
    padding: 11px 10px 5px 10px;
    border-left: solid 1px #e2e2e2;
    cursor: pointer;
    font-size: 17px;
    line-height: 15px;
    border-top-left-radius: 0;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 0;
}

i#araclose {
    border-radius: 5px;
    border: 1px;
    height: 35px;
    width: 36px;
    padding: 10px 10px 0px 10px;
    display:none;
    font-size: 22px;
}

.imgonizle {
    border: solid 1px whitesmoke;
    border-radius: 5px;
	position:relative;
}

.imgonizle img {height: 160px;object-fit: contain;}

span.fotoclear {
    position: absolute;
    top: 0;
    right: 0;
}

.modal-title {
    color: #495057;
    font-size: 17px;
    padding-left: 30px;
    position: relative;
}

.modal-title i {
    color: #697179;
    font-size: 22px;
    padding: 0px 5px 0px 0px;
    position: absolute;
    left: 0;
    top: 3px;
}

.modal-header .btn-close {
	padding-right: 42px; 
}

.btn-close:focus {
	box-shadow: none;
}

.modal-header {
    padding: 15px 0px 10px 8px;
}


.modal-title .badge i {
    position: relative;
    font-size: 12px;
    color: white;
    text-align: center;
}

.modal-title a.btn_modal_i {
    position: relative;
    display: inline-block;
    font-size: 12px;
    padding: 2px 5px 7px 5px !important;
    line-height: 13px;
}

.modal-title a.btn_modal_i i {
    position: relative;
    color: inherit;
    font-size: 13px;
}



div#imgpagediv { 
	align-self: center; 
	height: 55px; 
}

.btn {
    padding: 0.375rem 0.75rem;
    border-radius: 3px;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    margin: 1px;
    padding: 8px 10px;
}

.btn:focus {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.btn-black {
    background-color: #000000 !important;
    border: 1px solid #000000 !important;
    color: white !important;
    -webkit-box-shadow: 0 3px 5px 0 rgba(60, 72, 88, 0.3);
    box-shadow: 0 3px 5px 0 rgba(60, 72, 88, 0.3);
	    font-weight: 600 !important;
}

.btn-black:hover,
.btn-black:focus,
.btn-black:active,
.btn-black.active,
.btn-black.focus {
    background-color: white !important;
    border-color: #bfbebe !important;
    color: #000000 !important;
}

/*img list*/

.upimglist ul li {
	position: relative;
    display: inline-block;
    margin: 3px;
    border: solid 1px #d4d4d4;
    border-radius: 5px;
    overflow: hidden;
	cursor:pointer;
}
.upimglist ul li img {
    width: 105px;
    height: 90px;
    display: block;
}
.upimglist ul {
    padding: 0px;
	text-align: center;
}
.upimglist ul li:hover {
    background-color: #f8f8f8;
}
.imgldel:before {
	content: "";
    background-image: url(/eleska/file/img/error.svg);
    background-repeat: no-repeat;
    background-size: 20px 20px;
    width: 20px;
    height: 20px;
    position: absolute;
    margin: 0px 0px 0px 0px;
    right: 0px;
    top: 0px;
    background-color: #d75a4a;
    border-radius: 10px 0px 10px 10px;
	cursor:pointer;
}

a.imlimiti {
    font-size: 22px;
    line-height: 4px;
    color: #378de2;
}

.imglimitdiv {
    display: block;
    position: relative;
    margin: 20px 0px 0px 0px;
}

a.imlimita {
    font-size: 18px;
    line-height: 4px;
    color: #424446;
    padding-right: 11px;
}

.progimglimit {
    width: 100%;
    height: 10px;
    background-color: #b5b5b5;
    margin-top: 10px;
    border-radius: 5px;
	overflow: hidden;
}
.progimglimit div {
    width: 0%;
    height: 10px;
    background-color: #4CAF50;
}
.imglistdiv {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
}

.imgupdel {position: absolute;top: -2px;right: -2px;padding: 3px 6px !important;text-align: center;}
/*img list*/

span.btn.btn-danger.btn-sm.imgupdel i {
    font-size: 18px;
    padding: 0;
}

a.page-link {
    cursor: pointer;
}


.btn-default {
    background-color: #efefef;
}

.mr-1 {
    margin-right: 0.25rem !important;
}


.btn>i {
    padding: 0;
}

.note-tooltip-content {
    background-color: #000000 !important;
}

.note-tooltip.bottom .note-tooltip-arrow {
    border-bottom-color: #000000 !important;
}


th.width50 { width: 50px;}
th.width120 {width: 120px;}



.main .table td.dataTables_empty {
    text-align: center;
    font-size: 15px;
}

a.btn.btn-sm.btn-icon i {
    font-size: 22px;
}

.btn.btn-icon.btn-sm, .btn-group-sm>.btn.btn-icon {
    height: 45px;
    width: 45px;
}


.btn.btn-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    height: calc(1.5em + 1.55rem + 2px);
    width: calc(1.5em + 1.55rem + 2px);
}

a.btn.btn-ikon {
    padding: 12px 5px !important;
    text-align: center !important;
    margin: 0 !important;
    border-radius: 40px;
    width: 40px;
    height: 40px;
    line-height: 18px;
}

a.btn.btn-ikon i {
    margin: 0 !important;
    padding: 0 !important;
    font-size: 18px !important;
    color: inherit !important;
}


.btn.btn-primary, .btn.btn-primary:hover, .btn.btn-primary:focus {
    border-color: #467fcf !important;
    background-color: #467fcf !important;
    color: #ffffff !important;
}

.btn.btn-success {
    color: #ffffff;
    border-color: #50cd89;
    background-color: #50cd89;
}


.form-control:focus {
    /* background-color: #f4f4f4 !important; */
    border-color: #f4f4f4 !important;
    color: #5e6278 !important;
    outline: 0 !important;
    transition: color 0.2s ease;
    box-shadow: none;
}



.btn-check:checked+.btn.btn-active-light-primary,
.btn-check:active+.btn.btn-active-light-primary,
.btn.btn-active-light-primary:focus:not(.btn-active),
.btn.btn-active-light-primary:hover:not(.btn-active),
.btn.btn-active-light-primary:active:not(.btn-active),
.btn.btn-active-light-primary.active,
.btn.btn-active-light-primary.show,
.show>.btn.btn-active-light-primary {
    color: #009ef7 !important;
    border-color: #f1faff !important;
    background-color: #f1faff !important;
}

.btn {
    word-break: keep-all !important;
}

.btn-warning, .btn-warning:hover {
    color: #fff;
    background-color: #d4ae14;
    border-color: #d2ab11;
}



.h-15px {
    height: 15px !important;
}

.w-15px {
    width: 15px !important;
}

.w-50px {
    width: 50px !important;
}

.w-75px {
    width: 75px !important;
}

.w-100px {
    width: 100px !important;
}

.align-middle {
    vertical-align: middle !important;
}

table.table {
    margin: 0px 0px 5px 0px;
	overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

td.td_title a {
    word-break: break-word;
}

.text-muted {
    color: #a1a5b7 !important;
}

.spinner-border {
    --bs-spinner-width: 2rem;
    --bs-spinner-height: 2rem;
    --bs-spinner-vertical-align: -0.125em;
    --bs-spinner-border-width: 0.185rem;
    --bs-spinner-animation-speed: 0.65s;
    --bs-spinner-animation-name: spinner-border;
    border: var(--bs-spinner-border-width) solid currentcolor;
    border-right-color: transparent;
}


span.sloading,.sclear {
    position: absolute;
    right: 2px;
    top: 1px;
    color: #a1a5b7;
    cursor: pointer;
    font-size: 18px;
    width: 30px;
    height: 36px;
    text-align: center;
    line-height: 38px;
}


.table:not(.table-bordered) tr,
.table:not(.table-bordered) th,
.table:not(.table-bordered) td {
    font-size: inherit;
    font-weight: initial;
}

.table:not(.table-bordered) tr:first-child,
.table:not(.table-bordered) th:first-child,
.table:not(.table-bordered) td:first-child {
    padding-left: 0;
}

.table:not(.table-bordered) tr:last-child,
.table:not(.table-bordered) th:last-child,
.table:not(.table-bordered) td:last-child {
    padding-right: 0;
}

.table:not(.table-bordered) tfoot tr:last-child,
.table:not(.table-bordered) tbody tr:last-child {
    /* border-bottom: 0 !important; */
}

.table:not(.table-bordered) tfoot tr:last-child th,
.table:not(.table-bordered) tfoot tr:last-child td,
.table:not(.table-bordered) tbody tr:last-child th,
.table:not(.table-bordered) tbody tr:last-child td {
    border-bottom: 0 !important;
}

.table:not(.table-bordered) tfoot th,
.table:not(.table-bordered) tfoot td {
    border-top: inherit;
}

.table:not(.table-bordered).table-rounded {
    border-radius: 0.475rem;
    border-spacing: 0;
    border-collapse: separate;
}




.table:not(.table-bordered).table-row-dashed tr {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #f2f2f2
}





.form-check .form-check-input:not(:checked) {
    background-color: #f4f4f4;
}

input[type=checkbox] {
    cursor: pointer;
    float: none;
    flex-shrink: 0;
    height: 1.55rem;
    width: 1.55rem;
    border: 0;
    background-size: 60% 60%;
    background-color: #2196F3;
}



td.td_check {
    width: 15px;
}

td.td_img {
    width: 67px;
}

td.td_title {
    
}

td.td_on_ln {
    width: 15px;
    text-align-last: center;
}

td.td_time {
    width: 135px;
}



.form-check .form-check-input {
    float: inherit;
    margin-left: 2px;
}

.form-check {
    padding-left: 2px;
    margin-bottom: 0;
}



.text-gray-800 {
    color: #5e6278 !important;
}
.text-hover-primary {
    transition: color 0.2s ease;
}
.text-hover-primary:hover {
    transition: color 0.2s ease;
    color: #000000 !important;
}

.fs-5 {
    font-size: 1.15rem !important;
}

.dataTables_info.toplam_info {
    font-size: 14px;
    padding-left: 5px;
    color: #5e6278;
}

ul.pagination.pagination-circle {
    margin: 10px 0px 10px 0px;
}

ul.pagination.pagination-circle .active>.page-link, ul.pagination.pagination-circle .page-link:hover, ul.pagination.pagination-circle  page-link.active {
    color: white;
    background-color: black;
    border-color: black;
    z-index: 0;
}

ul.pagination.pagination-circle  .page-link {color: black;}

ul.pagination.pagination-circle  a.page-link i {
    color: inherit;
}


.badge-dark {
    color: #ffffff;
    background-color: #181c32;
    letter-spacing: 0.7px;
}


.form-switch .form-check-input {
    width: 45px;
}

.form-check .form-check-input:checked {
    background-color: #50cd89;
    border-color: #50cd89;
}


input.form-check-input.select_all {
    margin: 11px 8px 10px 8px;
}




td.dataTables_empty span {
    font-size: 22px;
    display: block;
    color: #555555;
    margin-top: 10px;
}

td.dataTables_empty i {
    font-size: 32px;
    color: #555555;
    margin: 5px;
}


.multi_img_list {
    border: solid 1px #e1e1e1;
    margin: 5px 0px 15px 0px;
    padding: 5px 5px 0px 5px;
    position: relative;
    background-color: #f8f8f8;
    min-height: 83px;
}

.multi_img_list ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.multi_img_list ul li {
    height: 60px;
    width: 60px;
    list-style: none;
    display: inline-block;
    position: relative;
    overflow: hidden;
    margin: 5px 0px;
    border-radius: 5px;
    border: solid 1px #e3e3e3;
}


.multi_img_list ul li .islemler {
    position: absolute;
    top: -1px;
    right: -1px;
}

.multi_img_list ul li img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.multi_img_list ul li:first-child {
    margin-left: 70px;
}

.multi_img_header {
    width: 60px;
    position: absolute;
    left: 10px;
    top: 10px;
    overflow: hidden;
}

.multi_img_header a {
    display: block;
    width: 100%;
    height: 60px;
    text-align: center;
    background-color: #f8f8f8;
    border: dashed 2px #ccc;
    padding-top: 10px;
}

.multi_img_header a i {
    display: block;
    font-size: 38px;
    color: #378de2;
}

.multi_img_header a span {
    color: #7d7d7d;
    font-weight: bold;
    padding-top: 5px;
}


/* */

.btn-block {
    width: 100%;
}

form.form.actionForm.varyantForm {
	max-height: 90vh;
	overflow-x: hidden;
	overflow-y: scroll;
	padding-bottom: 100px;
}

.varyant_item {
    display: flex;
    position: relative;
    margin-bottom: 10px;
}

.varyant_item .item_name {
    width: 100%;
}


.varyant_item .item_tools {
    width: 200px;
    display: flex;
}

.varyant_item .item_tools.just_btn {
    width: 35px;
}

.varyant_item .item_name input {
    font-size: 14px;
}

.varyant_item .item_tools .item_if, .varyant_item .item_tools .item_if:focus, .varyant_item .item_tools .item_if:hover {
    cursor: pointer;
    width: 40px;
    height: 35px;
    border-radius: 7px;
    background-color: #efefef !important;
    color: black !important;
    line-height: 15px;
    font-size: 25px;
    margin: 0px 0px 0px 5px;
    border-top-left-radius: 20px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 20px;
    border: solid 1px #d9d9d9 !important;
    padding-left:12px;
}

.varyant_item .item_tools .item_price,.varyant_item .item_tools .item_price:focus {
    width: 95px;
    border-radius: 0;
    margin-right: 0px;
    border: solid 1px #d8d8d8 !important;
    border-top-width: 1px !important;
    border-right-width: 1px !important;
    border-bottom-width: 1px !important;
    border-left-width: 0px !important;
    font-size: 14px;
    padding: 4px;
    height: 35px;
}

.varyant_item .item_tools .itemdel {
    position: relative;
    width: 32px;
    height: 35px;
    background-color: #dc3545;
    text-align: center;
    color: white;
    cursor: pointer;
    border-radius: 0;
    border-top-left-radius: 0px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 0px;
    border: 0px;
}

.varyant_item .item_tools .itemdel i {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 17px;
}

.varyant_item_add {
    /* width: 100%; */
    background: black;
    text-align: center;
    padding: 7px 5px;
    margin: 10px 0px;
    cursor: pointer;
    color: #4a4a4a !important;
    background-color: #f0f0f0;
    border: solid 1px #d1d1d1;
    display: block;
    user-select: none;
}



/* Modal pop */

.modal-pop {
    position: fixed;
    z-index: 9;
    width: 100%;
    height: 100%;
    background: #131318cc;
    pointer-events: auto;
}

.modal-pop .modal-right {
    position: fixed;
    right: 1px;
    top: 0px;
    z-index: 999999;
    background-color: white;
    width: 100%;
    height: 100%;
    padding: 0px 15px 15px 15px;
    max-width: 480px;
    border: solid 1px #d1d1d1;
}

.modal-pop .modal-right .modal-header h4 {
    width: 100%;
}

.modal-pop .modal-body {
    height: 100%;
}

.modal-pop div#varyant_items {
    margin-bottom: 10px;
}

.modal-pop .modal-header {
    border-bottom: solid 1px #e8e8e8;
    margin-bottom: 15px;
}

.item_media {
    width: 70px;
    height: 35px;
    overflow: hidden;
    display: block;
    margin-right: 5px;
    border-radius: 5px;
    border: solid 1px #e0e0e0;
    cursor: pointer;
	background-color: #cccccc;
}

.item_media img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}



.item_media_pop {
    position: absolute;
    background: white;
    border: solid 1px gray;
    padding: 5px;
    width: 320px;
    box-shadow: rgba(16, 24, 40, 0.08) 0px 12px 16px -4px, rgba(16, 24, 40, 0.03) 0px 4px 6px -2px;
    border-radius: 0.5rem;
    background-color: rgb(255, 255, 255);
    border: 1px solid rgb(238, 242, 246);
    background-clip: border-box;
    display: none;
	z-index: 9;
}

.item_media_tab {
    display: flex;
    flex-direction: row;
    -webkit-box-pack: justify;
    justify-content: space-between;
    padding: 4px;
    border: 1px solid rgb(238, 242, 246);
    background-color: rgb(248, 250, 252);
    border-radius: 4px;
}

.tab {
    outline: none;
    border: none;
    width: 100%;
    padding: 6px 0px;
    cursor: pointer;
    font-style: normal;
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 500;
    box-shadow: rgba(0, 0, 0, 0.1) -1px 1px 4px;
    border-radius: 0.25rem;
    text-align: center;
}

.tab.active {
    background-color: rgb(255, 255, 255);
    color: rgb(18, 25, 38);
}



.item_media_pop_kapat {
    position: absolute;
    right: -1px;
    top: 0px;
    width: 30px;
    height: 30px;
    background-color: #dc3545;
    text-align: center;
    font-size: 14px;
    color: white;
    line-height: 30px;
    border-radius: 15px;
    cursor: pointer;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 40px;
    border-bottom-left-radius: 40px;
}


.item_media_pop .tab_card {
    display: none;
}

.item_media_pop .form-group, .item_media_pop .input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
    margin: 0;
}

.item_media_pop .input-group {
    display: block;
}

.item_media_pop .imgonizle img {
    width: 100%;
}

.item_media_pop input[type="color"] {
	height: 37px;
	padding: 0;
	border-top-left-radius: 25px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 25px;
	border-bottom-left-radius: 0px;
	overflow: hidden;
	cursor: pointer;
	border: 0;
	border-color: transparent;
}

.item_media .item_preview {
    /* display: none; */
}


i.fa.item_preview {
    font-size: 25px;
    text-align: center;
    line-height: 35px;
    background-color: #f0f0f0;
    color: #4d4747;
    width: 35px;
}


.varyant_list {
    background-color: #eef2f6;
    border: solid 1px gainsboro;
    margin-bottom: 15px;
}

.varyant_list_header {
    position: relative;
    padding: 10px 10px 7px 10px;
    margin-right: 3px;
    display: flex;
}

.varyant_list_header>h5 {
    width: 100%;
    display: block;
    margin: 0;
    font-size: 16px;
    color: #4b5565;
    line-height: 37px;
}


.btn.btn-circle {
    border-radius: 25px;
    width: 40px;
    height: 35px;
    font-size: 17px;
    text-align: center;
    padding: 7px 0 6px 0;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.btn.btn-circle i {
    display:block;
}


.varyant_list ul {
    margin: 0;
    padding: 0;
    background-color: white;
    list-style: none;
}

.varyant_list ul li {
    position: relative;
}

.varyant_list ul li a.ajaxPop {
    display: block;
    /* font-size: 16px; */
    padding: 7px 45px 7px 10px;
    border-top: solid 1px #e9e9e9;
    font-weight: normal;
    color: #4b5565;
}

.varyant_list ul li .islemler {
    position: absolute;
    right: 10px;
    top: 7px;
}

.varyant_list ul li .islemler a.listsil .btn {
    line-height: 19px;
    width: 25px;
    height: 25px;
    border-radius: 25px !important;
}

.varyant_list ul li a.ajaxPop:hover {
    background-color: #f7fafd;
}


/* Varyant sip list */


  .siparis_li {
      display: block;
      width: 100%;
      position: relative;
      padding: 5px 10px 5px 0px;
      border-bottom: solid 1px #d9d9d9;
      min-height: 77px;
      color: #333e48;
  }
  
  a.siparis_li:hover {
      background-color: #f5f7fb;
  }
  
  .siparis_li img {
      width: 55px;
      height: 55px;
      object-fit: contain;
      border: solid #cbcbcb 1px;
      padding: 2px;
      position: absolute;
      top: 14px;
  }
  
  .siparis_li_right {
      display: block;
      padding-left: 62px;
      padding-top: 5px;
  }
  
  .siparis_li_right h3 {
      font-size: 14px;
      font-weight: 600;
      margin-bottom: 5px;
      position: relative;
      padding-right: 110px;
  }
  .siparis_li_right h3 span {
      position: absolute;
      top: 0px;
      right: 0;
  }
  
  .siparis_li_right h4 i {
      font-size: 12px;
      font-style: normal;
      padding: 5px 10px;
  }
  
  .siparis_li_right h5 {
      font-size: 14px;
      margin-bottom: 0px;
  }
  
  .siparis_li_right p {}
  
  .siparis_li_right h4 span {
      font-size: 12px;
      text-align: right;
      line-height: 13px;
  }
  
  .siparis_li_right h4 {
      display: flex;
      justify-content: space-between;
      margin-bottom: 4px;
      font-size: 12px;
  }
  
  .siparis_li_right h5 span.badge {
      font-size: 12px;
      letter-spacing: 1px;
  }
  
  
  a.siparis_li p {margin-bottom: 0px;padding-top: 5px;}

.siparis_li_right h3 i {
    background-color: black;
    color: white;
    font-style: normal;
    width: 24px;
    height: 24px;
    display: inline-block;
    text-align: center;
    line-height: 25px;
    border-radius: 22px;
    font-size: 13px;
}

.siparis_li_right ul {
    margin: 0;
}

ul.varyant_list_text {
}

ul.varyant_list_text li {}

ul.varyant_list_text li b {
    display: block;
}

ul.varyant_list_text li span {}

ul.varyant_list_text li i {
    font-style: normal;
    color: #2a2a2a;
    background-color: #f7f5f5;
    padding: 2px 5px;
    border-radius: 5px;
    font-size: 13px;
    border: solid 1px #efefef;
}



.section-title {
    position: relative;
    font-size: 18px;
    font-weight: 500;
}

.section-title::after {
    content: ' ';
    height: 2px;
    width: 114px;
    display: block;
    background-color: #000000;
    position: absolute;
    bottom: -1px;
    left: 0;
}




ul.sip_detay {
    list-style: none;
    padding: 0;
    margin: 0px 0 0 0;
}

ul.sip_detay li {
    display: block;
    padding: 7px 5px 7px 5px;
    border-bottom: solid 1px #e9e9e9;
}

ul.sip_detay li span {
    padding-right: 5px;
    font-size: 15px;
}

ul.sip_detay li i {
    font-weight: normal;
    font-style: normal;
    font-size: 16px;
}

ul.sip_detay li:hover {
    background-color: #f4f6f8;
}





/*--------------------*/
.main.black_bg {
    background: #000000;
}
    .card_center {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 90vh;
    }

    .card_login {
        max-width: 500px;
        width: 100%;
        padding: 18px;
    }

.form-group .input-icon {
    position: relative;
}

.form-group .input-icon i {
    position: absolute;
    font-size: 20px;
    top: 10px;
    left: 10px;
}

.form-group .input-icon .form-control {
    padding-left: 35px;
}


.form-control {
    font-size: 14px;
}

.card_login h1 {
    text-align: center;
    font-size: 20px;
}



p.note_line {
    margin: 0px 0px 5px 0px;
    padding: 0px 0px 5px 0px;
    font-size: 12px;
    color: #7E838F;
    border-bottom: solid 1px #dddddd;
}



.opening_hour_title {
    display: flex;
    border-bottom: solid 2px #dddddd;
    margin-bottom: 10px;
    padding-bottom: 5px;
    align-content: center;
    justify-content: space-between;
    align-items: center;
}

.opening_hour_title>h5 {
    font-size: 15px;
    margin: 0;
    padding: 0;
}


.opening_li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-content: center;
}

.opening_li .form-group {
    width: 100%;
}

.opening_li .btn {
    height: 35px;
    margin: 15px 0px 3px 5px;
    line-height: 18px;
    display: block;
    position: relative;
    border-radius: 20px;
}



.bg_opening_hour {
    background-color: #fffefe;
    padding: 15px 15px;
    margin: 5px 0px;
}


.checked .delivery_list_form { display: block; }
.delivery_list_form { display: none; }

.delivery_closed  { display:inline; }
.checked .delivery_closed  { display:none; }

.delivery_open  { display:none; }
.checked .delivery_open  { display:inline; }


.checked .pickup_list_form { display: block; }
.pickup_list_form { display: none; }

.pickup_closed  { display:inline; }
.checked .pickup_closed  { display:none; }

.pickup_open  { display:none; }
.checked .pickup_open  { display:inline; }




/*  ---- Siparisler ----- */
.sidebar_menuler a.menu-item.active>i.fa {
	animation: spin 4s linear infinite;
}

.spinner {
  display: flex;
  justify-content: center;
  align-items: center;
}

.spinner .fa-grav {
  animation: spin 4s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.orders .card {
    margin-bottom: 15px;
    border: 0;
}

.orders .card .title {
    display: flex;
    position: relative;
    overflow: hidden;
    border-bottom: solid 1px #ededed;
    box-shadow: 2px -6px 20px 1px #efefef;
    cursor: pointer;
    justify-content: space-between;
}

.orders .card .title>.tools {display: flex;}

.orders .tools>div {
    width: 50px;
    height: 35px;
    text-align: center;
    padding-top: 7px;
    font-size: 20px;
    cursor: pointer;
    color: #495057;
}

.orders .tools>div>a {
	color: #495057;
}

.orders .card .title h3 {
    font-size: 14px;
    padding: 15px 15px 5px 15px;
}

.orders .card.kapat .icon_none,
.orders .card.kapat .listeler,
.orders .card.kapat .pagnumber {
	display:none;
}

.orders .icon_none {
    text-align: center;
    padding: 27px;
}

.orders .icon_none h4 {
    font-size: 15px;
}

.orders .icon_none i {
    font-size: 74px;
    margin-top: 20px;
    color: #495057;
}

.orders .list_card {
    background-color: #ffffff;
    margin-bottom: 0px;
    border: solid 1px #eeeeee;
    padding: 0px;
    position: relative;
    min-height: 110px;
    overflow: hidden;
    cursor: pointer;
}

.orders .list_card:nth-child(odd) {
    background-color: white;
}

.orders .list_card:nth-child(even) {
    background-color: #f3f3f3;
}




.orders .kapat .list_card { display: none; }

.orders .zaman {
    width: 95px;
    text-align: center;
    padding: 25px 5px;
    position: absolute;
    top: 0;
    left: 0;
}

.orders .zaman i.date,
.orders .zaman i.teslimat{
    display: block;
    font-size: 14px;
    font-style: normal;
}

.orders .zaman span.clock {
    display: block;
    font-weight: 600;
    font-size: 20px;
    margin: 0px 0px 0px 0px;
}

.orders .detay {
    margin: 10px 10px 10px 95px;
    border-left: solid 1px #d4d4d4;
    padding-left: 10px;
}

.orders .detay span.adres {
    display: block;
    border-bottom: solid 1px #e4e4e4;
    padding: 5px 0px;
    font-weight: normal;
}

.orders .detay span.adres>i,
.orders .detay span.user>i,
.orders .detay span.price_info>i  {
    display: inline-block;
    border: 0;
    font-size: 18px;
    width: 25px;
    text-align: center;
}

.orders .listeler {
    background-color: #f5f7fb;
    margin-bottom: -10px;
    overflow: hidden;
}


.orders .detay .user {
    display: block;
    border-bottom: solid 1px #e4e4e4;
    padding: 5px 0px;
    font-weight: normal;
}

.orders .detay .price_info {
    display: block;
    padding: 5px 0px;
    font-weight: normal;
}

.orders .list_card:hover {
	background-color: #000000 !important;
	color: white;
}



.modal_siparis_up .modal-content {
    border: 0;
}

.siparis_line_btn {
    display: flex;
}

.siparis_line_btn>.btn_header {
    cursor: pointer;
    line-height: 35px;
    padding: 0px 10px;
    margin-left: 10px;
}

.modal_siparis_up .modal-header {
    color: white;
    display: flex;
    justify-content: space-between;
    align-content: center;
    flex-wrap: nowrap;
    padding: 5px 0px 5px 5px;
    background-color: #343a40;
    border-bottom: 0;
}

.btnlar {
    display: flex;
    justify-content: center;
    align-content: center;
    flex-wrap: nowrap;
    align-items: center;
    background-color: #ffffff;
    border-bottom: solid 1px #ececec;
}

.btnlar .btn_header {
    display: inline-block;
    padding: 10px 10px 10px 10px;
    cursor: pointer;
    background-color: white;
    font-weight: 600;
    margin-bottom: 5px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    font-size: 15px;
    text-transform: uppercase;
}

.btnlar .btn_header.active, .btnlar .btn_header:hover {
    background-color: #343a40;
    color: white;
}


.siparis_customer_info {
    background-color: white;
    padding: 0px 10px;
    margin-top: 0px;
}

.fast_info {
    position: relative;
    min-height: 40px;
    border-bottom: solid 1px #e7e7e7;
    margin-bottom: 5px;
    display: block;
    align-content: center;
    justify-content: space-between;
    align-items: center;
}

.fast_info p {
    margin: 0;
    width: 100%;
    display: block;
    padding-right: 120px;
}

.fast_info p span {
    margin-right: 8px;
    display: inline-block;
    font-weight: 400;
}

.fast_info .druckentbn {
    position: absolute;
    right: 5px;
    top: 2px;
    height: 35px;
    color: white;
    background-color: #10a68a;
    font-size: 15px;
    line-height: 35px;
    text-align: center;
    border-radius: 6px;
    cursor: pointer;
    padding: 0px 10px;
}

.fast_info .druckentbn:hover {
    background-color: #0a8770;
}

.siparis_customer_info>p {
    margin: 0px 0 0 0;
}



.btn_siptext {
    height: 35px;
    padding: 7px 0px 3px 10px;
    cursor: help;
    display: inline-block;
}

.siparis_line_btn .btn_header.active {
    background-color: #060606;
}

/*sip list */
.list_siparis {
    max-height: 40vh;
    overflow-x: hidden;
    overflow-y: auto;
}

b {
    /* font-weight: bolder; */
    /* font-family: sans-serif; */
}


.sip_list_card {
    background-color: #ffffff;
    height: 100%;
    margin-top: 5px;
    padding: 8px 8px 8px 8px;
    border-top: solid 1px #e3e3e3;
}

.title h5 {
    width: 170px;
    border-bottom: solid 2px #10a68a;
    margin: 0;
    padding-bottom: 5px;
    margin-bottom: 0px;
    font-size: 16px;
    color: #4b4646;
}


.sepet_li_footer {
    padding-left: 25px;
}

.siparis_istek_tarih {
    font-size: 18px;
}


.ticket_siparis_li {
    margin-top: 5px;
    text-align: left;
}

.ticket_siparis_li .kat h4 {
    margin: 0;
}

.eat_li {
    padding-left: 10px;
    padding-bottom: 5px;
    position: relative;
}

.sepet_li_footer>p {
    position: relative;
    margin: 0;
    padding: 1px 55px 0px 0px;
    font-weight: 400;
}

.sepet_li_head {
    position: relative;
}

.sepet_li_head>b {
    width: 100%;
    display: block;
    margin-right: 174px;
    word-wrap: break-word;
}

.sepet_li_head i {
    position: absolute;
    right: 0px;
    top: 0px;
    font-style: normal;
}

.kat {
    position: relative;
    border-bottom: solid 1px #e3e3e3;
    padding: 5px 10px 0px 0px;
}

.kat:last-of-type {
    border-bottom: 0px;
}


.sepet_li_head>a>span {
    padding: 0px 80px 0px 0px;
    display: block;
    word-wrap: break-word;
    font-size: 14px;
    color: #737373 !important;
    font-weight: 400;
}

.sepet_li_footer p span {
    position: absolute;
    right: 0;
    top: 0;
}

.kat h4 {
    font-size: 15px;
    margin:0px;
    color: #4b4646;
}
p.note_msg {
    margin: 0;
    border: dashed 2px black;
    text-align: center;
    padding: 5px;
    animation: renkDegisimi 3s infinite;
}
/* sip list */

.sip_detay_footer {
    /* position: fixed; */
    /* bottom: 5px; */
    /* z-index: 1; */
    background-color: #f5f7fb;
    padding: 10px 10px 10px 10px;
    /* left: 5px; */
    /* right: 5px; */
    border-top: solid 1px #e4e4e4;
    text-align: -webkit-center;
}



.sip_detay_hesap>a {
    width: 100%;
    display: flex;
    font-size: 17px;
    margin-bottom: 2px;
    align-items: center;
    justify-content: space-between;
    align-content: center;
    flex-wrap: nowrap;
    cursor: auto;
}

.sip_detay_hesap a span {
    text-transform: capitalize;
    font-size: 15px;
    color: #404c56;
    font-weight: 400;
    font-style: normal;
}

.sip_detay_hesap>a>i {
    color: #404c56;
    font-weight: 400;
    font-style: normal;
}

.sip_detay_hesap a.total_label {
    font-weight: 600;
}


.sip_dakika {
    width: 100%;
    display: flex;
    justify-content: center;
    border-top: solid 1px #e6e6e6;
    padding-top: 7px;
}

.sip_dakika .dakika {
    height: 40px;
    width: auto;
    text-align: center;
    background-color: white;
    color: #2879ff;
    font-weight: 600;
    font-family: sans-serif;
    margin: 5px;
    line-height: 45px;
    border-radius: 10px;
    box-shadow: 2px 5px 7px 0px #e9e9e9;
    cursor: pointer;
    padding: 0px 5px;
    text-transform: uppercase;
}

.sip_dakika .dakika:hover { 
	background-color: #10a68a;
	color: white; 
}

.istek_var {
    width: 100%;
    background-color: #ff3b3b;
    color: white;
    font-size: 22px;
    font-weight: 500;
    border: solid 1px #d7d7d7;
}


.istek_var {
    width: 100%;
    background-color: #ff3b3b;
    color: white;
    font-size: 22px;
    font-weight: 500;
    border: solid 1px #d7d7d7;
    text-align: center;
    padding: 5px 5px;
    border-radius: 5px;
}




.change_dk {
    height: auto;
    width: 110px;
    background-color: #ffffff;
    padding: 28px 15px 0px 15px;
    position: relative;
    font-size: 14px;
    cursor: pointer;
    border: solid 1px #e2e2e2;
    text-align: center;
    user-select: none;
}

.change_dk i {
    display: block;
    font-size: 41px;
    position: absolute;
    left: 0;
    top: -12px;
    width: 100%;
    font-style: normal;
}

.dakika_sonuc {
    text-align: center;
    position: relative;
    margin: 5px 25px 0px 25px;
    font-size: 20px;
    font-style: normal;
}

.dakika_sonuc span {
    display: block;
    font-size: 14px;
}

.dakika_sonuc i {
    font-style: normal;
}

.btn.btn-eleska {
	background-color: #10a68a;
	color: white;
	cursor: pointer;
}

.btn.btn-eleska.dakika_onayla {
    width: 350px;
    max-width: 100%;
}

.close_modal {
    color: #ffffff;
    width: 49px;
    text-align: center;
    font-size: 22px;
    cursor: pointer;
}

.siparis_line_btn>.btn_header:hover {
    background-color: #ffffff;
    color: black;
}


.istek_saatini_onayla {
    width: 100%;
    padding: 7px;
    font-size: 18px;
    background-color: #cd2846;
    color: white;
    border-radius: 20px;
    display: block;
    cursor: pointer;
}

.istek_saatini_onayla:hover {
    background-color: #95142b;
}




.restoran_not {
    display: block;
    margin-top: 7px;
    border: dashed 2px black;
    text-align: center;
    padding: 5px;
    border-color: #cd2846;
    animation: renkDegisimi 3s infinite;
    font-weight: 500;
}

@keyframes renkDegisimi {
    0% {
        border-color: #cd2846;
    }
    50% {
        border-color: #10a68a;
    }
    100% {
        border-color: #cd2846;
    }
}


.pagnumber {
    margin-top: 8px;
    margin-left: 5px;
    align-self: center;
}


audio#myAudio {
    display: none;
}


.modal.ring {
  background: linear-gradient(45deg, #ff0000, #ff9900, #33cc33, #3399ff, #9933cc, #ff3399);
  animation: borderAnimation 2s linear infinite;
}

@keyframes borderAnimation {
  0% {
    background: #ff0000;
  }
  25% {
    background: #3399ff;
  }
  50% {
    background: #33cc33;
  }
  75% {
    background: #ff9900;
  }
  100% {
    background: #ffffff;
  }
}


.siparis_customer_info>p.cancel_msg {
    text-align: center;
    padding: 2px 10px;
    color: white;
    font-size: 18px;
    animation: borderAnimation 2s linear infinite;
}

b.upper {
    text-transform: uppercase;
}


button.btn_stat {
    margin-top: 20px;
    padding: 5px 10px;
}


   .stat_eat { text-align: center; }
   .stat_eat h3 {
      font-size: larger;
      margin-bottom: 0px;
      display: block;
      text-align: center;
      border-bottom: solid 2px gray;
      padding-bottom: 5px;
  }
  .stat_eat h4 {
      font-size: 17px;
      margin: 5px;
  }
  .stat_eat ul {
      margin: 0;
      padding: 4px;
      list-style: none;
	  background-color: #f5f7f9;
  }
  .stat_eat hr {
      margin: 10px 5px;
  }
  .stat_eat ul li {
      font-size: 18px;
  }
  
  ul.stats_days li {
    border: solid 1px #e3e3e3;
    padding: 2px 10px;
}

.uyari_card {
    text-align: center;
    display: flex;
    flex-direction: column;
    padding: 30px;
    background-color: #f6f8fa;
}

.uyari_card>span {
    font-size: 20px;
}

.uyari_card>i {
    font-size: 65px;
    padding-top: 10px;
}



.medium_card {
    display: block;
    position: relative;
    padding: 15px 10px;
    color: white;
    border-radius: 5px;
    /* box-shadow: -3px -1px 20px #999999; */
    margin: 10px 0px;
    min-width: 150px;
}

.medium_card>h5 {
    margin: 0;
    padding-left: 55px;
}


.medium_card.danger {
    background-color: #b01f1f;
}

.medium_card.danger:hover {
    background-color: #d22626;
}

.medium_card.success {
    background-color: #34944b;
}

.medium_card.success:hover {
    background-color: #3ab156;
}

.medium_card.warning {
    background-color: #c49501;
}

.medium_card.warning:hover {
    background-color: #e4ae06;
}

.medium_card.info {
    background-color: #0681dd;
}

.medium_card.info:hover {
    background-color: #048bf0;
}

.medium_card.dark {
	background-color: #252525;
}


.medium_card.light {
    background-color: white;
    color: black;
}

.medium_card>label {
    float: right;
    margin-top: -23px;
}


.medium_card>span {
    margin-left: 55px;
}

.medium_card>i {
    font-size: 40px;
    position: absolute;
    top: 18px;
    left: 12px;
}


.stat_title {
    display: flex;
    justify-content: space-between;
    margin: 10px 0px 0px 0px;
    align-items: center;
}

.stat_title>h2 {
    font-size: 20px;
    color: #414141;
    margin: 0;
    display: flex;
    flex-direction: column;
}

.stat_title>h2>span:nth-child(1) {
    padding-bottom: 2px;
    border-bottom: solid 2px #e3e3e3;
    text-transform: capitalize;
}

.stat_title>h2>span:nth-child(2) {
    font-size: 17px;
    padding-top: 5px;
    text-transform: capitalize;
}



.status_resoran {
    background-color: white;
    display: flex;
    padding: 10px 30px;
    border: solid 1px #efefef;
    border-radius: 5px;
    align-items: center;
    max-width: 235px;
    float: right;
}

.status_resoran>.status_resoran_detail {
    display: flex;
    flex-direction: column;
    color: black;
    margin-right: 8vh;
    text-transform: capitalize;
}

.status_resoran>.status_resoran_detail>h5 {
    margin: 0 0 5px 0;
    font-size: 14px;
    text-transform: uppercase;
}



.box {
    position: relative;
    margin-bottom: 1.5rem;
    width: 100%;
    background-color: #ffffff;
    border-radius: 10px;
    padding: 0px;
    -webkit-transition: .5s;
    transition: .5s;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-shadow: 0 0 30px 0 rgba(82, 63, 105, 0.05);
    box-shadow: 0 0 30px 0 rgba(82, 63, 105, 0.05);
}

.box-fullscreen {
    position: fixed !important;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin-bottom: 0;
    z-index: 9999 !important;
}

.box-header {
    color: #131031;
    display: block;
    padding: 18px;
    position: relative;
    border-bottom: 1px solid rgba(72, 94, 144, 0.16);
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.box-header .box-title {
    display: inline-block;
    margin: 0;
    font-weight: 400;
    font-size: 17px;
}


.box-header>.box-controls {
    position: absolute;
    right: 1.5rem;
    top: 1.5rem;
}
.pull-right {
    float: right;
}

.box-body {
    overflow: hidden;
}

.box-controls {
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 0;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    flex-direction: row-reverse;
}


.box-controls li:first-child>a {
    margin-right: 0;
}

.box-controls li>a {
    font-family: themify;
    font-size: 0.8571rem;
    display: inline-block;
    padding: 0 4px;
    margin: 0 4px;
    color: #a2a4a9;
    opacity: .8;
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
}


.eleskacss-slides .owl-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding: 10px 0px 0px 0px;
}

.eleskacss-slides .owl-dots .owl-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #ccc;
  border: none;
  outline: none;
  position: relative;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.eleskacss-slides .owl-dots .owl-dot span {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #ccc;
}

.eleskacss-slides .owl-dots .owl-dot.active span {
  background-color: #007bff!important;
}

.eleskacss-slides .owl-dots .owl-dot:hover span {
  background-color: #aaa;
}


/* FLASH PAGE */


/*
.kat_ul {
    text-align: left;
    width: 215px;
    float: left;
    margin-right: 10px;
}

.flash_page .katli {
    position: relative;
    display: block;
    margin: 0px;
    width: 100%;
    border-radius: 0px;
    border-bottom: solid 1px #ebebeb;
    padding: 7px 40px 7px 20px;
	background-color: white;
	cursor: pointer;
}

.flash_page .katli>i {
    display: inline-block;
    font-size: 23px;
    position: absolute;
    right: 18px;
    top: 6px;
}


.flash_page .katli.active, div.katli:hover {
    background-color: #262626 !important;
    color: white !important;
}
*/




.flash .kat_ul {text-align: center;width: 100%;margin-bottom: 5px;background-color: #ffffff;border: solid 1px #ebebeb;border-top: 0;padding: 5px 8px;}

.flash_page .katli {
    display: inline-block;
    padding: 3px 25px;
    background-color: #f6f8fa;
    border-radius: 20px;
    border: solid 1px #f3f3f3;
    align-content: center;
    margin: 2px 5px 2px 0px;
    width: auto;
    cursor: pointer;
    user-select: none;
    font-size: 14px;
}

.flash_page .katli:hover, .flash_page .katli.active {
    background-color: black;
	color:white;
}

.flash_page .katli>i {
    display: none;
}




.flash_page .products_list {
    display: flex;
    align-content: flex-start;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: row;
}

.flash_page .products_list>.product {
    width: 100%;
    color: black;
    background-color: #ffffff;
    padding: 8px 5px 8px 5px;
    border-bottom: solid #ececec 1px;
    margin: 0px 0px 2px 0px;
    text-align: center;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    align-content: center;
    user-select: none;
}

.flash_page .products_list>.product:hover {
    color: white;
    background-color: black;
}

.flash_page .products_list>.product>h3 {
    font-size: 14px;
    overflow: hidden;
    margin: 0px 0px 0px 10px;
    text-align: left;
}

.flash_page .products_list>.product>span {
    background-color: #000000;
    color: white;
    padding: 3px 10px;
    margin: 0px 0px 0px 5px;
    font-size: 12px;
    width: 130px;
    min-width: 130px;
    border-radius: 30px;
}



.flash_page .products_list>.product:hover span {
    border-radius: 25px;
    background-color: white;
    color: black;
}


.btnradio  input[type="radio"],
.btnradio  input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.btnradio {
    width: 100%;
    display: flex;
    justify-content: center;
}

.btn.btn-radio.active:before {
    content: "\f00c";
    font-family: FontAwesome;
	padding-right: 5px;
}

.btn.btn-radio {
    background-color: #f5f7fb;
    color: #212529;
    border: solid 1px #cdcdcd;
    cursor: pointer;
    font-size: 14px;
}

.btn.btn-radio.active {
    background-color: #00c9a7;
    color: white;
    border: solid 1px #00c9a7;
}

.btnradio label.btn.btn-radio {margin: 0;width: 100%;padding: 5px 10px;border-color: #efefef;}



/* Yemek Modal */
.modal-content.yemek_modal {
      border-radius: 20px;
      overflow: hidden;
  }

.yemek_modal .modal_page {
    max-height: 75vh;
    overflow: auto;
}

  .yemek_modal .modal-header {
      padding: 0px;
      display: block;
      position: relative;
      border: 0;
  }
  
  .yemek_modal .modal-title {
      font-size: 17px;
      font-weight: 600;
      margin-right: 50px;
      word-break: break-word;
      margin-top: 15px;
      padding: 0 15px;
  }
  
  .yemek_modal .modal-header .close {
      position: absolute;
      top: -8px;
      right: 5px;
      font-size: 40px;
      opacity: 1;
      z-index: 9999;
  }

  .yemek_modal .modal-header .close>svg {
      background-color: white;
      opacity: 1;
      border-radius: 30px;
      padding: 4px;
  }
  
  
.yemek_modal  .yemek_info {
    min-height: 70px;
    padding: 0px 15px 0 15px;
  }

.yemek_modal a.yemek_img {
    display: block;
    width: 100%;
    max-width: 100%;
}

.yemek_modal .yemek_img img {
    width: 100%;
    height: 260px;
    object-fit: cover;
}

.yemek_modal .swiper_yemek_imgs { margin-top: -5px; }

  .yemek_modal .modal-header p {font-size: 14px;margin-top: 5px;margin-bottom: 5px;}
  
  .yemek_modal span.modal_price {
      font-size: 20px;
      font-weight: 600;
  }
  
  .yemek_modal .modal-body {background-color: #f5f3f1;padding-bottom: 5px;user-select: none;}
  
  .yemek_modal b.extra_label {
      width: 100%;
      display: block;
      margin-bottom: 5px;
      margin-top: 7px;
  }
  
  .yemek_modal .form-check input[type=checkbox] {
    -ms-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -webkit-transform: scale(0.8);
    -o-transform: scale(0.8);
  }
  
  .yemek_modal .form-check .form-check-input {
      margin-top: 0px;
      cursor: pointer;
      margin-bottom: 0px;
  }
  
  .yemek_modal label.form-check-label {
      padding-left: 3px;
      font-size: 15px;
      cursor: pointer;
      width: 100%;
      font-weight: 400;
  }
  
  .yemek_modal .form-check {
      margin: 0px 5px;
      cursor: pointer;
      display: flex;
      align-content: center;
      align-items: center;
      justify-content: flex-start;
      padding: 5px 0px 5px 0px;
  }
  
  
  .yemek_modal select.form-control {
      height: 40px;
      border-radius: 10px;
      padding-right: 20px;
  }
  
.yemek_modal   .yemek_card .info.noimg {
      padding-right: 40px;
  }
  
 .yemek_modal  .modal-footer {
      display: block;
      width: 100%;
      padding: 15px 10px;
  }
  
 


  
  .yemek_modal .modal-eklecikar {
      width: 100%;
      display: block;
      margin-bottom: 15px;
      height: 45px;
  }
  
  .yemek_modal .adet-btn.disabled {
      fill: #898888;
      cursor: no-drop;
  }
  
  .yemek_modal .adet {
      /* width: 32%; */
      position: relative;
      text-align: center;
      /* float: left; */
      min-width: 130px;
  }
  
  .yemek_modal .adet-btn {
      display: inline-block;
      width: 40px;
      height: 40px;
      line-height: 38px;
      border-radius: 40px;
      font-size: 20px;
      background-color: #efedea;
      text-align: center;
      cursor: pointer;
      user-select: none;
  }
  
  .yemek_modal .sayi {
      display: inline-block;
      padding: 5px 5px;
      font-size: 17px;
      pointer-events: none;
      user-select: none;
  }
  
  .yemek_modal button.ekle-btn {
      width: 100%;
      float: right;
      border: 0;
      padding: 7px;
      font-size: 20px;
      background-color: #cd2846;
      color: white;
      border-radius: 20px;
      display: block;
  }

 
 .yemek_modal  .checkscroll {
      max-height: 260px;
      overflow-x: hidden;
      overflow-y: scroll;
      background-color: #e6e6e6;
      margin-bottom: 10px;
      border: solid 1px #dbdbdb;
}

.yemek_modal label.form-check-label>span {
    color: #555555;
}


.flash .modal-dialog {
    min-height: calc(100vh - 5px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow-x: hidden;
    overflow-y: auto;
}

@media(max-width: 768px) {
  .flash .modal-dialog {
    min-height: calc(100vh - 100px);
  }
}


.nav-tabs .nav-link {
    color: #000000;
}


.flash .modal-dialog.modal-lg.modal_top {
    min-height: auto;
}

.flash ul.user_list {
    padding: 0;
    margin: 5px 0 0 0;
    list-style: none;
    background-color: #ffffff;
    border-top: solid 1px #ebebeb;
}

.flash ul.user_list li a {
    position: relative;
    display: block;
    width: 100%;
    border-bottom: solid 1px #ededed;
    padding: 8px 15px;
    font-size: 12px;
    cursor: pointer;
    color: black;
}

.flash ul.user_list li a i {
    position: absolute;
    top: 5px;
    right: 20px;
    font-size: 25px;
}

.flash ul.user_list li a:hover {
    background-color: black;
    color: white !important;
}


.flash .user_ok {
    margin-top: 5px;
}

.flash .user_ok>.sip_user>a {
    display: flex;
    color: white;
    position: relative;
    padding: 10px 50px 10px 20px;
    background-color: #212529;
    border-top-left-radius: 10px;
    border-top-right-radius: 40px;
    border-bottom-right-radius: 40px;
    border-bottom-left-radius: 10px;
    justify-content: space-between;
    align-content: center;
}

.flash .user_ok>.sip_user>a>i {
    color: white;
    position: absolute;
    right: 15px;
    top: 12px;
    font-size: 20px;
}


.flash .tab-content {
    background-color: white;
    padding: 5px;
}



.select_iconlu { position: relative; }

.select_iconlu .fa {
      position: absolute;
      top: 3px;
      left: 2px;
      color: #212529;
      font-size: 18px;
      background-color: #f5f7fb;
      height: 30px;
      width: 30px;
      text-align: center;
      line-height: 29px;
      border-radius: 30px;
  }
  
.select_iconlu .form-control {
      padding-left: 35px;
      padding-right: 35px;
      background-color: #f5f7fb;
      border-radius: 30px;
      border-top-right-radius: 0px;
      border-bottom-right-radius: 0px;
  }
  
  
.flash .input-group-append>.btn {
    border-radius: 0;
}



  .flash ul.sepet_li {
      display: block;
      list-style: none;
      padding: 0;
  }
   .flash ul.sepet_li li {
      border-bottom: solid 1px #e3e3e3;
      padding-top: 15px;
  }
  
  
   .flash ul.sepet_li li .sepet_li_head {
      display: flex;
      width: 100%;
      align-items: center;
      justify-content: space-between;
      border: 0;
  }

.flash ul.sepet_li li .sepet_li_head>p>b {
    font-weight: 500;
}


 .flash ul.sepet_li li .sepet_li_head>p>i {
    display: block;
    font-size: 13px;
    line-height: 9px;
    font-style: normal;
    position: relative;
}

 .flash ul.sepet_li li .sepet_li_head>p {
    margin: 0;
    width: 100%;
    padding: 0;
}

 .flash ul.sepet_li li .sepet_li_head>p>span {
      float: left;
      width: 30px;
      height: 30px;
      min-width: 30px;
      border-radius: 30px;
      line-height: 30px;
      font-size: 14px;
      background-color: black;
      color: white;
      text-align: center;
      display: block;
      max-width: 30px;
      margin-right: 10px;
      margin-top: -1px;
  }
  
 .flash ul.sepet_li li .sepet_li_head>i {
      float: right;
      min-width: 82px;
      text-align: end;
      font-style: normal;
      font-weight: 500;
  }
  
  
 .flash .sepet_li_footer {
      display: block;
      position: relative;
      min-height: 40px;
      border: 0;
  }

  
 .flash .sepet_li_footer>p {
  margin: 2px 0px 2px 0px;
  font-size: 14px;
  position: relative;
  }

  
 .flash .sepet_ekle_cikar {
      display: flex;
      position: absolute;
      top: 0;
      right: 0;
      width: 89px;
      text-align: right;
      justify-content: flex-end;
      align-items: center;
      align-content: center;
      flex-wrap: nowrap;
      user-select: none;
  }
  
 .flash .sepet_ekle_cikar .sepet_cikar, .sepet_ekle_cikar .sepet_ekle {
      width: 35px;
      height: 35px;
      background-color: #e0e0e0;
      text-align: center;
      font-size: 35px;
      font-weight: 400;
      line-height: 30px;
      border-radius: 35px;
      border: solid #e0e0e0 1px;
      font-style: normal;
      display: inline-block;
      cursor: pointer;
  }
  
 .flash  .sepet_ekle_cikar .sepet_cikar {
      margin-right: 5px;
      line-height: 30px;
      font-size: 45px;
  }
  
 .flash .total_ozetl>a {
      width: 100%;
      display: inline-block;
      font-size: 17px;
      margin-bottom: 2px;
  }
  
 .flash .total_ozetl>a>span {
      float: left;
      display: inline-block;
      text-transform: capitalize;
      font-size: 13px;
  }
  
 .flash .total_ozetl>a>i {
      float: right;
      display: inline-block;
      font-style: normal;
      font-size: 13px;
  }

  
 .flash label.kupon_msg {
      display: block;
      width: 100%;
      font-size: 15px;
      color: #de4437;
      text-align: right;
  }
  
 .flash .kupon_msg.color-success {
      color: #00c9a7;
  }


 .flash .notadd {
    margin-right: 85px;
    margin-top: 3px;
}

 .flash .notadd span {
    text-decoration: underline;
    color: #23272b;
    cursor: pointer;
}

 .flash .notadd .notbody textarea {
    width: 100%;
    padding: 6px;
    font-size: 14px;
    border-color: #cfcfcf;
    min-height: 45px;
    height: 0px;
}

 .flash .notadd .notbody {
    margin-top: 2px;
	display:none;
}

 .flash .notbtn {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-end;
    margin-bottom: 5px;
}

 .flash .notbtn .save_note {
    background-color: #23272b;
    color: white;
    padding: 3px 20px;
    font-size: 14px;
    border-radius: 5px;
    font-weight: normal;
    cursor: pointer;
    text-align:center;
}



 .flash ul.sepet_li>li>.sepet_li_footer>.notadd>p {
    width: 100%;
    position: relative;
    padding: 8px 10px 8px 40px;
    background-color: #ebf6fa;
    font-size: 13px;
    border-radius: 10px;
    margin: 5px 0px;
    display: inline-block;
    cursor: pointer;
}


 .flash ul.sepet_li>li>.sepet_li_footer>.notadd>p:before {
    content: "\f040";
    font: normal normal normal 14px / 1 FontAwesome;
    position: absolute;
    left: 7px;
    top: 7px;
    background-color: #333e48;
    color: #ebf6fa;
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 25px;
    border-radius: 25px;
}


 .flash .note_msg {
    padding: 8px;
    background-color: #ebf6fa;
    font-size: 12px;
    border-radius: 10px;
    margin: 5px 0px;
    display: inline-block;
}


 .flash ul.varyant_list {
    list-style: disc;
    border: 0;
    background: transparent;
    margin: 0;
}

 .flash ul.varyant_list>li {
    padding: 5px;
    margin-right: 85px;
    font-size: 14px;
}

 .flash ul.varyant_list>li>b {
    color: #23272b;
    font-weight: bolder;
    font-size: 14px;
}


.modal_btn.ajaxPop {
    position: relative;
    display: block;
    height: 30px;
    width: 30px;
    border-radius: 30px;
}

.modal_btn.ajaxPop>i {
    position: absolute;
    left: 7px;
    top: 7px;
}

.varyantsec_list>li {
    display: flex;
    border-bottom: solid 1px #e9e9e9;
    padding-top: 10px;
}

.varyantsec_list>li>.islemler {
    display: flex;
}


.varyantsec_list>li>p {
    width: 100%;
}

.videobg video {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 0;
    object-fit: cover;
    user-select: none;
    top: 0;
}

.videobg .bgblur {
    user-select: none;
    position: absolute;
    z-index: 1;
    background-color: #000000a8;
    width: 100%;
    height: 100%;
}

.videobg {
    position: absolute;
    z-index: 0;
    width: 100%;
    height: 100%;
}

/* PLANS */

.plans {
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: flex-start;
}

.plan_card {
    display: inline-block;
    width: 100%;
    background-color: white;
    /* padding: 10px; */
    margin: 5px;
    text-align: center;
    border: solid 1px #ebebeb;
    box-shadow: -1px -1px 20px 0px #e5e5e5;
}

.plan_head {
    display: flex;
    padding: 15px 10px 10px 10px;
    background-color: #ffffff;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-bottom: dashed 2px gray;
}

.plan_head>h5 {
    color: #233844;
    font-size: 20px;
}

.plan_head>span {
    font-size: 22px;
    color: black;
    display: flex;
    align-items: center;
}

.plan_head>span>del {
    font-size: 15px;
    display: inline-block;
    color: gray;
    padding-right: 5px;
}

.plan_body span:nth-child(odd) {
     background-color: #d9f2ff;
     border-left: solid 2px #86a9bb;
}

.plan_body span:nth-child(even) {
     background-color: white;
     border-left: solid 2px #d9f2ff;
}

.plan_body {
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
}

.plan_body>span {
    padding: 15px 5px;
    display: block;
    width: 100%;
}

.plan_head>a {padding: 5px 0px;margin-top: 10px;}

.plan_head>span>i {
    font-size: 15px;
    font-style: normal;
    color: gray;
    padding-left: 5px;
}

.plan_dropdown {
    padding: 15px;
    cursor: pointer;
    user-select: none;
}

.radio_price .content {
    display: flex;
    padding-left: 25px;
    justify-content: space-between;
}

.radio.radio_price {
    margin-bottom: 5px;
    padding: 10px 10px;
    border-top: solid 1px #f1f1f1;
    cursor: pointer;
    background-color: #f6f8fa;
    border-radius: 2px;
}

.radio.radio_price>label>input {
    position: absolute;
    left: 0;
    top: 8px;
    display: inline-block;
    width: 15px;
    height: 30px;
    border-radius: 50%;
    background-color: #ccc;
    cursor: pointer;
}

.radio.radio_price>label {
    position: relative;
    width: 100%;
    display: block;
    cursor: pointer;
}

.radio_price .content>.head {
    
}

.radio_price .content>.head>.title {
    font-size: 16px;
    font-weight: 600;
}

.radio_price .content>.head>.decs {
    opacity: 0.6;
    font-size: 12px;
    font-weight: 400;
}

.radio_price .content>.price {
    padding: 10px;
    font-size: 18px;
}


button.btn-radius {
    border: 0;
    padding: 7px;
    font-size: 20px;
    border-radius: 20px;
}

.siparis_okeyicon {
      width: 100%;
      text-align: center;
      margin-bottom: 15px;
  }
  
  .siparis_okeyicon .fa {
      color: #33ae52;
      font-size: 40px;
      border: 3px solid #33ae52;
      border-radius: 50%;
      padding: 15px;
      background-color: white;
  }
  
  p.siparis-title {
      text-align: center;
      color: #33ae52;
      font-size: 22px;
      margin-bottom: 10px;
      line-height: 25px;
      font-weight: 600;
  }
  
  .okeyicon {
      width: 100%;
      text-align: center;
      margin-bottom: 15px;
  }
  
  .okeyicon .fa {
      color: #3c393c;
      font-size: 40px;
      border: 3px solid #3c393c;
      border-radius: 50%;
      padding: 15px;
      background-color: white;
  }
  
  p.okeytitle {
      text-align: center;
      color: #3c393c;
      font-size: 22px;
      margin-bottom: 10px;
      line-height: 25px;
      font-weight: 600;
  }
  
  
  .color-success {
    color: #50cd89;
}



.btn.btn-md {
    padding: 2px 5px 0px 5px;
    font-size: 15px;
}

.premium {
background: linear-gradient(to right, #BF953F, #FCF6BA, #B38728, #FBF5B7, #AA771C);
}


.dakika.bg_istek_btn {
    background-color: #49d988;
    color: white;
    font-size:12px;
    animation: borderAnimation 2s linear infinite;
}



.ml-0  { margin-left: 0 !important; }
.ml-1  { margin-left: 0.25rem !important; }
.ml-2  { margin-left: 0.5rem !important; }
.ml-3  { margin-left: 1rem !important; }
.ml-4  { margin-left: 1.5rem !important; }
.ml-5  { margin-left: 3rem !important; }


.sip_kargo {
    background-color: white;
    padding: 10px;
    text-align: left;
    margin-top: 10px;
}

.btn-sm.mini {
    font-size: 10px;
}


 .ikonlu_input {
     position: relative;
}
 .ikonlu_input i {
     position: absolute;
     left: 15px;
     top: 8px;
     font-size: 20px;
     color: #31373d;
}
 .ikonlu_input select, .ikonlu_input input, .ikonlu_input textarea {
     padding-left: 40px;
}

