html {
    margin: 0;
    padding: 0;
}

body {
    margin: 0;
    padding: 0;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
}

* {
    box-sizing: border-box;
}

ul,
li {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
}

button:focus {
    outline: none;
}

.bodyWrapper {
    background-color: #0d1e25;
}

header {
    background: #1c2d34;
    display: flex;
    padding: 10px 15px;
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 99;
}

img.logo {
    height: 50px;
    float: left;
}

.headerRightArea {
    display: flex;
}

.headerSearchContainer {
    position: relative;
}

.headerSearch {
    background: #14252c;
    border: 1px solid #264856;
    border-radius: 100px;
    padding: 5px 56px 5px 15px;
    width: 500px;
    color: #fff;
}

.headerSearch:focus,
.headerSearch:active,
.headerSearch:hover {
    border: 1px solid #305e71;
    border-radius: 100px;
    outline: 0;
}

.searchBtn {
    background-color: transparent;
    border: 0;
    color: #fff;
}

.headerSearch::placeholder {
    color: #fff;
    opacity: 1;
}

.headerSearch:-ms-input-placeholder {
    color: #fff;
}

.headerSearch::-ms-input-placeholder {
    color: #fff;
}

.searchBtn {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    z-index: 1;
}

.notificationIcon {
    color: #fff;
    background-color: transparent;
    border: 0;
    display: inline-block;
    margin: 0 0 0 10px;
    position: relative;
}

.notificationBadch {
    position: absolute;
    top: 1px;
    right: -2px;
    background-color: #ffaa2a;
    color: #000;
    height: 14px;
    width: 14px;
    border-radius: 50px;
    font-size: 10px;
}

.bannerWarpper {
    padding: 50px 15px;
    background: url(../images/bg01.jpg) 0 0;
    background-size: 100% auto;
    background-repeat: no-repeat;
    height: 680px;
    position: relative;
    z-index: 10;
}

.bannerBgImages {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(20 37 44 / 81%);
    z-index: -1;
}

.jackpotBanner {
    display: block;
    width: 100%;
    position: relative;
}

.jackpotBanner img.jackpotBannerImg {
    width: 60%;
    margin: 30px auto 0 auto;
    display: block;
}

.jackpotResult {
    position: absolute;
    top: 51%;
    left: 42%;
    color: #fecd20;
    font-size: 6rem;
    font-family: 'Lobster', cursive;
}

.resultWrapper {
    padding: 15px 30px;
}

h2,
h3 {
    color: #fff;
}

.tableHeader {
    text-align: center;
    font-size: 1.4rem;
    margin-bottom: 15px;
}

.todaysResults {
    background: #14252c;
    border-radius: 4px;
    padding: 15px 30px;
}

.todaysResults .table-dark {
    background-color: #0d1e25;
}

.todaysResults .table-dark td,
.todaysResults .table-dark th,
.todaysResults .table-dark thead th {
    border-color: #1e3742;
    text-align: center;
}

.todaysResults .table thead th {
    vertical-align: bottom;
    border-bottom: 1px solid #1e3742;
}

.todaysResults .table-dark td:last-child,
.todaysResults .table-dark th:last-child {
    border-right: 1px solid #1e3742;
}

.todaysResults .table-dark td:first-child,
.todaysResults .table-dark th:first-child {
    border-left: 1px solid #1e3742;
    text-align: left;
}

.paymentImg {
    height: 60px;
}

footer {
    background: #14252c;
}

.footerWrapper {
    display: flex;
    justify-content: space-between;
    color: #eee;
    align-items: center;
    padding: 10px 30px;
}

.footerWrapper p {
    margin: 0;
}

.redText {
    color: #a71539;
}

.notificationIcon.dropdown-toggle::after {
    display: none;
}

.headerRightArea .dropdown-menu.show {
    transform: translate3d(-391px, 26px, 0px) !important;
    background: #0d1e25;
    border: 1px solid #1c4150;
}

.headerRightArea .dropdown-item {
    background-color: #0d1e25;
    color: #fff;
}

.headerRightArea .dropdown-item:active {
    background-color: inherit;
}

.headerRightArea .dropdown-item:focus,
.headerRightArea .dropdown-item:hover {
    color: #fff;
    background-color: inherit;
}
.nextEvent {
    position: absolute;
    top: -20px;
    right: 50px;
}
.nextEvent p {
    font-size: 1.6rem;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    padding: 26px 10px;
    font-family: 'Roboto', sans-serif;
    width: 100%;
}
.nextEvent p span{
    font-family: 'Lobster', cursive;
    display: block;
}
.eventfream{
    height: 140px;
}
.table td, .table th {
    border-right: 1px solid #dee2e6;
    border-bottom: 1px solid #dee2e6;
}
.not-display {
    display: none;
}
.contentSection {
    margin: 15px;
    padding: 25px;
    background: #14252c;
}
.contentHeader {
    margin: 0 0 15px 0;
    padding: 15px;
    background-color: #0d1e25;
    text-transform: uppercase;
    font-size: 26px;
    color: #fecd20;
    border-left: 4px solid #36b5ff;
}
.articleContent {
    color: #fff;
    padding: 15px;
    background-color: #0d1e25;
}
/*---------------------------------------------*/
.collapseDemo {
    display: none;
}
.topLi.show .collapseDemo {
    display: block;
}
article.articleContent ul {
    margin: 18px;
}
.articleContent h4 {
    margin: 18px 0;
    color: #fecd20;
}
.mainMenuArea {
    float: left;
    margin-left: 30px;
}
.mainMenuArea ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.mainMenuArea ul li {
    float: left;
    border-right: 1px solid #2c65ad;
}
.mainMenuArea ul li:last-child{
    border: 0;
}
.mainMenuArea ul li a {
    display: block;
    padding: 12px;
    text-decoration: none;
    color: #fecd20;
}
button.toggleBtn {
    display: none;
}
img.bannerPhoto {
    width: 100%;
    max-height: 470px;
    display: block;
}
.otherPageBannerSection {
    display: flex;
    justify-content: center;
    align-items: center;
}
.mainMenuArea ul li a:hover {
    color: #fbfe20;
}
.contactUsContent{
    display: flex;
    justify-content: space-between;
    overflow: hidden;
}
.addressWrapper {
    margin-top: 100px;
}
ul.footerIcon{
    list-style-type: none;
}
ul.footerIcon li{
    float: left;
}
ul.footerIcon li a {
    display: block;
    margin: 0 5px;
}
ul.footerIcon li a img {
    height: 30px;
}
.articleContent.pattiList {
    text-align: center;
}
.articleContent.pattiList img {
    height: 600px;
}
.tabcontent h3 {
    font-weight: bold;
    color: #fecd20;
    margin: 10px 0;
}
.no-padding {
    padding: 0 !important;
}
/*---------Login------------*/


.loginWrapper {
    background: #ecf0f3;
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.loginWrapper .wrapper {
    margin: 30px 20px;
    max-width: 350px;
    min-height: 500px;
    padding: 40px 30px 30px 30px;
    background-color: #ecf0f3;
    border-radius: 15px;
    box-shadow: 13px 13px 20px #cbced1, -13px -13px 20px #fff;
}

.loginWrapper .logo {
    width: 110px;
    margin: auto;
}
.loginWrapper .logo span {
    width: 100%;
    height: 58px;
    border-radius: 15px;
    box-shadow: 0px 0px 3px #5f5f5f, 0px 0px 0px 5px #ecf0f3, 8px 8px 15px #a7aaa7, -8px -8px 15px #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}
.loginWrapper .logo span img {
    object-fit: contain;
    width: 90px;
}

.loginWrapper .wrapper .name {
    font-weight: 600;
    font-size: 1.4rem;
    letter-spacing: 1.3px;
    padding-left: 10px;
    color: #555;
}

.loginWrapper .wrapper .form-field input {
    width: 100%;
    display: block;
    border: none;
    outline: none;
    background: none;
    font-size: 1.2rem;
    color: #666;
    padding: 10px 15px 10px 10px;
    /* border: 1px solid red; */
}

.loginWrapper .wrapper .form-field {
    padding-left: 10px;
    margin-bottom: 20px;
    border-radius: 20px;
    box-shadow: inset 8px 8px 8px #cbced1, inset -8px -8px 8px #fff;
}

.loginWrapper .wrapper .form-field .fas {
    color: #555;
}

.loginWrapper .wrapper .btn {
    box-shadow: none;
    width: 100%;
    height: 40px;
    background-color: #03A9F4;
    color: #fff;
    border-radius: 25px;
    box-shadow: 3px 3px 3px #b1b1b1,
        -3px -3px 3px #fff;
    letter-spacing: 1.3px;
}

.loginWrapper .wrapper .btn:hover {
    background-color: #039BE5;
}

.loginWrapper .wrapper a {
    text-decoration: none;
    font-size: 0.8rem;
    color: #03A9F4;
}
.extraLink {
    opacity: 0;
}
.loginWrapper .wrapper a:hover {
    color: #039BE5;
}

@media(max-width: 380px) {
   .loginWrapper .wrapper {
        margin: 30px 20px;
        padding: 40px 15px 15px 15px;
    }
}
