.form-select {
    display: block;
    width: 100%;
    padding: .75rem 3rem .75rem 1rem;
    font-size: 1.1rem;
    font-weight: 500;
    line-height: 1.5;
    color: #181c32;
    background-color: #fff;
    background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%237E8299' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e);
    background-repeat: no-repeat;
    background-position: right 1rem center;
    background-size: 16px 12px;
    border: 1px solid #e4e6ef;
    border-radius: .65rem;
    -webkit-box-shadow: inset 0 1px 2px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 2px rgb(0 0 0 / 8%);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.card-border {
    border-top:4px solid #ffe101 !important;
}
.card-border-success {
    border-top:4px solid #42b1d1 !important;
}
.card-border-primary {
    border-top:4px solid #20d489 !important;
}

@media print {
    .progress {
        position: relative;
    }
    .progress:before {
        display: block;
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 0;
        border-bottom: 2rem solid #eeeeee;
    }
    .progress-bar {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        z-index: 1;
        border-bottom: 2rem solid #42b1d1;
    }
    .progress-bar-success {
        border-bottom-color: #67c600;
    }
    .progress-bar-info {
        border-bottom-color: #5bc0de;
    }
    .progress-bar-warning {
        border-bottom-color: #f0a839;
    }
    .progress-bar-danger {
        border-bottom-color: #ee2f31;
    }
}

.no-pointer, .pointer-default, .pointer-disable {
    cursor:default !important;
}

.form-control[type=file] {
    font-size: 1.1rem;
    font-weight: normal;
    color:#5e6278;
}


