@import url("//fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
* {
  font-family: 'Montserrat', sans-serif;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-decoration: none;
}
li > .active {
    background: #4a0537;
}
h1 {
  text-align: center;
  color: #fff;
}

.container-pop-up {
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.527);
}

.modal-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  border-bottom: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.modal-header h4 {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: -30px;
}

.title-pop {
  color: #ff00b2;
}

.pop-up-description {
  color: #bbb;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.pop-up-footer {
  margin-top: 10px;
  border-top: 1px solid #434242;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px;
}

.pop-up-footer button {
  padding: 5px 15px;
  width: 40%;
  background: #ff00b2;
  color: #fff;
  border-radius: 6px;
  border: none;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.pop-up-footer button:hover {
  background: #a844fb;
}

.pop-up-description a {
  font-size: 30px;
  background: #464646;
  margin-top: 15px;
  margin-bottom: 15px;
  padding: 5px 10px;
  border-radius: 10px;
  text-decoration: none;
}

.footer-container {
  max-width: 1000px;
  background: #1e274b;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 99;
  border-right: 2px solid #ff00b2;
  border-left: 2px solid #ff00b2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding: 8px;
  border-top: 2px solid #ff00b2;
}

.footer-container img {
  width: 20%;
}

.footer-container > .trademarks {
  width: 80%;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.pop-up-description h3 {
  font-size: 16px;
  max-width: 90%;
}

.title-pop img {
  width: 15%;
  margin-bottom: 5px;
}

.modal-header button {
  color: #fff;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-size: 32px;
  text-shadow: none;
}

.modal-header button:hover {
  color: #ff00b2;
}

.modal-pop-up {
  margin-top: 15%;
  margin-left: auto;
  margin-right: auto;
  max-width: 600px;
  width: 100%;
  background: #191919;
  -webkit-box-shadow: 0px 0px 8px #000;
          box-shadow: 0px 0px 8px #000;
  border-radius: 10px;
  border: 4px solid #272727;
}

.container-center {
  max-width: 1000px;
  position: relative;
  z-index: 98;
  margin-left: auto;
  margin-right: auto;
  background: #1e274b;
  border-left: 2px solid #ff00b2;
  border-right: 2px solid #ff00b2;
}

.container-center > .container-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.container-center > .container-header > .logo {
  width: 30%;
  background: url("../Images/nexus-alpha/blue-magenta/desktop/layout/logo-background_v-20220407-1.png");
  background-position: -1.2rem -0.5rem;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 8px;
  padding-bottom: 0;
}

.container-center > .container-header > .logo img {
  width: 100%;
}

.container-center > .container-header > .broadcast {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0px 10px;
}

.container-center > .container-header > .broadcast > .broadcast-item {
  background-color: #ff00b2;
  border-radius: 5px;
  padding: 5px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.container-center > .container-header > .broadcast > .broadcast-item i {
  margin-right: 8px;
  background: #898989;
  padding: 5px;
  border-radius: 15px;
  font-size: 13px;
}

.container-center > .container-header > .broadcast > .broadcast-item marquee {
  background: #000;
  border-radius: 4px;
  -webkit-box-shadow: 0px 0px 10px #ff00b2 inset;
          box-shadow: 0px 0px 10px #ff00b2 inset;
  height: 100%;
  color: #80a4e1;
}

.container-center > .container-banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-bottom: 3px;
  background: #020f32;
  padding-top: 8px;
}

.container-banner > .banner-container {
  width: 60%;
}

.container-banner > .banner-container img {
  width: 100%;
  height: 90px;
  padding-left: 8px;
}

.container-banner > .button-container {
  width: 40%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-right: 8px;
  padding-left: 8px;
}

.container-banner > .button-container a {
  width: 100%;
  height: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 5px;
  color: #fff;
}

.container-banner > .button-container > .login-button {
  background: -webkit-gradient(linear, left top, right top, from(#a844fb), to(#3ebbf3));
  background: linear-gradient(to right, #a844fb 0%, #3ebbf3 100%);
  margin-bottom: 2.5px;
  text-decoration: none;
}

.container-banner > .button-container > .login-button:hover {
  background: -webkit-gradient(linear, right top, left top, from(#a844fb), to(#3ebbf3));
  background: linear-gradient(to left, #a844fb 0%, #3ebbf3 100%);
}

.container-banner > .button-container > .register-button {
  background: -webkit-gradient(linear, left top, left bottom, from(#ff00b2), to(#ff00b2));
  background: linear-gradient(to bottom, #ff00b2 0%, #ff00b2 100%);
  margin-top: 2.5px;
  text-decoration: none;
}

.container-banner > .button-container > .register-button:hover {
  background: #a844fb;
}

.last-menu-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 20%;
  padding-right: 8px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.last-menu-button div {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.last-menu-button > div > .livechat {
  width: 100%;
  text-align: center;
  background: #415784;
  color: #fff;
  border-radius: 5px;
  margin-bottom: 8px;
  text-decoration: none;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.last-menu-button > div > .livechat:hover {
  background: #ff00b2;
}

.last-menu-button > div > .download {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  width: 100%;
  text-align: center;
  background-color: #72a200;
  color: #fff;
  border-radius: 5px;
  text-decoration: none;
}

.last-menu-button > div > .download:hover {
  background-color: #3f5802;
}

a:hover {
  text-decoration: none;
}

.container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.adv {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

img {
  vertical-align: middle;
  border-style: none;
}

.title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.title-text {
  color: white;
  font-size: 2.5rem;
}

.slot {
  padding-top: 0px;
  padding-right: 4px;
  padding-left: 4px;
  border-right: 2px solid #ff00b2;
  border-left: 2px solid #ff00b2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 98;
  background-color: #020f32;
  -ms-grid-rows: 1f 0.5fr;
      grid-template-rows: 1f 0.5fr;
}

.slot .slot-sidebar {
  width: 20%;
  max-width: 20%;
  padding-right: 0;
  padding-left: 0;
  margin-top: 5px;
  margin-bottom: 5px;
  border-radius: 5px;
  background-color: #26292d;
}

.slot-sidebar-nav {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.slot-sidebar-nav > li {
  border-bottom: 1px solid #ff00b2;
  width: 100%;
  position: relative;
  display: block;
}

.slot-sidebar-nav > li > a {
  font-size: 13px;
  padding: 7px 10px;
  display: block;
  text-decoration: none;
  color: #fff;
}

.btn-provider i {
  margin-right: 5px;
}

.enter {
  display: none;
}

.btn-provider span {
  position: absolute;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
}

.pragma-logo {
  background-image: url(../assets/Pragmaticplay.svg);
  display: inline-block;
  background-position: center;
  background-repeat: no-repeat;
  height: 30px;
  width: 32px;
  background-size: 20px;
}

.haba-logo {
  background-image: url(../assets/habanero.svg);
  display: inline-block;
  background-position: center;
  background-repeat: no-repeat;
  height: 30px;
  width: 32px;
  background-size: 20px;
}

.idn-logo {
  background-image: url(../assets/idnslot.svg);
  display: inline-block;
  background-position: center;
  background-repeat: no-repeat;
  height: 30px;
  width: 32px;
  background-size: 20px;
}

.cq9-logo {
  background-image: url(../assets/cq9-2.png);
  display: inline-block;
  background-position: center;
  background-repeat: no-repeat;
  height: 30px;
  width: 32px;
  background-size: 20px;
}

.pg-logo {
  background-image: url(../assets/pg.svg);
  display: inline-block;
  background-position: center;
  background-repeat: no-repeat;
  height: 30px;
  width: 32px;
  background-size: 20px;
}

.micro-logo {
  background-image: url(../assets/microgaming.svg);
  display: inline-block;
  background-position: center;
  background-repeat: no-repeat;
  height: 30px;
  width: 32px;
  background-size: 20px;
}

.isb-logo {
  background-image: url(../assets/isoftbet.svg);
  display: inline-block;
  background-position: center;
  background-repeat: no-repeat;
  height: 30px;
  width: 32px;
  background-size: 20px;
}

.ps-logo {
  background-image: url(../assets/playstar.svg);
  display: inline-block;
  background-position: center;
  background-repeat: no-repeat;
  height: 30px;
  width: 32px;
  background-size: 20px;
}

.ttg-logo {
  background-image: url(../assets/logo-ttg.svg);
  display: inline-block;
  background-position: center;
  background-repeat: no-repeat;
  height: 30px;
  width: 32px;
  background-size: 20px;
}

.sg-logo {
  background-image: url(../assets/spadegaming.svg);
  display: inline-block;
  background-position: center;
  background-repeat: no-repeat;
  height: 30px;
  width: 32px;
  background-size: 20px;
}

.rt-logo {
  background-image: url(../assets/redtiger.svg);
  display: inline-block;
  background-position: center;
  background-repeat: no-repeat;
  height: 30px;
  width: 32px;
  background-size: 20px;
}

.rtg-logo {
  background-image: url(../assets/rtg.svg);
  display: inline-block;
  background-position: center;
  background-repeat: no-repeat;
  height: 30px;
  width: 32px;
  background-size: 20px;
}

.sp-logo {
  background-image: url(../assets/simpleplay.svg);
  display: inline-block;
  background-position: center;
  background-repeat: no-repeat;
  height: 30px;
  width: 32px;
  background-size: 20px;
}

.gmp-logo {
  background-image: url(../assets/gameplay.svg);
  display: inline-block;
  background-position: center;
  background-repeat: no-repeat;
  height: 30px;
  width: 32px;
  background-size: 20px;
}

.net-logo {
  background-image: url(../assets/netent.svg);
  display: inline-block;
  background-position: center;
  background-repeat: no-repeat;
  height: 30px;
  width: 32px;
  background-size: 20px;
}

.mno-logo {
  background-image: url(../assets/mannaplay.svg);
  display: inline-block;
  background-position: center;
  background-repeat: no-repeat;
  height: 30px;
  width: 32px;
  background-size: 20px;
}

.slot .content {
  width: 80%;
  padding: 0;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 80%;
          flex: 0 0 80%;
  max-width: 80%;
}

.wrapper {
  width: 100%;
  padding: 0;
  white-space: nowrap;
  overflow: hidden;
  position: relative;
  z-index: 0;
}

.card {
  float: left;
  width: 25%;
  background: transparent;
  border: none;
  text-align: center;
  position: relative;
}

.card-content {
  border-radius: 5px;
  background: #0092b1;
  margin: 5px;
  color: #fff;
  font-size: 12px;
  border: none;
  overflow: hidden;
  position: relative;
}

.percent {
  height: 27px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  line-height: 0;
  font-size: 0.75rem;
  background-color: #e9ecef;
  /* border-radius: .25rem; */
  position: relative;
  z-index: 1;
}

.percent p {
  z-index: 15;
  position: absolute;
  text-align: center;
  width: 100%;
  font-size: 14px;
  font-weight: bold;
  -webkit-transform: translateY(14px);
          transform: translateY(14px);
  color: black;
}

.percent-bar {
  /* background-color: #ffc107; */
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  /* background-color: #007bff; */
  -webkit-transition: width 0.6s ease;
  transition: width 0.6s ease;
  -webkit-animation: progress-bar-stripes 1s linear infinite;
  animation: progress-bar-stripes 1s linear infinite;
  /* animation: ; */
  z-index: 10;
}

.yellow {
  background-color: #ffc107;
}

.green {
  background-color: #28a745;
}

.red {
  background-color: #dc3545;
}

.hover-btn {
  position: absolute;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.65);
  -webkit-transition: all 0.45s ease-in-out;
  transition: all 0.45s ease-in-out;
  z-index: 10;
  width: 100%;
  height: 100%;
}

.play-btn {
  font-size: 15px;
  color: white;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 25% auto;
  padding: 5px 15px;
  background-color: #ff00b2;
  border: 1px solid #6181b4;
  cursor: pointer;
  white-space: nowrap;
  border-radius: 18px;
  text-decoration: none;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.play-btn:hover {
  background-color: #a844fb;
}

.img-zoom {
  -webkit-transition: all 0.45s ease-in-out;
  transition: all 0.45s ease-in-out;
  height: 141px;
}

.hover-btn:hover {
  opacity: 100%;
}

.hover-btn:hover ~ .img-zoom {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  -webkit-filter: blur(10px);
          filter: blur(10px);
  position: relative;
}

.next-btn {
  display: none;
  width: 30%;
}

.mySlides {
  display: none;
}

.next-btn {
  background-color: #292a2b;
  border: none;
  color: #fff;
}

@media (max-width: 575px) {
  .container-center {
    border: none;
  }
  .container-center > .container-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .container-center > .container-header > .logo {
    width: 80%;
  }
  .container-center > .container-header > .broadcast {
    width: 100%;
  }
  .last-menu-button {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-right: 0;
  }
  .last-menu-button div {
    width: 50%;
    padding: 8px;
  }
  .last-menu-button > div > .livechat {
    margin: 0;
  }
  .container-center > .container-banner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 0;
    padding-bottom: 0;
  }
  .container-banner > .banner-container {
    width: 100%;
  }
  .container-banner > .banner-container img {
    padding-left: 0;
  }
  .container-banner > .button-container {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0;
  }
  .container-banner > .button-container > .login-button {
    margin: 4px;
    margin-bottom: 0;
  }
  .container-banner > .button-container > .register-button {
    margin: 4px;
    margin-bottom: 0;
  }
  .container-banner > .button-container a {
    margin: 4px;
    margin-bottom: 0;
  }
  .slot {
    padding-top: 0;
    border: 0;
    padding-left: 0;
    padding-right: 0;
  }
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

@media (max-width: 992px) {
  .slot {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .slot-sidebar-nav {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .slot-sidebar {
    max-height: -webkit-fit-content;
    max-height: -moz-fit-content;
    max-height: fit-content;
    float: none !important;
    width: 100% !important;
    -webkit-box-flex: 0 !important;
        -ms-flex: none !important;
            flex: none !important;
    max-width: 100% !important;
    padding-right: 0 !important;
  }
  .content {
    float: none !important;
    width: 100% !important;
    -webkit-box-flex: 0 !important;
        -ms-flex: none !important;
            flex: none !important;
    max-width: 100% !important;
  }
  .card {
    width: 33.3% !important;
  }
  .hover-btn:hover {
    opacity: 0;
  }
  .hover-btn:hover ~ .img-zoom {
    -webkit-transform: scale(1);
            transform: scale(1);
    position: relative;
  }
  body {
    background: #373737;
  }
  .btn-provider {
    text-align: center;
    display: block;
  }
  .slot-sidebar-nav > li > a {
    height: 70px;
  }
  .enter {
    display: block;
  }
  .btn-provider span {
    position: unset;
  }
  .btn-provider i {
    margin: 0;
  }
  .slot-sidebar-nav li {
    border-left: 0.2px solid #656565;
    border-right: 0.2px solid #656565;
    border-bottom: none;
  }
  .img-zoom {
    height: auto;
  }
  .next-btn {
    display: block;
  }
  .res-bar {
    display: none;
  }
}
/*# sourceMappingURL=montel.css.map */