/* Apply to all elements */
* {
  /* scrollbar-width: thin;
  scrollbar-color: #c5229c #25394A; */
}

/* For WebKit-based browsers */
*::-webkit-scrollbar {
  height: 4px;
  width: 7px;
}

*::-webkit-scrollbar-track {
  /* background-color: #25394A; */
  background-color: transparent !important;
}

*::-webkit-scrollbar-thumb {
  background-color: #5A9CCE;
  border-radius: 10px;
}


/* ::-webkit-scrollbar-thumb {
  background: #5A9CCE !important;
  border-radius: 10px;
} */

/* ::-webkit-scrollbar {
  height: 4px;
  width: 7px;
} */

/* ::-webkit-scrollbar-track {
  background-color: #25394A !important;
} */


/* snackBarsHandler */
.snack-success {
  div.mat-mdc-snackbar-surface {
    background-color: #494383;
  }

  div.mat-mdc-snack-bar-label {
    color: white;
    font-size: 15px;
    font-weight: 500;
  }
}

.snack-error {
  div.mat-mdc-snackbar-surface {
    background-color: rgb(255, 40, 40, 0.7);
  }

  div.mat-mdc-snack-bar-label {
    color: white;
    font-size: 15px;
    font-weight: 500;
  }
}

.snack-info {
  div.mat-mdc-snackbar-surface {
    background-color: rgb(90, 156, 206, 0.8);
  }

  div.mat-mdc-snack-bar-label {
    color: white;
    font-size: 15px;
    font-weight: 500;
  }
}

/* snackBarsHandler */