.primary-color-progress .mat-progress-bar-fill::after {
  background-color: #374f6b !important;
}

.mat-progress-bar-buffer {
  background: #E4E8EB;
}

.danger-color-progress .mat-progress-bar-fill::after {
  background-color: #843134 !important;
}

.success-color-progress .mat-progress-bar-fill::after {
  background-color: #2FC19A !important;
}

svg > g[class^="raphael-group-"] > text {
  display: none !important;
}

g[class$='creditgroup'] {
  display: none !important;
}

[pointer-events="bounding-box"] {
  display: none !important;
}

.pointer {
  cursor: pointer;
}

.cal-time-events {
  display: none !important;
}

a {
  cursor: pointer;
}

.navbar-collapse.collapse.in {
  display: block!important;
}

html {
  scroll-behavior: smooth;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropbtn {
  font-size: 16px;
  cursor: pointer;
}

.dropdown:hover .dropdown-menu {
  display: block;
}
