.custom-select {
    display: inline-block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem 1.75rem .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    vertical-align: middle;
    background: #fff url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A//www.w3.org/2000/svg%27%20width%3D%274%27%20height%3D%275%27%20viewBox%3D%270%200%204%205%27%3E%3Cpath%20fill%3D%27%23343a40%27%20d%3D%27M2%200L0%202h4zm0%205L0%203h4z%27/%3E%3C/svg%3E") right .75rem center / 8px 10px no-repeat;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.form-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px;
}

.bl-fraud {
    display: none;
}

.btn-ex {
    position: relative;
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    cursor: pointer;
    background-image: none;
    background-color: transparent;
    border: 1px solid transparent;
    border-color: rgba(0, 0, 0, 0);
    white-space: nowrap;
    padding: 4px 5px;
    color: #fff;
    font-size: .75rem;
    line-height: 1;
    border-radius: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    vertical-align: middle;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.btn-ex-ing {
    background-color: #ab0000;
    border-color: #ab0000;
}

.btn-ex-end {
    background-color: #353535;
    border-color: #353535;
}

.btn-ex-idk {
    background-color: #ffeb00;
    border-color: #757575;
    color:black;
}

.btn-ex-gray {
    background-color: #757575;
    border-color: #757575;
}

.bm-hide{
    display: inline-block;
}



@media (max-width:991px) {

    .bm-hide{
        display: none;
    }

    .bl-fraud {
        display: inline-block;
        float: right;
    }
}