#bg-video {
    position: fixed;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    object-fit: cover;
    z-index: -1;
}

body.auth-body-bg {
    background: transparent;
    position: relative;
}

.wrapper-page {
    position: relative;
    z-index: 1;
}

.wrapper-page-registration {
    margin: 3.5% auto;
    width: 520px;
    position: relative;
}

body[data-topbar=dark] #page-topbar{
    background-color: #061f41
}

body[data-topbar=dark][data-layout=horizontal] .navbar-brand-box{
    background-color: #061f41
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    padding: 0.4rem 0.75rem;
    margin: 0 2px;
    border-radius: 0.25rem;
    background-color: #0dcaf0; /* Bootstrap info */
    color: white !important;
    border: none;
    font-weight: 500;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current {
    background-color: #0a58ca !important; /* Highlight current page */
    color: #fff !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    background-color: #0a95c9 !important;
    color: #fff !important;
}


.x-img-bg {
    background-image: url("../images/owl.jpg");
    background-position: 100% 20%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 180px;
}


/*#3c4957*/


/* style for the select-search input  */

.list-item:hover {
    background-color: #82d1d9 !important;
    color: white;
}
