/*
Theme Name: GeneratePress Child
Theme URI: https://hellspincasinos-bonus.com/
Description: A child theme for GeneratePress
Author: Chris
Author URI: https://hellspincasinos-bonus.com/
Template: generatepress
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: generatepress-child
*/

/*Popup v1 CSS*/
@media only screen and (max-width:767px)  {
    .Modal{
        display:none;
    }
}
@media (min-width: 769px) {
    .main-navigation li {
        padding-top: 0 !important;
        position: relative;
    }
}

@media only screen and (min-width:767px)  {
    .Modal {
        display: none;
        position: fixed;
        left: 0;
        top: 0;
        z-index: 999999999999;
        width: 100%;
        height: 100%;
        padding-top: 100px;
        background-color: black;
        background-color: rgba(0, 0, 0, 0.75);
        -webkit-transition: 0.5s;
        overflow: auto;
        transition: all 0.3s linear;
    }
    .Modal-content {
        display: flex;
        background-color: #fefefe;
        padding: 20px;
        border-radius: 15px;
        width: 450px;
        height: auto;
        position: fixed;
        top: 50%;
        left: 50%;
        justify-content: center;
        align-items: center;
        transform: translate(-50%, -50%);
        flex-direction: column;
    }
    .modaltitle{
        font-weight: bolder;
        font-size: 25px;
        margin-bottom: 5px;
    }
    .modaltext{
        font-size: 20px;
        margin-bottom: 5px;
        text-align: center;
    }
    .ModalOpen { overflow: hidden; }
    .is-hidden { display: none; }
    .is-visuallyHidden { opacity: 0; }
    .is-blurred {
        filter: blur(2px);
        -webkit-filter: blur(2px);
    }
}
/*Popup v1 CSS End*/


.wp-block-uagb-table-of-contents ul.uagb-toc__list li, .wp-block-uagb-table-of-contents ol.uagb-toc__list li {
    text-transform: capitalize;
}

.page-hero.gradient {
    background-image: linear-gradient( 145deg, transparent 0%, rgba(255,255,255, 0.5) 100%);
    max-width: 1440px;
    margin: auto;
    border-radius:5px;
}
.inside-page-hero h2 {
    font-size: 40px;
}
.inside-page-hero p {
    font-size: 20px;
}


img{
    border-radius:5px;
}

body.single .site.grid-container {
    max-width: 1200px;
}

/* Main container styles */
.separate-containers .page-hero + #page .site-main {
    margin-top: -80px !important;
}
@media (max-width: 768px) {
    body .site.grid-container {
        margin-left: 10px;
        margin-right: 10px;
    }
}
.site-content .inside-article, .sidebar .widget, .comments-area {
    box-shadow: 0px 0px 0px 1px rgba(214,218,222,1);
    border-radius: 5px;
}

/*EXCLUSIVE BANNER CSS*/
.zms-sctablerow2 {
    position:relative;
}
@media screen and (min-width: 769px) {
    /*Exclusive Banner CSS DESKTOP*/
    .zms-wrap {
        width: 180px;
        height: 120%;
        position: absolute;
        left: -8px;
        right: 8px;
        top: -9px;
        overflow: hidden;
        text-transform: uppercase;
        color: white;
        font-weight: bolder;
        font-size: 12px;
        z-index: 1;
    }
    .zms-wrap:before, .zms-wrap:after {
        content: "";
        position: absolute;
    }
    .zms-wrap:before {
        width: 40px;
        height: 8px;
        left: 43px;
        background: rgba(247,0,1,0.6);
        border-radius: 8px 8px 0px 0px;
    }
    .zms-wrap:after {
        width: 8px;
        height: 40px;
        left: -0.5px;
        top: 44px;
        background: rgba(247,0,1,0.6);
        border-radius: 0px 8px 8px 0px;
        transform: rotate(
                180deg
        );
    }
    .zms-ribbon {
        width: 237px;
        height: 20px;
        line-height: 15px;
        position: absolute;
        top: 20px;
        left: -89px;
        z-index: 2;
        overflow: hidden;
        -webkit-transform: rotate(
                -45deg
        );
        transform: rotate(
                -45deg
        );
        border: 1px dashed #05052D;
        box-shadow: 0 0 0 3px rgb(247 0 1), -45px 4px 3px 0px rgba(5,5,45,0.6);
        background: rgb(247,0,1);
        text-align: center;
    }
}
@media screen and (max-width: 769px) {
	.zms-zm2-col.zms-bonus-col {
        max-width: 85%;
    }
    /*Exclusive Banner CSS Mobile*/
    .zms-wrap {
        width: 100%;
        height: 188px;
        position: absolute;
        top: -8px;
        left: 8px;
        overflow: hidden;
        text-transform: uppercase;
        color: white;
        font-weight: bolder;
    }
    .zms-wrap:before, .zms-wrap:after {
        content: "";
        position: absolute;
    }
    .zms-wrap:before {
        width: 40px;
        height: 8px;
        right: 100px;
        background: rgba(247,0,1,0.6);
        border-radius: 8px 8px 0px 0px;
    }
    .zms-wrap:after {
        width: 8px;
        height: 40px;
        right: 0px;
        top: 100px;
        background: rgba(247,0,1,0.6);
        border-radius: 0px 8px 8px 0px;
    }
    .zms-ribbon {
        width: 200px;
        height: 40px;
        line-height: 40px;
        position: absolute;
        top: 30px;
        right: -50px;
        z-index: 2;
        overflow: hidden;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        border: 1px dashed #05052D;
        box-shadow:0 0 0 3px rgb(247,0,1),  0px 21px 5px -18px rgba(5,5,45,0.6);
        background: rgb(247,0,1);
        text-align: center;
    }
}
/*/EXCLUSIVE BANNER CSS*/
/* Posts grid styles */
@media (min-width: 769px) {
    .generate-columns .inside-article {
        transition: all 0.2s ease-in;
        transform: scale(1);
    }
    .generate-columns .inside-article:hover {
        transform: scale(1.01);
        box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.3);
    }
    p.read-more-container {
        opacity: 0;
        transition: all 0.3s ease-in-out;
    }
    .generate-columns .inside-article:hover p.read-more-container {
        opacity: 1;
    }
}
.generate-columns .inside-article {
    display: flex;
    flex-direction: column;
    border-radius: 3px;
}
.generate-columns .inside-article .entry-summary {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.read-more-container {
    margin-top: auto;
    text-align: center;
}
button, html input[type="button"], input[type="reset"], input[type="submit"], a.button, a.button:visited {
    border-width: 1px;
    border-style: solid;
    border-color: inherit;
    border-radius: 3px;
}
.blog footer.entry-meta, .archive footer.entry-meta {
    margin-top: 0;
}

/* Sidebar styles */
.sidebar .widget:first-child {
    background-image: linear-gradient( 145deg, rgb(255, 5, 5) 0%, rgb(228,243,242) 100%);
}

/*TABLE CSS*/
/*============*/
/*v0.9 [TABZ]*/
@media only screen and (max-width:767px)  {
    .zms-rank-col {
        width: 15%;
    }
}
@media only screen and (min-width:767px)  {
    .zms-rank-col /*Width of POS Number Container*/
    {
        width: 7%;
    }
}
@media only screen and (max-width:767px)  {
    .table-container{
        width: 100%!important;
        height: 100%!important;
        overflow-x:scroll;
    }
    .table-container-child{
        top: 10px;
        width: 100%;
        overflow-x:scroll;
    }
}
@media only screen and (min-width:767px)  {
    .table-container{
        width: 100%!important;
        height: 100%!important;
    }
    .table-container-child{
        top: 10px;
        width: 100%;
    }
}
.table-parent-styling{
    box-shadow: rgba(0,0,0,.4) 0px 3px 10px -6px;
    border-collapse: collapse;
    width: 100%;
}
.table-body-styling{
    border-collapse: collapse;
    width: 100%;
}

.table tbody tr:nth-child(2n+1) {
    background-color: #f9f9f9;
}

.table-body-styling td, th {
    border: 1px solid #cccccc;
    padding: 8px;
    text-align: center;
    white-space: nowrap;
}

.table-body-styling tr:nth-child(odd) {
    background-color: #dddddd;
}

.table-body-styling th{
    background-color: #cccccc;
}

.table-body-styling tr, td{
    text-align: center;
    white-space: nowrap;
}
.table-body-styling th{
    font-size: 100%;
}
.table-body-styling td{
    font-size: 100%;
}
/*ZAMSINO CSS*/
/*============*/
/*v0.7 [NEUZINO]*/

/* table design css start */
/* Universal CSS (Correct no Matter the Width of Page) */
.zms-zm2-col.zms-rate-col { /*CSS of List Container*/
    font-size: 10px;
}
.zms-zm2-col.zms-rate-col.list { /*Text-Alignment of list*/
    text-align: left;
}
.zms-zm2-col.zms-rate-col.list ul { /*Resetting padding of ul*/
    padding: 0;
}
.zms-zm2-col.zms-rate-col.list li i { /*CSS of FontAwesome icons*/
    font-style: inherit;
    color: #ff0505;
    margin-right: 6px;
}
.zms-sctablerow1 { /*Header*/
    margin-top:10px;
    /*border-radius: 8px;*/
    padding: 5px 0;
    box-shadow: 1px 2px 2px 1px #6c7781 !important;
}
.zms-sctable { /*TBF*/
    width: 100%;
    float:left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    margin-bottom: 30px;
}
.zms-sctablerow2 { /*Casino Main Container*/
    border-radius: 7px;
    margin-top: 10px;
    background: #f1f1f1;
    color: #545454;
    width: 100%;
    float: left;
    position: relative;
    border: 3px solid rgb(8 8 69);
    margin-bottom: 0;
    box-shadow: 0 2px 2px 1px rgba(15, 15, 127, 0.2);
    -moz-transition: .3s;
    transition: .3s;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.zms-sctablerow2.shiny-red {
	background: #fff5f5;
	box-shadow: 0 2px 2px 1px rgba(247,0,1, 0.2);
	
}
.zms-sctable.zms-sctable_ver3 .zms-sctablerow1 {
    background:#05052d;
    width: 100%;
    float: left;
    color:#fff;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
a.zms-button.playb {
    box-shadow: 1px 2px 3px 1px #6c7781 !important;

    color: #fff !important;
    font-size: 16px !important;
    text-align: center;
    padding: 20px;
    width: 100%;
    -moz-transition: 0.5s;
    transition: all 0.5s;
    cursor: pointer;
    letter-spacing: 2.5px;
    position: relative;

    background: #65c82d;
    border-radius: 6px;
    border: 3px solid #41811d;
}
.zms-bonus-col span.zms_bonper { /*Bonus Text CSS*/
    margin:  auto;
    font-size: 20px;
    font-weight: bold;
    text-shadow: #d2d2d2 1px 1px;
}
.zms_ratecir { /*CSS of POS Number*/
    text-align: center;
    align-items: center;
    vertical-align: middle;
    color:#ff0505;
    border-radius: 12px;
    -moz-border-radius: 40px;
    font-weight:600;
    font-size:24px;
    width: 40px;
    height: 40px;
    line-height: 40px;
}
.zms-zm-col { /*CSS of Top Banner Header*/
    float: left;
    text-align: center;
    font-size: 15px;
    font-weight: bold;
    padding: 0 5px;
}

.zms-zm2-col { /*CSS of Casinos*/
    float: left;
    padding: 0 5px;
    text-align: center;
}
.zms-site-col { /*Width of Banner Container*/
    width: 20%;
}
.zms-bonus-col { /*Width of Bonus Container*/
    width: 31%;
}
.zms-rate-col { /*Width of More Info Container*/
    width: 21%;
}
.zms-vis-col { /*Width of Button*/
    width: 21%;
}
.zms-zm2-col .zms-site-col{
    line-height: 1px;
}
a.zms-button { /*CSS of Move on Button*/
    color: #f1f1f1 !important;
    line-height: 1em;
    padding: 14px 12px;
    text-align: center;
    text-decoration: none !important;
    display: block;
    font-weight: 600;
    font-size: 13px !important;
    border-radius: 4px;
    -moz-border-radius: 4px;
    text-transform: uppercase;
}
.boxradius { /*CSS of Logo*/
    vertical-align: middle;
    background: #e7fff3;
    border-radius: 6px;
    text-decoration: none;
    text-shadow: 0 1px rgba(15, 15, 127,0.7);
    max-height: 100px;
    box-shadow: inset 0 2px 0 rgba(15, 15, 127, 0.2), 0 4px 2px rgba(15, 15, 127, 0.2), 0 0 4px 1px rgba(15, 15, 127,0.2) !important;

}
/*When Screen Small*/
@media only screen and (max-width:767px)  {
    .zms-rank-col { /*When screen small remove pos*/
        margin-top:10px;
    }
    .zms-site-col { /*Logo container becomes width of 100% when screen small*/
        width: 100%;
    }
    .zms-bonus-col { /*Bonus Text container becomes width of 100% when screen small*/
        width: 100%;
        margin-top: 10px;
    }
    .zms-zm2-col.zms-rate-col { /*Info Container CSS when screen small*/
        width: 100%;
        text-align: left;
        font-weight: 600;
        padding:15px 60px!important;
    }
    .zms-vis-col { /*Claim Button Container becomes width of 100 when screen small;*/
        width: 100%;
    }
    .zms-sctable.zms-sctable_ver3 .zms-sctablerow1 { /*Remove Top Header Bar when screen small*/
        display: none;
    }
    a.zms-button.playb { /*CSS of button when small screen*/
        align-self: center;
        width: 75%;
        font-size: 16px !important;
    }
    .zms-zm2-col.zms-vis-col{ /*CSS of button container when screen small*/
        display: flex;
        flex-direction: column;
        width: 100%;
        margin-bottom: 15px;
    }
    .zms-zm2-col.zms-vis-col strong{ /*CSS OF BUTTON STRONG TEMPO*/
        display: flex;
        flex-direction: column;
        width: 100%;
    }

    .zms-zm2-col.zms-site-col{ /*CSS of LOGO Container when screen small*/
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
    }
    .zms-zm2.col.zms-site-col strong{ /*CSS of LOGO STRONG TEMPO*/
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
    }
    .boxradius { /*CSS of LOGO IMG when screen small*/
        width: 75% !important;
        align-self: center;
        margin-top: 15px;
    }
    .zms-zm2-col.zms-rate-col.list{ /*CSS of info container when screen small*/
        text-align: center;
    }
    .zms-zm2-col.zms-rate-col.list li { /*CSS of info text when screen small*/
        width: 100% !important;
        list-style-type: none!important;
        padding: 2px 0!important;
        font-size: 12px!important;
        font-weight: 600!important;
        margin-top: 5px;
        margin-bottom: 5px;
    }
    .zms-zm2-col ul{ /*CSS of items in list when small*/
        display: inline-block;
        text-align: left;
    }
    .loadmorebtn{
        text-shadow: #ffe0be 0 0 5px,#ffe0be 0 0 2px,#ffe0be 0 0 2px,#ffe0be 0 0 2px;
        text-align: center;
        font-weight: bolder;
        border: 3px solid #f77f00;
        background-color: #fcbf49;
        float: left;
        color: #003049;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
        display: inline-block;
        line-height: 45px;
        width: 80%;
        margin-top: 15px;
        box-shadow: 1px 1px 2px 1px #6c7781 !important;
    }
    .loadmorebtn:hover{
        text-shadow: #fcbf49 0 0 5px,#fcbf49 0 0 2px,#fcbf49 0 0 2px,#fcbf49 0 0 2px;
        border: 3px solid #fcbf49 !important;
        background-color: #ffe0be !important;
    }
    button.loadmorebtn:hover{
        text-shadow: #fcbf49 0 0 5px,#fcbf49 0 0 2px,#fcbf49 0 0 2px,#fcbf49 0 0 2px;
        border: 3px solid #fcbf49 !important;
        background-color: #ffe0be !important;
    }
    /*Exclusive Banner CSS Mobile*/
    .zms-wrap {
        width: 100%;
        height: 188px;
        position: absolute;
        top: -8px;
        left: 8px;
        overflow: hidden;
        text-transform: uppercase;
        color: white;
        font-weight: bolder;
    }
    .zms-wrap:before, .zms-wrap:after {
        content: "";
        position: absolute;
    }
    .zms-wrap:before {
        width: 40px;
        height: 8px;
        right: 100px;
        background: rgba(247,0,1,0.6);
        border-radius: 8px 8px 0px 0px;
    }
    .zms-wrap:after {
        width: 8px;
        height: 40px;
        right: 0px;
        top: 100px;
        background: rgba(247,0,1,0.6);
        border-radius: 0px 8px 8px 0px;
    }
    .zms-ribbon {
        width: 200px;
        height: 40px;
        line-height: 40px;
        position: absolute;
        top: 30px;
        right: -50px;
        z-index: 2;
        overflow: hidden;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        border: 1px dashed #05052D;
        box-shadow:0 0 0 3px rgb(247,0,1),  0px 21px 5px -18px rgba(5,5,45,0.6);
        background: rgb(247,0,1);
        text-align: center;
    }
  .zms-wrap-new {
    width: 100%;
    height: 188px;
    position: absolute;
    top: -8px;
    left: 8px;
    overflow: hidden;
    text-transform: uppercase;
    color: white;
    font-weight: bolder;
}
.zms-wrap-new:before, .zms-wrap-new:after {
    content: "";
    position: absolute;
}
.zms-wrap-new:before {
    width: 40px;
    height: 8px;
    right: 100px;
    background: rgba(253, 2, 11,0.6);
    border-radius: 8px 8px 0px 0px;
}
.zms-wrap-new:after {
    width: 8px;
    height: 40px;
    right: 0px;
    top: 100px;
    background: rgba(253, 2, 11,0.6);
    border-radius: 0px 8px 8px 0px;
}
.zms-ribbon-new {
    width: 200px;
    height: 40px;
    line-height: 40px;
    position: absolute;
    top: 30px;
    right: -50px;
    z-index: 2;
    overflow: hidden;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    border: 1px dashed white;
    box-shadow:0 0 0 3px rgb(253, 2, 11),  0px 21px 5px -18px rgba(5,5,45,0.6);
    background: rgb(253, 2, 11);
    text-align: center;
}
}
.zms-desc { /*CSS Terms Container*/
    flex-basis: 100%;
    background-color: #e5e5e5 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    border-bottom-right-radius: 7px;
    border-bottom-left-radius: 7px;
}

.zms-desc p { /*CSS Terms Text*/
    margin-top: 0;
    color:#6c716e !important;
    font-size: 10px !important;
    text-align: left !important;
    margin-bottom: 0 !important;
    padding: 10px !important;
}

.zms-zm2-col p{ /*CSS "18 | Terms and Conditions Apply" Text*/
    font-weight: bold;
    font-size: 11px !important;
}
/*When Screen Large*/
@media only screen and (min-width:767px) {
    .zms-zm2-col.zms-rate-col.list li { /*CSS of List Design*/
        width: 100% !important;
        margin: auto !important;
        list-style-type: none !important;
        padding: 2px 0 !important;
        font-size: 15px !important;
        font-weight: 700 !important;
    }
    .zms-sctablerow2:hover { /*Casino Main Container - ON HOVER*/
        margin-top:10px;
        background: #f2efff;
        color: #545454;
        width:100%;
        float:left;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        box-shadow: 0 4px 8px 0 rgba(15, 15, 127, 0.4);
        transition: 0.5s;
        border-radius: 10px;
    }
	.zms-sctablerow2.shiny-red:hover { /*Casino Main Container - ON HOVER*/
        margin-top:10px;
        background: #ffefef;
        color: #545454;
        width:100%;
        float:left;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        box-shadow: 0 4px 8px 0 rgba(247,0,1, 0.4);
        transition: 0.5s;
        border-radius: 10px;
    }
    .zms-sctablerow2:hover .zms-desc{
        flex-basis: 100%;
        padding-top: 0 !important;
        padding-bottom: 0 !important;
        -moz-border-radius-bottomleft: 8px;
        -moz-border-radius-bottomright: 8px;
        border-bottom-right-radius: 8px;
        border-bottom-left-radius: 8px;
        -moz-transition: 0.5s;
        transition: 0.5s;
    }
    a.zms-button.playb:hover { /*Change Background of Claim button on Hover*/
        background: #52a325;

    }
    .loadmorebtn{
        text-shadow: #ffe0be 0 0 5px,#ffe0be 0 0 2px,#ffe0be 0 0 2px,#ffe0be 0 0 2px;
        text-align: center;
        font-weight: bolder;
        border: 3px solid #f77f00;
        background-color: #fcbf49;
        float: left;
        color: #003049;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
        display: inline-block;
        line-height: 45px;
        width: 50%;
        margin-top: 15px;
        box-shadow: 1px 1px 2px 1px #6c7781 !important;
    }
    a.loadmorebtn:hover{
        text-shadow: #fcbf49 0 0 5px,#fcbf49 0 0 2px,#fcbf49 0 0 2px,#fcbf49 0 0 2px;
        border: 3px solid #fcbf49;
        background-color: #ffe0be;
    }
    button.loadmorebtn:hover{
        text-shadow: #fcbf49 0 0 5px,#fcbf49 0 0 2px,#fcbf49 0 0 2px,#fcbf49 0 0 2px;
        border: 3px solid #fcbf49;
        background-color: #ffe0be;
    }
    button.loadmorebtn:active{
        text-shadow: #ffe0be 0 0 5px,#ffe0be 0 0 2px,#ffe0be 0 0 2px,#ffe0be 0 0 2px;
        border: 3px solid #f77f00;
        background-color: #fcbf49;
    }
    button.loadmorebtn:focus{
        text-shadow: #ffe0be 0 0 5px,#ffe0be 0 0 2px,#ffe0be 0 0 2px,#ffe0be 0 0 2px;
        border: 3px solid #f77f00;
        background-color: #fcbf49;
    }
    /*Exclusive Banner CSS DESKTOP*/
    .zms-wrap {
        width: 180px;
        height: 120%;
        position: absolute;
        left: -8px;
        right: 8px;
        top: -9px;
        overflow: hidden;
        text-transform: uppercase;
        color: white;
        font-weight: bolder;
        font-size: 12px;
        z-index: 1;
    }
    .zms-wrap:before, .zms-wrap:after {
        content: "";
        position: absolute;
    }
    .zms-wrap:before {
        width: 40px;
        height: 8px;
        left: 43px;
        background: rgba(247,0,1,0.6);
        border-radius: 8px 8px 0px 0px;
    }
    .zms-wrap:after {
        width: 8px;
        height: 40px;
        left: -0.5px;
        top: 44px;
        background: rgba(247,0,1,0.6);
        border-radius: 0px 8px 8px 0px;
        transform: rotate(
                180deg
        );
    }
    .zms-ribbon {
        width: 237px;
        height: 20px;
        line-height: 15px;
        position: absolute;
        top: 20px;
        left: -89px;
        z-index: 2;
        overflow: hidden;
        -webkit-transform: rotate(
                -45deg
        );
        transform: rotate(
                -45deg
        );
        border: 1px dashed #05052D;
        box-shadow: 0 0 0 3px rgb(247 0 1), -45px 4px 3px 0px rgba(5,5,45,0.6);
        background: rgb(247,0,1);
        text-align: center;
    }
  
	
	
	.zms-wrap-new {
    width: 180px;
    height: 120%;
    position: absolute;
    left: -8px;
    right: 8px;
    top: -9px;
    overflow: hidden;
    text-transform: uppercase;
    color: white;
    font-weight: bolder;
    font-size: 12px;
    z-index: 1;
}
.zms-wrap-new:before, .zms-wrap-new:after {
    content: "";
    position: absolute;
}
.zms-wrap-new:before {
    width: 40px;
    height: 8px;
    left: 43px;
    background: rgba(253, 2, 11,0.6);
    border-radius: 8px 8px 0px 0px;
}
.zms-wrap-new:after {
    width: 8px;
    height: 40px;
    left: -0.5px;
    top: 44px;
    background: rgba(253, 2, 11,0.6);
    border-radius: 0px 8px 8px 0px;
    transform: rotate(
            180deg
    );
}
.zms-ribbon-new {
    width: 237px;
    height: 20px;
    line-height: 15px;
    position: absolute;
    top: 20px;
    left: -89px;
    z-index: 2;
    overflow: hidden;
    -webkit-transform: rotate(
            -45deg
    );
    transform: rotate(
            -45deg
    );
    border: 1px dashed white;
    box-shadow: 0 0 0 3px rgb(253, 2, 11), -45px 4px 3px 0px rgba(253, 2, 11,0.6);
    background: rgb(253, 2, 11);
    text-align: center;
}
}
.zms-zm2-col.zms-bonus-col p{ /*Resets Margin of Dirty*/
    margin-bottom: 0
}
.zms-zm2-col.zms-rate-col.list { /*Resets Margin of Dirty*/
    margin-top: 0
}
/* table design css end */
.fa-check-circle-o:before, .fa-check-circle:before { /*CSS of Icons*/
    content: "\f058";
    font-weight: 900 !important;
}

.fusion-mobile-menu-icons a { /*TBF*/
    font-size:30px !important;
}
.btncontainer {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin:0;
    padding:0;
}

.zms-zm2-col ul{
    margin:0;
}
.zms-rate-col span{
    color:#65c82d
}
/*CSS For banner
 * /*For Small Screens*/
@media only screen and (max-width:767px)  {
    .smallImg{
        display:block;
        border: 3px solid orange;
        border-radius: 15px
    }
    .largeImg{
        display:none;
    }
}
/*For Large Screens*/
@media only screen and (min-width:767px)  {
    .smallImg{
        display:none;
    }
    .largeImg{
        display:block;
        border: 3px solid orange;
        border-radius: 15px
    }
}
/*CSS For Game */
@media screen and (max-width:767px) {
    .game{
        width:1200px;
        height:300px;
    }
}
@media screen and (min-width:767px) {
    .game{
        width:1200px;
        height:720px;
    }
}

@media screen and (min-width: 826px) {
    .footer-icon {
        display: flex;
        margin-left: 10px;
        margin-right: 10px;
        height: 50px;
    }

    .footer-icon-container {
        display: flex;
        padding: 15px;
        justify-content: center;
        align-items: center;
    }
}
@media screen and (max-width: 826px) {
    .footer-icon {
        display: flex;
        margin-left: 15px;
        height: 30px;
    }

    .footer-icon-container {
        display: flex;
        padding: 15px;
        justify-content: center;
        align-items: center;
    }
}

/*
CSS FOR ALL GAME LIST PAGE
V#001=====================
 */

/* Float four columns side by side */
.gamecolumn {
    float: left;
    width: 25%;
    padding: 0 10px;
}

/* Remove extra left and right margins, due to padding */
.gamerow {    margin: 0 -5px 1.2rem -5px;}

/* Clear floats after the columns */
.gamerow:after {
    content: "";
    display: table;
    clear: both;
}
.gamecardimage{
    width:100%;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}
/* Responsive columns */
@media screen and (max-width: 600px) {
    .gamecolumn {
        width: 100%;
        display: block;
        margin-bottom: 20px;
    }
}
.gamecardtext{
    margin: 15px 0 15px 0;
}
/* Style the counter cards */
.gamecard {
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: center;
    border-radius: 15px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    /*padding: 16px;*/
    padding: 0;
    text-align: center;


    background: #f4f4f4;
    border: 1px solid #ff9595;
}
/*
END CSS FOR ALL GAME LIST PAGE
===============================
 */

/*Table FIX CSS*/
div:has(>table) {
    overflow-x: auto;
}
/**/

@media screen and (min-width: 826px) {
    .footer-icon {
        display: flex;
        margin-left: 10px;
        margin-right: 10px;
        height: 50px;
    }
    .footer-icon-container {
        display: flex;
        padding: 15px;
        justify-content: center;
        align-items: center;
    }
}
@media screen and (max-width: 826px) {
    .footer-icon {
        display: flex;
        margin-left: 15px;
        height: 30px;
    }
    .footer-icon-container {
        display: flex;
        padding: 15px;
        justify-content: center;
        align-items: center;
    }
}

/*PROFILE CARD*/
.profile-card {
    display: flex;
    align-items: center;
    padding: 30px 0;
    border-radius: 8px;
    color: #ffffff;
}
.profile-card svg{
	color: #f05454;
    height: 14px;
    margin-left: 4px;
}
.profile-info {
    display: flex;
    align-items: center;
    gap: 10px;
}

.profile-image {
	border: 2px solid #0d0b26;
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.text-info {
    display: flex;
    flex-direction: column;
}

.name {
    font-size: 14px;
    font-weight: bold;
    display: flex;
    align-items: center;
    gap: 4px;
}
.name-text {
    color: #0d0b26;
    position: relative;
    cursor: pointer;
}

.name-text::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 0;
    height: 2px;
    background-color: #ff0305;
    transition: width 0.5s ease;
}

.name-text:hover::after {
    width: 100%;
}
.role {
    color: #b0b0b0;
}

.verified {
    color: #f05454;
    font-size: 12px;
    margin-left: 4px;
}

.profile-title {
        font-size: 12px;
    color: #0d0b26;
}
/*PROFILE CARD*/
/*NEW CSS*/
.entry-content:not(:first-child), .entry-summary:not(:first-child), .page-content:not(:first-child) {
	margin-top:0;
}
@media (min-width: 789px) {
    h1 {
        font-size: 2rem;
    }
}
@media (max-width: 788px) {
h1 {
        font-size: 1.5rem;
    }
	.entry-content{
		display:flex;
		flex-direction: column;
	}
}
.separate-containers .site-main {
    margin:0;
}
.site-content .inside-article, .sidebar .widget, .comments-area {
    box-shadow: none;
    border-radius:0;
}
site.grid-container{
	margin-left:0;
	margin-right:0;
	max-width:100%;
}
.container.grid-container{
	background-color:white;
	display:flex;
	width:100%;
	justify-content: center;
max-width: 100%;
}
.site-content{
max-width: 1140px;
}@media (min-width: 769px) {
    .menu-item-has-children .dropdown-menu-toggle {
        display: none;
    }

    /* Base styling for ALL top-level main menu item links */
    .main-navigation .main-nav > ul > li > a {
        position: relative;
        text-decoration: none;
        color: #ffffff; /* Adjust as needed */
    }

    .main-navigation .main-nav > ul > li > a::after {
        content: '';
        position: absolute;
        left: 0;
        bottom: -2px; /* Position the line under the text */
        width: 0;
        height: 2px;
        background-color: #fe0304; /* Underline color */
        transition: width 0.5s ease;
    }

    /* Highlight underline for the current menu item */
    .main-navigation .main-nav ul li[class*="current-menu-"] > a {
        color: white;
    }

    .main-navigation .main-nav ul li[class*="current-menu-"] > a::after {
        width: 100%;
    }

    /* Trigger underline on hover for top-level menu items */
    .main-navigation .main-nav > ul > li:hover > a::after {
        width: 100%;
    }

    /* Styling for submenu */
    .sub-menu {
        flex-direction: column;
    }

    /* Remove underline on submenu items */
    .sub-menu a::after {
        display: none;
        width: 0 !important;
        height: 0 !important;
    }

    .nav-align-center .inside-navigation {
        max-width: 1140px;
        width: 100%;
        justify-content: center;
    } 

    #primary-menu {
        width: 100%;
        padding: 15px 40px;
    }

    .nav-align-center .main-nav>ul {
        justify-content: space-around !important;
    }

    .main-navigation,
    .main-navigation ul ul {
        display: flex;
        background-color: #05052d;
        justify-content: center;
    }

    /* Base styles for main navigation links */
    .main-navigation .main-nav ul li a,
    .menu-toggle,
    .main-navigation .menu-bar-item > a {
        padding-left: 10px !important;
        padding-right: 10px !important;
        line-height: 45px;
    }

    .main-navigation .main-nav ul li a:has(> svg),
    .menu-toggle:has(> svg),
    .main-navigation .menu-bar-item > a:has(> svg) {
        padding-left: 25px !important;
    }

    /* Submenu visibility and transition */
    .main-navigation ul ul {
        display: block;
        box-shadow: 1px 1px 0 rgba(0, 0, 0, .1);
        float: left;
        position: absolute;
        opacity: 0;
        z-index: 99999;
        width: 200px;
        text-align: left;
        top: 47px;
        transition: opacity 80ms linear;
        pointer-events: none;
        height: 0;
        overflow: hidden;
    }

    /* Rounded borders on first and last submenu items */
    .sub-menu .menu-item:first-child a {
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
    }

    .sub-menu .menu-item:last-child a {
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
    }

    .main-navigation ul ul.sub-menu {
        background: white;
        border: 1px solid lightgray;
        border-radius: 5px;
        color: black;
    }

    .main-navigation .main-nav ul ul li a {
        padding: 10px 35px 10px 35px;
        color: black;
    }

    .main-navigation .main-nav ul ul li[class*="current-menu-"] > a {
        color: #ffffff;
        background-color: #05052d;
    }

    /* SVG icon styling */
    .menu-item svg {
        fill: #ff0000;
        font-size: 15px;
        left: 0px;
        top: 13px;
        position: absolute;
        height: 20px;
        width: 20px;
        transition: fill 0.3s ease;
    }

    /* SVG hover effect */
    .menu-item:hover svg {
        fill: #fe0304;
    }
    .main-navigation li {
        padding-top: 3px;
        position: relative;
    }
    .header-aligned-center:not([class*=nav-float-]) .inside-header {
        justify-content: space-between;
        flex-direction: row;
        text-align: center;
    }
    .inside-header {
        padding: 15px 40px 12px 40px !important;
    }
    .zms-flag-img {
        width: 40px;
        cursor: pointer;
        margin-top: 0 !important;
    }
}
@media (max-width: 768px) {
    .main-navigation .main-nav ul li a svg{
        display: none;
    }
    .dropdown-menu-toggle svg{
        display: inline-block !important;
    }
    .flag-container {
  position: relative;
  display: inline-block;
  cursor: pointer;
}

/* We'll create 4 borders using pseudo-elements:
   - ::before: bottom border
   - ::after: left border
   - span::before: top border
   - span::after: right border

   The animation:
   On hover, each border line transitions from length=0 to full length.
   Use transition-delays to animate in sequence:
   1) bottom border (immediate)
   2) left border (0.25s delay)
   3) top border (0.5s delay)
   4) right border (0.75s delay)

   On mouse leave, they reverse automatically.
*/

/* Bottom border */
.flag-container::before {
  content: '';
  position: absolute;
  bottom: 0; left: 0;
  height: 2px;
  width: 0;
  background: red;
  transition: width 1s ease;
}

/* Left border */
.flag-container::after {
  content: '';
  position: absolute;
  bottom: 0; left: 0;
  width: 2px;
  height: 0;
  background: red;
  transition: height 1s ease;
  transition-delay: 0.25s;
}

/* We use a child span for the top/right borders */
.flag-container > span {
  position: absolute;
  top: 0; right: 0; bottom: 0; left: 0; /* span covers same area */
}

/* Top border on span::before */
.flag-container > span::before {
  content: '';
  position: absolute;
  top: 0; right: 0;
  height: 2px;
  width: 0;
  background: red;
  transition: width 1s ease;
  transition-delay: 0.5s;
}

/* Right border on span::after */
.flag-container > span::after {
  content: '';
  position: absolute;
  top: 0; right: 0;
  width: 2px;
  height: 0;
  background: red;
  transition: height 1s ease;
  transition-delay: 0.75s;
}

/* On hover, animate all borders to their full sizes */
.flag-container:hover::before {
  width: 100%;
}
.flag-container:hover::after {
  height: 100%;
}
.flag-container:hover > span::before {
  width: 100%;
}
.flag-container:hover > span::after {
  height: 100%;
}

/* Dropdown styling */
.flag-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  border: 1px solid #ccc;
  display: none;
  z-index: 999;
}
.flag-dropdown a {
  display: block;
  padding: 5px 10px;
  text-decoration: none;
  color: #000;
}
.flag-dropdown a:hover {
  background: #eee;
}

/* Classes for showing/hiding dropdown */
.spec-hide {
  display: none;
}
.spec-show {
  display: block;
}

}


@media (max-width: 768px) {
    body .site.grid-container {
        margin-left: 0;
        margin-right: 0;
    }
    .main-navigation .site-logo.navigation-logo img, .mobile-header-navigation .site-logo.mobile-header-logo img, .navigation-search input[type="search"] {
        height: 56px;
    }
}
/* End GeneratePress Site CSS */

@media only screen and (max-width: 767px) {
    .zms-zm2-col.zms-bonus-col {
        max-width: 75%;
    }
}










/*FLAG CSS*/
/*============*/
/*v0.1 [LANGCELL]*/

/*Small Screen*/
@media only screen and (max-width:767px)  {
    .specbtn-dropbtn {
        background-color: transparent !important;
		display:flex;
        cursor: pointer;
		margin-right: 10px;
        height: auto;
        border-radius:5px;
        outline: none;
        /*box-shadow: 0 2px 4px #888888;*/
        margin-bottom: 0 !important;
        padding:1px;
        
    }
	
	.specbtn-dropbtn-focused svg{
		height:23px;
		width:23px;
	}
	.specbtn-dropbtn svg{
		height:23px;
		width:23px;
	}
    .specbtn-dropbtn-focused :focus{
        border: 2px solid #fff;
        cursor: pointer;
        height: auto;
        border-radius:50%;
        margin-bottom: 2px;
		padding:1px;
    }
	.specbtn.active{
        background-color: transparent !important;
        display: flex;
		border: 2px solid #fff;
		padding:1px;
        cursor: pointer;
        margin-right: 10px;
        height: auto;
        border-radius: 50%;
        outline: none;
        /* box-shadow: 0 2px 4px #888888; */
        margin-bottom: 0 !important;
	}
    .specbtn-dropdown{
        cursor: pointer;
        top: 8px;
        right: 101px;
        margin-left: 13%;
    }
    .specbtn-dropbtn {
        border: 2px solid transparent;
        background-color: transparent !important;
    }

    .specbtn-dropdown {
        background-color: transparent !important;
        position: static; /* Fixed/sticky position */
        z-index: 19; /* Make sure it does not overlap */
        outline: none; /* Remove outline */
        cursor: pointer; /* Add a mouse pointer on hover */
        border-radius: 10px; /* Rounded corners */
    }
    .specbtn-dropdown-content {
        width: max-content;
        position: absolute;
        overflow: hidden;
        z-index: 1000;
        display: flex
;
        flex-direction: column;
        right: 5px;
        font-weight: 600;
        overflow: scroll !important;
        max-height: 60vh;
        background: #fff;
        border: 1px solid #d3d3d3;
        border-radius: 5px;
        text-align: left;
        margin-top: 10px;
    }

    .specbtn-dropdown-content a {
		text-transform:initial;
        color: #05052D !important;
		padding-left: 15px !important;
		padding-right: 15px !important;
        background-color: #f1f1f1;
        border: none;
        margin-top: -1px;
        margin-bottom: 0;
        text-decoration: none !important;
        box-shadow: 0 1px 2px #888888;
        line-height: 2.2rem !important;
    }

    .specbtn-dropdown a:focus {
        background-color:#05052D;
        border: 1px solid #05052D;
        color: white !important;
        text-decoration: none !important;
    }
    .specbtn-dropdown a:active {
        background-color:#05052D;
        border: 1px solid #05052D;
        color: white !important;
        text-decoration: none !important;
    }

    .spec-hide {
        pointer-events: none;
        max-height: 0;
    }

    .specbtn-img{
        margin: auto;
        vertical-align: middle;
        width: 30px;
        border-radius: 5px;
        -moz-user-select: none;
        -webkit-user-select: none;
        user-select: none;
    }

    .specbtn-text{
        vertical-align: middle;
    }
    .specbtn-dropdown-desktop{
        display: none;
    }
    .spec-hide{
        display: none;
    }
}
.specbtn-dropdown-content .specbtn-img{
    margin-left:5px;
}
/*Large Screen */
@media only screen and (min-width:768px) {
    .custom-navbar-dropdown-mobile{
        display: none;
    }
    .specbtn-dropbtn {
        padding:1px;
        cursor: pointer;
        height: auto;
		display:flex;
		border: 2px solid transparent !important;
        border-radius:50%;
        outline: none;
        /*box-shadow: 0 2px 4px #888888;*/
        background-color:transparent!important;
		margin-bottom:0;
    }
	.specbtn svg{
		height:21px;
		width:21px;
	}
    .specbtn-dropbtn :focus{
        padding: 1px;
        cursor: pointer;
        height: auto;

        border-radius:5px;
        outline: none;
        /*box-shadow: 0 2px 4px #888888;*/
        background-color:transparent!important;
        margin-bottom: 2px;
    }
    .specbtn-dropbtn-focused :focus{
        padding-left: 3px;
        padding-right: 3px;
        padding-top: 0px;
        padding-bottom: 0px;
        background-color:transparent!important;
        border: 2px solid #fff;
        cursor: pointer;
        height: auto;
        margin-bottom: 2px;
        pointer-events: none;
    }
    .specbtn-dropbtn-focused {
        padding: 1px;
        background-color: transparent !important;
        border: 2px solid #fff;
        cursor: pointer;
        height: auto;
        display: flex
;
        margin-bottom: 0;
        pointer-events: none;
    }
    .specbtn-dropbtn:hover{

        background-color:transparent!important;
        border: 2px solid #fff;
    }
    .specbtn-dropdown-desktop{
        display: block;
    }
    .specbtn-dropdown{
        cursor: pointer;
        position: relative;
        display: block;
    }
    .specbtn-dropbtn {
        border: 2px solid transparent!important;
        background-color: transparent!important;
    }
    .specbtn-dropdown-desktop {
        background-color: transparent!important;
        display: block !important;
        z-index: 100 !important;
        outline: none !important;
        cursor: pointer !important;
        border-radius: 10px !important;
    }
    .specbtn-dropdown-content {
        width: max-content;
        position: absolute;
        overflow: hidden;
        z-index: 1000;
        display: flex;
        flex-direction: column;
        right: 0;
        font-weight: 600;
        
        background: #fff;
        border: 1px solid #d3d3d3;
        border-radius: 5px;
        text-align: left
    }
    
    .specbtn-dropdown a {
        padding-left:15px !important;
        padding-right:15px !important;
        color: #05052D !important;
        background-color: #f1f1f1!important;
        border: none;
        margin-top: -1px!important;
        margin-bottom: 0!important;
        text-decoration: none !important;
        box-shadow: 0 1px 2px #888888!important;
        line-height: 2.2rem !important;
    }

    .specbtn-dropdown a:hover {
        background-color:#05052D!important;
        border: none;
        color: white !important; 
        text-decoration: none !important;
    }

    .spec-show {
		margin-top: 5px;
        max-height: 1200px;
    }

    .spec-hide {
        display: none;
        pointer-events: none;
        max-height: 0;
    }

    .specbtn-img{
        margin: auto;
        vertical-align: middle;
        width: 30px;
        border-radius: 5px;
        -moz-user-select: none;
        -webkit-user-select: none;
        user-select: none;
    }

    .specbtn-text{
        vertical-align: middle;
    }
}    
.main-navigation .main-nav>ul>li>a {
	font-size:12px!important;	
}
.custom-navbar-dropdown-desktop{
	display:flex;
	margin-top: 0;
}
.telegram-icon-link{
	width:25px;
	display:flex;
	margin-right:10px;
}
@media only screen and (max-width:767px)  {
	.telegram-icon-link{
		display: flex !important;
    	align-items: center !important;
		margin-right:2px !important;
	}
	.telegram-icon-link svg{
		height:30px !important;
	}
	.specbtn-dropdown img{
		width:53px !important;
	}
	.custom-navbar-dropdown-mobile{
		display:flex;
	}
}
@media only screen and (min-width:768px) {
	.zms-zm2-col.zms-rate-col.list li {
        color: #05052d;
    }
	.zms-zm2-col {
    color: #05052d;
}
	.zms_ratecir {
		color: #05052d;
	}
	.zms-button::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(120deg, transparent, rgba(255, 255, 255, 0.5), transparent);
    transition: all 0.5s;
    transform: skewX(-30deg);
  }

  .zms-button {
    position: relative;
    overflow: hidden;
    display: inline-block;
  }

	.zms-ribbon {
		font-size: 10px;
        width: 237px;
        height: 20px;
        line-height: 15px;
        position: absolute;
        top: 20px;
        left: -89px;
        z-index: 2;
        overflow: hidden;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        border: 1px dashed white;
        box-shadow: 0 0 0 3px #f70001, -45px 4px 3px 0px rgba(5, 5, 45, .6);
        background: #f70001;
        text-align: center;
    }
	.zms-ribbon-new {
		font-size: 10px;
        width: 237px;
        height: 20px;
        line-height: 15px;
        position: absolute;
        top: 20px;
        left: -89px;
        z-index: 2;
        overflow: hidden;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        border: 1px dashed white;
        box-shadow: 0 0 0 3px #05052d, -45px 4px 3px 0px rgba(5, 5, 45, .6);
        background: #05052d;
        text-align: center;
    }
	.zms-wrap-new:before {
        width: 40px;
        height: 8px;
        left: 43px;
        background: rgba(5, 5, 45, .6);
        border-radius: 8px 8px 0 0;
    }
	.zms-wrap-new:after {
        width: 8px;
        height: 40px;
        left: -.5px;
        top: 44px;
        background: rgba(5, 5, 45, .6);
        border-radius: 0 8px 8px 0;
        transform: rotate(180deg);
    }
	.zms-bonus-col {
    width: 28%;
}
	.zms-rate-col {
    width: 25%;
}
	.zms-site-col {
    width: 18%;
}
	.zms-rank-col {
        width: 8%;
    }
	.zms-zm2-col.zms-rate-col.list li {
        font-size: 14px !important;
    }
	.zms-zm2-col.zms-bonus-col p {
    font-size: 9px !important;
}
	.zms-desc p {
    font-size: 9px !important;
}
	.loadmorebtn {
        text-shadow: none;
        text-align: center;
        font-weight: bolder;
        border: 3px solid #64c82d;
        background-color: #05052d;
        float: left;
        color: white;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
        display: inline-block;
        line-height: 45px;
        width: 50%;
        margin-top: 15px;
        box-shadow: 1px 1px 2px 1px #6c7781 !important;
    }
	.loadmorebtn:hover {
        text-shadow: none !important;
        text-align: center;
        font-weight: bolder;
        border: 3px solid #05052d !important;
        background-color: #64c82d !important;
        float: left;
        color: #05052d !important;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
        display: inline-block;
        line-height: 45px;
        width: 50%;
        margin-top: 15px;
        box-shadow: 1px 1px 2px 1px #6c7781 !important;
    }
	.zms-sctablerow1 .zms-rate-col{
		text-align: left !important;
	}
	.zms-sctablerow1 .zms-rate-col strong{
		margin-left: 35px;
	}
	.zms-zm2-col.zms-rate-col.list li {
        font-weight: 600 !important;
    }
}
@media only screen and (max-width:767px) {

    /* Make the parent container a flex container */
    .zms-sctablerow2 {
		border: 3px solid #080845;
        display: flex;
        flex-wrap: wrap;
    }

    /* Group image and bonus on the left */
    .zms-zm2-col.zms-site-col{
        width: 50%;
        box-sizing: border-box;
    }
    .zms-zm2-col.zms-bonus-col {
        width: 50%;
        box-sizing: border-box;
    }

    /* Move features to the right */
    .zms-zm2-col.zms-rate-col {
        width: 50%;
        box-sizing: border-box;
    }

    /* Adjust any conflicting styles */
    .zms-zm2-col.zms-site-col strong,
    .zms-zm2-col.zms-bonus-col strong {
        width: 100%;
    }
	.zms-zm2-col.zms-site-col strong{
		height:50px;
	}
    /* Ensure image and bonus content fits within their containers */
    .zms-zm2-col.zms-site-col img,
    .zms-zm2-col.zms-bonus-col span {
        width: 100%;
        box-sizing: border-box;
    }
	.zms-zm2-col.zms-site-col {
        order: 2;
    }
	.zms-zm2-col.zms-bonus-col {
        order: 1;
		padding:0;
		width:100%!important;
		margin-top: 15px;
    }
    .zms-zm2-col.zms-rate-col.list {
        text-align: left;
        padding: 5px 0 0 0 !important;
    }
	.zms-zm2-col.zms-bonus-col p {
        opacity: 0;
        height: 0;
    }
	.zms-zm2-col.zms-bonus-col p {
    opacity: 0;
    height: 0;
}
	.zms-zm2-col.zms-rate-col {
		order: 2;
		padding: 0!important;
	}
	.zms-zm2-col.zms-vis-col{
		order: 4;
		margin-top: 15px;
	}
	.zms-desc{
		order: 5;
	}
	.zms-zm2-col.zms-bonus-col span {
        padding-top: 0 !important;
	}
	
	.zms-wrap {
        width: 100%;
        height: 103px;
        position: absolute;
        top: -11px;
        left: -8px;
        overflow: hidden;
        text-transform: uppercase;
        color: #fff;
        font-weight: bolder;
    }
	.zms-wrap:before {
        width: 40px;
        height: 8px;
        left: 59px;
        background: rgba(247, 0, 1, .6);
        border-radius: 8px 8px 0 0;
    }
	.zms-ribbon {
        width: 200px;
        height: 21px;
        line-height: 17px;
        position: absolute;
        top: 26px;
        left: -63px;
        z-index: 2;
        overflow: hidden;
        -webkit-transform: rotate(18deg);
        transform: rotate(-45deg);
        border: 1px dashed #05052d;
        box-shadow: 0 0 0 3px #f70001, 0px 21px 5px -18px rgba(5, 5, 45, .6);
        background: #f70001;
        text-align: center;
    }
	.zms-ribbon {
		font-size: 11px;
        width: 200px;
        height: 21px;
        line-height: 17px;
        position: absolute;
        top: 26px;
        left: -63px;
        z-index: 2;
        overflow: hidden;
        -webkit-transform: rotate(18deg);
        transform: rotate(-45deg);
        border: 1px dashed #05052d;
        box-shadow: 0 0 0 3px #f70001, 0px 21px 5px -18px rgba(5, 5, 45, .6);
        background: #f70001;
        text-align: center;
    }
	.zms-wrap:after {
        width: 8px;
        height: 40px;
        left: 0;
        top: 60px;
        background: rgba(247, 0, 1, .6);
        border-radius: 8px 0 0 8px;
    }
	/*NEW*/
	.zms-wrap-new {
        width: 100%;
        height: 103px;
        position: absolute;
        top: -11px;
        left: -8px;
        overflow: hidden;
        text-transform: uppercase;
        color: #fff;
        font-weight: bolder;
    }
	.zms-wrap-new:before {
        width: 40px;
        height: 8px;
        left: 59px;
        background: rgb(5 5 45 / 60%);;
        border-radius: 8px 8px 0 0;
    }
	.zms-ribbon-new {
		font-size: 11px;
        width: 200px;
        height: 21px;
        line-height: 17px;
        position: absolute;
        top: 26px;
        left: -63px;
        z-index: 2;
        overflow: hidden;
        -webkit-transform: rotate(18deg);
        transform: rotate(-45deg);
        border: 1px dashed #fff;
        box-shadow: 0 0 0 3px #05052d, 0px 21px 5px -18px rgba(5, 5, 45, .6);
        background: #05052d;
        text-align: center;
    }
	.zms-wrap-new:after {
        width: 8px;
        height: 40px;
        left: 0;
        top: 60px;
        background: rgb(5 5 45 / 60%);;
        border-radius: 8px 0 0 8px;
    }
	/*NEW*/
	.zms-zm2-col.zms-site-col img{
		margin-top:0!important;
	}
	.zms-zm2-col.zms-site-col {
		display: flex;
        width: 50%;
        height: 50px;
        padding-top: 0 !important;
		justify-content: center;
	}
	.zms-zm2-col.zms-site-col {
		width: 50%;
        height: 50px;
	}
	.zms-zm2-col.zms-rate-col.list {
        text-align: left;
		padding: 5px 0 0 0 !important;
    }
	    .zms-zm2-col.zms-site-col strong, .zms-zm2-col.zms-bonus-col strong {

        color: #05052d;
    }
	.wp-block-image{
		display:flex;
		flex-direction: column;
	}
	    .zms-zm2-col.zms-rate-col.list li {
        width: 100% !important;
        list-style-type: none !important;
        padding: 2px 0 !important;
        font-size: 12px !important;
        font-weight: 600 !important;
        margin-top: 0;
        margin-bottom: 0;
        color: #05052d;
    }
	.zms-zm2-col.zms-rank-col {
        display: flex
;
        padding: 2px 0;
        text-align: center;
        position: absolute;
        top: -3px;
        width: 49px;
        border-bottom-left-radius: 5px;
        right: -3px;
        border-top-right-radius: 11px;
        background: #080845;
        margin: revert-layer;
        justify-content: center;
    }
	.zms_ratecir {
    text-align: center;
    display: flex
;
    align-items: center;
    vertical-align: middle;
    color: white;
    /* padding: 0px 0px 2px 10px; */
    /* background: #0f0f7f; */
    /* border-radius: 0 0 0 12px; */
    -moz-border-radius: 40px;
    font-weight: 600;
    /* margin-right: 9px; */
    font-size: 21px;
    width: fit-content;
    height: fit-content;
    line-height: normal;
    justify-content: center;
}
	a.zms-button.playb {
    box-shadow: inset 0 2px 0 rgba(15, 15, 127, .2), 0 4px 2px rgba(15, 15, 127, .2), 0 0 4px 1px rgba(15, 15, 127, .2) !important;
}
	.zms-button::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(120deg, transparent, rgba(255, 255, 255, 0.5), transparent);
    transition: all 0.5s;
    transform: skewX(-30deg);
  }

  .zms-button {
    position: relative;
    overflow: hidden;
    display: inline-block;
  }

}
@media (min-width: 768px) {
  .zms-button::before {
    animation: shine 4s infinite;
  }

  @keyframes shine {
    0% {
      left: -150%;
    }
	25%{
		 left: 100%; 
	}
    50% {
      left: 175%;
    }
    100% {
      
    }
  }
}
@media (max-width: 768px) {
  .inside-navigation {
    display: flex;
    align-items: center;
  }
  /* Push the custom mobile icons (globe and telegram) to the right */
  .custom-navbar-dropdown-mobile {
    margin-left: auto;
    display: flex;
    align-items: center;
  }
}
#mobile-header{
	position:sticky;
	top:0;
}