.progress-bar {
  background-image: -webkit-linear-gradient(
    top,
    #a497c3 0%,
    #a497c3 100%
  ) !important;
  background-image: linear-gradient(
    to bottom,
    #a497c3 0%,
    #a497c3 100%
  ) !important;
}

.btn-default {
  background-image: linear-gradient(to bottom, #3b295d 0%, #3b295d 100%) !important;
  border-color: #3b295d !important;
}

.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  background-color: #3b295d !important;
  border-color: #3b295d !important;
}

.theme-panel {
    box-shadow: inset 0 -5px 0 0 #a497c3, -2px -2px 20px 0 rgba(0,0,0,0.05), 2px 2px 20px 0 rgba(0,0,0,0.05) !important;
}