.custom-ajax-loader-wrapp{
    display: none;
}
.custom-ajax-loader{
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(0,0,0,0.5);
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2000;
}

#data_table_wrapper #data_table_filter input{
    background-color: #eef3f7;
    border-color: #e9e9e9;
    border-radius: 3px;
    outline: none;
}

table td span.hidden_date {
    display: none;
}

table.dataTable tbody tr {
    background-color: transparent !important;
}
.w-33 {
    width: 33% !important;
}

td div.nowrap_filename {
    width: 200px;
    font-size: 11px;
    overflow: auto;
    white-space: nowrap;
}

#more-items-link {
    position: relative;
}

/* custom styling for the navbar */
.aside-submenu {
    position: absolute;
    background-color: white;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    width: 250px;
    z-index: 1000;
    display: none; /* Hide the submenu by default */
    border-radius: 10px;
}

.sub-item:hover {
    background-color: #d3d3d3;
}

/*alert*/
@font-face {
    font-family: keenicons-duotone;
    src: url(fonts/keenicons-duotone.eot);
    src: url(fonts/keenicons-duotone.eot) format("embedded-opentype"),url(fonts/keenicons-duotone.ttf) format("truetype"),url(fonts/keenicons-duotone.woff) format("woff"),url(fonts/keenicons-duotone.svg) format("svg");
    font-weight: 400;
    font-style: normal;
    font-display: block
}
.ki-message-text-2 .path1:before {
    content: "\ed2a";
    opacity: .3;
}
.ki-message-text-2 .path2:before {
    content: "\ed2b";
    position: absolute;
    left: 0;
}
.ki-message-text-2 .path3:before {
    content: "\ed2c";
    position: absolute;
    left: 0;
}
.ki-cross .path1:before {
    content: "\eb10";
}
.ki-cross .path2:before {
    content: "\eb11";
    position: absolute;
    left: 0;
    opacity: .3;
}
.ki-search-list .path1:before {
    content: "\ee35";
    opacity: .3;
}
.ki-search-list .path2:before {
    content: "\ee36";
    position: absolute;
    left: 0;
}
.ki-search-list .path3:before {
    content: "\ee37";
    position: absolute;
    left: 0;
}
.ki-duotone {
    font-family: keenicons-duotone!important;
    speak: never;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    display: inline-flex;
    direction: ltr;
    position: relative;
    display: inline-flex;
    direction: ltr;
    position: relative;
    display: inline-flex;
    direction: ltr;
    position: relative;
    display: inline-flex;
    direction: ltr;
    position: relative;
    display: inline-flex;
    direction: ltr;
    position: relative;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
 
.user_menu_dropdown{
    transform: translate(30px, -75px) !important;
    z-index: 1000 !important;
    position: fixed !important;
}
.notification_menu_dropdown{
    transform: translate(30px, -125px) !important;
    z-index: 1000 !important;
    position: fixed !important;
}