/*Write your custom css in this file.*/
.modal-lg{
  position:absolute !important;
  top: 0 !important;
  right:0 !important;
  bottom: 0 !important;
  left: 0 !important;
  min-width: 100% !important;
  margin: 0 !important;
  border-radius: 0 !important;
  height: 100vh
}

.opinion_view_table{
      width: 100%;
  height: 100%;
  max-width: 800px; /* Tablonun maksimum genişliği */
  margin: 0 auto; /* Tabloyu ortalamak için */


}

.opinion_view_table td {
  border: 1px solid red;
}

.opinion_view_table tr {
  border: 1px solid red;
}
