.loading_wrap {
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: #fff;
    display: block;
    position: absolute;
  }

  .loader_logo {
    height: 80px;
    width: 80px;
    position: absolute;
    left: calc(50% - 50px);
    top: 38%;
  }

  .loader_logo img {
    height: 100%;
    width: 100%;
  }

  .loading {
    border: 3px solid rgba(102, 51, 153, 0.45);
    position: absolute;
    left: calc(50% - 40px);
    top: 50%;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    border-top-color: #8b5cf6;
    animation: loader 1s ease-in-out infinite;
    -webkit-animation: loader 1s ease-in-out infinite;
  }

  @keyframes loader {
    to {
      -webkit-transform: rotate(360deg);
    }
  }

  @-webkit-keyframes loader {
    to {
      -webkit-transform: rotate(360deg);
    }
  }

.table-inner {}

.table-inner span.sort-data {
  position: relative;
}

.table-inner span.sort-data:before {
  position: absolute;
  content: "";
  height: 0;
  width: 0;
  right: -19px;
  top: 50%;
  margin-bottom: -7px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #606266;
}

.table-inner span.sort-data:after {
  position: absolute;
  content: "";
  height: 0;
  width: 0;
  right: -19px;
  top: 50%;
  margin-top: -7px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #606266;
}
@media only screen and (min-width: 1200px){
  .side-content-wrap {
    display: none;
  }
  .layout-sidebar-large .main-content-wrap.sidenav-open {
    width: 100%!important;
  }
  .layout-sidebar-large .main-header .menu-toggle {
    display: none!important;
  }
  .layout-sidebar-large .main-header {
    height: unset!important;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px){
  .side-content-wrap {
    display: none;
  }
  .layout-sidebar-large .main-content-wrap.sidenav-open {
    width: 100%!important;
  }
  .layout-sidebar-large .main-header .menu-toggle {
    display: none!important;
  }
}
@media (min-width: 768px) and (max-width: 991.98px){
  .tom-menu-wapper {
    display: none;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .tom-menu-wapper {
    display: none;
  }
}
@media (min-width: 480px) and (max-width: 575.98px){
  .tom-menu-wapper {
    display: none;
  }
}
@media (min-width: 420px) and (max-width: 479px){
  .tom-menu-wapper {
    display: none;
  }
}
@media (min-width: 320px) and (max-width: 419px){
  .tom-menu-wapper {
    display: none;
  }
}
