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

.text-uppercase {
    text-transform: uppercase;
}

.text-right {
    text-align: right;
}

.text-left {
    text-align: left;
}

.font-bold {
    font-weight: bold;
}

.font-size-18 {
    font-size: 18px;
}

.dropify-wrapper .dropify-message p {
    font-size: 20px;
}


.table-fixed-style {
    box-shadow: -6px 0 6px -4px rgba(0,0,0,.15) !important;
}


#claimTable .dropdown-menu {
    position: fixed !important;
    top: 50% !important;
    left: 92% !important;
    transform: translate(-92%, -50%) !important;
    z-index: 1000 !important;
}

/* .dataTables_scrollHead{
    overflow: visible !important;
} */

/* #claimTable .dropdown-menu {
  position: static !important;
  overflow: visible !important;
  top: 50% !important;
  left: 92% !important;
  transform: translate(-92%, -0%) !important;
} */


/* .table-responsive {
  z-index: 99999;
} */


/* .table-responsive,
.dataTables_scrollBody {
    overflow: visible !important;
    z-index: 99999;
}

.table-responsive-disabled .dataTables_scrollBody {
    overflow: hidden !important;
} */
