body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 13px;
    -webkit-font-smoothing: antialiased;
    margin:0;
    padding:0;
    background-color: black;
}
h1,h2,h3,h4,h5,.font-x,.dataTables_wrapper label,.dataTables_info,.dataTables_paginate {
    font-family: 'DotGothic16', sans-serif;
}
button {
    font-family: 'DotGothic16', sans-serif;
}
.border-success {
    border-color: #007bff !important;
    box-shadow: 0 0 18px 0 rgba(0, 123, 255, 1);
}
.border-info {
    border-color: #17a2b8 !important;
    box-shadow: 0 0 18px 0 rgba(23, 162, 184, 1);
}
.border-warning {
    border-color: #ffc107 !important;
    box-shadow: 0 0 18px 0 rgba(255, 193, 7, 1);
}
.border-danger {
    border-color: #dc3545 !important;
    box-shadow: 0 0 18px 0 rgba(220, 53, 69, 1);
}
.loading {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    line-height: 100px;
    font-size: 56px;
    color: #fff;
    text-align: center;
    border-radius: 1rem;
}
.overlay {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: #000;
    opacity: 0.7;
    top: 0;
    left: 0;
    box-shadow:
    inset 0 0 15px whitesmoke,
    inset 10px 0 20px #f0f,
    inset -10px 0 20px #0ff,
    inset 10px 0 80px #f0f,
    inset -10px 0 80px #0ff,
    0 0 50px #fff,
    -10px 0 20px #f0f,
    10px 0 20px #0ff;
}
.glow {
    font-size: 1em;
    background-color: #18191f;
    color: #fff;
    box-shadow: 2px 2px 2px #00000080, 10px 1px 12px #00000080,
    2px 2px 10px #00000080, 2px 2px 3px #00000080, inset 2px 2px 10px #00000080,
    inset 2px 2px 10px #00000080, inset 2px 2px 10px #00000080,
    inset 2px 2px 10px #00000080;
    border-radius: 29px;
    padding: 11px 19px;
    margin: 0 40px;
    animation: animate 3s linear infinite;
    text-shadow: 0 0 50px #0072ff, 0 0 100px #0072ff, 0 0 150px #0072ff,
    0 0 200px #0072ff;
}
.glow {
    animation-delay: 0.3s;
}
@keyframes animate {
    from {
        filter: hue-rotate(0deg);
    }
    to {
        filter: hue-rotate(360deg);
    }
}
.text-glow {
    color: #fff;
    text-align: center;
    -webkit-animation: text-glow 1s ease-in-out infinite alternate;
    -moz-animation: text-glow 1s ease-in-out infinite alternate;
    animation: text-glow 1s ease-in-out infinite alternate;
}

@-webkit-keyframes text-glow {
    from {
        text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 15px #e60073, 0 0 20px #e60073, 0 0 25px #e60073, 0 0 30x #e60073, 0 0 35px #e60073;
    }
    to {
        text-shadow: 0 0 10px #fff, 0 0 15px #ff4da6, 0 0 20px #ff4da6, 0 0 25px #ff4da6, 0 0 30px #ff4da6, 0 0 35px #ff4da6, 0 0 40px #ff4da6;
    }
}
.form-control {
    background-color: rgba(255,255,255,.2);
    color: darkgray;
}
.form-control:hover {
    box-shadow: 0 0 3px #fff, 0 0 7px #f0e3ea, 0 0 10px #ff4da6, 0 0 12px #ff4da6, 0 0 15px #ff4da6, 0 0 17px #ff4da6, 0 0 20px #ff4da6;
}
.form-control:focus {
    box-shadow: 0 0 3px #fff, 0 0 7px #ff4da6, 0 0 10px #ff4da6, 0 0 12px #ff4da6, 0 0 15px #ff4da6, 0 0 17px #ff4da6, 0 0 20px #ff4da6;
}
.bg-video {
    position: fixed;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
}
.container-fluid {
    position: relative;
    z-index: 2;
}
.dataTables_wrapper {
    margin: 0.6rem!important;
}
.page-item:not(:first-child) .page-link {
    margin-left: 1px;
    border-radius: 1rem;
}
.page-item:first-child .page-link {
    border-radius: 1rem;
}
.page-item:last-child .page-link {
    border-radius: 1rem;
}
.page-link {
    color: #D0104C;
}
.page-link:hover{
    color: #D0104C;
}
.page-link:focus{
    color: #D0104C;
    box-shadow: 0 0 10px #D0104C;
}
.page-item.active .page-link {
    background-color: rgba(208,16,76,.2);
    box-shadow: 0 0 10px #D0104C;
    color: #D0104C;
    border-color: white;
}
