.slic-input {
    display: block;
    width: 100%;
    color: #495057;
    padding-right: .75rem;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out    
}
@media (prefers-reduced-motion: reduce) {
    .slic-input {
        transition: none
    }
}
.slic-input::-ms-expand {
    background-color: transparent;
    border: 0
}
.slic-input:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}
.slic-input::-webkit-input-placeholder {
    color: #6c757d;
    opacity: 1
}
.slic-input::-moz-placeholder {
    color: #6c757d;
    opacity: 1
}
.slic-input:-ms-input-placeholder {
    color: #6c757d;
    opacity: 1
}
.slic-input::-ms-input-placeholder {
    color: #6c757d;
    opacity: 1
}
.slic-input::placeholder {
    color: #6c757d;
    opacity: 1
}
.slic-input:disabled,
.slic-input[readonly] {
    background-color: #e9ecef;
    opacity: 1
}
select.slic-input:focus::-ms-value {
    color: #495057;
    background-color: #fff
}
.slic-form-group {
    margin-bottom: 0
}
.col-slic-label {
    padding-top: calc(.375rem + 1px);
    padding-bottom: calc(.375rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1
}
.small-box > .slic-small-box-footer {
  background: rgba(0, 0, 0, 0.1);
  color: rgba(255, 255, 255, 0.8);
  display: block;
  padding: 10px 0;
  position: relative;
  text-align: center;
  text-decoration: none;
  z-index: 10;
}
.small-box > .slic-small-box-footer:hover {
  background: rgba(0, 0, 0, 0.15);
  color: #ffffff;
}
.bg-purple {
    background-color: #cc00ff!important
}
a.bg-purple:focus,
a.bg-purple:hover,
button.bg-purple:focus,
button.bg-purple:hover {
    background-color: #ab00d6!important
}
