.btn-primary{
	box-shadow: none;
}
 
.table > :not(:last-child) > :last-child > * {
    border-bottom-color: #808080;
}
.table .action-icon {
    color: #262523;
}
.card.widget-job {
    background-color: #008337;
}
.card.widget-job small,
.card.widget-job span,
.card.widget-queue small,
.card.widget-queue span,
.card.widget-hold small,
.card.widget-hold span,
.card.widget-hold h4,
.card.widget-queue h4,
.card.widget-job h4{
    color: #dddddd;
}
.card.widget-queue {
    background-color: #1c50ff;
}
.card.widget-hold {
    background-color: #e6002f;
}
.detail-actions .action-icon {
    font-size: 1.2rem;
    display: inline-block;
    padding: 0 3px;
}
.text-danger {
    color: #dc3545 !important;
}
.field-validation-error {
    color: #dc3545 !important;
}
.check-stamp {
    border: 3px solid #003f56;
    padding: 3px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
    transform: rotate(-5deg);
    border-radius: 6px;
    opacity: .75;
    z-index: -1;
    font-family: 'Vollkorn', serif;
    filter: alpha(opacity=40);
    color: #003f56;
    text-align: center;
    font-weight: 700;
}
.check-stamp::after {
	position: absolute;
  content: " ";
  width: 100%;
  height: auto;
  min-height: 100%;
  top: -10px;
  left: -10px;
  padding: 10px;
  background: url(https://raw.github.com/domenicosolazzo/css3/master/img/noise.png) repeat;
  }

  /*--------------------------------------------------------------
# custom profile input style
--------------------------------------------------------------*/
.upload-preview {
    padding: 10px;
    position: relative;
    text-align: center;
}

.upload-preview .preview-img {
    border-radius: 100%;
    object-fit: cover;
    object-position: top;
}

.browse-button {
    width: 90px;
    height: 90px;
    border-radius: 100%;
    position: absolute;
    top: 10px;
    left: 50%;
    margin-left: -45px;
    background: rgb(0 0 0 / 15%);
    opacity: 1;
    transition: 0.3s ease;
}

.upload-preview i {
    color: #fff;
    font-size: 15px;
    transform: translate(30px,68px);
    background: #262523;
    height: 30px;
    width: 30px;
    line-height: 30px;
    border-radius: 50%;
    text-align: center;
    border: 1px solid #262523;
    position: absolute;
}

.browse-input {
    width: 90px;
    height: 90px;
    border-radius: 100%;
    transform: translate(-1px,-26px);
    opacity: 0;
}