.elementor-23125 .elementor-element.elementor-element-364fa2b > .elementor-container{max-width:500px;min-height:65px;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}:root{--page-title-display:none;}/* Start custom CSS for text-editor, class: .elementor-element-74ff6fe */body{

    background:#edf2fb;

    font-family:'Poppins',sans-serif;

}

/* Dashboard */

.dwbe-dashboard{

    max-width:1500px;

    margin:20px auto;

    padding:2px;

}

/* HEADER */

.dwbe-header{

    background:linear-gradient(135deg,#001F54,#003566,#00509D,#4361EE);

    background-size:300% 300%;

    animation:gradientMove 10s ease infinite;

    color:white;

    border-radius:20px;

    padding:25px;

    display:flex;

    justify-content:space-between;

    align-items:center;


}

/* Gradient Animation */
@keyframes gradientMove{

0%{background-position:0% 50%;}

50%{background-position:100% 50%;}

100%{background-position:0% 50%;}

}


.dwbe-header h1{

    font-size:42px;

    margin:0;

    font-weight:700;
    
    color: white;

}

.dwbe-header p{

    margin-top:1px;

    font-size:18px;

    opacity:.92;

}



/* Toolbar */

.dwbe-toolbar{

    margin-top:20px;

    background:#fff;

    border-radius:18px;

    padding:20px 30px;

    display:flex;

    justify-content:space-between;

    align-items:center;

}

.toolbar-title{

    font-size:24px;

    font-weight:700;

    color:#0b1f4d;

}


/* Table Card */

.dwbe-table{

    margin-top:20px;

    background:white;

    border-radius:20px;

    padding:25px;

    overflow:auto;

}

/* Formidable Table */

.dwbe-table table{

    width:100%;

    border-collapse:collapse;

    min-width:1400px;

}

/* Header */

.dwbe-table th{

    background:linear-gradient(135deg,#002855,#004E98);

    color:white;

    padding:16px;

    font-size:15px;

    text-transform:uppercase;

    letter-spacing:.5px;

    position:sticky;

    top:0;

    z-index:10;

}

/* Cells */

.dwbe-table td{

    padding:14px;

    text-align:center;

    border-bottom:1px solid #edf2f7;

}

/* Zebra */

.dwbe-table tbody tr:nth-child(even){

    background:#f8fbff;

}

/* Hover */

.dwbe-table tbody tr:hover{

    background:#eaf3ff;

}

/* Scroll */

.dwbe-table::-webkit-scrollbar{

    height:8px;

}

.dwbe-table::-webkit-scrollbar-thumb{

    background:#003566;

    border-radius:20px;

}

.dataTables_length {
    margin-bottom: 15px;
}

.dataTables_filter {
    margin-bottom: 15px;
}

.dataTables_paginate {
    margin-top: 15px ;
}

.dataTables_info {
    margin-top: 10px;
}

.dataTables_length select,
.dataTables_filter input {
    padding: 6px;
    border-radius: 6px;
    border: 1px solid #ccc;
}

/* Mobile */

@media(max-width:900px){

.dwbe-header{

flex-direction:column;

text-align:center;

gap:25px;

}

.dwbe-toolbar{

flex-direction:column;

gap:20px;

}

.toolbar-title{

font-size:22px;

}

.dwbe-header h1{

font-size:30px;

}

}/* End custom CSS */