.carousel-arrow {
    width: 15px!important;
    height: 15px!important;
    top: 25px!important;
  }
  
  .mat-calendar-body-selected {
    background: #126afc!important;
}

.mat-calendar-body-cell-content.mat-focus-indicator.mat-calendar-body-today {
    background: gray!important;
}

::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-track {
  background: #999999;
}

::-webkit-scrollbar-thumb {
  background: #745eac;
}
.mailing-modal {
  --height: 93% !important;
  --max-width: 700px !important;
  --width: 93%;
  --border-radius: 20px;
  --max-height: 801px;
}