.registration-ui {
    background: linear-gradient(to bottom, #f8d038 0%, #f5ca2e 100%);
    padding: .25em 1em .25em 1em;
    font-weight: bold;
    /*font-size: 2em;*/
    border-radius: 5px;
    border: 1px solid #000;
    box-shadow: 1px 1px 1px #ddd;
    position: relative;
    font-family: helvetica, ariel, sans-serif;
    color: black !important;
}

.btn-excel{
    color:#1D6F42
}
.btn-pdf{
    color:#F40F02
}

.btn-multiselect{
    background: #fff;
    border:1px solid #d1d3e2
}

.cursor-pointer{
    cursor: pointer;
}