html {
  scroll-behavior: smooth;
}

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

.align-left {
  text-align: left;
}

.file-download {
  display: grid;
}

.file-download-caption {
  width: 106px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.file-download-image {
  width: 74px;
}

.file-wrapper {
  padding: 5px;
  border-radius: 5px;
  background-color: #7C7F83;
}

.file-wrapper>.sol-ust {
  font-size: 14px;
  position: absolute;
  top: 16px;
  left: 7px;
}

.file-wrapper>.sag-ust {
  font-size: 14px;
  position: absolute;
  top: 16px;
  left: 48px;
}

.file-wrapper>.uye-sayi {
  font-size: 14px;
  position: absolute;
  top:40px;
  left: 7px;
}

.file-wrapper>.repeat {
  position: absolute;
  top: 40px;
  left: 59px;
}

.timeline-header-time {
  font-size: 16px;
  font-weight: bold;
  color: #495057;
}

.timeline-header-icon {
  color: #999;
  font-size: 16px;
  font-weight: bold;
}

.timeline>div>.timeline-item>.time {
  font-size: 16px;
  font-weight: bold;
  padding: 7px;
}

.timeline>div>.timeline-item>.timeline-header {
  line-height: 1.8;
  padding-right: 40px;
}

.uretim-icon-wrapper {
  overflow: hidden;
  position: absolute;
  right: 15px;
  top: 10px;
  z-index: 10;
}

.id {
  background-color: lightgray;
  padding: 6px;
  border-radius: .25rem;
  align-self: center;
}

.borderless td, .borderless th {
  border: none;
}

.borderless thead th {
  border: none;
}

.fa-rotate-45 {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#filePreviewDataTable_wrapper .row {
  margin-left: 0px;
  margin-right: 0px;
}

#filePreviewDataTable_wrapper .row .col-sm-12 {
  padding-left: 0px;
  padding-right: 0px;
}

.description-percentage {
  font-weight: bold;
  font-size: 24px;
}

.file-name-span {
  display: inline-block;
  width: 120px;
  white-space: nowrap;
  overflow: hidden !important;
  text-overflow: ellipsis;
}

.file-info-span {
  display: inline-block;
  width: 120px;
  white-space: nowrap;
  overflow: hidden !important;
  text-overflow: ellipsis;
}

.line-through {
  -webkit-text-decoration-line: line-through; /* Safari */
  text-decoration-line: line-through; 
}

.table thead th {
  border-bottom: 0px;
  border-top: 0px;
}

.is-invalid + .select2-container--default .select2-selection--single {
  border: 1px solid #f44336;
}

hr {
  width: 100%;
}

.menu-hr {
  margin-top: 0.15rem;
  margin-bottom: 0.30rem;
  background-color: #6d767e; /*#4f5962*/
}

@font-face {
  font-family: tekoMedium;
  src: url(/font/teko.medium.ttf);
}

.logo-text {
  font-family: tekoMedium;
}

.ribbon-wrapper {
  height: 55px;
  overflow: hidden;
  position: absolute;
  right: 0px;
  top: 0px;
  width: 70px;
  z-index: 10;
}

.ribbon-wrapper .ribbon {
  box-shadow: 0 0 3px rgb(0 0 0 / 30%);
  font-size: .8rem;
  line-height: 100%;
  padding: 0.375rem 0;
  position: relative;
  right: -7px;
  text-align: center;
  text-shadow: 0 -1px 0 rgb(0 0 0 / 40%);
  text-transform: uppercase;
  top: 5px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 90px;
}

@media (min-width: 576px) {
  .modal-xxl {
    max-width: 95%;
  }
}

.sm-card-title {
  line-height: 26px;
}

canvas {
  width: 100%;
  height: 100%;
  display: block;
}

.center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.vertical-center {
  display: flex;
  align-items: center;
}

.blink {
  animation: blinker 2s linear infinite;
}

@keyframes blinker {  
  50% { opacity: 0; }
}

.red-3px-border {
  border: 3px solid red;
}

.relative-badge {
  position: relative;
  bottom: 2px;
}

.swal2-icon {
  margin: 1.2em auto 0.6em;
}

.border-radius-3 {
  border-radius: 3px;
}

.no-wrap {
  white-space: nowrap;
}

/* bootstrap-touchspin */
.bootstrap-touchspin input {
  padding: .375rem .375rem;
}

.bootstrap-touchspin-up {
  padding: .375rem .375rem;
}

.bootstrap-touchspin-down {
  padding: .375rem .375rem;
}

.bootstrap-touchspin-prefix .input-group-text {
  padding: .375rem .375rem;
}

.bootstrap-touchspin-postfix .input-group-text {
  padding: .375rem .375rem;
}
/* bootstrap-touchspin */

.nav-sidebar>.nav-item {
  word-wrap: break-word;
}

.nobr { 
  white-space: nowrap;
}

.custom-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1054; /* between first modal (1050) and second modal (1055) */
    width: 100vw;
    height: 100vh;
    background-color: rgba(0,0,0,0.5);
  }