/*********************************************************************************************

Theme Name: LCB Gambling Theme
Version: 4.0.0
Author: Milena Bimbasic
License: GNU General Public License v2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html

**********************************************************************************************
 */

 #myBtn {
    display:block;
  }
  /* The Modal (background) */

  
  /* Modal Content */
  .modal-content {
    width: 80%;
    margin:0 auto;
  }
  
  #myModal .swiper-container.apps-swiper {
    margin-right: auto!important;
  }
  
  /* The Close Button */
  .close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
  }
  
  .close:hover,
  .close:focus {
    text-decoration: none;
    cursor: pointer;
  }
  
  #myModal .swiper-container.apps-swiper {
    float: none!important;
      margin: 0 auto;
  
  }
  
  #appScreens img {
    width:100%!important;
    height:100%!important
  }

  
.rougeCasino {
    display: flex;
    position: relative;
    padding: 0.5rem;
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    justify-content: center;
}

.rougeCasino.closed {
    background-color: #676769;
}

.rougeCasino.blacklisted {
    background-color: #b62806;
}

.rougeCasino.warning {
    background-color: #ff4300;
}

.rougeCasino div {
    display: flex;
    justify-content: center;
    width: 124rem;
    position: relative;
    left: 0;
    z-index: 1;
}

.rougeCasino i {
    color: #fff;
    margin: auto 15px auto 0;
    font-size: 40px;
}

.rougeCasino p {
    margin: auto 0;
}

.rougeContinueVisit {
    display: flex;
    justify-content: center;
    padding: 2%;
    font-size: 1.5rem;
}

.rougeContinueVisit a {
    text-decoration: none;
}

.modal-content strong {
    color: #b62806;
}

#content .row .banking-method-text a {
    left: 0;
}

#content .casinoBonuses.casinoBonuses-mobile.three-b .bonus-three-box .detailsDescription p {
    font-size: 1.4rem;
}


.deposit-methods-wrap .visit .read::after {
  position:relative!important;
}
/* 
.deposit-methods-wrap .info.cell {
  height:120px;
} */

#content #sidebar .table-bonus-top-casinos span .read-button.top-casinos-widget {
    min-width: 68px;
}

#main .alignleft, #main .alignleft.size-full{
    height: auto;
}

/*Table-rtp shortcode*/
.table-rtp {
    width: 100%;
    border-collapse: collapse;
}

.table-rtp .th  {
    background-color: #6066a2;
    color: #fff;
}

.table-rtp th {
    padding: 0.6em 1em;
}

.table-rtp th,
.table-rtp td {
    text-align: center;
    font-size: 1.5rem;
}

.table-rtp .slot-rtp .slot-logo {
    display: grid;
}

.table-rtp .slot-rtp .slot-logo img {
    margin: 0 auto;
    width: 25%;
}

.table-rtp .slot-rtp .slot-logo span {
    padding-bottom: 3%;
}

.table-rtp tr {
    border-bottom: 1px solid #ddd;
}

.flickity-button, .flickity-page-dots {
    display: none;
}

.table-body.list.carousel .deposit-methods-wrap {
    width: 85%!important;
    margin-right: 3%;
}



  
  .switch input { 
    opacity: 0;
    width: 0;
    height: 0;
  }
  
  .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #f7c4a2;
    -webkit-transition: .4s;
    transition: .4s;
  }
  
  .slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
  }
  
  
  input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
  }
  
  /* Rounded sliders */
  .slider.round {
    border-radius: 34px;
  }
  
  .slider.round:before {
    border-radius: 50%;
  }

/*Footer logos spanish*/
#footer .row .footer-info .designed a:first-of-type .terms{
    filter: none !important;
    width: 50px;
}

#footer .row .footer-info .designed a .GameCare {
    width: 40px;
}

#footer .row .footer-info .designed .spain {
    margin-top: 10px;
    max-width: none !important;
}
