    body{
       font-size: 13px !important; 
    }

    .column-new{
        background: linear-gradient(0deg,#24365f 0,#383f50 100%);
        border-radius: 5px;
        box-shadow: 0 0 18px 0 rgba(0,0,0,.5);
        padding:20px;
        margin:5px 0;}
    
    .column-new .separator{
        background:#353a42;
        width:100%;
        height:2px; }

    .column-new .nama-pasaran {
        background:#06163b;
        height:auto;
        padding:10px;
        display:flex;
        align-items:center;
        border-radius:3px; }
    
    .column-new .nama-pasaran img{
        width: 60px;
        display: block;
        height: 40px;
        margin: 0;}
        
    .column-new .nama-pasaran span {
        text-align: center;
        font-size: 12px;
        width: 100%;
        color:#fff; }
    
    .column-new .tanggal { 
        color:#fff;
        text-align:right;
        font-size:12px;}
    
    .column-new .result4d { 
        text-align:center;
        background: #09225b; }
        
    .column-new .result4d p { 
        margin:0 ;
        color:#fff;
        font-size:25px;
        font-weight:900;
        line-height:82px;
        vertical-align: middle; }
    
    .column-new .result4d img{
        margin:0 ;
        color:#fff;
        font-size:25px;
        font-weight:900;
        vertical-align: middle;
        padding:10px 0;
        height:82px;
        width:50px;
        max-width:100%;}
    
    .column-new .info-pasaran {
        color:#fff !important; }
    
    .column-new .info-pasaran p{
            font-size: 15px;
            color: #fff;
            text-align: center;
            font-weight: 900;
            margin:0;
            padding:10px 5px; }
    .column-new .info-pasaran .result-footer {
        margin:2px 0;
        overflow:hidden;}
    
    .column-new .info-pasaran .result-footer .font-tanggal{
        float:left;
        font-size:12px; }
    .column-new .info-pasaran .result-footer .font-result{
        float:right;
        font-weight:900; }
        
    .column-new .more {
        display:flex;
        justify-content:center;
    }
    .column-new .more .button-footer{
        margin:5px 0;
        padding: 10px 15px;
        display: block;
        border-radius: 5px;
        font-size: 11px;
        text-align: center;
        background-color: #515f7f;
        color: #fff;
        text-decoration: none;
        border-radius:10px;
        cursor:pointer;
    }
    
    .result-footer .font-result img {
        margin:0;
        width:30px;
        height:40px;
    }
    
    .waktu {
    	color:#fff;
        padding:4px 0;
    }
    
    .numberResult{
        height: 25px;
        width: 25px;
        line-height: 25px;
        display: inline-block;
         font-weight: 900; 
        text-align: center;
        font-size: 15px;
        color: #fff;
        border-radius: 100%;
        background: radial-gradient(circle at top,hsla(0,0%,100%,.5) 5%,hsla(0,0%,100%,.09) 57%,hsla(0,0%,100%,0) 61%);
        background-color: rgba(0, 0, 0, 0);
        box-shadow: 0 8px 6px -6px black;
        background-color: #05256f;
    }
    
    .thResult{
    	text-align:center;
       	font-weight:600;
        font-size: 20px;
        background:#06163b;
        color:#fff;
    }
    
    .tdResult{
    	line-height:25px !important;
        font-weight:bold;
    }
    
    .table-hover>tbody>tr:hover{
    	background:#515f7f;
        color:#fff;
    }
    
    .buttonModal{
    	background:red;
    }

	.js-copytextarea, .js-copytextarea:focus{
		height:62px;
		background:#202c48;
	}
	.js-textareacopybtn{
		background: #1c2842;
		border: 1px solid #1c2842;
		padding: 2px 5px;
		margin-bottom: 5px;
		}
	
	.js-textareacopybtn:focus-within{
		background: #25365e;
	}
	
