@font-face {
  font-family: Roboto-Italic;
  src: url(https://cdnjs.cloudflare.com/ajax/libs/pdfmake/0.2.6/fonts/Roboto/Roboto-Italic.ttf);
}

@font-face {
  font-family: Roboto-Medium;
  src: url(https://cdnjs.cloudflare.com/ajax/libs/pdfmake/0.2.6/fonts/Roboto/Roboto-Medium.ttf);
}

@font-face {
  font-family: Roboto-MediumItalic;
  src: url(https://cdnjs.cloudflare.com/ajax/libs/pdfmake/0.2.6/fonts/Roboto/Roboto-MediumItalic.ttf);
}

@font-face {
  font-family: Roboto-Regular;
  src: url(https://cdnjs.cloudflare.com/ajax/libs/pdfmake/0.2.6/fonts/Roboto/Roboto-Regular.ttf);
}

[data-theme=light] {

  --bs-card-header-bg: #d7dee880;
  --bs-card-header-input-bg: #fff;
  --bs-card-header-border: #d7dee8;
  --kt-input-solid-bg: #fff;
  --kt-table-border-color: #d7dee8;
}

[data-theme=dark] {

  --bs-card-header-bg: #0b0c107a;
  --bs-card-header-input-bg: #1b1b29;
  --bs-card-header-border: #2b2b40;

}

/* Misc */

#inspect-drawer {
  z-index: 99999999 !important;
}

.logo:hover {
  filter: drop-shadow(0 0 2rem #fff);
}

#dashboardDate {
  position: absolute;
  right: 90px;
}

#listDisableMatch_wrapper #listDisableMatch_info {
  display: none !important;
}



[auth="false"] {
  opacity: 0 !important;
  display: none !important;
}

#select2-methods-container.select2-selection__rendered {
  margin-top: .2rem !important;
  color: var(--kt-headings-color) !important;
}

.select2-selection__clear {
  margin-right: 10px;
}

@media all and (min-width: 1730px) {

  .container,
  .container-xxl {
    padding: 0px !important;
  }
}

/* Toastr */

.toastr-message {
  white-space: nowrap;
}

#toastr-container.toastr-top-center>div {
  width: fit-content;
}

/* Modals */

.modal-backdrop.show {
  opacity: 1;
  z-index: 1040;
  backdrop-filter: blur(5px) !important;
}

#nestedAjaxModal {
  z-index: 1060 !important;
  /* İkinci modal üstte */
}

.modal-backdrop.nested {
  z-index: 1059 !important;
  /* İkinci modalın backdrop'u */
}

.modal-backdrop {
  background-color: #00000038 !important;
}

.fade {
  transition: .1s -webkit-filter linear;
}

.show .ajaxModalContent {
  height: auto;
}

.ajaxModalContent {
  height: 0px;
  -moz-transition: height 1s ease;
  -webkit-transition: height 1s ease;
  -o-transition: height 1s ease;
  transition: height 1s ease;
}

/* Transaction Modal Colors */

#txSubmit {
  color: #fff;
  background-color: #191c30;
}

#txSubmit:hover,
#txSubmit:active {
  background-color: #293647;
}

[data-theme="light"] #inspect-info {
  background: linear-gradient(#f6f7f9, #fff);
}

/* DataTables */

.sorting_disabled {
  pointer-events: none !important;
}

.table-striped>tbody>tr:nth-of-type(n + 1)>* {
  color: var(--kt-text-gray-800) !important;
}

#datatable_content_processing {
  z-index: 99;
  box-shadow: 0 0.5rem 1rem 0.5rem rgba(0, 0, 0, 0.05) !important;
}

/* Clipboard Message */

.dt-button-info>h2,
#dtExportButtonsWrapper {
  display: none !important;
}

.dt-button-info {
  background-color: var(--kt-page-bg) !important;
  border: 1px solid var(--kt-gray-600) !important;
  box-shadow: 0 0.5rem 1.5rem 0.5rem rgba(0, 0, 0, 0.075) !important;
}

.dt-button-info>div {
  visibility: hidden;
}

.dt-button-info>div:after {
  left: 0;
  width: 100%;
  position: absolute;
  visibility: visible;
  content: "Copied to clipboard";
}

/* Add new match account dropdown */

#customerQuery {
  z-index: 99;
  position: absolute;
  background: var(--kt-card-bg);
}

#customerQuery ul {
  margin: 0;
  width: 250px;
  left: -23.5px;
  padding: 10px 0;
  overflow: hidden;
  list-style: none;
  border-radius: .65rem;
  box-shadow: 0px 0px 50px 0px rgba(82, 63, 105, 0.15)
}

#customerQuery ul li {
  padding: 1rem;
  color: #5e6278;
  font-size: 1rem;
  cursor: pointer;
  font-weight: 500;
}

#customerQuery ul li:last-child {
  border-bottom: none;
}

#customerQuery ul li:hover {
  color: #469cf0;
  background: var(--kt-light);
}

/* Dev Console */

#console {
  list-style: none;
  margin: 0;
  padding: 0;
}

#console li::before {
  padding-right: 8px;
  color: white;
}

#console li#input {
  font-weight: bold;
  color: var(--kt-text-success);
}

#console li#input::before {
  content: " > ";
}

#console li#notice::before {
  content: "\2022";
}

.devScrollTable {
  font-family: "Courier New", monospace;
  padding: 30px;
  border-radius: 15px;
  -webkit-box-shadow: inset 0px 0px 20px 3px rgb(0 0 0 / 10%);
  -moz-box-shadow: inset 0px 0px 20px 3px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0px 0px 20px 3px rgb(0 0 0 / 10%);
}

.cmdloading:after {
  content: " .";
  animation: dots 1s steps(5, end) infinite;
}

@keyframes dots {

  0%,
  20% {
    color: rgba(0, 0, 0, 0);
    text-shadow: 0.25em 0 0 rgba(0, 0, 0, 0), 0.5em 0 0 rgba(0, 0, 0, 0);
  }

  40% {
    color: white;
    text-shadow: 0.25em 0 0 rgba(0, 0, 0, 0), 0.5em 0 0 rgba(0, 0, 0, 0);
  }

  60% {
    text-shadow: 0.25em 0 0 white, 0.5em 0 0 rgba(0, 0, 0, 0);
  }

  80%,
  100% {
    text-shadow: 0.25em 0 0 white, 0.5em 0 0 white;
  }
}

.blockui .blockui-overlay:after {
  content: "Lütfen Bekleyiniz ...";
  color: #000;
  margin-left: 10px;
}

.blockui .blockui-overlay {
  transition: all .3s ease;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1;
  backdrop-filter: blur(5px) !important;
  background-color: rgb(228 228 228 / 65%) !important;
  border-radius: 10px;
}

.page-item .page-link {

  z-index: 1;
}

.card.dataGrid div.table-responsive>div.dataTables_wrapper>div.row,
.card.dataGrid div.table-responsive form>div.dataTables_wrapper>div.row {
  margin: 0;
  padding: 20px 2.25rem !important;
  /* background: var(--bs-card-header-bg) !important; */
  border-top: 1px solid var(--bs-card-header-border) !important;
  border-right: 1px solid var(--bs-card-header-border);
  border-left: 1px solid var(--bs-card-header-border);
  border-bottom: 0 !important;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  background: rgb(224, 224, 224);
  background: linear-gradient(180deg, rgb(243 245 247) 0%, rgba(255, 255, 255, 0) 50%);
}

.card.dataGrid .card-header {
  padding: 20px 2.25rem !important;
  /*background: var(--bs-card-header-bg) !important;
     border-bottom: 1px solid var(--bs-card-header-border) !important; */
}



.card.dataGrid .card-header .form-control.form-control-solid:not(div[data-kt-user-table-filter="form"] .form-control.form-control-solid) {
  background-color: var(--bs-card-header-input-bg);
}


.card.dataGrid .card-body {
  padding: 0;
  margin: 0 -1px 0 -1px !important;
}

table.dataTable th {
  text-transform: none !important;
  background: var(--bs-card-header-bg) !important;
}

.table.dataTable td:first-child,
.table.dataTable th:first-child,
.table.dataTable tr:first-child {
  padding-left: 10px !important;
}

table.dataTable tr td {
  font-size: 11px !important;
  padding: 8px !important;
}

table.dataTable tr th {
  color: #6e6e6e;
}

table.dataTable tr td .badge {
  padding: 4px 5px 3px 5px;
  font-size: 11px !important;
  font-weight: 700;
}

.table-striped>tbody>tr:nth-of-type(odd) {
  background-color: #f9fafb;
}

.table-striped>tbody>tr:nth-of-type(even) {
  background-color: #fff;
}

table.dataTable.table-bordered td,
table.dataTable.table-bordered th {
  border: 1px solid var(--kt-table-border-color) !important;
}

table.dataTable.table-bordered.ybsModal td,
table.dataTable.table-bordered.ybsModal th {
  border: 1px solid #dbe2eb !important;
  padding: 10px !important;
}

table.dataTable.table-bordered.ybsModal .btn {
  padding: 5px 10px !important;
}

table.dataTable.table-bordered tbody tr:hover {
  background: var(--kt-table-border-color) !important;
}


table.dataTable.table-bordered td:last-child,
table.dataTable.table-bordered th:last-child {
  /* border-right-width: 0 !important; */
}

table.dataTable.table-bordered td:first-child,
table.dataTable.table-bordered th:first-child {
  /* border-left-width: 0 !important; */
}

table.dataTable.table-bordered {
  border-collapse: collapse !important;
}

table div.tableId {
  text-align: center;
}

table div.tableId span {
  padding: 5px !important;
}

table.dataTable.table-bordered td table.dataTableActionButtons td,
table.dataTable.table-bordered td table.dataTableActionButtons tr {
  border: none !important;
  padding: 0 3px !important;
}

.table td:last-child,
.table th:last-child,
.table tr:last-child {
  padding-right: 10px !important;
}

.text-right {
  text-align: right !important;
}

.table-actions-buttons {
  text-align: center !important;
  padding-right: 10px !important;
}

.toastr-top-right {
  top: 112px !important;
  right: 50px !important;
}

.toastr-message {
  white-space: normal !important;
}

.form-switch-fix {
  margin-top: 11px !important;
}

.inputDesc {
  margin-top: 10px;
  font-size: 11px;
}

.pace .pace-progress {
  background: #039ef7ab !important;
}

.firmsAddressName {
  display: block;
  font-size: 12px;
  font-weight: 400;
}

#combinedDatatable table {
  border: 1px solid var(--kt-table-border-color) !important;
}

table.dataTable>thead>tr>td:not(.sorting_disabled),
table.dataTable>thead>tr>th:not(.sorting_disabled) {
  padding-right: 10px;
}

.varien.accordion .accordion-header {
  cursor: pointer;
  background: var(--kt-modal-header-border-color);
  margin: 0 0 5px 0;
  padding: 15px 0px 10px 10px !important;
  border-radius: 10px;
}

.varien .accordion-icon {
  margin: -3px 0 0 0 !important;
}

.varien.accordion .accordion-content {
  padding: 20px !important;
}

.rowContainer {

  background: #f0f3f6;
  padding: 10px 5px 15px 5px;
  border-radius: 10px;

}

.orderNo {
  position: absolute;
  right: 60px;
  padding: 5px !important;
}

.modalTitle_1 {
  font-size: 13px;
  font-weight: 700;
  padding: 17px;
  color: #4e5050;
  position: relative;
}

.btn-ybs-modal {
  position: absolute;
  right: 7px;
  top: 9px;
}

.modalSubTitle {
  width: fit-content;
}


.aFirst {
  /*
    border-top-left-radius: 10px !important;
    border-top-right-radius: 10px !important;
    */
}

.aLast {
  /*
    border-bottom-left-radius: 10px !important;
    border-bottom-right-radius: 10px !important;
    */
}

.img-responsive {
  width: 100%;
}

.bootbox-body {
  padding: 20px !important;
}
