/*
Template Name: Velzon - Admin & Dashboard Template
Author: Themesbrand
Website: https://themesbrand.com/
Contact: support@themesbrand.com
File: Custom Css File
*/

.td-action {
    max-width:60px !important;
    text-align: center;
}

#preloadermxe {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: var(--vz-secondary-bg);
  z-index: 9999;
}

#statusme {
  width: 40px;
  height: 40px;
  position: absolute;
  right: 50%;
  top: 50%;
  margin: -20px -20px 0 0;
}
.wpx-10 {
  width: 10px !important;
}
.wpx-25 {
  width: 25px !important;
}

.wpx-50 {
  width: 50px !important;
}
input[readonly]{
    background-color: var(--vz-tertiary-bg);
    opacity: 1;
 
}

.modal-drawer {
    position: fixed !important;
    top: 0 !important;
    right: 0 !important;
    left: auto !important;
    width: 450px !important;
    height: 100vh !important;
    margin: 0 !important;
}

.modal-fullscreen-custom {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: 100vw !important;
    height: 100vh !important;
    margin: 0 !important;
}
.table .sort::before,
.table .sort::after {
    content: none;
}        
