input[disabled], select[disabled], input[readonly], select[readonly] {
        background: #818181 !important;
}

textarea {
	width: 100%;
    float: left;
    background-color: #fff;
    border: none;
    color: #000;
    font-size: 17px;
    font-family: SCDream5;
    padding: 0 20px;
    border-radius: 10px;
}

#jackpotWrap {
    padding-top: 76px;
}

#jackpot {
    font-size: 3rem;
    letter-spacing: 10px;
}

.uk-button {
    color: white !important;
    border-radius: 5px;
    background: linear-gradient(90deg,#3b527a, #182a46) !important;
    font-size: 1.1rem;
    height: 50px;
}

.btn-custom {
    background: transparent;
    position: relative;
}

.btn-custom .txt {
    position: absolute;
    width: 300px;
    top: -6px;
    right: 0;
    text-transform: initial;
}

.yel {
	color: #d5b667;
	font-weight: 700;
}

.MainMenu-logo {
	height: 50px;
}

.tbl_col {
    width: 100%;	
}

.tbl_col th {
    text-align: center;
    border-bottom: 1px solid #6b6b6b;
}

.tbl_col th, td {
    color: #fff;
    line-height: 50px;
}

@media (max-width: 640px) {
	#jackpotWrap {
		padding-top: 47px;
	}
	#jackpot {
		font-size: 1.5rem;
	}
}