
            .txt-cap{
                text-transform: capitalize;
            }
            .list-category li a{
                cursor: pointer;
            }
            .category-unknown,
            .category-fishing_game,
            /*.category-progressives,*/
            .unknown,
            /*.fishing_game,
            .progressives*/{
                display: none !important;
                height:0px !important;
                width:0px !important;
            }
            .cover-overlay .game-cover{
                width: 198%;
                margin-left: -81px;
            }
            .game-gif-loader{
                width: 30px;
                margin: 0 auto;
                left: 0;
                right: 0;
                position: absolute;
                top: 59px;
                z-index: -1;
            }
            .game-name {
                width: 100%;
                overflow: hidden;
                text-overflow: ellipsis;
                height: auto;
                margin: 0 !important;
            }
            .game-item {
                margin-top: 20px;
            }
            .game-name {
                margin-top: 8px;
            }
            .cover-overlay:hover .hover-overlay{
                opacity: 1;
            }
            .cover-overlay {
                height: 135px;
                width: 175px;
                overflow: hidden;
                border-radius:0;
                position: relative;
            }
            .btn-play:hover,
            .btn-try:hover{
                background: #D36C0A;
                color:white;
                border:2px solid #D36C0A !important;
            }
            .btn-play{
                color:#FF7D01;
                background:none;
            }
            .btn-try{
                margin-top:10px;
                background: #FF7D01;
                color:white;
            }
            .hover-overlay .btn{
                width:80%;
                border:0px;
                font-weight:800;
                border:2px solid #FF7D01;
                -webkit-appearance: unset;
            }
            .hover-overlay {
                padding-top: 23px;
                opacity: 0;
                background: rgba(0,0,0,0.6);
                height: 135px;
                width: 175px;
                top: 0;
                position: absolute;
                transition: opacity 0.3s;
                border-radius: 0;
            }
            .img-status {
                position: absolute;
                right: 0;
                top: 0;
            }
            .is-temp-logo{
                width:100px !important;
                margin:40px 0px !important;
            }