/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
 div#Loader {
    display: none;
    background-color: #0000008a;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100vh;
    z-index: 100;
    overflow: hidden;
}
.alert-danger {
    background-color: #fbcdcd !important;
    background-image: unset !important;
}
.alert-success {
    background-color: #e6f7d0 !important;
    background-image: unset !important;
  }
  
  .dataTables_wrapper .dataTables_filter {
    float: none !important;
    display: flex !important;
    justify-content: center !important;
    text-align: center !important;
}

.dataTables_wrapper .dataTables_filter label {
    display: flex !important;
    flex-direction: column;
    justify-content: center;
    font-size: 20px;
}

.dataTables_wrapper .dataTables_filter input,.dataTables_wrapper .dataTables_filter input:focus,.dataTables_wrapper .dataTables_filter input:active {
    outline: 0;
    box-shadow: none;
}
div#appScriptRecords_length {
    display: none !important;
}

div#appScriptRecords_paginate {
    float: none !important;
    display: flex !important;
    justify-content: center;
}