.btn-ops {
    color: #000000;
    background-color: #FFCCFF;
    border-color: #FFCCFF;
  }
  
  .btn-ops:hover {
    color: #000000;
    background-color: #e690f4;
    border-color: #e690f4;
  }

  
  .btn-peps {
    color: #800080;
    background-color: #FFCCFF;
    border-color: #FFCCFF;
  }
  
  .btn-peps:hover {
    color: #800080;
    background-color: #e690f4;
    border-color: #e690f4;
  }


html {
  scrollbar-gutter: stable;
}

body.modal-open {
    overflow: auto !important;
    padding-right: 0 !important;
}


/* Orantıyı koruyarak max boyutlandır */
.ops-img-thumb {
    max-width: 100px;
    max-height: 100px;
    width: auto;
    height: auto;
    cursor: pointer;
}

/* sm ve altında (≤576px) boyutu küçült */
@media (max-width: 576px) {
    .ops-img-thumb {
        max-width: 50px;
        max-height: 50px;
    }

    .ops-table-transparent {
        background-color: transparent !important;
    }
}

html {
    scrollbar-gutter: stable;
}

body.modal-open {
    overflow: auto !important;
    padding-right: 0 !important;
}


.ops-match-words {
    font-size: 1.25rem;
    /* fs-5 = ~20px */
}

@media (max-width: 991.98px) {

    /* lg altı */
    .ops-match-words {
        font-size: 1rem;
        /* fs-6 = ~16px */
    }
}