@media screen and (max-width: 767px) {
    html, body {
        max-width: 100%;
        overflow-x: hidden !important;
    }
}

@media screen and (min-width: 768px)
    and (max-width: 1024px) {

}

@media screen and (max-width: 480px)
    and (orientation: portrait) {

        html, body {
            max-width: 100%;
            overflow-y: scroll !important;
            overflow-x: hidden !important;
        }

        .logo img {
            width: 13rem !important;
        }

        .pola-wrapper {
            width: 100% !important;
            padding: 0.58rem !important;
        }

        .rtp-card-img {
            width: 100% !important;
        }
        .slider, .swiper {
            width: 100%;
            height: 100%;
        }

        .icon-card-bg p {
            font-size: 0.6rem !important;
            font-weight: bold !important;
        }

        .icon-prov {
            justify-content: start !important;
        }

        .icon-card-bg img {
            width: 3rem !important;
        }

        .title-game {
            font-size: 1.2rem !important;
        }

        .item-nav-bottom {
            font-size: 0.7rem !important;
        }

        .icon-providers {
            top: 0.2rem !important;
            right: 0 !important;
        }

}
 
@media screen and (max-width: 850px)
    and (orientation: landscape) {

        html, body {
            max-width: 100%;
            overflow-y: scroll !important;
            overflow-x: hidden !important;
        }
}

@media screen
    and (max-width: 640px) {
        
        .btn-play {
            font-size: 0.6rem !important;
        }    
}
.rtp-card .row {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    gap: 0.5rem;
  }
  
  .rtp-card .col-lg-6 {
    flex: 1 1 0;
    min-width: 0;
  }
  
  .place-img-rtp,
  .pola-wrapper {
    height: 100%;
  }
  
  @media screen and (max-width: 768px) {
    .rtp-card .row {
      flex-direction: column !important;
    }

    .place-img-rtp,
    .pola-wrapper {
      height: auto !important;
    }

    .pola-wrapper {
      margin-top: 0.5rem;
    }

  }
  @media (max-width: 480px) {
    .pola-title-row h4 {
      font-size: 0.8rem;
    }
  
    .pola-title-row .icon-providers img {
      width: 1.4rem;
    }
  
    .pola-title-row {
      padding: 0 0.3rem;
    }
  }

  img[src*="load.svg"] {
    max-width: 80px !important;
    max-height: 80px !important;
    object-fit: contain;
  }

@media (min-width: 993px) {
    .nav-bottom {
        position: fixed !important;
        left: 0 !important;
        top: 50% !important;
        bottom: auto !important;
        right: auto !important;
        transform: translateY(-50%) !important;
        width: auto !important;
        flex-direction: column !important;
        border-top: none !important;
        overflow: visible !important;
        border-radius: 0 10px 10px 0;
        gap: 2px;
        padding: 6px 0;
        z-index: 100;
    }

    .item-nav-bottom {
        position: relative !important;
        width: 46px !important;
        padding: 13px 0 !important;
        font-size: 1rem !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        overflow: visible !important;
        border-radius: 0 !important;
        cursor: pointer;
    }

    .item-nav-bottom:first-child {
        border-radius: 0 8px 0 0 !important;
    }

    .item-nav-bottom:last-child {
        border-radius: 0 0 8px 0 !important;
    }

    .item-nav-bottom i {
        font-size: 1.2rem;
        display: block;
    }

    .item-nav-bottom p {
        position: absolute !important;
        left: 100% !important;
        top: 50% !important;
        transform: translateY(-50%) translateX(-8px) !important;
        background: var(--first-color) !important;
        color: var(--text-first) !important;
        padding: 7px 14px !important;
        white-space: nowrap !important;
        border-radius: 0 6px 6px 0 !important;
        font-size: 0.75rem !important;
        font-weight: bold !important;
        margin: 0 !important;
        opacity: 0 !important;
        visibility: hidden !important;
        transition: opacity 0.2s ease, visibility 0.2s ease, transform 0.2s ease !important;
        pointer-events: none !important;
        box-shadow: 3px 3px 10px rgba(0,0,0,0.5) !important;
    }

    .item-nav-bottom:hover p {
        opacity: 1 !important;
        visibility: visible !important;
        transform: translateY(-50%) translateX(0) !important;
    }
}
