.elementor-kit-14{--e-global-color-primary:#9D6EE4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#CE61C9;--e-global-typography-primary-font-family:"Russo One";--e-global-typography-primary-font-weight:300;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-14 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.entry-header {
    border-width: 6px;
    border-style: solid;
    border-image: linear-gradient(to bottom, #6c22bb, rgb(2 215 253)) 1 100%;
}

.post-header,
.wpdt-c .d-block {
    display: none !important;
    font-size: 0px !important;
}

table {
    border-collapse: separate;
    text-align: center;
    color: #ffffff;
    border-radius: 25px;
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 1);
    /* background: rgb(108, 34, 187);
    background: linear-gradient(90deg, rgba(108, 34, 187, 1) 3%, rgba(0, 219, 255, 1) 100%); */
    background: rgb(13 13 13);
    background: linear-gradient(316deg, rgb(0 0 0 / 32%) 5%, rgb(66 66 66) 43%, rgb(13 13 13) 100%);
    border: 4px solid white;
    box-shadow: 4px 4px 4px 2px #15041a3d;
    margin-bottom: 30px;
}

.wpDataTablesWrapper table.wpDataTable>thead>tr>th,
.wpDataTablesWrapper table.wpDataTable>tbody>tr>td {
    background-color: transparent !important;
    border: none !important;
    color: #ffffff !important;
}

.wpDataTablesWrapper table.wpDataTable>thead>tr {
    border-top: none;
    border-left: none;
    border-right: none;
}

.wpDataTablesWrapper table.wpDataTable>tbody>tr {
    border-bottom: none;
    border-right: none;
    border-left: none;
}

input.form-control,
.filter-option {
    color: #ffffff !important;
}

h3.wpdt-c {
    font-family: sans-serif;
    font-weight: bolder;
    font-size: 72px;
    /* background: -webkit-linear-gradient(#484848, #6d67c9); */
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: rgb(235 235 235);
}

h3.wpdt-c::before {
    content: "";
    position: absolute;
    top: 80px;
    width: 100%;
    left: 0;
    height: 3px;
    border-radius: 2px;
    background: linear-gradient(130deg, #6c22bb, #af002d 41.07%, #319197 76.05%);

}/* End custom CSS */