/*
Theme Name: Bridge Child
Theme URI: http://demo.qodeinteractive.com/bridge/
Description: A child theme of Bridge Theme
Author: Qode Interactive
Author URI: http://www.qodethemes.com/
Version: 1.0.0
Template: bridge
*/
@import url("../bridge/style.css");

.lottery-chart {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
}
.lottery-chart th, .lottery-chart td {
    border: 1px solid #ccc;
    padding: 8px;
    text-align: center;
}
.lottery-chart th {
    background-color: #f4f4f4;
    font-weight: bold;
}
.lottery-daily-table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
}
.lottery-daily-table th, .lottery-daily-table td {
    border: 1px solid #ccc;
    padding: 10px;
    text-align: center;
}
.lottery-daily-table th {
    background-color: #f4f4f4;
}
.lottery-daily-table a {
    font-weight: bold;
    color: #0073aa;
    text-decoration: none;
}
.lottery-daily-table a:hover {
    color: #005f8d;
}
.lottery-daily-wrapper {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
}
.lottery-box {
    border: 1px solid #ccc;
    padding: 15px;
    text-align: center;
    background: #f9f9f9;
}
.lottery-box h3 a {
    font-size: 20px;
    color: #0073aa;
    text-decoration: none;
}
.lottery-box .draw-time,
.lottery-box .today-result {
    margin: 5px 0;
    font-weight: bold;
}
.monthly-chart {
    width: 100%;
    margin-top: 10px;
    border-collapse: collapse;
}
.monthly-chart th, .monthly-chart td {
    border: 1px solid #ccc;
    padding: 8px;
}
.monthly-chart th {
    background-color: #eaeaea;
}
.lottery-live-header {
    text-align: center;
    margin-bottom: 10px;
}
.lottery-title {
    background: #4CAF50;
    color: #fff;
    font-size: 20px;
    padding: 5px;
}
.lottery-subtitle
 {
    background: #333;
    color: #fff;
    font-size: 16px;
    padding: 13px;
    font-size: 18px;
    font-weight: 500;
}
.lottery-live-label {
    border-top: 3px solid red;
    font-weight: bold;
    padding: 7px;
    background: #c10200;
    font-size: 20px;
    color: #fff;
}
.lottery-live-table {
    margin-top: 10px;
}
.lottery-row {
    display: flex;
    justify-content: space-between;
    padding: 10px;
    font-size: 18px;
}
.lottery-left {
    text-align: left;
}
.lottery-right {
    font-weight: bold;
    text-align: right;
}
/* Monthly Chart Table */
.monthly-chart {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
    font-family: Arial, sans-serif;
    font-size: 14px;
    text-align: center;
}

/* Table Header */
.monthly-chart thead th {
    background-color: #000;
    color: #fff;
    padding: 10px;
    border: 1px solid #ffffff;
    font-weight: bold;
}

/* Table Rows */
.monthly-chart tbody tr:nth-child(even) td {
    background-color: #c10200;
}
.monthly-chart tbody td {
    background-color: #c10200;
    color: #fff;
    padding: 8px;
    border: 1px solid #ffffff;
    font-weight: 500;
    font-size: 17px;
}

/* Table Title */
h3 {
    text-align: center;
    color: #333;
    font-size: 18px;
    margin-bottom: 10px;
}
/* Search Form Responsive */
.lottery-search-form {
    display: flex;
    justify-content: center;
    gap: 10px;
    align-content: center;
    margin-bottom: 21px !important;
    margin-top: 20px !important;
}
.lottery-search-form select,
.lottery-search-form button {
    padding: 10px;
    font-size: 16px;
    min-width: 150px;
	width:100%;
}
@media (max-width: 768px) {
    .lottery-search-form {
        flex-direction: column;
        align-items: stretch;
    }
    .lottery-search-form select,
    .lottery-search-form button {
        width: 100%;
    }
}

/* Table Responsive */
.lottery-live-table,
.lottery-monthly-chart {
    width: 100%;
    border-collapse: collapse;
    overflow-x: auto;
    display: block;
}
.lottery-live-table th,
.lottery-live-table td,
.lottery-monthly-chart th,
.lottery-monthly-chart td {
    padding: 8px;
    font-size: 14px;
    text-align: center;
}

@media (max-width: 600px) {
.lottery-live-table th, .lottery-live-table td, .lottery-monthly-chart th, .lottery-monthly-chart td {
        font-size: 14px;
        font-family: 'Poppins';
        font-weight: 500;
        line-height: 22px;
    }
}
/* Fix table width for desktop */
.lottery-live-table {
    width: 100% !important;
    max-width: 100%;
    border-collapse: collapse;
    display: table;
    border: 1px solid #CCCCCC;
}

/* Responsive scroll only for small screens */
@media (max-width: 768px) {
    .lottery-live-table {
        overflow-x: auto;
        white-space: normal;
    }
	table.lottery-live-table td {
    color: #000;
    font-size: 24px !important;
    font-weight: 600;
		
}
.monthly-chart {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
    font-family: Arial, sans-serif;
    font-size: 14px;
    text-align: center;
    display: block;
    overflow: overlay;
    white-space: nowrap;
}	
}


.headingAds_white p {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0;
}

.headingAds_white {
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
    font-size: small;
    text-align: center;
    vertical-align: middle;
    text-align: center;
    background-color: #000;
    padding: 13px;
}

.lottery-live-header p {
    color: #fff;
    font-size: 23px;
    font-weight: 400;
    text-align: center;
    margin-top: 20px;
	font-family:'Poppins';
    margin-bottom: 20px;
}

.lottery-title {
    background: #020202;
    color: #fff;
    font-size: 19px;
    padding: 17px;
    font-weight: 500;
    border-radius: 4px;
}
.mont h3 {
    color: #fff;
    margin-top: 16px;
    font-size: 20px;
    font-weight: 600;
}

header.centered_logo .header_inner_right {
    float: none;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    display: none;
}
table.lottery-live-table strong {
    font-size: 20px;
    line-height: 0;
    font-weight: 500;
}

header.centered_logo nav.main_menu, header.centered_logo nav.main_menu.left, header.centered_logo nav.main_menu.right
{
    position: relative;
    display: inline-block;
    left: auto;
    float: none;
    vertical-align: middle;
    display: none !important;
}

p.mt-22 {
    margin-bottom: 23px !important;
    margin-top: -25px !important;
}

table.lottery-live-table td {
    color: #ffffff;
    font-size: 25px;
    font-weight: 500;
    border-top: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
    vertical-align: middle;
    background: #c10200;
}

table.lottery-live-table span {
    color: #fff;
    font-size: 12px;
}

table.lottery-live-table a {
    color: #c10200;
    font-size: 12px;
    font-weight: 600;
}

.col-md-12.login-t {
    color: #fff;
}

.col-md-12.login-t a {
    color: #fff;
    font-size: 16px;
}











@media only screen and (max-width: 600px) {
    p.mt-22 {
        margin-bottom: 23px !important;
        margin-top: 55px !important;
    }
    .lottery-live-header p {
        font-size: 17px;
        font-weight: 400;
        font-family: 'Poppins';
        text-align: center;
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .lottery-title {
        color: #fff;
        font-size: 18px;
        padding: 5px;
        font-weight: 400;
        border-radius: 4px;
        font-family: 'Poppins';
    }
    table.lottery-live-table strong {
        font-size: 17.6px;
        line-height: 19px;
        font-weight: 500;
    }

table.lottery-live-table span {
    color: #fff;
    font-size: 12px;
    letter-spacing: 0;
}
table.lottery-live-table a {
    font-size: 11px;
    font-weight: 400;
    letter-spacing: 0;
}	
.mont h3 {
    color: #fff;
    margin-top: 16px;
    font-size: 16px;
    font-weight: 600;
}
.headingAds_white {
   
    margin-top: 74px;
}
header.centered_logo .logo_wrapper {
    float: none;
    height: auto !important;
}	
}






table.lottery-live-table tr:hover {
    background: #c51d1b !important;
}

header.centered_logo .header_inner_left {
    float: none;
    position: relative;
    display: block;
    margin: 0px 0 0px;
    left: 0;
}


h3.cl {
    color: #fff;
    font-size: 24px;
    text-transform: math-auto;
    letter-spacing: 0;
}


body, .wrapper, .content, .full_width, .overlapping_content .content > .container, .more_facts_holder, .comment_holder .comment #respond textarea, .comment_holder .comment #respond input[type='text'], .comment_holder .comment #respond input[type='email'], .content .container {
    background-color: #c10200;
}
.header_bottom {
    padding: 0 45px;
    background-color: #f1f1f1;
    -webkit-transition: all .2s ease 0s;
    -moz-transition: all .2s ease 0s;
    -o-transition: all .2s ease 0s;
    transition: all .2s ease 0s;
}









@media only screen and (max-width: 480px) {
    .boxed div.section .section_inner, .carousel-inner .slider_content_outer, .container_inner, .container_inner nav.content_menu, .elementor-row .elementor-widget-wrap>.qode_elementor_container_inner, .full_width .parallax_content, .qode_elementor_container_inner, .steps_holder_inner, div.grid_section .section_inner, nav.content_menu ul {
        width: 348px;
    }
	
	/* Monthly Chart Responsive & Equal Columns */
.monthly-chart {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
    font-family: Arial, sans-serif;
    font-size: 14px;
    text-align: center;
    table-layout: fixed; /* Equal column width */
}

.monthly-chart th,
.monthly-chart td {
    border: 1px solid #ccc;
    padding: 8px;
    word-wrap: break-word; /* Wrap long text */
}

/* Responsive scroll for small screens */
@media (max-width: 768px) {
    .monthly-chart {
        display: block;
        overflow-x: auto;
        white-space: nowrap;
    }
    .monthly-chart th,
    .monthly-chart td {
        font-size: 12px;
        padding: 6px;
    }
}
	.monthly-chart {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
    font-family: Arial, sans-serif;
    font-size: 14px;
    text-align: center;
    table-layout: fixed;
}

.monthly-chart th,
.monthly-chart td {
    border: 1px solid #ccc;
    padding: 8px;
    word-wrap: break-word;
}


