
/* dialog full screen */
.my-full-screen-dialog {
    max-width: none !important;
    width: 100vw;
    height: 100vh;
  }
  
.my-full-screen-dialog .mat-dialog-container {
padding: 0px !important;
border-radius: 0px;
}


.mat-slide-toggle.mat-checked .mat-slide-toggle-thumb {
  background-color: gold !important;
}

.mat-slide-toggle.mat-checked .mat-slide-toggle-bar {
  background-color: #006E31 !important;
}


.mat-tab-group.mat-primary .mat-ink-bar {
  background-color: #00B14F !important;
}

.mat-progress-bar.mat-accent .mat-progress-bar-buffer {
  background-color: darkgrey !important;
}

.rating {
  outline: none;
}

.my-dialog-scrool{
  height: auto;
  overflow: auto;
}


@media (max-width: 676px) { 
  .my-dialog-orden-detalle {
    max-width: none !important;
    width: 100vw;
    height: 100vh;
  }
}