.elementor-17 .elementor-element.elementor-element-bda9e70{--display:flex;--min-height:300px;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:center;--align-items:center;}.elementor-17 .elementor-element.elementor-element-bda9e70:not(.elementor-motion-effects-element-type-background), .elementor-17 .elementor-element.elementor-element-bda9e70 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#181818;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-17 .elementor-element.elementor-element-bd83839{text-align:center;}.elementor-17 .elementor-element.elementor-element-bd83839 .elementor-heading-title{font-family:"Poppins", Sans-serif;font-size:40px;font-weight:500;line-height:50px;color:var( --e-global-color-text );}.elementor-17 .elementor-element.elementor-element-c833ced{--display:flex;--padding-top:70px;--padding-bottom:70px;--padding-left:20px;--padding-right:20px;}.elementor-17 .elementor-element.elementor-element-c833ced:not(.elementor-motion-effects-element-type-background), .elementor-17 .elementor-element.elementor-element-c833ced > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-text );}:root{--page-title-display:none;}@media(min-width:768px){.elementor-17 .elementor-element.elementor-element-c833ced{--content-width:1500px;}}/* Start custom CSS */h1.dasboard-head {
    display: none;
}
.dashboard-controls {
    margin-bottom: 50px;
    font-family: 'Poppins';
}
.search-form {
    display: flex;
    width: 70%;
    gap: 10px;
    margin: 0 !important;
}
.search-form input {
    background: #F3F3F3;
    border: 1px solid #18181850;
    font-size: 14px;
    line-height: 24px;
    padding: 10px 20px;
    outline: none;
    box-shadow: none;
    height: 45px;
    color: #181818;
    font-weight: 500;
    border-radius: 0;
}
.search-form button {
    background: #181818;
    border: none;
    border-radius: 0;
    padding: 10px 30px;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    height: fit-content;
    transition: 0.5s;
    line-height: 25px;
}
.export-button a {
    background: #181818;
    border: none;
    border-radius: 0;
    padding: 13px 30px;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    min-height: 47px;
    transition: 0.5s;
    line-height: 25px;
    position: relative;
    top: 11px;
}
.search-form button:hover,
.export-button a:hover
{
    background: #E4CB43;
    color: #181818;
    transition: 0.5s;
}


/*table */
table.dasboard-table {
    font-family: 'Poppins';
    color: #181818;
    background: #fff !important;
}
table.dasboard-table thead {
    background: #181818;
    color: #fff;
    text-align: left;
    padding: 10px 20px;
}
table.dasboard-table th {
    border-color: rgb(255 255 255 / 20%) !important;
}
table.dasboard-table td 
{
    border-color: rgb(24 24 24 / 20%) !important;
}
table.dasboard-table a {
    font-weight: 600 !important;
    color: #181818;
    text-decoration: underline;
}


/*pagination */
.fld-pagination {
    font-family: 'Poppins';
}
.fld-pagination a.fld-page-link {
    background: #fff;
    border: 1px solid #181818 !important;
    border-radius: 0 !important;
    color: #181818 !important;
}
.fld-pagination a.fld-page-link.active {
    background: #181818 !important;
    color: #fff !important;
    font-weight: 400 !important;
}



@media only screen and (max-width:1024px)
{
.table-container {
    overflow: scroll;
}
}


@media only screen and (max-width:767px)
{
.table-container {
    overflow: scroll;
}
.dashboard-controls {
    flex-direction: column;
}
.search-form {
    flex-direction: column;
    width: 100%;
}
.export-button a {
    display: block;
    text-align: center;
    top: 0;
    min-height: auto;
    padding: 10px 30px;
}
}/* End custom CSS */