.header .main-menu .navbar .navbar-nav .nav-item.profile .nav-link{
   color: #EE8539;
}
.header .main-menu .navbar .navbar-nav .nav-item.dropdown .dropdown-menu{
   background: #1f61b2;
}
.poklotto-form .part-form form input{
   margin-bottom: 15px;
}
.help-block{
   color: red;
   margin-bottom: 15px;
}
.banner, .cta, .poklotto-form h3.title{
   background: linear-gradient(251.22deg, #002158 0%, #00376a 99.53%);
}
/*.preloader{*/
/*   background: -webkit-linear-gradient(251.22deg, #002158 0%, #00376a 99.53%);*/
/*}*/
.poklotto-form .part-form form label{
   margin: -9px 0 7px;
}
.result-table table th{
   font-weight: bold;
   color: rgba(13, 59, 84, 0.8);
}
.result-table table td.active{
   background: #fff8f0;
   font-weight: 500;
}
.whatapp{
   position: fixed;
   left: 30px;
   bottom: 30px;
   z-index: 99;
}
.whatapp img{
   width: 60px;
}
ul.pagination-list{
   text-align: center;
}
ul.pagination-list li{
   display: inline-block;
   width: 35px;
   height: 35px;
   line-height: 35px;
   text-align: center;
   background: linear-gradient(223.14deg, #F44A33 -17.3%, #E8AE3D 101.56%);
   color: rgba(13, 59, 84, 0.8);
   border-radius: 50%;
   position: relative;
   z-index: 2;
}
ul.pagination-list li:after{
   position: absolute;
   content: "";
   left: 1px;
   top: 1px;
   right: 1px;
   bottom: 1px;
   background: #fff;
   border-radius: 50%;
   z-index: -1;
}
ul.pagination-list li.active a{
   color: #fff;
}
ul.pagination-list li.active:after{
   background: linear-gradient(223.14deg, #F44A33 -17.3%, #E8AE3D 101.56%);
}
.faq-inner{
   height: 120px;
}
article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
   display: block;
}
.casino-btn a {
   position: relative;
   display: inline-block;
   font-size: 24px;
   vertical-align: top;
   text-align: center;
   letter-spacing: 1px;
   line-height: 24px;
   color: #fefefe;
   font-weight: 400;
   font-family: "Anton";
   padding: 13px 30px;
   border-radius: 35px;
   text-transform: capitalize;
   -webkit-transition: all ease 0.9s;
   -moz-transition: all ease 0.9s;
   -ms-transition: all ease 0.9s;
   -o-transition: all ease 0.9s;
   transition: all ease 0.9s;
   text-shadow: 5px 4px 0px rgba(0, 0, 0, .1);
   background: linear-gradient(to bottom, #ffd679 30%, #f7ac03 70%);
   filter: drop-shadow(0 0px 20px rgba(101, 40, 193, 0.5));
   box-shadow: 0px 0px 2px 1px rgba(247, 172, 4, 0.8);
}
.ranking-user{
   width: 40px;
   height: 40px;
   line-height: 40px;
   border-radius: 100px;
   background: linear-gradient(to bottom, #ffd679 30%, #f7ac03 70%);
   filter: drop-shadow(0 0px 20px rgba(101, 40, 193, 0.5));
   box-shadow: 0px 0px 2px 1px rgba(247, 172, 4, 0.8);
   -webkit-transition: all 0.5s ease;
   -moz-transition: all 0.5s ease;
   -ms-transition: all 0.5s ease;
   -o-transition: all 0.5s ease;
   transition: all 0.5s ease;
   display: flex;
    align-items: center;
    justify-content: center;
}
.ranking-user i:before{
   margin-left: 0;
}
.contact-page:before{
   z-index: -1;
}
.play-now{

}
.btn-play{
   z-index: 12399994;
   position: absolute;
   right: 70px;
   top: 15px;
   display: inline-block;
   font-size: 18px;
   vertical-align: top;
   text-align: center;
   letter-spacing: 1px;
   line-height: 20px;
   color: #fefefe;
   font-weight: 400;
   padding: 6px 10px;
   border-radius: 35px;
   text-transform: capitalize;
   width: 110px;
   -webkit-transition: all ease 0.5s;
   -moz-transition: all ease 0.5s;
   -ms-transition: all ease 0.5s;
   -o-transition: all ease 0.5s;
   transition: all ease 0.5s;
   box-shadow: 0px 0px 2px 2px rgba(247, 172, 4, 0.8);
   text-shadow: 5px 4px 0px #efa500;
   background: linear-gradient(to bottom, #ffd679 30%, #f7ac03 70%);
   filter: drop-shadow(0 0px 20px rgba(101, 40, 193, 0.5));
}
.foot-menu {
   display: flex;
   justify-content: center;
   align-items: center;
   padding: 0 15px;
}
.foot-menu p{
   flex: 1;
   color: #ffb000;
}
.foot-menu ul{
   padding: 0;
}
.foot-menu ul li{
   padding: 0 3px;
}
.foot-menu img{
   height: 20px;
}
.copy-right{
   background-color: #12062e;
   color: #fff;
   margin-top: 20px;
   padding: 10px 0;
}
.copy-right h6{
   color: #fff;
   margin-bottom: 0;
   padding-bottom: 0;
}