body {
  height: 100%;
  width: 100%;
  min-height: 100vh;
  margin: 0;
  overflow-x: hidden;
}

.hero-area {
  position: relative;
  padding: 50px 0px 354px;
  position: relative;
  background: #070b28;
  overflow: hidden;
}

.hero-area .left-content {
  position: inherit;
  z-index: 9;
}
.hero-area .left-content .content .title {
  font-size: 70px;
  font-weight: 700;
  line-height: 70px;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 13px;
  letter-spacing: -1px;
}

.hero-area .left-content .content .subtitle {
  font-size: 28px;
  line-height: 38px;
  font-weight: 600;
  margin-bottom: 10px;
  text-transform: uppercase;
  background: -webkit-linear-gradient(to left, #ff344d, #d2273c);
  background: -moz-linear-gradient(to left, #ff344d, #d2273c);
  background: -ms-linear-gradient(to left, #ff344d, #d2273c);
  background: -o-linear-gradient(to left, #ff344d, #d2273c);
  background: -webkit-gradient(
    linear,
    right top,
    left top,
    from(#ff344d),
    to(#d2273c)
  );
  background: -webkit-linear-gradient(right, #ff344d, #d2273c);
  background: -o-linear-gradient(right, #ff344d, #d2273c);
  background: linear-gradient(to left, #ff344d, #d2273c);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.hero-area .left-content .content .text {
  font-size: 28px;
  line-height: 38px;
  font-weight: 300;
  margin-bottom: 40px;
}

p {
  font-size: 18px;
  color: #a1aed4;
  line-height: 1.625;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}

.hero-img2 img {
  max-width: 100%;
}

.mybtn1 {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
  padding: 14px 35px;
  display: inline-block;
  color: #fff;
  border: 0px;
  border-radius: 50px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  background-image: -webkit-gradient(
    linear,
    right top,
    left top,
    from(#ff344d),
    to(#d2273c)
  );
  background-image: -webkit-linear-gradient(right, #ff344d, #d2273c);
  background-image: -o-linear-gradient(right, #ff344d, #d2273c);
  background-image: linear-gradient(to left, #ff344d, #d2273c);
}

.mybtn1:hover {
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#ff344d),
    to(#d2273c)
  );
  background-image: -webkit-linear-gradient(left, #ff344d, #d2273c);
  background-image: -o-linear-gradient(left, #ff344d, #d2273c);
  background-image: linear-gradient(to right, #ff344d, #d2273c);
  color: #fff;
  -webkit-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  transform: translateY(-2px);
}

.mybtn-success {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
  padding: 14px 35px;
  display: inline-block;
  color: #fff;
  border: 0px;
  border-radius: 50px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  background-color: #00b33c;
  box-shadow: 0px 0px 0px rgb(255 255 255 / 50%), 0px 1px 5px #00b33c;
}

.mybtn-success:hover {
  background-color: #00b33c;
  box-shadow: 0px 0px 0px rgb(255 255 255 / 50%), 0px 1px 5px #00b33c;
  color: #fff;
  -webkit-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  transform: translateY(-2px);
}

.featured-game {
  padding: 0px 0px 120px;
  background: url("http://pixner.net/dooplo/dooplo/assets/images/featuredgame-bg.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.featured-game .section-heading {
  margin-bottom: 44px;
}

.featured-game .feature-title {
  position: relative;
  margin-top: -250px;
}

.section-heading .subtitle {
  font-size: 24px;
  line-height: 34px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 8px;
  background: -webkit-linear-gradient(to left, #ff344d, #d2273c);
  background: -moz-linear-gradient(to left, #ff344d, #d2273c);
  background: -ms-linear-gradient(to left, #ff344d, #d2273c);
  background: -o-linear-gradient(to left, #ff344d, #d2273c);
  background: -webkit-gradient(
    linear,
    right top,
    left top,
    from(#ff344d),
    to(#d2273c)
  );
  background: -webkit-linear-gradient(right, #ff344d, #d2273c);
  background: -o-linear-gradient(right, #ff344d, #d2273c);
  background: linear-gradient(to left, #ff344d, #d2273c);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.section-heading .title {
  font-size: 60px;
  line-height: 70px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 10px;
}

.single-game {
  height: 300px;
  display: block;
  line-height: 300px;
  text-align: center;
  border: 1px solid #273b71;
  border-radius: 10px;
  -webkit-box-shadow: 0px 10px 15px 0px rgb(0 0 0 / 40%);
  box-shadow: 0px 10px 15px 0px rgb(0 0 0 / 40%);
  position: relative;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.featured-game .game-slider .items {
  transition: all 1s ease 0s;
  display: -webkit-inline-box;
  /* display: flex; */
  width: 100%;
  overflow-x: hidden;
}

.featured-game .game-slider .item {
  width: 370px;
  margin-right: 0px;
}

.featured-game .game-slider .item.active {
  cursor: grabbing;
  cursor: -webkit-grabbing;
  transform: scale(1);
}

.featured-game .game-slider .item .single-game {
  margin: 15px 15px 40px;
}
.featured-game .game-slider .item .single-game img {
  width: auto;
  max-width: 80%;
  display: inline-block;
  margin-top: -25px;
}

.single-game .mybtn2 {
  position: absolute;
  display: block;
  height: 50px;
  bottom: -25px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-box-shadow: 0px 10px 15px 0px rgb(0 0 0 / 40%);
  box-shadow: 0px 10px 15px 0px rgb(0 0 0 / 40%);
}
.mybtn2 {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
  height: 50px;
  line-height: 50px;
  width: 190px;
  display: inline-block;
  color: #fff;
  border: 0px;
  border-radius: 50px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  background: -webkit-gradient(
    linear,
    right top,
    left top,
    from(#1c294e),
    to(#1c294e)
  );
  background: -webkit-linear-gradient(right, #1c294e, #1c294e);
  background: -o-linear-gradient(right, #1c294e, #1c294e);
  background: linear-gradient(to left, #1c294e, #1c294e);
}

.mybtn2:hover {
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#ff344d),
    to(#d2273c)
  );
  background: -webkit-linear-gradient(left, #ff344d, #d2273c);
  background: -o-linear-gradient(left, #ff344d, #d2273c);
  background: linear-gradient(to right, #ff344d, #d2273c);
  color: #fff;
  /* -webkit-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    transform: translateY(-2px); */
}

.mybtn3 {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
  padding: 14px 35px;
  display: inline-block;
  color: #fff;
  border: 0px;
  border-radius: 50px;
  cursor: pointer;
  background: -webkit-gradient(
    linear,
    right top,
    left top,
    from(#1c294e),
    to(#1c294e)
  );
  background: -webkit-linear-gradient(right, #1c294e, #1c294e);
  background: -o-linear-gradient(right, #1c294e, #1c294e);
  background: linear-gradient(to left, #1c294e, #1c294e);
}

.responsive-table {
  border-radius: 5px;
  overflow: hidden;
  border: 1px solid #273b71;
  border-radius: 10px;
  -webkit-box-shadow: 0px 10px 15px 0px rgb(0 0 0 / 40%);
  box-shadow: 0px 10px 15px 0px rgb(0 0 0 / 40%);
  position: relative;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  padding: 16px;
}

.activities {
  padding: 110px 0px 113px;
  position: relative;
}

.activities .table tr th {
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  border-top: 0px;
  border-bottom: 0px;
  padding: 20px 15px;
  background: #0b122e;
  color: #fff;
}

.activities .table tr td,
.activities .table tr th {
  border-top: 1px solid rgba(255, 255, 255, 0.09);
}

.activities .table tr {
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  border-color: #273b71;
  border-style: solid;
  border-width: 0;
  /* border: 1px solid #273b71; */
}

.activities .table tr td:nth-child(1) img,
.activities .table tr td:nth-child(3) img,
.activities .table tr td:nth-child(6) img {
  margin-right: 5px;
}
.activities .table tr td img {
  /* width: 40px;
    height: 40px; */
  border-radius: 50%;
  display: inline-block;
  object-fit: contain;
}

.activities .table tr td:nth-child(1) {
  color: #fff;
}

.activities .table tr td {
  vertical-align: middle;
  padding: 20px 15px;
  font-weight: 600;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 700;
  color: #a1aed4;
}
.activities .table tr td,
.activities .table tr th {
  border-top: 1px solid rgba(255, 255, 255, 0.09);
}

.timer-area {
  padding: 50px 30px 76px;
  text-align: center;
  position: relative;
}

.timer-area .title {
  font-size: 28px;
  line-height: 38px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 5px;
}

.flip-clock-divider .flip-clock-label {
  bottom: -38px !important;
  right: -88px !important;
  top: auto !important;
  font-size: 20px;
  line-height: 30px;
  font-weight: 300 !important;
  color: #a1aed4 !important;
  letter-spacing: 2px;
}

.flip-clock-wrapper ul li a div div.inn {
  font-size: 60px !important;
  font-weight: 700 !important;
  color: #fff !important;
  text-align: center !important;
  background-color: #0c132e !important;
}

.flip-clock-wrapper .flip {
  box-shadow: 0 2px 5px rgb(0 0 0 / 70%);
}

/* Header */
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
}

.header .mainmenu-area {
  background: #252f5a;
}

.header .mainmenu-area .navbar {
  padding: 0px 0px;
  position: relative;
}

.header .mainmenu-area .navbar::before {
  position: absolute;
  content: "";
  width: 1800px;
  height: 100%;
  top: 0;
  right: 100%;
  background: #070b28;
}

.header .mainmenu-area .navbar .navbar-brand {
  padding: 0px;
  margin: 0px;
  padding-left: 50px;
}

.header .mainmenu-area .navbar #main_menu .navbar-nav .nav-item .nav-link {
  color: #a1aed4;
  line-height: 26px;
  font-size: 16px;
  font-weight: 600;
  position: relative;
  padding: 28px 20px;
  text-transform: uppercase;
  -webkit-transition: all linear 0.3s;
  -o-transition: all linear 0.3s;
  transition: all linear 0.3s;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
}

.header
  .mainmenu-area
  .navbar
  #main_menu
  .navbar-nav
  .nav-item
  .nav-link.active,
.header
  .mainmenu-area
  .navbar
  #main_menu
  .navbar-nav
  .nav-item
  .nav-link:hover {
  color: #f9314b;
  border-top: 5px solid #f9314b;
  border-bottom: 5px solid #f9314b;
}

.header
  .mainmenu-area
  .navbar
  #main_menu
  .navbar-nav
  .nav-item
  .nav-link.active,
.header
  .mainmenu-area
  .navbar
  #main_menu
  .navbar-nav
  .nav-item
  .nav-link:focus {
  color: #f9314b;
  border-top: 5px solid #f9314b;
  border-bottom: 5px solid #f9314b;
}

.nav-link.active {
  color: #f9314b;
  border-top: 5px solid #f9314b;
  border-bottom: 5px solid #f9314b;
}

.header .mainmenu-area .navbar #main_menu .navbar-nav .nav-item .dropdown-menu {
  position: absolute;
  z-index: 99;
  margin-top: 0px !important;
  background: #0b122e;
  border-radius: 0px;
  border: 0px;
  padding-bottom: 0px;
  padding-top: 0px;
  -webkit-box-shadow: 0px 8px 14px 0px rgb(0 0 0 / 15%);
  box-shadow: 0px 8px 14px 0px rgb(0 0 0 / 15%);
  border-top: 4px solid #f9314b;
  -webkit-transition: all linear 0.3s;
  -o-transition: all linear 0.3s;
  transition: all linear 0.3s;
}

.header
  .mainmenu-area
  .navbar
  #main_menu
  .navbar-nav
  .nav-item
  .dropdown-menu
  .dropdown-item {
  line-height: 26px;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 8px 15px 8px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-transition: all linear 0.3s;
  -o-transition: all linear 0.3s;
  transition: all linear 0.3s;
  color: #a1aed4;
}

.header .mainmenu-area .navbar #main_menu .dropdown:hover .dropdown-menu {
  display: block;
  margin-top: 0;
}

.header .mainmenu-area .navbar::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  left: 0px;
  bottom: 0px;
  border-bottom: 83px solid #070b28;
  border-right: 35px solid transparent;
}

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.navbar-toggler:focus {
  box-shadow: none;
}

.min-h-full {
  min-height: 100vh !important;
}

.text-ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.card-area {
  background: #070b28;
  padding: 112px 0px 90px;
  /* background-image: url('https://pixner.net/paylio/main/assets/images/business-globe-1.png'), url('https://pixner.net/paylio/main/assets/images/business-globe-2.png'); */
  background-repeat: no-repeat;
  background-position: left top 50px, right bottom;
}

@media (max-width: 575px) {
  .section-heading .title {
    font-size: 30px;
    line-height: 40px;
  }

  .section-heading .subtitle {
    font-size: 18px;
    line-height: 28px;
  }

  #box-list {
    flex-wrap: nowrap;
    overflow-x: scroll;
  }

  #box-list .box {
    width: 90%;
  }

  .card-area {
    padding: 55px 0px 90px !important;
    background-size: 55%;
  }

  .header .mainmenu-area .navbar #main_menu .navbar-nav .nav-item .nav-link {
    padding-block: 0px;
    padding-inline: 20px;
  }

  .header .mainmenu-area .navbar::after {
    content: none;
  }

  .header .mainmenu-area .navbar::before {
    content: none;
  }

  #main_menu {
    padding: 16px;
  }

  .tab-filter {
    display: none;
  }

  .circle-rate {
    font-size: x-large;
    width: 4rem;
    height: 4rem;
  }

}

@media (max-width: 992px) {
  .fs-sm {
    font-size : medium !important;
  }

  .fs-sm-6 {
    font-size: 0.8rem !important;
  }
}

/* PAGE 404 */

.four-zero-four {
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #070b28;
  position: relative;
}

.four-zero-four .content {
  text-align: center;
}

.four-zero-four .bg-img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 100%;
}

.four-zero-four .content img {
  display: inline-block;
  margin-bottom: 50px;
  max-width: 100%;
}

.four-zero-four .content .inner-content .title {
  font-size: 36px;
  line-height: 46px;
  font-weight: 700;
  color: #dfe3ff;
  margin-bottom: 50px;
}

a,
a:hover,
a:focus,
a:active {
  text-decoration: none;
  outline: none;
}

.btn-line {
  background: url(../static/img/btn_login_base.png) no-repeat;
  background-size: contain;
  width: 10rem;
  height: 50px;
  cursor: pointer;
}

.btn-line:hover {
  filter: brightness(0.8);
}

.btn-line:active {
  filter: brightness(0.5);
}

/* MODAL */

.icon-box {
  color: #fff;
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: -50px;
  width: 95px;
  height: 95px;
  border-radius: 50%;
  z-index: 9;
  background: #ef513a;
  padding: 15px;
  text-align: center;
  box-shadow: 0px 2px 2px rgb(0 0 0 / 10%);
}

.icon-box i {
  font-size: 56px;
  position: relative;
  top: 4px;
}
@keyframes load {
  0% {
    opacity: 0.08;
    filter: blur(5px);
    letter-spacing: 3px;
  }
  100% {
  }
}

.modal-dialog .modal-content {
  background: #252f5a;
  border-radius: 10px;
}

.modal-dialog .modal-content .title {
  font-size: 24px;
  line-height: 34px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 2px;
}

.modal-dialog .modal-content .modal-body .header-area {
  /* padding: 47px 30px 10px; */
  padding: 2rem 1rem 1rem;
  position: relative;
  z-index: 2;
  text-align: center;
}

.modal-content .sub-title {
  font-size: 24px;
  line-height: 34px;
  font-weight: 300;
}

.modal-dialog .modal-content .btn-close {
  position: absolute;
  right: 9px;
  z-index: 9;
  top: 1rem;
}

.circle-rate svg {
  width: 100%;
  height: 100%;
  transform: rotate(-90deg);
  transform-origin: center;
}

.circle-rate {
  font-size: x-large;
  width: 5rem;
  height: 5rem;
  position: absolute;
  top: 1rem;
  left: 1rem;
  z-index: 1;
  text-align: center;
  font-weight: 600;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  /* opacity: 0; */
}

.circle-rate b {
  width: 100%;
  position: absolute;
  top: 0;
  height: 100%;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.btn-primary {
  background-color: #3b71ca;
  border-color: #386bc0;
}

.button-cover {
  position: relative;
}

.button {
  position: relative;
  width: 4.6rem;
  height: 2rem;
  overflow: hidden;
  border-radius: 100px;
}

.checkbox {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  opacity: 0;
  cursor: pointer;
  z-index: 3;
}

.knobs,
.layer {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.layer {
  width: 100%;
  background-color: #ebf7fc;
  transition: 0.3s ease all;
  z-index: 1;
}

.knobs {
  z-index: 2;
}

/* Button 3 */
.button-3 .knobs:before {
  content: attr(txt_on);
  position: absolute;
  top: 4px;
  left: 4px;
  min-width: 30px;
  height: 25px;
  color: #fff;
  font-size: 10px;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  padding: 9px 4px;
  background-color: #03a9f4;
  border-radius: 100px;
  transition: 0.3s ease all, left 0.3s cubic-bezier(0.18, 0.89, 0.35, 1.15);
}

.button-3 .checkbox:active + .knobs:before {
  width: 46px;
  border-radius: 100px;
}

.button-3 .checkbox:checked:active + .knobs:before {
  margin-left: -26px;
}

.button-3 .checkbox:checked + .knobs:before {
  content: attr(txt_off);
  left: 40px;
  background-color: #f44336;
}

.button-3 .checkbox:checked ~ .layer {
  background-color: #fcebeb;
}

.card-warning {
  background-color: rgb(254 192 44 / 80%);
  border: 3px solid #ef9400;
}

