//@import '../../mixins';
//
//// CVS Confirmation Dialog
//.custom-dialog {
//  max-width: rem-calc(598px)!important;
//  min-width: 20vw;
//  max-height: 85vh;
//  overflow: auto;
//
//  .mat-dialog-container {
//    padding: rem-calc(20px) rem-calc(20px) 0 rem-calc(20px);
//    overflow: unset;
//    border-radius: 0;
//    min-height: auto;
//    max-height: none;
//  }
//}
//
