.hidden {
    display: none;
}

.bi-exclamation-lg {
    border-color: red;
    display: none;
}

.preloader {
    align-items: center;
    background: rgb(255, 255, 255, 0.5);
    opacity: 0.5;
    display: flex;
    height: 100vh;
    justify-content: center;
    left: 0;
    position: fixed;
    top: 0;
    transition: opacity 0.2s linear;
    width: 100%;
    z-index: 9999;
    opacity: 1;
    transform: opacity 1s linear;
}

.paginate_button {
    padding: 5px
}

textarea {
    resize: none;
}

.modal label {
    padding: 10px 0 5px 0
}

.nohover {
    cursor: default !important;
}


.card-header {
    background-color: #212529;
    color: white
}

thead {
    background-color: #ffc107
}

.dataTables_wrapper .dataTables_paginate .paginate_button.active,
.dataTables_wrapper .dataTables_paginate .paginate_button.active:hover {
    color: #fff !important;
    background: #ffc107 !important;
    border: none;
    border-radius: 0;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    color: #fff !important;
    background: rgba(0, 0, 0, 0.3) !important;
    border: none !important;
    border-radius: 0;
}

.paginate_button a:link {
    text-decoration: none !important;
    color: #212529 !important;
}

.paginate_button a {
    text-decoration: none !important;
    color: #212529 !important;
}

.paginate_button {
    box-sizing: border-box;
    display: inline-block;
    min-width: 1.5em;
    padding: 0.5em 1em;
    margin-left: 2px;
    text-align: center;
    text-decoration: none !important;
    cursor: pointer;
    *cursor: hand;
    color: #333 !important;
    border: 1px solid transparent;
    border-radius: 2px;
}

.select2-selection__choice__remove {
    border: none
}

.bold{
    font-weight: bold;
}