/* === GLOBAL FOOTER CSS === */
.top-banner-inner-wrapper .small-text{font-weight:700;}
footer .footer-top-banner{background-color:var(--blue-2);}
footer .footer-top-banner .banner-text-wrapper h2{margin-bottom:8px; background: var(--blue-2);}
footer .footer-top-banner .banner-text-wrapper h2::before{content:"";position: absolute;left: 3%;top: 3%;display:block;width:20px; height:20px; background: url("/~/media/Images/P/Playtech-IR-V2/playtech-module-images/icons-images/small-vector");}
footer .footer-top-banner .banner-text-wrapper h2::after{content:"";position: absolute;left: 1%;top: 9%;display:block;width:40px; height:40px; background:no-repeat url("/~/media/Images/P/Playtech-IR-V2/playtech-module-images/icons-images/vector");}
footer .footer-top-banner .top-banner-inner-wrapper{padding:40px 0px;}
footer .footer-background{background-color:var(--dark-blue);}
footer{position: relative;margin-left:80px;}
footer.no-footer-space{padding-top: 0;}
footer .footer-top-wrapper .footer-sections ul.main-ul{display:flex;justify-content:space-between;flex-wrap:wrap;}
/*footer .footer-top-wrapper .footer-sections ul.main-ul li {width:100%;text-align:center;max-width: calc(20% - 24px);}*/
footer .footer-top-wrapper .footer-sections ul.main-ul li {width:100%;text-align:center;max-width: calc(16% - 24px);} 

footer .footer-top-wrapper .footer-sections ul.main-ul li.main-ul-items ul li a:hover ,footer .footer-bottom-section ul li a:hover{text-decoration:underline;} 
footer .footer-top-wrapper .footer-sections ul.main-ul li *{max-width:100%;}
footer .footer-top-wrapper .footer-sections ul.main-ul li.main-ul-items{margin:0 12px;}
footer .footer-top-wrapper .footer-sections ul.main-ul li.main-ul-items:first-child{margin-left:0;}
footer .footer-top-wrapper .footer-sections ul.main-ul li.main-ul-items:last-child{margin-right:0;}
footer .footer-top-wrapper .footer-sections ul.main-ul li.main-ul-items h2{text-align:center;font-weight:500;color:var(--white-1);font-family:var(--font-textmed);}
footer .footer-top-wrapper .footer-sections span.icon-arrow-slant{margin-left:5px;font-size:9px;color:var(--white-1);}
footer .font-small p, footer .font-small ul li{font-size: 1.4rem;line-height: 2.0rem;}
footer .footer-top-wrapper {padding: 120px 0px 32px 0px;}
footer .footer-top-wrapper ul{padding:0;text-align:center;list-style: none;}
footer .footer-top-wrapper ul.main-ul li{margin-bottom:12px;font-weight:400;}
footer .footer-top-wrapper ul.main-ul li a{color:var(--white-1);}
footer .footer-top-wrapper .description .small-paragraph {margin:16px 0px;}
footer .footer-top-wrapper .description ul.logos li {margin-right:24px;}
footer .footer-top-wrapper .description .small-paragraph p{font-size:1.4rem;line-height:1.8rem;text-align:center;}
footer .footer-top-wrapper .description .small-paragraph p a{color:var(--white-1);text-decoration:underline;}
footer .footer-bottom-section{border-top:1px solid var(--white-1);padding-top:48px;}
footer .footer-bottom-section p,footer .footer-bottom-section p a{color:var(--white-1);}
footer .footer-bottom-section ul {gap:16px;}
footer .footer-bottom-section ul li a {font-size:1.4rem;line-height:1.8rem;font-weight:400;color:var(--white-1);}

footer .footer-top-wrapper .container-fluid{padding-right: 15px;padding-left: 15px;}
/* === GLOBAL FOOTER CSS - NIK 20/07/2022 */

@media all and (max-width: 991.98px){
  footer{margin-left:0px;}
  footer .footer-top-wrapper .footer-sections ul.main-ul li {width:100%;text-align:center;}
  footer .footer-top-wrapper .footer-sections ul.main-ul li.main-ul-items{margin:0px 0px 40px 0px;max-width:50%;}
  footer .footer-top-banner .banner-text-wrapper h2::before{top: 2%;}
  footer .footer-top-banner .banner-text-wrapper h2::after{top: 5%;}
  footer .footer-top-banner .top-banner-inner-wrapper { padding: 40px 65px;}
  footer .footer-top-wrapper { padding: 96px 0px 24px 0px;}
  footer .footer-top-wrapper .description ul.logos {margin-top:14px;}

}
@media all and (max-width: 767.98px){
  footer .footer-top-banner .banner-text-wrapper h2::before, footer .footer-top-banner .banner-text-wrapper h2::after{display:none;}

  footer .footer-top-banner .top-banner-inner-wrapper {padding: 30px 0px;}
  footer .footer-top-banner .banner-text-wrapper {margin-bottom:20px;}
  

  footer .footer-top-wrapper .description ul.logos li{margin-top:24px;margin-right:0px;}
  footer .footer-top-wrapper .description .small-paragraph {margin:32px 0px;}
  footer .footer-bottom-section{text-align:center;padding-top:24px;}
  footer .footer-bottom-section ul {margin:24px 0px;}
  
  
  /*	footer .footer-top-wrapper .footer-second-col{margin-top: 30px}
  footer .footer-bottom-wrapper {padding-top: 20px;}
  footer .footer-bottom-links > ul{flex-direction: column;}
  footer .footer-bottom-links ul li{padding: 0;border: 0}
  footer .footer-credit{text-align: left !important;padding: 20px 0;} */
  
}
#auto-top-link{
  position: fixed;
  bottom: 80px;
  right: 10px;
  text-decoration: none;
  border-radius: 10px;
  height: 55px;
  width: 55px;
  z-index: 999999;
  background: var(--people);
  text-align: center;
}
#auto-top-link span.icon-arrow{
  position: absolute;
  top: 14px;
  left: 16px;
  font-size: 2.5rem;
  transform: rotate(270deg);
  color: var(--white-1);
}

footer noscript.background{z-index: -1;}

body.nojs footer{padding-top: 0;margin-top: 180px}