.visuallyhidden, .jcf-select-visuallyhidden {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
}
.p-avatar{
    display: block;
}
/*
body:not(.page-template-flexible-sections) .cta-casino{
    display: none !important;
}
*/
#am_shortcode_popup_button{
    display: none !important;
}

.error {
    color: red;
    font-size: 12px;
    padding-top: 5px;
}

.casino-suggestion-list{
    position: absolute !important;
    right: 15px;
    bottom: 0;
    text-align: right !important;
}
.suggested-casino-wrap{
    background: #354eb1 !important;
    color: white !important;
    font-weight: bold !important;
    font-size: 18px !important;
    padding: 5px 10px !important;
}
.nopointerevents{
    pointer-events: none !important;
}
.no-like-yet .review-list-like-btn:not(:hover){
    opacity: 0.5;
}
[data-click-link]{
    position: relative;
}
[data-click-link] a{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
[data-add-gf-row]{
    cursor: pointer;
}
.single-casino .casino-select-field,
.single-casino .casino-name-field + .form-m-a-w{
    pointer-events: none !important;
    display: none !important;
}
.filter-r-stars-index._bg-yellow span{
    background: #eaee45;
}
.header-dark .menu > li.current-menu-item > a{
    color: var(--color-white);
}
.jcf-select-choose-country img{
    width: 30px;
    height: 20px;
}
.single-forum h1 img{
    width: 42px;
    padding: 8px;
    border: 1px solid white;
    border-radius: 50%;
}
.no-like-yet .like-btn,
.no-like-yet .like-btn:before{
    background-color: transparent;
}
.floating-notification {
    position:fixed;
    bottom:35px;
    left: 35px;
    width: 150px;
    z-index:105;
    text-align:center;
    font-weight:normal;
    font-size:16px;
    font-weight:bold;
    color:white;
    background-color:#44be4c;
    padding:5px;
}
.floating-notification.error {
    background-color: #eb2f2f;
}
.f-grid-reverse {
    display: grid;
    grid-template-columns: 40rem 1fr;
    grid-gap: 3rem;
}
[data-translate-post-content] q {
    background-color: #e9e9e9;
    padding: 1px 20px;
    position: relative;
    display: block;
}
[data-translate-post-content] q:before {
    content:' ';
    height: calc(100% - 2px);
    background: grey;
    width: 10px;
    position: absolute;
    left: 0;
    opacity: 0.5;
}
[data-translate-post-content] q:after {
    content: '';
}
[data-expert-tab-content]:not(._active){
    display: none !important;
}

.single-casino .review .cta-casino{
    display: none;
}
@media screen and (min-width: 601px){
    .admin-bar header.header {
        top: 46px;
    }
}
@media screen and (min-width: 783px){
    .admin-bar header.header {
        top: 32px;
    }
}
@media screen and (min-width: 769px){
    .filter-mob-btns{
        display: none;
    }
    .mobile-button{
        display: none;
    }
}
@media screen and (max-width: 768px){
    .f-grid-reverse {
        grid-template-columns: 1fr;
    }
    .ranking-list .ranking-i-point{
        width: 100%;
        grid-column: 1 / -1;
    }


    [data-mobile-dropdown]{
        position: fixed;
        bottom: 0 !important;
        left: 0 !important;
        width: 100%;
        z-index: 100;
        background: white;
        top: initial !important;
        transform: none;
    }
    .mobile-button{
        cursor: pointer;
    }
    [data-close-dropdown].mobile-button{
        position: absolute;
        right: 30px;
        font-size: 24px;
        top: 0;
    }
}
.is-voted{
    cursor: initial;
}