
* {
    margin: 0;
    padding: 0;
    outline: none !important;
}
*, ::after, ::before {
    box-sizing: border-box;
}
html {
    font-size: 14px;
}
body{
    overflow-x: hidden !important;
}
.full_container {
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin: 0;
}
/* Button Primary */
.btn-primary {
    color: #fff;
    background-color: #5230b2;
    border-color: #5230b2;
}
.btn-primary:hover {
    background-color: #c50496;
    border-color: #c50496;
}
.btn-large {
    padding: 10px 10px;
    font-size: 16px;
    font-weight: 600;
}
.btn {
    cursor: pointer;
}
.full-width {
    width: 100%;
}
.btn-primary.disabled, .btn-primary:disabled {
    color: #121212;
    background-color: #ada3a3;
    border-color: #ada3a3;
    pointer-events: none;
}
.btn-secondary {
    color: #fff;
    background-color: #c40496;
    border-color: #c40496;
    display: inline-flex;
    align-items: center;
}
.btn-secondary:hover{
    color: #fff;
    background-color: #5230b2;
    border-color: #5230b2;
}
/* button Primary */

.inner_container {
    padding: 0;
    margin: 0;
    display: flex;
}
article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
    display: block;
}
.ps {
    overflow: hidden !important;
    overflow-anchor: none;
    -ms-overflow-style: none;
    touch-action: auto;
    -ms-touch-action: auto;
}
#sidebar {
    min-width: 280px;
    max-width: 280px;
    background-color: #15283c;
    color: #fff;
    transition: all 0.3s;
    position: relative;
    z-index: 11;
    box-shadow: 0 0 3px 0px rgba(0, 0, 0, 0.4);
    float: left;
    width: 100%;
    background-image: url(image/pattern_h.png);
    position: fixed;
    height: 100%;
    overflow: auto !important;
}
.sidebar_blog_1, .sidebar_blog_2, .sidebar_blog_3 {
    float: left;
    width: 100%;
}
.logo_section {
    padding: 0;
    width: auto;
    text-align: center;
    background: transparent;
    float: left;
}
.img-responsive {
    max-width: 100%;
}
.logo_section img.logo_icon {
    margin: 0;
    text-align: center;
    padding: 8px 8px;
    height: 60px;
}
.sidebar_user_info {
    padding: 15px 25px;
    background: #214162;
}
.user_profle_side {
    display: flex;
    flex-direction: column;
    text-align: center;
}
.user_img {
    float: left;
}
.user_info {
    margin: 0 0 0 15px;
}
.user_info h6 {
    font-size: 17px;
    font-weight: 500;
    color: #fff;
    letter-spacing: 0;
}
.user_info p {
    font-size: 13px;
    font-weight: 500;
    color: #1ed085;
    margin: 0;
}
.online_animation {
    width: 12px;
    height: 12px;
    background: #1ed085;
    border-radius: 100%;
    margin-top: 0;
    position: relative;
    top: 1px;
    -webkit-animation: online 2s infinite;
    animation: online 2s infinite;
}
@-webkit-keyframes online {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes online {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
i, span {
    display: inline-block;
}
.sidebar_blog_1, .sidebar_blog_2, .sidebar_blog_3 {
    float: left;
    width: 100%;
}
#sidebar h4 {
    background: #15283c;
    margin: 0;
    padding: 21px 25px 19px;
    font-weight: 500;
    font-size: 18px;
    color: #fff;
    border-bottom: solid #ff5722 1px;
}
.list-unstyled {
    padding-left: 0;
    list-style: none;
}
#sidebar ul.components {
    padding: 15px 0;
    margin: 0;
    float: left;
    width: 100%;
}
#sidebar ul.components li {
    position: relative;
}
#sidebar ul li a {
    text-align: left;
}
#sidebar ul li a {
    padding: 15px 25px;
    display: block;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.9);
    font-weight: 300;
}
.yellow_color {
    color: #ff9800 !important;
}
#sidebar ul li a i {
    margin-right: 20px;
    width: 15px;
    font-size: 20px;
    float: left;
}
.purple_color2 {
    color: #9c27b0 !important;
}
.orange_color {
    color: #ff5722 !important;
}
.red_color {
    color: #e91e63 !important;
}
.blue2_color {
    color: #03a9f4 !important;
}
#content {
    width: 100%;
    min-height: 100vh;
    transition: ease all 0.3s;
    position: relative;
    padding: 60px 25px 25px 305px;
    background: linear-gradient(90deg, #d3009517 0%, #5231b34d 100%);
}
.topbar {
    position: fixed;
    width: 100%;
    padding-left: 280px;
    z-index: 2;
    background: #15283c;
    top: 0;
    transition: ease all 0.3s;
    left: 0;
}
.navbar {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: .5rem 1rem;
}
.topbar .navbar {
    margin: 0;
}
.topbar .navbar {
    padding: 0;
    background: #15283c;
    border: none;
    border-radius: 0;
}
.full {
    width: 100%;
    float: left;
}
.sidebar_toggle {
    border: none;
    padding: 14px 26px 14px;
    font-size: 21px;
    background:linear-gradient(90deg, #d30095 0%, #383cbc 100%);
    margin-right: 0;
    cursor: pointer;
    float: left;
}
[type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
    cursor: pointer;
}
button i {
    color: #fff;
}
.right_topbar {
    float: right;
    padding: 0;
}
.icon_info {
    float: left;
    width: 100%;
}
.icon_info ul {
    float: left;
    width: auto;
    list-style: none;
    margin: 0;
}
.icon_info ul.user_profile_dd {
    float: left;
    margin: 0 0 0 25px;
}
.icon_info ul li {
    float: left;
    width: 35px;
    height: 35px;
    border-radius: 100%;
    text-align: center;
    line-height: 35px;
    position: relative;
    margin: 15px 0 0 5px;
}
.icon_info ul.user_profile_dd li {
    width: auto;
}
.icon_info ul.user_profile_dd>li {
    width: auto;
    border-radius: 0;
    background:linear-gradient(90deg, #d30095 0%, #383cbc 100%);
    margin: 0;
    padding: 12px 0 12px 20px;
    height: auto;
}

.dropdown-toggle {
    white-space: nowrap;
}
.icon_info ul.user_profile_dd li a {
    cursor: pointer;
}
.rounded-circle {
    border-radius: 50% !important;
}
.icon_info ul li a img {
    width: 35px;
}
.icon_info ul.user_profile_dd>li span {
    font-size: 13px;
    font-weight: 500;
    color: #fff;
    padding: 0 35px 0 10px;
}
.icon_info ul.user_profile_dd li>a::after {
    color: #fff;
    top: 13px;
    right: 28px;
    display: block;
    position: absolute;
    transform: translateY(-50%);
    content: "\f107";
    font-family: 'fontawesome';
    border: none;
    font-size: 18px;
}
.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.page_title {
    background: #d9c6ea;
    margin-top: 0;
    margin-bottom: 30px;
    padding: 25px 35px 22px 38px;
    box-shadow: 1px 0 5px rgb(83 48 178);
    margin-left: -40px;
    margin-right: -40px;
    position: relative;
}
.page_title h2 {
    font-size: 20px;
    font-weight: 600;
    color: #15283c;
}
.counter_section {
    min-height: auto;
    display: block;
    box-shadow: 0 5px 20px rgb(71 53 184);
    border: 0px solid #e7e7e7;
    padding: 30px 25px;
    background: #d20196;
    border-radius: 5px;
    min-height: 125px;
    display: flex;
    cursor: pointer;
    height: 100%;
}
.counter_section_inner {
    display: flex;
}
.settings_page .counter_section{
    padding: 30px 20px
}
.settings_page .couter_icon{
    width:auto;
}
.settings_page .counter_section{
    flex-direction: column;
}
.admin_setting label {
    color: #fff;
}
.admin_setting .counter_section {
    flex-direction: column;
    column-gap: 10px;
    justify-content: space-between;
        height: auto;
}
.settings_page .counter_section_inner {
    display: flex;
}
.couter_icon {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    float: left;
    margin: 8px 0 8px;
}
.couter_icon>div {
    border-right: solid rgba(255, 255, 255, 0.3) 1px;
    padding-right: 35px;
}
.blue1_color {
    color: #2196f3 !important;
}
.couter_icon i {
    color: #fff;
    font-size: 50px;
    line-height: normal;
    width: 100%;
    float: left;
    text-align: center;
}
.counter_no {
    padding: 0 12px;
    align-content: center;
    align-items: center;
    float: right;
    width: 100%;
    padding-right: 0;
}
.counter_no p.total_no {
    margin: 0;
    font-size: 45px;
    float: left;
    width: 100%;
    line-height: normal;
    font-weight: 600;
    color: #fff;
    text-align: right;
    font-size: 24px;
    font-weight: 400;
}
.counter_no .head_couter {
    float: left;
    width: 100%;
    color: #f3eded;
    margin: 0px 0 0 0;
    font-size: 20px;
    text-align: right;
    font-weight: 600;
}
.settings_page .counter_section_inner p.head_couter {
    font-size: 16px;
    font-weight: 600;
    color: #121212;
}
.margin_bottom_30 {
    margin-bottom: 30px;
}
#sidebar.active+#content {
    padding-left: 115px;
}
#sidebar.active+#content .topbar {
    padding-left: 90px;
}

/* User Page */
.margin_bottom_30 {
    margin-bottom: 30px;
}
.white_shd {
    background: #d9c6ea;
    box-shadow: 0 0px 6px #cb0397;
    border-radius: 5px;
    margin-top: 0;
}
.graph_head {
    padding: 0px 15px 15px;
    float: left;
    width: 100%;
}
.select_game {
    padding: 10px 20px;
}
.table-bordered {
    border: 1px solid #5430b2;
    color: #1a005e;
    font-size: 14px;
    font-weight: 600;
}
thead.thead-dark {
    background: linear-gradient(90deg, #d30095 0%, #383cbc 100%);
}
.table .thead-dark th {
    color: #fff;
    background-color: transparent;
    border-color: #5231b3;
}
.table-bordered td, .table-bordered th {
    border: 1px solid #5230b3;
}
.table-bordered tr:nth-of-type(odd) {
    background-color: rgb(156 17 153 / 25%);
    border-bottom: 2px solid #c30496;
}
.table-bordered tr:nth-of-type(even) {
    background-color: rgb(82 49 179 / 30%);
    border-bottom: 2px solid #5330b2;
}
.custom-result .table-bordered tr:nth-of-type(odd) {
    background-color: transparent;
    border-bottom: none;
}
.padding_infor_info {
    padding: 10px;
    float: left;
    width: 100%;
}
h3.form-title {
    font-size: 23px;
    font-weight: 600;
    margin-bottom: 20px;
}
.form-input {
    margin-bottom: 20px;
}
form label {
    font-weight: 600;
    margin-bottom: 5px;
}
.form-input .form-control, .form-input input {
    padding: 10px 10px;
    height: auto;
}
select.form-control {
    height: auto !important;
}
.filter_form {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    gap: 10px;
} 
.filter_form input[type="text"],
.filter_form input[type="number"]{
    display: block;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    padding: 10px 10px;
    height: auto;
    max-width: 270px;
    width: 100%;
}
.input-button .action button {
    display: block;
    width: 100%;
}
/* user Page */
.d-block{
    display:block !important;
}
.row-gap20 {
    row-gap: 20px;
}
.col-gap-20{
    column-gap:20px;
}
.radio_button {
    background-color: #d00196;
    padding: 10px 10px;
    border-radius: 5px;
    display: inline-flex;
    color: #fff;
    font-weight: 700;
    column-gap: 10px;
    align-items: center;
    position: relative;
    overflow: hidden;
    padding-left: 40px;
}
.radio_button label {
    margin: 0;
    cursor: pointer;
    position: relative;
}
.radio_button label:before {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    background-color: transparent;
    border: 2px solid #fff;
    border-radius: 50%;
    top: 50%;
    left: -30px;
    transform: translateY(-50%);
    transition: border-color 400ms ease;
}
.radio_button label:after {
    content: "";
    position: absolute;
    width: 50px;
    height: 50px;
    background-color: #fff;
    border: 2px solid #fff;
    border-radius: 50%;
    top: 50%;
    left: -30px;
    transform: translateY(-50%) scale(0);
    transition: transform 400ms ease;
}
.radio_button input[type="radio"] {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    z-index: 1;
    cursor: pointer;
}
.radio_button input[type="radio"]:checked + label::before {
    background-color: #d00196;
}
@media (min-width: 992px) {
    .navbar-expand-lg {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}

@media (min-width: 1200px) {
    .logo_icon {
        display: none;
    }
    
    #sidebar.active {
        min-width: 90px;
        max-width: 90px;
        text-align: center;
    }
    #sidebar.active ul li a {
        padding: 10px 0;
        float: left;
        width: 100%;
        text-align: center;
    }
    #sidebar.active ul li a i {
        width: 100%;
        text-align: center;
        margin: 0 0 5px 0;
        font-size: 24px;
    }
    #sidebar.active ul li a span {
        font-size: 13px;
    }
    #sidebar.active h4 {
        display: none;
    }
}

/* ========================================================
   PREMIUM PAYMENT GATEWAY UI OVERRIDES
======================================================== */
@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700&display=swap');

body.dashboard_1 {
    font-family: 'Outfit', sans-serif !important;
    background-color: #f4f7f6 !important;
    color: #1e293b;
}

#sidebar {
    background-color: #0f172a !important; /* Modern Slate 900 */
    background-image: none !important;
    box-shadow: 4px 0 10px rgba(0,0,0,0.05) !important;
}

#sidebar ul li a {
    color: #94a3b8 !important;
    font-weight: 500;
    transition: all 0.3s ease;
    border-radius: 8px;
    margin: 4px 12px;
    padding: 12px 15px !important;
}

#sidebar ul li a:hover, #sidebar ul li a.active {
    background-color: rgba(255, 255, 255, 0.05) !important;
    color: #fff !important;
}

.topbar {
    background-color: #ffffff !important;
    box-shadow: 0 1px 3px rgba(0,0,0,0.05) !important;
    border-bottom: 1px solid #e2e8f0;
}
.topbar .logo_section h3 {
    color: #0f172a !important;
    font-weight: 600;
    letter-spacing: -0.5px;
}

/* Dashboard Cards */
.counter_section {
    background: #ffffff !important;
    border-radius: 16px !important;
    box-shadow: 0 4px 15px rgba(0,0,0,0.03) !important;
    border: 1px solid #f1f5f9 !important;
    padding: 24px !important;
    display: flex;
    align-items: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    margin-bottom: 20px;
}
.counter_section:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.08) !important;
}
.couter_icon {
    width: 60px !important;
    height: 60px !important;
    background: #f8fafc !important;
    border-radius: 12px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px !important;
    float: none !important;
    box-shadow: 0 2px 5px rgba(0,0,0,0.02);
}
.couter_icon i {
    font-size: 26px !important;
    color: #4f46e5 !important; /* Premium Indigo */
}
.counter_no {
    float: none !important;
}
.counter_no .total_no {
    color: #0f172a !important;
    font-size: 28px !important;
    font-weight: 700 !important;
    line-height: 1.2;
    margin-bottom: 5px;
}
.counter_no .head_couter {
    color: #64748b !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* Tables */
.white_shd {
    background: #ffffff !important;
    border-radius: 16px !important;
    box-shadow: 0 4px 15px rgba(0,0,0,0.03) !important;
    border: 1px solid #f1f5f9;
    padding: 24px;
}
.data-table th {
    background-color: #f8fafc !important;
    color: #475569 !important;
    font-weight: 600 !important;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border-top: none !important;
    border-bottom: 2px solid #e2e8f0 !important;
    padding: 16px !important;
}
.data-table td {
    color: #1e293b !important;
    font-weight: 500;
    padding: 16px !important;
    vertical-align: middle !important;
    border-color: #f1f5f9 !important;
}

/* Badges */
.badge {
    padding: 6px 12px !important;
    border-radius: 30px !important;
    font-weight: 600;
    font-size: 12px;
}
.badge-success { background: #dcfce7 !important; color: #166534 !important; }
.badge-danger { background: #fee2e2 !important; color: #991b1b !important; }
.badge-warning { background: #fef9c3 !important; color: #854d0e !important; }

/* Forms & Inputs */
.form-control {
    background-color: #f8fafc !important;
    border: 1px solid #e2e8f0 !important;
    border-radius: 10px !important;
    padding: 10px 15px !important;
    color: #1e293b !important;
    font-weight: 500;
    transition: all 0.2s ease;
}
.form-control:focus {
    background-color: #fff !important;
    border-color: #4f46e5 !important;
    box-shadow: 0 0 0 3px rgba(79, 70, 229, 0.1) !important;
}
.btn-primary {
    background: #4f46e5 !important;
    border-color: #4f46e5 !important;
    border-radius: 10px !important;
    font-weight: 600 !important;
    box-shadow: 0 4px 6px rgba(79, 70, 229, 0.2);
}
.btn-primary:hover {
    background: #4338ca !important;
    box-shadow: 0 6px 10px rgba(79, 70, 229, 0.3);
}

/* Sidebar Header/Profile Override */
.sidebar_blog_1 { background: transparent !important; padding: 25px 20px !important; border-bottom: 1px solid rgba(255,255,255,0.05); }
.sidebar_blog_2 { background: transparent !important; padding: 10px 0 !important; }
.sidebar_blog_2 h4 { display: none !important; } /* Hide the generic "General" text */

.premium_sidebar_profile {
    display: flex;
    align-items: center;
    gap: 15px;
}
.profile_avatar {
    width: 48px;
    height: 48px;
    background: linear-gradient(135deg, #4f46e5 0%, #6366f1 100%);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 20px;
    font-weight: 600;
    box-shadow: 0 4px 10px rgba(79, 70, 229, 0.3);
}
.profile_details h6 {
    color: #f8fafc !important;
    font-weight: 600;
    margin: 0 0 3px 0;
    font-size: 15px;
}
.profile_details p {
    color: #94a3b8 !important;
    margin: 0;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.5px;
}

/* Sidebar Menu Tweaks */
#sidebar ul.components {
    padding: 10px 0 !important;
}
#sidebar ul li a {
    display: flex !important;
    align-items: center;
    gap: 15px;
}
#sidebar ul li a i {
    width: 24px;
    text-align: center;
    font-size: 18px !important;
    color: #64748b !important;
    transition: color 0.3s ease;
}
#sidebar ul li a:hover i, #sidebar ul li a.active i {
    color: #818cf8 !important; /* Lighter indigo for icons */
}

/* Header / Topbar adjustments */
.topbar {
    padding: 15px 30px !important;
    display: flex;
    align-items: center;
}
.navbar {
    padding: 0 !important;
    width: 100%;
}
.topbar .logo_section h3 {
    margin: 0 !important;
    font-size: 22px !important;
    padding-left: 20px;
}
.sidebar_toggle {
    background: #f1f5f9 !important;
    border: none !important;
    border-radius: 8px !important;
    width: 40px !important;
    height: 40px !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    color: #475569 !important;
    transition: all 0.3s ease;
}
.sidebar_toggle:hover {
    background: #e2e8f0 !important;
    color: #0f172a !important;
}

/* Further Overrides for Header and Page Titles */
.topbar .navbar { background-color: #ffffff !important; }
#content { 
    background: #f4f7f6 !important; 
    background-image: none !important; /* Remove residual purple gradient */
}
.page_title { 
    background: transparent !important; 
    box-shadow: none !important; 
    padding: 10px 0 20px 0 !important; 
    margin: 0 !important;
}
.page_title h2 { 
    color: #0f172a !important; 
    font-size: 24px !important; 
    font-weight: 700 !important; 
    letter-spacing: -0.5px; 
}

/* Responsive Overrides */
@media (min-width: 992px) {
    /* Hide empty topbar on desktop */
    .topbar { display: none !important; }
    #content { padding-top: 35px !important; }
}
@media (max-width: 991px) {
    /* Ensure Topbar with Toggle is visible and aligned on mobile */
    .topbar { display: flex !important; height: 60px !important; align-items: center; justify-content: flex-start; padding: 0 15px !important; background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%) !important; box-shadow: 0 4px 10px rgba(0,0,0,0.1) !important; }
    .topbar .navbar { display: flex; width: 100%; padding: 0 !important; background: transparent !important; }
    .sidebar_toggle { margin: 0 !important; padding: 8px 12px !important; height: 40px !important; width: 40px !important; display: flex !important; align-items: center; justify-content: center; background: rgba(255,255,255,0.1) !important; color: #fff !important; border: none !important; border-radius: 8px !important; }
    .topbar .logo_section { margin-left: 15px; }
    .topbar .logo_section h3 { font-size: 18px !important; margin: 0 !important; }
    
    /* Fix content padding so it's not squished by desktop sidebar padding */
    #content { padding-top: 80px !important; padding-left: 15px !important; padding-right: 15px !important; }
    
    /* Payout Form Fixes */
    .bank-details-card { padding: 15px !important; }
    .premium-form label { font-size: 12px !important; }
}
@media (max-width: 767px) {
    /* Dashboard Cards margin for mobile */
    .counter_section { margin-bottom: 20px !important; }
    
    /* Make Filter section a horizontally scrollable single row */
    .table_section form > .row {
        display: flex !important;
        flex-wrap: nowrap !important;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        padding-bottom: 15px;
    }
    .table_section form > .row > div {
        flex: 0 0 140px;
        max-width: 140px;
        padding-right: 5px;
        padding-left: 5px;
    }
    .table_section form > .row::-webkit-scrollbar {
        height: 4px;
    }
    .table_section form > .row::-webkit-scrollbar-thumb {
        background-color: #cbd5e1;
        border-radius: 4px;
    }
    
    /* Full screen the white container to remove ugly side padding */
    .white_shd {
        margin-left: -15px !important;
        margin-right: -15px !important;
        width: calc(100% + 30px) !important;
        border-radius: 0 !important;
    }
    .table_section.padding_infor_info {
        padding: 15px !important;
    }
    
    /* Ensure table text stays in a single row (no wrap) */
    .table-responsive-sm, .table-responsive {
        overflow-x: auto !important;
        -webkit-overflow-scrolling: touch;
    }
    .data-table th, .data-table td, .table th, .table td {
        white-space: nowrap !important;
    }
}

/* Premium Table Row Striping override */
.table-bordered tbody tr:nth-of-type(odd), .table-striped tbody tr:nth-of-type(odd) {
    background-color: #f8fafc !important;
}
.table-bordered tbody tr:nth-of-type(even), .table-striped tbody tr:nth-of-type(even) {
    background-color: #ffffff !important;
}