/* @media (min-width :1384px) {
            .dataTables_length{
            display: inline-flex;
            position: absolute;
            margin-left: 50%;
          } 
        } */
        /* table.dataTable thead th:active, table.dataTable thead td:active {
            outline: none;
        }
        } */
        div.dataTables_wrapper div.dataTables_length label {
            font-weight: normal;
            text-align: right;
            white-space: nowrap;
        }
        div.dataTables_wrapper div.dataTables_length select {
            width: 50px;
            display: inline-block;
        }
        table.dataTable {
            clear: both;
            margin-top: 6px !important;
            margin-bottom: 6px !important;
            max-width: none !important;
            /* border-collapse: separate !important; */
            border-spacing: 0;
        }
        div.dt-buttons {
            position: initial;
            margin-bottom: 15px;
        }
        .flex-wrap {
            flex-wrap: wrap!important;
        }
        .btn-group, .btn-group-vertical {
            display: inline-flex;
            vertical-align: middle;
        }
        div.dataTables_wrapper {
            position: relative;
        }
       
        div.dataTables_wrapper div.dataTables_filter {
            text-align: right;
        }
        div.dataTables_wrapper div.dataTables_filter label {
            font-weight: normal;
            white-space: nowrap;
            text-align: left;
        }
        label {
            display: inline-block;
            margin-bottom: .5rem;
        }
        div.dataTables_wrapper div.dataTables_filter input {
            margin-left: .5em;
            display: inline-block;
            width: auto;
        }
        .form-control-sm {
            height: calc(1.5em + .5rem + 2px);
            padding: .25rem .5rem;
            font-size: .875rem;
            line-height: 1.5;
            border-radius: .2rem;
        }
        [type=search] {
            outline-offset: -2px;
            -webkit-appearance: none;
        }
        div.dataTables_wrapper div.dataTables_info {
            padding-top: .85em;
        }
        div.dataTables_wrapper div.dataTables_paginate {
            margin: 0;
            white-space: nowrap;
            text-align: right;
        }
        div.dataTables_wrapper div.dataTables_paginate ul.pagination {
            margin: 2px 0;
            white-space: nowrap;
            justify-content: flex-end;
        }
        .pagination {
            display: flex;
            padding-left: 0;
            list-style: none;
            border-radius: .25rem;
        }
        .page-item.disabled .page-link {
            color: #6c757d;
            pointer-events: none;
            cursor: auto;
            background-color: #fff;
            border-color: #dee2e6;
        }
        .page-item:first-child .page-link {
            margin-left: 0;
            border-top-left-radius: .25rem;
            border-bottom-left-radius: .25rem;
        }
/*Preloader Styles Start*/
.preloader {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background-color: #fff;
    z-index: 999999;
  }
  .preloader .imglogo {
    width: 50px; height: 50px;border-radius:25px;top:0;left:0;right:0;bottom:0;margin:auto;position:absolute;
  }
  .preloader .inner {
    width: 170px;
    height: 170px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
  }
  .preloader .inner > div {
    border-radius: 50%;
    position: absolute;
    -webkit-animation-name: circle_rotate;
    animation-name: circle_rotate;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear cubic-bezier(0.075, 0.82, 0.165, 1);
    animation-timing-function: linear cubic-bezier(0.075, 0.82, 0.165, 1);
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
  }
  .preloader .inner .line1 {
    width: 100%;
    height: 100%;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    border-top: 6px solid #17B978;
    border-left: 6px solid rgba(23, 185, 120, 0);
    border-right: 6px solid rgba(23, 185, 120, 0);
    border-bottom: 6px solid rgba(23, 185, 120, 0);
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
  }
  .preloader .inner .line2 {
    width: 70%;
    height: 70%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    border-top: 6px solid #17B978;
    border-left: 6px solid rgba(23, 185, 120, 0);
    border-right: 6px solid rgba(23, 185, 120, 0);
    border-bottom: 6px solid rgba(23, 185, 120, 0);
    -webkit-animation-delay: 0.25s;
    animation-delay: 0.25s;
  }
  .preloader .inner .line3 {
    width: 40%;
    height: 40%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    border-top: 6px solid #17B978;
    border-left: 6px solid rgba(23, 185, 120, 0);
    border-right: 6px solid rgba(23, 185, 120, 0);
    border-bottom: 6px solid rgba(23, 185, 120, 0);
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
  }
  @-webkit-keyframes circle_rotate {
    50%,
    100% {
      -webkit-transform: rotate(405deg);
      transform: rotate(405deg);
    }
  }
  @keyframes circle_rotate {
    50%,
    100% {
      -webkit-transform: rotate(405deg);
      transform: rotate(405deg);
    }
  }
  /*Preloader Styles End*/
.bg-menu-theme {
  background-color: #222d32 !important;
  color: #c4cdd5;
}
.bg-menu-theme .menu-text {
color: #fff;
}
.bg-menu-theme .menu-inner>.menu-item.active>.menu-link {
background-color: #077ddd !important;
}
.bg-menu-theme .menu-item.open:not(.menu-item-closing)>.menu-toggle, .bg-menu-theme .menu-item.active>.menu-link {
    color: #fff;
}

.bg-menu-theme .menu-item.open:not(.menu-item-closing)>.menu-toggle, .bg-menu-theme .menu-item.active>.menu-link {
    color: #fff;
}

.navbar-detached {
  box-shadow: 0 0 0.475rem 0.25rem rgb(161 172 184 / 30%);
}
.card {
background-clip: padding-box;
box-shadow: 0 2px 6px 0 rgb(67 89 113 / 20%);
}
::-webkit-scrollbar-track
{
  border: 5px solid white;
  background-color: #b2bec3;
}

::-webkit-scrollbar
{
  width: 5px;
  background-color: #dfe6e9;
}

::-webkit-scrollbar-thumb
{
  background-color: #74b9ff;
  border-radius: 10px;
}
