.dataTables_wrapper .dataTables_paginate .paginate_button {
    padding: unset;
    padding-left: 1px;
}
.dataTables_wrapper {
    padding-bottom: unset;
}
table.dataTable tbody tr.selected {
    background-color: #1AB394;
    color: white;
    font-weight: bold;
}
table.dataTable.stripe tbody tr.odd.selected, table.dataTable.display tbody tr.odd.selected {
    background-color: #1AB394;
    color: white;
    font-weight: bold;
}
#tblStokSecim {
    cursor: pointer;
}
#tblSiparisUrunDetay td {
    vertical-align: middle;
}
.productrowimage {
    width: 60px;
    height: 60px;
    object-fit: contain;
    /*cursor: pointer;*/
}
.guvenliodeme {
    width: 100%;
    max-width: 340px;
    object-fit: contain;
    height: 100;
    padding-top:15px;
}
.zorunlu2 {
    color:red;
    margin-left:5px;
    font-weight: bold;
}
.cardinput {
    font-family: 'CeraRoundProBold';
    color:black !important;    
    font-size: 18px;
    line-height: 20px;
}

#tblTaksit th {
    text-align: center;
    cursor: pointer;
}
#tblTaksit tr {
    cursor: pointer;
}

#tblTaksit tr td {
    cursor: pointer;
}
#divPuan .divPuan {
    margin-left: 0px !important;
}

.loader {
    width: 48px;
    height: 48px;
    display: inline-block;
    position: relative;
    border: 3px solid;
    border-color:#1ab394 #0000 #1ab394 #0000;
    border-radius: 50%;
    box-sizing: border-box;
    animation: 1s rotate linear infinite;
 }
 .loader:before , .loader:after{
    content: '';
    top: 0;
    left: 0;
    position: absolute;
    border: 10px solid transparent;
    border-bottom-color:#1ab394;
    transform: translate(-10px, 19px) rotate(-35deg);
  }
 .loader:after {
    border-color: #1ab394 #0000 #0000 #0000 ;
    transform: translate(32px, 3px) rotate(-35deg);
  }
   @keyframes rotate {
    100%{    transform: rotate(360deg)}
  }
  .greencolor {
      color: #1ab394;
  }
  .iframe-placeholder
  {
    background: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="0 0 100% 100%"><text fill="%23FF0000" x="50%" y="50%" font-family="\'Lucida Grande\', sans-serif" font-size="24" text-anchor="middle">LÜTFEN BEKLEYİNİZ/text></svg>') 0px 0px no-repeat;
  }