body {
    background: url(https://res.cloudinary.com/msgroup/image/upload/v1738295156/bg_fkaukf.jpg) fixed;
    background-size: cover;
}

.bg-light {
    background-image: linear-gradient(to bottom, #ffa824, #fff700);
}

.content-box {
    background: rgba(0, 0, 0, 0.5);
}
.content-box .content-area {
    background: rgba(0, 0, 0, 0.5);
}
.content-box .content-area * {
    color: #f5f5f5;
}

footer {
    /* margin-bottom: 100px; */
}

.fixed-bottom {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: auto;
}
.fixed-left {
    position: fixed;
    top: 0;
    bottom: 0;
    width: auto;
    height: auto;
}
.fixed-right {
    position: fixed;
    top: 0;
    bottom: 0;
    width: auto;
    height: auto;
}

.logo-box {
    background: rgba(0, 0, 0, 0.1);
}
.live-draw-box-menu {
    padding: 15px;
    border: 2px solid #ffc207;
    border-radius: 5px;
    background: linear-gradient(to bottom, #ffa824, #fff700);
    cursor: pointer;
}

.navbar .nav-item {
    border-bottom: 1px solid #606060;
}
.navbar .nav-item:last-child {
    border-bottom: none;
}
.navbar-toggler-text {
    font-size: 18px;
}

.page-title {
    border-bottom: 1px solid #f5f5f5;
    text-align: center;
}
.page-sub-title {
    text-align: center;
    text-decoration: underline;
    text-transform: uppercase;
    margin: 25px 0 15px;
}

table th, table td {
    padding: 5px 0 !important;
}
table th {
    background-color: #606060 !important;
    border: 1px solid #606060 !important;
}
table td {
    background-color: #dfdfdf;
    color: #606060 !important;
    border: 1px solid #606060 !important;
    vertical-align: middle !important;
}
table td .modal_result {
    color: #ff0000 !important;
    text-decoration: underline;
    font-size: 22px;
}

.text-gold {
    color: #ffd700 !important;
}
.text-underline {
    text-decoration: underline;
    font-weight: bold;
}

@media (min-width: 992px) {
    .container {
        max-width: 1024px;
    }

    .navbar .nav-item {
        border-right: 1px solid #606060;
        border-bottom: none !important;
        margin-right: 5px;
        padding-right: 15px !important;
        font-size: 14px;
    }
    .navbar .nav-item:last-child {
        border-right: none;
        margin-right: 0;
        padding-right: .5rem !important;
    }
}



/*******  LOTTERY DESIGN BOX *******/
.lottery-main{
    width:100%; float:left;
    margin-bottom: 15px;
}
.lottery-main-col {
    background-color: #0f100f;
    border: 2px solid #8b028d;
    border-radius: 10px;
    margin: 10px 5px;
    cursor: pointer;
}
.lottery-main-col .logo-left {
    float: left;
    width: 25%;
    margin-top: 10px;
}
.lottery-main-col .logo-left img{
    display: inline-block;
}
.rtl-lottery-des{ 
    width: 75%;
    float: left;
    margin-top: 10px;
}
.lottery-more a{
    color: #fff;
    font-size: 24px;
    font-weight: 500;
    text-decoration-line: underline;
}
.rtl-lottery-des .lottery-box-title{
    width:100%; float:left;
}
.rtl-lottery-des .lottery-box-title h1 {
    color: #fff;
    font-size: 24px;
    font-weight: 450;
    line-height: 28px;
    margin-top: 0;
    padding: 0;
}
.rtl-lottery-des .lottery-box-title span{ 
    font-weight: 650;
    background: linear-gradient(to right, #8b008b 0%, #6595ed 100%);
    background-clip: border-box;
    background-clip: border-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.rtl-lottery-des .lottery-box-title h2{ 
    color: #18966a;
    margin-top: 0px;
    margin-bottom: 8px;
    font-size: 18px;
    font-weight: 700;
    padding: 0px;
    text-align: left;
}
.lottery-info p{ 
    color:#fff; 
    font-size:14px;
    margin-bottom:0px;
}
.lottery-info p .fa{ 
    color:#fff;
    margin-right:5px;
}
.lotter-num-display {
    float: left;
    width: 100%;
    margin: 16px auto;
}
.lotter-num-display1 {
    float: left;
    margin-bottom: 20px;
    width: 100%;
    text-align: center;
}
.lotter-num-display ul{ 
    list-style-type:none;
    margin:0px;
    padding:0px;
}
.lotter-num-display1 ul{ 
    list-style-type:none;
    margin:0px;
    padding:0px;
}
.lotter-num-display ul li{ 
    display: inline-block;
    margin-right: 5px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    line-height: 30px;
    background: linear-gradient(to right, #003932 0%,#028f7c 100%);
}
.lotter-num-display1 ul li {
    display: inline-block;
    margin-right: 0px; 
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    background-color: #f7921e;
}
.lotter-num-display ul li span {
    background-color: #fff;
    border-radius: 50%;
    display: block;
    font-size: 20px;
    font-weight: bold;
    height: 30px;
    line-height: 28px;
    margin: 5px auto auto;
    text-align: center;
    width: 30px;
    color: #000;
}
.lotter-num-display1 ul li span {
    background-color: #fff;
    border-radius: 50%;
    display: block;
    font-size: 17px;
    font-weight: bold;
    height: 23px;
    line-height: 23px;
    margin: 4px auto auto;
    text-align: center;
    width: 25px;
    color: #000;
}
.lottery-box-button{ 
    width:100%;
}
/*******  LOTTERY DESIGN BOX *******/



/*----------------- Start of CSS for livedraw php ------------------------*/
.livedraw {
	width: 98%;
	margin: auto;
	display: block;
	padding: 5px;
	background: white;
}

.border-sgp {
	border: 2px solid #044DA4;
}

.border-sdy {
	border: 2px solid #cc7402;
}

.border-hk {
	border: 2px solid #600014;
}

.border-london {
	border: 2px solid #434343;
}

.border-canada {
	border: 2px solid #FF5757;
}

.border-portugal {
	border: 2px solid #35604c;
}

.border-la {
	border: 2px solid #20566c;
}

.border-tokyo {
	border: 2px solid #ff9d9d;
}

.border-mexico {
	border: 2px solid #639600;
}

.border-shanghai {
	border: 2px solid #AE0000;
}

.border-paris {
	border: 2px solid #a69081;
}

.border-vegas {
	border: 2px solid #590000;
}

.livedraw-table {
	width: 100%;
	display: block;
	padding: 1px;
	border-collapse:collapse;
	font-family:Arial;
	font-weight:bold;
}

.box-color {
	border:1px solid #F2F2F2;
	height: 30px;
	width: 1%;
	text-align: center;
	font-size:100%;
	font-weight:bold;
	color: white;
	padding-top: 10px;
    padding-bottom: 10px;
    color: #f5f5f5 !important;
}

.sgp {
	background: linear-gradient(to bottom, #1c578c 0%,#171260 47%,#0c204f 52%,#1165aa 100%);
}

.hk {
	background: linear-gradient(to bottom, #600014 0%,#6d0019 48%,#6d0019 48%,#a90329 99%);
}

.sdy {
	background: linear-gradient(to bottom, #f9642c ,#ff9000);
}

.london {
	background: linear-gradient(to bottom, #494b4a, #989898);
}


.shanghai {
	background-image: linear-gradient(to bottom, #AE0000, #F70201);
}

.paris {
	background-image: linear-gradient(to bottom, #a69081, #debca6);
}

.vegas {
	background-image: linear-gradient(to bottom, #c79046, #ffdba8);
}

.canada {
	background-image: linear-gradient(to bottom, #C20005, #FF5757);
}

.portugal {
	background-image: linear-gradient(to bottom, #11281e, #35604c);
}

.la {
	background-image: linear-gradient(to bottom, #00374d, #20566c);
}

.tokyo {
	background-image: linear-gradient(to bottom, #e10019, #ff7676);
}

.mexico {
	background-image: linear-gradient(to bottom, #406100, #639600);
}

.box-value {
	background: linear-gradient(to bottom, #c6c6c6 0%,#cccccc 50%,#f9f9f9 100%);
	width: 1%;
	border:1px solid #F2F2F2;
	text-align: center;
	height: 35px;
	color: black;
	padding-top: 10px;
	padding-bottom: 10px;
}
.box-value-tokyo {
	background: linear-gradient(to bottom, #c6c6c6 0%,#ffffff 50%,#c6c6c6 100%);
	width: 1%;
	border:1px solid #F2F2F2;
	text-align: center;
	height: 35px;
	color: black;
	padding-top: 10px;
	padding-bottom: 10px;
}

.img-livedraw {
	border-top:1px solid #F2F2F2;
	border-left:1px solid #F2F2F2;
	border-right:1px solid #F2F2F2;
	background: white;
	text-align: center;
}

.img-livedraw-tokyo {
	border-top:1px solid #F2F2F2;
	border-left:1px solid #F2F2F2;
	border-right:1px solid #F2F2F2;
	background: #606060;
	text-align: center;
}

#img30 {
	width:30%;
	padding:5px;
}

#img20 {
	width:20%;
	padding:5px;
}

.iframe {
	width: 280px;
	font-size:100%;
	margin:auto;
}

/*----------------- End of CSS for livedraw php ------------------------*/
