@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;700&display=swap);@font-face {
  font-family: 'Agency FB';
  src: url("./../assets/fonts/AgencyFB-Reg.woff2") format("woff2"), url("./../assets/fonts/AgencyFB-Reg.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Agency FB';
  src: url("./../assets/fonts/AgencyFB-Bold.woff2") format("woff2"), url("./../assets/fonts/AgencyFB-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

body#web {
  font-size: 14px;
  background-color: #031D53;
  font-family: Poppins;
  font-weight: 400;
  position: relative;
  padding: 0px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  max-width: 740px !important;
  /* Customize the label (the container) */
  /* Hide the browser's default checkbox */
  /* Create a custom checkbox */
  /* On mouse-over, add a grey background color */
  /* When the checkbox is checked, add a blue background */
  /* Create the checkmark/indicator (hidden when not checked) */
  /* Show the checkmark when checked */
  /* Style the checkmark/indicator */
}

body#web header {
  position: relative;
  z-index: 5;
}

body#web header .dropdown-menu .dropdown-item {
  font-size: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

body#web header .dropdown-menu .dropdown-item .languageTitle {
  padding-left: 10px;
}

body#web header .dropdown-menu .dropdown-item img {
  width: 23px;
  margin-right: 12px;
}

body#web header .dropdown-menu .dropdown-item label {
  margin-bottom: 0px;
}

body#web .inactive-contact img {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}

body#web #wechatModal .copyField {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #51A2DA;
  background-color: #F7F7F7;
  padding: 10px;
  margin: 10px 0px;
  border-radius: 10px;
}

body#web .overlay {
  display: none;
  position: fixed;
  /* Sit on top of the page content */
  width: 100%;
  /* Full width (cover the whole page) */
  height: 100%;
  /* Full height (cover the whole page) */
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.7);
  /* Black background with opacity */
  z-index: 20;
  /* Specify a stack order in case you're using a different order for other elements */
  cursor: pointer;
  /* Add a pointer on hover */
  max-width: 740px;
}

@media only screen and (max-width: 767px) {
  body#web .hotGames {
    padding-right: 5px !important;
    padding-left: 5px !important;
  }
}

body#web .livechat-wrapper {
  position: absolute;
  right: 0;
  height: 100px;
  width: 115px;
  bottom: 0;
}

body#web .livechat-wrapper .live-chat {
  position: fixed;
  z-index: 10;
  cursor: pointer;
  bottom: 0;
}

body#web .icebet-logo {
  margin: auto;
  width: 50%;
}

@media only screen and (max-width: 1200px) {
  body#web .icebet-logo {
    width: 50%;
  }
}

body#web section#welcome-section {
  position: relative;
  z-index: 5;
  margin-top: -70px;
}

body#web #customCollapsingNavbar {
  background-color: #fff;
  padding-bottom: 40px;
  z-index: 5;
  position: relative;
}

body#web #customCollapsingNavbar a {
  color: #000000;
  text-decoration: none;
}

body#web #customCollapsingNavbar .active a {
  color: #51a2da;
}

body#web .no-border {
  border: none !important;
}

body#web .btn-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 10px;
}

body#web .btn-wrapper .btn-theme {
  background-color: #51a2da;
  border-color: #51a2da;
  padding-left: 20px;
  padding-right: 20px;
  color: white;
  border-radius: 0;
  font-size: 15px;
  font-weight: 500;
  font-family: Poppins;
}

body#web .btn-wrapper:last-child {
  margin-left: 0;
}

body#web .padding-lr-40 {
  padding-left: 40px !important;
  padding-right: 40px !important;
}

body#web .navbar-justify-right {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

body#web ul.custom-dropdown {
  list-style-type: none;
  padding: 0px;
  margin: 10px 40px;
}

body#web ul.custom-dropdown li {
  margin-bottom: 10px;
  margin-top: 10px;
}

body#web ul.custom-dropdown li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #000;
  text-decoration: none;
}

body#web ul.custom-dropdown li a label {
  color: #000;
  margin-right: 20px;
}

body#web ul.custom-dropdown li:hover a {
  color: #51a2da;
}

body#web ul.custom-dropdown-2 {
  list-style-type: none;
  padding: 0px;
  margin: 0px;
}

body#web ul.custom-dropdown-2 li {
  margin-bottom: 10px;
  margin-top: 10px;
  border: 1px solid #cb9b51;
  padding: 10px;
  border-radius: 10px;
  width: 100%;
}

body#web ul.custom-dropdown-2 li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  text-decoration: none;
  text-align: center;
}

body#web ul.custom-dropdown-2 li a:hover {
  color: #cb9b51;
}

body#web .hide {
  display: none;
}

body#web .popover {
  max-width: 100%;
}

body#web .popover-body {
  min-width: 148px;
  padding: 0px;
}

body#web .slot-selection {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

body#web .slot-selection .slot-items {
  width: 100px;
  max-width: 100%;
}

body#web .button-placement-login {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

body#web .button-placement-login a {
  text-decoration: none;
}

body#web .pop-login {
  background: url("../assets/img/header-footer/login-button.png") no-repeat;
  background-position: center;
  background-size: 100% 100%;
  color: #000;
}

body#web .after-login-trigger {
  background: url("../assets/img/header-footer/login-button.png") no-repeat;
  background-position: center;
  background-size: 100% 100%;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

body#web .after-login-pop {
  color: #000;
}

body#web .after-login-options {
  background: transparent;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

body#web .after-login-options a {
  color: #fff;
  text-decoration: none;
  border: 1px solid #ddd;
  border-radius: 10px;
  padding: 10px;
  margin: 10px auto;
}

body#web .after-login-options a:hover {
  border-color: #cb9b51;
  color: #cb9b51;
}

body#web .join-now-option {
  background: url("../assets/img/header-footer/lang-box.png") no-repeat;
  background-position: center;
  background-size: 100% 100%;
  padding: 8px 10px;
  color: #cb9b51;
  text-align: center;
}

body#web .change-trigger {
  background: url("../assets/img/header-footer/login-button.png") no-repeat;
  background-position: center;
  background-size: contain;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 5px 10px;
}

body#web .change-trigger .login-pop img {
  width: 60%;
}

body#web .popper-input {
  background: transparent;
  border: 1px solid #ddd;
  margin: 10px 0px;
  color: #fff;
}

body#web .popover-body {
  background: white;
  color: black;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 10px;
  border: none;
}

body#web .change-lang-trigger {
  padding: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50px;
}

body#web .change-lang-trigger img {
  border-radius: 50px;
  overflow: hidden;
  -o-object-fit: cover;
     object-fit: cover;
}

body#web .main-container-login {
  background: url("../assets/img/live/live-02.png") no-repeat;
  background-position: center;
  background-size: cover;
  padding: 20px;
}

body#web .forgot-pw {
  margin: 10px 0px;
  font-style: italic;
}

body#web .forgot-pw a {
  color: #cb9b51;
  text-decoration: none;
}

body#web .forgot-page-form-wrapper {
  width: 60%;
  margin: auto;
  padding: 70px 30px;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
}

body#web .forgot-page-form-wrapper label {
  margin: 10px;
}

body#web .forgot-page-form-wrapper input[type=email] {
  margin: 10px;
  background: transparent;
  color: #fff;
}

body#web .forgot-page-form-wrapper button {
  margin: 10px;
}

body#web .forgot-page-form-wrapper span {
  margin: 5px 10px;
}

body#web .login-page-form-wrapper {
  width: 60%;
  margin: auto;
  padding: 40px;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  letter-spacing: 1px;
}

body#web .login-page-form-wrapper input[type=text], body#web .login-page-form-wrapper input[type=password] {
  background: transparent;
  border: 1px solid #fff;
  margin: 10px 0px;
  color: #fff;
}

body#web .login-page-form-wrapper .log-btn {
  background: url("../assets/img/header-footer/login-button.png") no-repeat;
  background-position: center;
  background-size: 85% 100%;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 10px 20px;
  color: #000;
  font-weight: bold;
  letter-spacing: 1px;
}

body#web .login-page-form-wrapper a {
  color: #cb9b51;
  text-decoration: none;
}

body#web .lang a {
  color: #fff;
}

body#web .theme-btn {
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  border: none;
  color: #000;
  padding: 10px 20px;
  border-radius: 10px;
  font-weight: bold;
}

body#web .theme-btn-full {
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  border: none;
  color: #000;
  padding: 10px 20px;
  border-radius: 10px;
  font-weight: bold;
  width: 100%;
  display: block;
}

@media only screen and (max-width: 768px) {
  body#web .latest-news h4 {
    text-align: center;
  }
  body#web .latest-news .item-mobile-wrapper {
    padding: 50px;
    margin-bottom: 20px;
  }
  body#web .latest-news .divider-wrapper {
    text-align: center;
  }
  body#web .vission-mission-wrapper h5 {
    margin-bottom: 10px;
    margin-top: 10px;
    text-align: center;
  }
  body#web .vission-mission-wrapper .icons-wrapper {
    text-align: center;
  }
  body#web .vission-mission-wrapper .icons-wrapper img.icons {
    width: 30%;
    margin: 0px;
  }
  body#web .m-center {
    text-align: center;
  }
}

body#web .dropdown-item {
  font-size: 13px;
}

body#web .dropdown-item:active {
  background-color: #ddd;
}

body#web .nav-item {
  letter-spacing: 2px;
  font-size: 12px;
}

body#web .bars-menu {
  border: 1px solid #ffffff;
}

body#web .bars-menu .navbar-toggler-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

body#web .bars-menu i {
  color: #fff;
  display: block;
  margin: auto;
}

body#web .collapsed-menu .nav-item {
  border-bottom: 1px solid #585759;
}

body#web .collapsed-menu .nav-item:last-child {
  border: none;
}

body#web .collapsed-menu .nav-item:hover {
  background: #585759;
}

body#web .btn-group .logout-setting {
  background-color: #51A2DA;
  border-radius: 0px !important;
  border: none;
  font-size: 15px;
}

body#web .btn-group .dropdown-menu {
  min-width: 139px !important;
}

body#web section#animation-section {
  background-color: #ecf5f9;
  background-repeat: no-repeat;
  background-image: url("../assets/img/home/home-2.png");
  padding: 0 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 0;
  min-height: 450px;
  background-position: bottom center;
}

@media only screen and (max-width: 500px) {
  body#web section#animation-section {
    min-height: 400px;
  }
}

body#web section#animation-section .center-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  margin-top: -200px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

body#web section#animation-section .center-wrapper #logo-animation {
  width: 18%;
  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;
}

@media only screen and (max-width: 600px) {
  body#web section#animation-section .center-wrapper #logo-animation {
    width: 23%;
  }
}

@media only screen and (max-width: 450px) {
  body#web section#animation-section .center-wrapper #logo-animation {
    width: 28%;
  }
}

@media only screen and (max-width: 360px) {
  body#web section#animation-section .center-wrapper #logo-animation {
    width: 40%;
  }
}

body#web .announcement-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  width: 100%;
  height: auto;
  background-color: rgba(80, 80, 80, 0.4);
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding: 5px 0;
}

body#web .announcement-wrapper .icon-wrapper {
  width: 10%;
  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;
}

body#web .announcement-wrapper .announcement {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 90%;
  color: white;
}

body#web .navbar-right-wrapper {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

@media only screen and (max-width: 767px) {
  body#web .navbar-right-wrapper {
    display: none !important;
  }
}

body#web .navbar-right-wrapper .vertical-line {
  border-right: 1px solid #4D4D4D;
  margin: 10px;
}

body#web .navbar-right-wrapper .link-wrapper {
  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;
}

body#web .navbar-right-wrapper .link-wrapper .custom-nav-link {
  text-decoration: none;
}

body#web .navbar-right-wrapper .link-wrapper .custom-nav-link span {
  color: #4D4D4D;
  font-weight: 500;
  font-family: Poppins;
  font-size: 12px;
}

body#web .navbar-right-wrapper .link-wrapper .custom-nav-link.active span {
  color: #51a2da;
}

body#web .button-flag {
  display: block;
  margin: auto;
  border: 1px solid #d6dca8;
  border-radius: 9px;
}

body#web .button-profile {
  display: block;
  margin: auto;
}

body#web .language {
  position: relative;
}

body#web .language .box {
  width: 50px;
  height: 30px;
}

body#web .language .icon {
  position: absolute;
  width: 20px;
  left: 17%;
  top: 30%;
}

body#web .language .profile-icon {
  position: absolute;
  width: 15px;
  left: 23%;
  top: 24%;
}

body#web .language .arrow {
  position: absolute;
  width: 7px;
  right: 15%;
  top: 40%;
}

body#web #desktopview #logo-background {
  background-repeat: no-repeat;
  background-position: top center;
}

body#web #desktopview .navbar-toggler {
  margin-left: 10px;
  padding: 5px 10px;
}

body#web #desktopview .navbar-toggler .navbar-toggler-icon {
  font-size: 10px;
}

body#web #desktopview .navbar-nav {
  width: 80%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

body#web #desktopview .navbar-nav, body#web #desktopview #collapsingNavbar {
  height: 100%;
}

body#web .lang {
  width: 20px;
}

body#web .banner {
  width: 1500px;
}

body#web .slider {
  width: 70%;
  margin: auto;
}

body#web .partnership {
  padding: 50px 0px;
}

body#web .partnership .partnership-slider div {
  text-align: center;
}

body#web .partnership .partnership-slider div img {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  margin: auto;
}

body#web .custom-checkbox-container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

body#web .custom-checkbox-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

body#web .custom-checkbox-container:hover input ~ .checkmark {
  background-color: #ccc;
}

body#web .custom-checkbox-container input:checked ~ .checkmark {
  background-color: #2196F3;
}

body#web .custom-checkbox-container .checkmark:after {
  left: 7px;
  top: 4px;
  width: 7px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

body#web .navbar-collapse .nav-item {
  text-align: center;
  padding: 10px;
}

body#web #refresh {
  cursor: pointer;
}

#agent #product-listing .card {
  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: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-shadow: -1px -2px 31px -10px rgba(0, 0, 0, 0.56);
  box-shadow: -1px -2px 31px -10px rgba(0, 0, 0, 0.56);
  padding: 10px;
  border-radius: 10px;
  margin-bottom: 20px;
}

#auth-layout {
  background-image: url("../assets/img/easypad-elements/auth_bg.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-size: 100%;
}

#auth-layout .hidden {
  display: none;
}

#auth-layout .navbar .navbar-header {
  padding-left: 20px;
}

#auth-layout .navbar .navbar-nav {
  height: 100%;
  font-family: 'cooper_hewittthin';
  font-weight: bold;
  margin-top: 30px;
}

#auth-layout .navbar .navbar-nav li a {
  text-transform: none;
  font-size: 15px;
  padding: 10px 40px;
}

#auth-layout .navbar .navbar-nav .active {
  color: #00a799;
}

#auth-layout .navbar .navbar-nav .active a {
  background-color: transparent;
}

#auth-layout .description {
  margin-top: 100px;
}

#auth-layout .description .title {
  font-family: 'boldbold';
  line-height: 1.0em;
  font-size: 70px;
  margin-top: 20px;
  color: white;
}

#auth-layout .description .subtitle {
  font-family: 'cooper_hewittthin';
  font-weight: bold;
  font-size: 30px;
  color: white;
  margin-top: 10px;
}

#auth-layout .description .content {
  color: white;
  padding-top: 50px;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

#auth-layout .form {
  opacity: 0;
  -webkit-animation: fadeInUp 1s ease-in-out 0s forwards;
          animation: fadeInUp 1s ease-in-out 0s forwards;
}

#auth-layout .form #login {
  margin-top: 60px;
}

#auth-layout .form #login .card {
  padding-left: 15px;
}

#auth-layout .form #login .card-title {
  font-size: 25px;
  color: #00a799;
}

#auth-layout .form #login i {
  color: #00a799;
}

#auth-layout .form #login label {
  color: #00a799;
}

#auth-layout .form #login input[type="text"], #auth-layout .form #login input[type="password"] {
  border-radius: 0px;
  width: 235px;
}

#auth-layout .form #login .form-check {
  padding: 0px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#auth-layout .form #login .form-check label {
  padding-left: 5px;
}

#auth-layout .form #login .btn {
  width: 90%;
  border-radius: 0px;
  margin-top: 20px;
  margin-bottom: 60px;
  background-color: #00a799;
}

#auth-layout .form #login a {
  color: #f19263;
}

#auth-layout .form #register {
  margin-top: 40px;
}

#auth-layout .form #register .card-title {
  font-size: 25px;
  color: #00a799;
  font-weight: bold;
  padding-left: 13px;
  padding-top: 10px;
}

#auth-layout .form #register i {
  color: #00a799;
}

#auth-layout .form #register label {
  color: #00a799;
}

#auth-layout .form #register input[type="text"], #auth-layout .form #register input[type="password"], #auth-layout .form #register input[type="email"] {
  border-radius: 0px;
  width: 235px;
}

#auth-layout .form #register .form-check {
  padding: 0px 20px;
}

#auth-layout .form #register .form-check label {
  padding-left: 5px;
}

#auth-layout .form #register .btn {
  width: 90%;
  border-radius: 0px;
  margin-top: 20px;
  margin-bottom: 60px;
  background-color: #00a799;
}

#auth-layout .form #register a {
  color: #f19263;
}

#auth-layout .form #forgot-password {
  margin-top: 100px;
}

#auth-layout .form #forgot-password .card {
  padding: 10px 0;
}

#auth-layout .form #forgot-password .card .card-title {
  font-size: 25px;
  color: #00a799;
  font-weight: bold;
  padding-left: 13px;
  padding-top: 10px;
}

#auth-layout .form #forgot-password .card i {
  color: #00a799;
}

#auth-layout .form #forgot-password .card label {
  color: #00a799;
}

#auth-layout .form #forgot-password .card input[type="text"], #auth-layout .form #forgot-password .card input[type="password"], #auth-layout .form #forgot-password .card input[type="email"] {
  border-radius: 0px;
  width: 235px;
}

#auth-layout .form #forgot-password .card .form-check {
  padding: 0px 20px;
}

#auth-layout .form #forgot-password .card .form-check label {
  padding-left: 5px;
}

#auth-layout .form #forgot-password .card .btn {
  width: 90%;
  border-radius: 0px;
  margin-top: 20px;
  margin-bottom: 60px;
  background-color: #00a799;
}

#auth-layout .form #forgot-password .card a {
  color: #f19263;
}

.sidebar .logo-mini .simple-text {
  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;
}

.sidebar .logo-mini .simple-text img {
  max-width: 100%;
}

.header {
  position: fixed;
}

.footer {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: #404041;
  color: white;
  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;
  height: 35px;
  z-index: 10000;
}

.footer p {
  margin: 0px;
}

.simple-text {
  height: 110px;
}

.simple-text img {
  max-height: none !important;
}

.main-panel > .content {
  padding: 0px;
}

.form-group {
  margin: 0px !important;
}

body#backend .bg-grey {
  background-color: #d2d2d2;
}

body#backend .swal2-modal {
  font-size: 17px;
}

body#backend .swal2-modal .swal2-actions .btn {
  font-size: 17px;
  margin-left: 5px;
  margin-right: 5px;
}

body#backend .multiselect-native-select .btn-group {
  width: 100%;
}

body#backend .multiselect-native-select .btn-group .multiselect {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}

body#backend .badge-success {
  background-color: #28a745 !important;
}

body#backend .badge-danger {
  background-color: #dc3545 !important;
}

body#backend .badge-warning {
  background-color: #ffc107 !important;
}

body#backend .badge-info {
  background-color: #17a2b8 !important;
}

body#backend .badge-primary {
  background-color: #007bff !important;
}

body#backend .margin-top {
  margin-top: 10px;
}

body#backend .margin-small-top {
  margin-top: 5px;
}

body#backend .text-warning {
  color: #FFCD37;
}

body#backend .search-filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

body#backend .search-filter input, body#backend .search-filter select {
  width: 200px;
}

body#backend .button-search {
  margin-top: 10px;
}

body#backend hr {
  border-top: 1px solid #eee;
}

body#backend .clearable-picker span {
  position: absolute;
  top: 0;
  right: 0;
}

body#backend .thead-dark {
  color: #fff;
  background-color: #212529;
  border-color: #32383e;
}

body#backend .button-action {
  float: right !important;
}

body#backend .button-action .refresh-text {
  margin-right: 10px;
}

body#backend .modal .row {
  margin-right: 0px !important;
  margin-left: 0px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

body#backend .modal .row .col-sm-9, body#backend .modal .row .col-sm-3, body#backend .modal .row .col-sm-10, body#backend .modal .row .col-sm-2 {
  padding: 0px !important;
}

body#backend .modal .row h5 {
  font-size: 18px;
  font-weight: bold;
}

body#backend .modal .no-padding {
  padding-right: 0px !important;
  padding-left: 0px !important;
}

body#backend .withdrawal_checklist a {
  color: inherit;
}

body#backend #dw_special th {
  border: 2px solid #f4f4f4;
}

body#backend #dw_special td {
  text-align: center;
}

body#backend .imageShow {
  position: relative;
}

body#backend .imageShow .fa-minus-circle {
  position: absolute;
  font-size: 30px;
  top: -14px;
  right: 7px;
  cursor: pointer;
}

body#backend .userBonusDetail .active {
  color: #000000 !important;
}

body#backend .userBonusDetail .tab-content {
  margin-top: 20px;
}

body#backend .userBonusDetail .tab-content .content-align {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}

@media (min-width: 768px) {
  body#backend .modal-xl {
    width: 90%;
    max-width: 1200px;
  }
}

body#backend fieldset {
  border: 1px groove #ddd !important;
  padding: 0 1.4em 1.4em 1.4em !important;
  margin: 0 0 0.5em 0 !important;
  -webkit-box-shadow: 0px 0px 0px 0px #000;
  box-shadow: 0px 0px 0px 0px #000;
}

body#backend legend {
  font-size: 40px !important;
  font-weight: bold !important;
  text-align: left !important;
  width: auto;
  padding: 0 10px;
  border-bottom: none;
  margin-bottom: 0px !important;
}

body#backend .copy {
  cursor: pointer;
}

body#backend .sticky-container {
  /*background-color: #333;*/
  padding: 0px;
  margin: 0px;
  position: fixed;
  right: -205px;
  top: 35%;
  width: 257px;
  z-index: 1;
}

body#backend .sticky-container .sticky {
  padding: 0;
  list-style-type: none;
}

body#backend .sticky-container .sticky li {
  list-style-type: none;
  background-color: #333;
  color: #efefef;
  height: 48px;
  padding: 0px;
  margin: 0px 0px 1px 0px;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  cursor: pointer;
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
  filter: gray;
  -webkit-filter: grayscale(100%);
}

body#backend .sticky-container .sticky li a {
  color: inherit;
}

body#backend .sticky-container .sticky li a span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

body#backend .sticky-container .sticky li a span .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  float: left;
  margin: 10px 5px;
  padding-right: 15px;
  padding-left: 8px;
}

body#backend .sticky-container .sticky li a span .icon i {
  font-size: 28px;
}

body#backend .sticky-container .sticky li a span p {
  padding: 0px;
  margin: 0px;
  text-transform: uppercase;
  line-height: 43px;
}

body#backend .sticky-container .sticky li:hover {
  margin-left: -158px;
  background-color: #308ABF;
  color: #fff !important;
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0'/></filter></svg>#grayscale");
  -webkit-filter: grayscale(0%);
}

div#home section#jackpot-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 0 !important;
  margin-top: 30px;
  -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;
}

div#home section#jackpot-section .center-wrapper {
  background-size: contain;
  background-image: url("../assets/img/home/ice-floating-lane.png");
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 100%;
  position: relative;
}

div#home section#jackpot-section .center-wrapper .jackpot-frame-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  min-height: 100px;
  height: auto;
}

@media only screen and (max-width: 767px) {
  div#home section#jackpot-section .center-wrapper .jackpot-frame-wrapper {
    bottom: 32%;
  }
}

@media only screen and (max-width: 399px) {
  div#home section#jackpot-section .center-wrapper .jackpot-frame-wrapper {
    bottom: 35%;
  }
}

div#home section#jackpot-section .center-wrapper .jackpot-frame-wrapper .jackpot-frame {
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url("../assets/img/home/jackpot-frame-2.png");
  position: relative;
  height: 100%;
}

div#home section#jackpot-section .center-wrapper .jackpot-frame-wrapper .jackpot-frame .digit-wrapper {
  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;
}

div#home section#jackpot-section .center-wrapper .jackpot-frame-wrapper .jackpot-frame .digit-wrapper .digit-inner-wrapper {
  margin: 35px 100px 14px 100px;
}

@media only screen and (max-width: 767px) {
  div#home section#jackpot-section .center-wrapper .jackpot-frame-wrapper .jackpot-frame .digit-wrapper .digit-inner-wrapper {
    margin: 35px 70px 14px 70px;
  }
}

@media only screen and (max-width: 763px) {
  div#home section#jackpot-section .center-wrapper .jackpot-frame-wrapper .jackpot-frame .digit-wrapper .digit-inner-wrapper {
    margin: 20px 60px 6px 60px;
  }
}

div#home section#jackpot-section .center-wrapper .jackpot-frame-wrapper .jackpot-frame .digit-wrapper .digit-inner-wrapper .transparent {
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 5px;
}

@media only screen and (max-width: 763px) {
  div#home section#jackpot-section .center-wrapper .jackpot-frame-wrapper .jackpot-frame .digit-wrapper .digit-inner-wrapper .transparent {
    background-color: transparent;
  }
}

div#home section#jackpot-section .center-wrapper .jackpot-frame-wrapper .jackpot-frame .digit-wrapper .digit-inner-wrapper span {
  font-size: 60px;
  color: #113D89;
  font-family: 'Agency FB';
  font-weight: bold;
  padding: 2px 15px;
}

@media only screen and (max-width: 763px) {
  div#home section#jackpot-section .center-wrapper .jackpot-frame-wrapper .jackpot-frame .digit-wrapper .digit-inner-wrapper span {
    font-size: 40px;
    padding: 2px 5px;
  }
}

@media only screen and (max-width: 414px) {
  div#home section#jackpot-section .center-wrapper .jackpot-frame-wrapper .jackpot-frame .digit-wrapper .digit-inner-wrapper span {
    font-size: 40px;
    padding: 0px;
  }
}

div#home section#jackpot-section .center-wrapper .jackpot-frame-wrapper .jackpot-frame .digit-wrapper .digit-inner-wrapper .splitter {
  padding: 0px;
}

div#home section#jackpot-section .center-wrapper .jackpot-frame-wrapper .jackpot-frame .jackpot-winner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px 0;
}

@media only screen and (max-width: 414px) {
  div#home section#jackpot-section .center-wrapper .jackpot-frame-wrapper .jackpot-frame .jackpot-winner {
    padding: 8px 0px 0px 0px;
  }
}

div#home section#jackpot-section .center-wrapper .jackpot-frame-wrapper .jackpot-frame .jackpot-winner .theme-blue {
  color: #113D89;
}

div#home section#jackpot-section .center-wrapper .jackpot-frame-wrapper .jackpot-frame .jackpot-winner span {
  font-family: 'Agency FB', arial;
}

div#home section#jackpot-section .bottom-wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

div#home section#jackpot-section .bottom-wrapper .img-wrapper {
  width: 100%;
}

div#home section#jackpot-section .bottom-wrapper .img-wrapper .ice-bottom-img {
  width: 100%;
}

div#home section#steps-section-wrapper {
  padding: 30px 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../assets/img/home/steps-background.png");
}

div#home section#steps-section-wrapper .section-title-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -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;
}

div#home section#steps-section-wrapper .section-title-wrapper .section-title {
  color: #031d53;
  font-size: 28px;
  width: 100%;
  font-weight: bold;
  text-align: center;
}

div#home section#steps-section-wrapper .section-title-wrapper .underline {
  text-align: center;
  width: 50px;
  border-bottom: 3px solid #031d53;
}

div#home section#steps-section-wrapper .col-md-3 .steps-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
  background-color: rgba(255, 255, 255, 0.5);
  padding: 10px;
  border-radius: 10px;
}

div#home section#steps-section-wrapper .col-md-3 .steps-wrapper .steps-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-right: 10px;
}

div#home section#steps-section-wrapper .col-md-3 .steps-wrapper .img-wrapper {
  height: 50px;
  width: 50px;
  margin: auto;
}

div#home section#steps-section-wrapper .col-md-3 .steps-wrapper .steps-title {
  color: #031d53;
  font-weight: bold;
  font-size: 10px;
}

div#home section#steps-section-wrapper .col-md-3 .steps-wrapper .steps-description {
  color: #000;
  font-weight: bold;
  font-size: 13px;
  text-transform: uppercase;
  font-style: italic;
}

div#home section#hot-games-section-wrapper {
  padding: 30px;
}

div#home section#hot-games-section-wrapper .col-lg-3 .hot-games-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  text-align: 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;
}

div#home section#hot-games-section-wrapper .col-lg-3 .hot-games-wrapper .img-wrapper .hot-games-img {
  max-width: 170px;
}

div#home section#hot-games-section-wrapper .col-md-12 .wrapper {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}

div#home section#hot-games-section-wrapper .col-md-12 .fas {
  color: black;
  font-size: 25px;
}

div#home section#carousel-section {
  padding: 0 100px;
}

div#home section#carousel-section .carousel-control-next, div#home section#carousel-section .carousel-control-prev {
  opacity: 1;
  z-index: 0;
}

div#home section#carousel-section .carousel-control-next .button-wrapper, div#home section#carousel-section .carousel-control-prev .button-wrapper {
  padding: 10px;
  background-color: white;
  border-radius: 50px;
  border: 0;
}

div#home section#carousel-section .carousel-control-prev {
  margin-left: -50px;
}

div#home section#carousel-section .carousel-control-next {
  margin-right: -50px;
}

div#home section#carousel-section .carousel-indicators li {
  border-radius: 50%;
  width: 5px;
  height: 5px;
  background-color: white;
}

div#home section#carousel-section .carousel-indicators .active {
  background-color: #8dbee2;
}

div#home section#carousel-section .carousel-indicators {
  z-index: 1;
  margin-bottom: 63px;
}

@media only screen and (max-width: 991px) {
  div#home section#carousel-section .carousel-indicators {
    margin-bottom: 40px;
  }
}

@media only screen and (max-width: 767px) {
  div#home section#carousel-section .carousel-indicators {
    margin-bottom: 25px;
  }
}

div#home .slick-slider img {
  width: inherit;
}

div#home .slick-slider-banner-top {
  margin-bottom: 0;
}

div#home .slick-slider-banner-top .slick-dots {
  right: 15px;
  text-align: right;
  bottom: 0;
}

div#home .slick-slider-banner-top .slick-dots li {
  width: 10px;
  margin: 0;
}

div#home .slick-slider-banner-top .slick-dots li button {
  padding: 0;
}

div#home .slick-slider-banner-top .slick-dots li button::before {
  color: #ffffff;
}

div#home .announcement-wrapper {
  background-color: #201E1B;
  padding-left: 10px;
}

div#home .announcement-wrapper img {
  width: 18px;
}

div#promotion {
  background-color: #fff;
  background: -webkit-gradient(linear, left top, left bottom, from(#ecf5f9), color-stop(90%, #ecf5f9), to(#ffffff));
  background: linear-gradient(to bottom, #ecf5f9, #ecf5f9 90%, #ffffff 100%);
  padding: 0 !important;
}

div#promotion .promotion-section {
  margin-top: -100px;
  z-index: 5;
  position: relative;
}

div#promotion section {
  padding: 50px 0;
}

div#promotion section .row .col-lg-6, div#promotion section .row .col-md-12 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}

@media only screen and (max-width: 1200px) {
  div#promotion section .row .col-lg-6, div#promotion section .row .col-md-12 {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

div#promotion section .row .col-lg-6 .content-wrapper, div#promotion section .row .col-md-12 .content-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 80%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: auto;
}

@media only screen and (max-width: 1200px) {
  div#promotion section .row .col-lg-6 .content-wrapper, div#promotion section .row .col-md-12 .content-wrapper {
    max-width: 62%;
  }
}

@media only screen and (max-width: 767px) {
  div#promotion section .row .col-lg-6 .content-wrapper, div#promotion section .row .col-md-12 .content-wrapper {
    max-width: 80%;
  }
}

div#promotion section .row .col-lg-6 .content-wrapper h3, div#promotion section .row .col-md-12 .content-wrapper h3 {
  color: #51a2da;
  font-weight: 700;
  font-family: Poppins;
  font-size: 20px;
}

div#promotion section .row .col-lg-6 .content-wrapper p, div#promotion section .row .col-md-12 .content-wrapper p {
  font-family: Poppins;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
}

div#promotion section .row .col-lg-6 .promotion-img-wrapper, div#promotion section .row .col-md-12 .promotion-img-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 1200px) {
  div#promotion section .row .col-lg-6 .promotion-img-wrapper, div#promotion section .row .col-md-12 .promotion-img-wrapper {
    width: 80%;
  }
}


div#register section {
  padding: 50px 0;
}

div#register section .section-title-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -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;
}

div#register section .section-title-wrapper .section-title {
  color: #51a2da;
  font-size: 28px;
  width: 100%;
  font-weight: bold;
  text-align: center;
}

div#register section .section-title-wrapper .underline {
  text-align: center;
  width: 50px;
  height: 20px;
  border-bottom: 3px solid #51a2da;
}

div#register section .col-md-12 {
  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: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}

div#register section .col-md-12 .input-wrapper {
  padding: 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

div#register section .col-md-12 .input-wrapper .custom-input {
  border: 1px solid lightgrey;
  border-radius: 0px;
}

div#register section .col-md-12 .input-wrapper ::-webkit-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: lightgrey;
  opacity: 1;
  /* Firefox */
}

div#register section .col-md-12 .input-wrapper ::-moz-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: lightgrey;
  opacity: 1;
  /* Firefox */
}

div#register section .col-md-12 .input-wrapper ::-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: lightgrey;
  opacity: 1;
  /* Firefox */
}

div#register section .col-md-12 .input-wrapper ::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: lightgrey;
  opacity: 1;
  /* Firefox */
}

div#register section .col-md-12 .input-wrapper input:focus,
div#register section .col-md-12 .input-wrapper select:focus,
div#register section .col-md-12 .input-wrapper textarea:focus,
div#register section .col-md-12 .input-wrapper button:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

div#register section .col-md-12 .input-wrapper .custom-border {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  width: 100%;
  border: 1px solid lightgrey;
  background-color: white;
  padding: 0px;
  padding-right: 5px;
}

div#register section .col-md-12 .input-wrapper .custom-border input.captcha {
  border: 0 !important;
}

div#register section .col-md-12 .input-wrapper .custom-border .captcha-img-wrapper {
  text-align: right;
}

div#register section .col-md-12 .input-wrapper .custom-border .captcha-img-wrapper .captcha-img {
  height: 30px;
  border: 1px solid lightgrey;
}

div#register section .col-md-12 .submit-wrapper {
  padding: 10px 0;
}

div#register section .col-md-12 .sign-in-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 0;
}

div#register section .col-md-12 .sign-in-wrapper span {
  font-size: 16px;
}

div#register section .col-md-12 .sign-in-wrapper a {
  font-size: 16px;
  text-decoration: none;
}

div#live_games .main-container {
  background: url("../assets/img/live/live-02.png") no-repeat;
  background-position: center;
  background-size: cover;
}

div#live_games .main-container .games {
  width: 70%;
  padding: 50px 0px;
}

div#live_games .main-container .game-box {
  margin: 10px 0px;
}

div#live_games .main-container .game-wrapper {
  position: relative;
}

div#live_games .main-container .game-wrapper .banner {
  width: 100%;
}

div#live_games .main-container .game-wrapper .play {
  width: 33%;
  position: absolute;
  top: 75%;
  left: 26%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

div#live_games .main-container .game-wrapper .device-options {
  position: absolute;
  bottom: 10%;
  right: 3%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

div#live_games .main-container .game-wrapper .device-options a img {
  max-width: 30px;
}

div#live_games .main-container .banner-wrapper .banner-content-wrapper {
  width: 100%;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 20px 0px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

div#live_games .main-container .banner-wrapper .banner-content-wrapper .content-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: rgba(0, 0, 0, 0.3);
  padding: 20px;
  width: 100%;
}

div#live_games .main-container .banner-wrapper .banner-content-wrapper .content-box img {
  min-width: 150px;
  width: 300px;
  max-width: 55%;
  height: auto;
}

div#live_games .main-container .banner-wrapper .banner-content-wrapper .content-box .content-btn {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 10px 20px;
}

div#live_games .main-container .banner-wrapper .banner-content-wrapper .content-box .content-btn .content-table {
  background: url("../assets/img/backend/backend-15.png") no-repeat;
  background-position: center;
  background-size: contain;
  padding: 30px;
  margin: 5px;
}

div#live_games .main-container .banner-wrapper .banner-content-wrapper .content-box .content-btn .content-table a {
  text-align: center;
  color: #fff;
  text-decoration: none;
  letter-spacing: 1px;
}

div#live_games .main-container .banner-wrapper .banner-content-wrapper .content-box .content-btn .content-table a:hover {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(20, #f6f2c0), color-stop(12%, #cb9b51), color-stop(95%, #f6e27a), color-stop(50%, #f6f2c0), color-stop(85%, #f6e27a), color-stop(78%, #cb9b51), to(#462523));
  background-image: linear-gradient(to right, #f6f2c0 20, #cb9b51 12%, #f6e27a 95%, #f6f2c0 50%, #f6e27a 85%, #cb9b51 78%, #462523 100%);
  color: transparent;
  -webkit-background-clip: text;
  font-weight: bold;
}

div#live_games .main-container .banner-wrapper .banner-content-wrapper .content-box .content-btn .content-bet {
  background: url("../assets/img/backend/backend-14.png") no-repeat;
  background-position: center;
  background-size: contain;
  padding: 30px;
  margin: 5px;
}

div#live_games .main-container .banner-wrapper .banner-content-wrapper .content-box .content-btn .content-bet a {
  text-align: center;
  color: #000;
  text-decoration: none;
  letter-spacing: 1px;
}

div#live_games .main-container .banner-wrapper .banner-content-wrapper .content-box .content-btn .content-bet a:hover {
  font-weight: bold;
}

div#live_games .main-container .banner-wrapper .banner-content-wrapper .content-box thead {
  background: #BA68C8;
  color: #fff;
}

div#live_games .main-container .banner-wrapper .banner-content-wrapper .content-box tbody {
  background: #ddd;
  color: #000;
}

div#slots .main-container .slick-dotted.slick-slider {
  margin-bottom: 0px !important;
}

div#slots .main-container .slick-initialized .slick-slide {
  display: block;
  padding: 0px;
}

div#slots .main-container .banners .bg {
  background: #000;
}

div#slots .main-container .banners img {
  width: 100%;
  opacity: 0.6;
}

div#slots .main-container .banners img:hover {
  opacity: 1;
}

div#slots .main-container .secondary {
  background: url("../assets/img/slots/slots-01.png");
  background-repeat: no-repeat;
  background-size: cover;
}

div#slots .main-container .secondary .filters {
  padding: 30px;
  background: rgba(0, 0, 0, 0.5);
  letter-spacing: 1px;
  font-weight: 400;
  color: #e8eced;
}

div#slots .main-container .secondary .filters ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 0px;
}

div#slots .main-container .secondary .filters li {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0px 20px;
  cursor: pointer;
  border-right: 1px solid #e8eced;
  margin: 0px;
}

div#slots .main-container .secondary .filters li:last-child {
  border: none;
}

div#slots .main-container .secondary .filters li:hover {
  color: #fff;
  border: 1px solid #d6dca8;
}

div#slots .main-container .secondary .filters .nav-item.active {
  border-right: 1px solid #e8eced;
}

div#slots .main-container .secondary .filters .nav-link {
  background: transparent;
  border: none;
}

div#slots .main-container .secondary .filters .nav-tabs {
  border: none;
}

div#slots .main-container .secondary .filters a {
  color: #e8eced;
}

div#slots .main-container .secondary .slot-wrapper {
  padding: 60px 0px;
}

div#slots .main-container .secondary .slot-wrapper .slot-main-wrapper {
  padding: 10px;
}

div#slots .main-container .secondary .slot-wrapper .game-name {
  text-align: center;
  color: #e8eced;
}

div#slots .main-container .secondary .slot-wrapper .slot {
  padding: 15px;
  margin: 10px auto;
  width: 150px;
  height: 135px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 2px solid #d6dca8;
  border-radius: 50%;
  background: radial-gradient(black, transparent);
}

div#slots .main-container .secondary .slot-wrapper .slot a img {
  width: 100%;
  height: 75px;
}

div#slots .main-container .secondary .slot-wrapper .slot:hover {
  background: url("../assets/img/slots/slots-02.png") no-repeat;
  background-size: contain;
  background-position: center;
  background-size: 100%;
}

div#slots .main-container .secondary .slot-wrapper .slot:hover img {
  opacity: 0.2;
}

div#about .about-section {
  margin-top: -80px;
  z-index: 5;
  position: relative;
}

div#about section .section-title-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -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;
}

div#about section .section-title-wrapper .section-title {
  color: #51a2da;
  width: 100%;
  text-align: center;
  font-weight: 700;
  font-size: 25px;
}

div#about section .section-title-wrapper .underline {
  text-align: center;
  width: 50px;
  height: 20px;
  border-bottom: 3px solid #51a2da;
}

div#about section .content-wrapper {
  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;
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-bottom: 100px;
}

div#about section .content-wrapper p {
  font-size: 14px;
  max-width: 90%;
  font-weight: 400;
  line-height: 25px;
}

.btn-go {
  background: url("../assets/img/header-footer/login-button.png") no-repeat;
  background-position: center;
  background-size: 100% 100%;
  color: #000;
}

.btn-cancel-option {
  background: url("../assets/img/header-footer/lang-box.png") no-repeat;
  background-position: center;
  background-size: 100% 100%;
  color: #fff;
}

.change-trigger {
  background: url("../assets/img/header-footer/login-button.png") no-repeat;
  background-position: center;
  background-size: contain;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 10px 20px;
}

.popper-input {
  background: transparent;
  border: 1px solid #ddd;
  margin: 10px 0px;
}

.popper-input input {
  color: #fff;
}

.popover-body {
  background: black;
  color: white;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 10px;
  border: none;
}

.change-lang-trigger {
  background: url("../assets/img/header-footer/lang-box.png") no-repeat;
  background-position: center;
  background-size: contain;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 10px 20px;
}

.change-lang-trigger .lang-pop {
  color: #fff;
}

#member header {
  background: transparent;
}

#member .hide {
  display: none;
}

#member .member-header-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#member .navbar {
  background: rgba(0, 0, 0, 0.7);
}

#member .navbar .hamburger {
  width: 80%;
  height: auto;
}

#member .navbar .profile-options {
  width: 30%;
  margin: auto 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#member .navbar .profile-options .username-wrapper {
  border-right: 1px solid;
}

#member .navbar .profile-options li {
  padding: 5px 20px;
}

#member .navbar .profile-options li .username {
  color: #fff;
  letter-spacing: 1px;
}

#member .navbar .button-flag {
  margin: 5px 10px;
  border: none;
}

#member .navbar .button-profile {
  margin: 5px 10px;
}

@media only screen and (max-width: 768px) {
  #member .profile-options {
    display: none !important;
  }
}

#member #sidebar {
  background: #0e0e0e;
}

#member .side-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0px 10px;
}

#member .side-nav a i {
  margin-right: 10px;
}

#member .side-nav.active, #member .side-nav:hover {
  border: double 1em transparent;
  border-radius: 30px;
  border-image-slice: 1;
  border-width: 1px;
  border-image-source: linear-gradient(to left, #f6f2c0, #f6e27a);
}

#member .button-logout .logout {
  margin: auto;
  background: url("../assets/img/backend/backend-14.png") no-repeat;
  background-position: center;
  background-size: 95% 77%;
}

#member .button-logout .logout .logout-icon {
  text-align: center;
  padding: 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;
}

#member .button-logout .logout .logout-icon .profile-icon {
  width: 15px;
  margin-right: 5px;
}

#member .button-logout .logout .logout-icon span {
  color: #000;
  font-weight: bold;
}

#member .profile-wrapper {
  padding: 40px;
}

#member .profile-wrapper .funtionality-titles {
  color: #fff;
  letter-spacing: 2px;
}

#member .profile-wrapper nav .nav-tabs {
  border: none;
}

#member .profile-wrapper nav .nav-item {
  background: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.6);
  border: none;
}

#member .profile-wrapper nav .nav-item:first-child {
  border-top-right-radius: 0px;
}

#member .profile-wrapper nav .nav-item:last-child {
  border-top-left-radius: 0px;
}

#member .profile-wrapper nav .nav-item.active {
  background: rgba(255, 255, 255, 0.3);
  color: #fff;
}

#member .profile-wrapper nav .nav-item.hover {
  background: rgba(255, 255, 255, 0.3);
  color: #fff;
}

#member .profile-wrapper .tab-content {
  background: rgba(255, 255, 255, 0.2);
  border-radius: 20px;
  border-top-left-radius: 0px;
}

#member .profile-wrapper .login-details-wrapper {
  padding: 40px;
}

#member .profile-wrapper .login-details-wrapper .login-details {
  border-bottom: 2px solid rgba(255, 255, 255, 0.6);
  padding: 20px 0px;
}

#member .profile-wrapper .login-details-wrapper .login-details-last {
  padding: 20px 0px;
}

#member .profile-wrapper .login-details-wrapper .label-input {
  margin: 10px 0px;
  color: #fff;
}

#member .profile-wrapper .login-details-wrapper .label-input .textbox {
  background: transparent;
  border: 1px solid #fff;
  border-radius: 10px;
  color: #fff;
  font-size: 13px;
}

#member .profile-wrapper .login-details-wrapper .label-input .textbox-drop {
  background: transparent;
  border: 1px solid #fff;
  border-radius: 10px;
  color: #fff;
  font-size: 13px;
}

#member .profile-wrapper .login-details-wrapper .label-input .textbox-drop option {
  background: #fff;
  color: #000;
}

#member .profile-wrapper .login-details-wrapper .label-input .lang-drop {
  background: #fff;
  color: #000;
}

#member .profile-wrapper .login-details-wrapper .label-input input[type=text], #member .profile-wrapper .login-details-wrapper .label-input input[type=password], #member .profile-wrapper .login-details-wrapper .label-input input[type=email] {
  color: #fff;
}

#member .profile-wrapper .funtionality-tabs {
  border-top-left-radius: 10px !important;
  border-top-right-radius: 10px !important;
  border-bottom: none;
}

#member .profile-wrapper .funtionality-wrapper {
  padding: 40px;
}

#member .profile-wrapper .funtionality-wrapper .funtionality {
  padding: 20px 0px;
}

#member .profile-wrapper .funtionality-wrapper .funtionality .textbox-deposit-drop {
  background: transparent;
  border: 1px solid #fff;
  border-radius: 10px;
  color: #fff;
  font-size: 13px;
}

#member .profile-wrapper .funtionality-wrapper .funtionality .textbox-deposit-drop option {
  background: #fff;
  color: #000;
}

#member .profile-wrapper .funtionality-wrapper .login-details-last {
  padding: 20px 0px;
}

#member .profile-wrapper .funtionality-wrapper .funtionaliy-tweaking {
  background: transparent;
  color: #fff;
  font-size: 13px;
  border-radius: 10px;
}

#member .profile-wrapper .funtionality-wrapper .funtionaliy-tweaking-receipt {
  background: transparent;
  color: #fff;
  font-size: 13px;
  border: none;
  padding-left: 5px;
}

#member .profile-wrapper .funtionality-wrapper .label-input {
  margin: 10px 0px;
  color: #fff;
}

#member .profile-wrapper .funtionality-wrapper .label-input .textbox {
  background: transparent;
  border: 1px solid #fff;
  border-radius: 10px;
  color: #fff;
  font-size: 13px;
}

#member .profile-wrapper .funtionality-wrapper .label-input .lang-drop {
  background: #fff;
  color: #000;
}

#member .profile-wrapper .funtionality-wrapper .label-input input[type=text], #member .profile-wrapper .funtionality-wrapper .label-input input[type=password], #member .profile-wrapper .funtionality-wrapper .label-input input[type=email] {
  color: #fff;
}

#member .profile-wrapper .submit-changes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0px 10px;
}

#member .profile-wrapper .save {
  background: url("../assets/img/backend/backend-03.png") no-repeat;
  background-position: center;
  background-size: 88% 90%;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 10px 20px;
}

#member .profile-wrapper .save span {
  font-weight: bold;
  font-size: 13px;
}

#member .profile-wrapper .cancel {
  background: url("../assets/img/backend/backend-15.png") no-repeat;
  background-position: center;
  background-size: 100% 100%;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 8px 20px;
  margin-left: 20px;
}

#member .profile-wrapper .cancel span {
  font-weight: bold;
  color: #fff;
  opacity: 0.6;
  cursor: pointer;
}

#member .profile-wrapper .cancel span:hover {
  opacity: 1;
}

#member .profile-wrapper .login-info-wrapper {
  padding: 20px;
  font-size: 13px;
  color: #fff;
}

#member .profile-wrapper .login-info-wrapper .login-info .info-light {
  background: rgba(255, 255, 255, 0.1);
  padding: 10px;
}

#member .profile-wrapper .login-info-wrapper .login-info .info-dark {
  background: rgba(255, 255, 255, 0.3);
  padding: 10px;
}

#member .gaming {
  padding: 20px;
}

#member .gaming .gaming-acc-wrapper {
  padding: 20px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 15px;
}

#member .gaming .gaming-acc-wrapper .gaming-acc {
  padding: 20px;
}

#member .gaming .gaming-acc-wrapper .gaming-acc .gaming-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 20px 0px;
}

#member .gaming .gaming-acc-wrapper .gaming-acc .gaming-top i {
  color: #fff;
}

#member .gaming .gaming-acc-wrapper .gaming-acc .gaming-table {
  color: #fff;
  border-color: #fff;
  margin: 10px 0px;
  /* Rounded sliders */
}

#member .gaming .gaming-acc-wrapper .gaming-acc .gaming-table thead {
  border-bottom: 1px solid #fff;
}

#member .gaming .gaming-acc-wrapper .gaming-acc .gaming-table thead th {
  border-color: #fff;
}

#member .gaming .gaming-acc-wrapper .gaming-acc .gaming-table .gaming-acc-row {
  border-bottom: 1px solid #fff;
}

#member .gaming .gaming-acc-wrapper .gaming-acc .gaming-table .switch {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 100%;
}

#member .gaming .gaming-acc-wrapper .gaming-acc .gaming-table .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

#member .gaming .gaming-acc-wrapper .gaming-acc .gaming-table .slider {
  width: 100%;
  margin: auto;
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

#member .gaming .gaming-acc-wrapper .gaming-acc .gaming-table .slider:before {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  left: 3px;
  bottom: 3px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

#member .gaming .gaming-acc-wrapper .gaming-acc .gaming-table input:checked + .slider {
  background-color: #2196F3;
}

#member .gaming .gaming-acc-wrapper .gaming-acc .gaming-table input:focus + .slider {
  -webkit-box-shadow: 0 0 1px #2196F3;
          box-shadow: 0 0 1px #2196F3;
}

#member .gaming .gaming-acc-wrapper .gaming-acc .gaming-table input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  transform: translateX(26px);
}

#member .gaming .gaming-acc-wrapper .gaming-acc .gaming-table .slider.round {
  border-radius: 34px;
}

#member .gaming .gaming-acc-wrapper .gaming-acc .gaming-table .slider.round:before {
  border-radius: 50%;
}

#member .transaction-history-wrapper {
  padding: 20px;
}

#member .transaction-history-wrapper .transaction-history {
  padding: 20px;
  background: rgba(255, 255, 255, 0.1) !important;
  border-radius: 15px;
  color: #fff;
}

#member .transaction-history-wrapper .transaction-history .table {
  color: #fff;
  border-color: #fff;
  margin: 20px 0px;
}

#member .transaction-history-wrapper .transaction-history .table th {
  border-color: #fff;
}

#member .transaction-history-wrapper .transaction-history .table tbody tr {
  background-color: transparent !important;
}

#member .dataTables_filter {
  color: #fff;
  padding: 10px;
}

#member .dataTables_filter label {
  margin: auto;
}

#member .dataTables_filter input[type=search] {
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #fff;
  border-radius: 10px;
  color: #fff;
}

#member .dataTables_length {
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
  padding: 0px 10px;
  border-radius: 10px;
}

#member .dataTables_length label {
  margin: auto;
  padding: 10px;
}

#member .dataTables_length select {
  background: rgba(255, 255, 255, 0.1);
  border: none;
  color: #fff;
  margin: 0px 5px;
}

#member .dataTables_length select option {
  background: #fff;
  color: #000;
}

#member .odd {
  background-color: transparent;
  color: #fff;
}

#member .even {
  background-color: transparent;
  color: #fff;
}

#member .dataTables_info {
  color: #fff;
}

#member .paginate_simple_numbers {
  color: #fff !important;
}

#member .paginate_simple_numbers a {
  color: #fff !important;
}

#member .paginate_button {
  background: rgba(255, 255, 255, 0.3);
  color: #fff !important;
  margin: 0px 5px;
}

#member footer {
  position: fixed;
  bottom: 0%;
  width: 100%;
}

#member footer .footer-member {
  background: rgba(0, 0, 0, 0.5) !important;
  padding: 10px;
}

#member footer .footer-member p {
  color: #fff;
  margin: 0px;
  opacity: 0.7;
}

#member footer .footer-member p span {
  color: #f8b739;
}

#member footer:hover {
  display: none;
}

#member .main-container {
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../assets/img/backend/backend-16.png");
}

#member .main-container .dashboard-wrapper {
  padding: 40px 30px;
  color: #fff;
}

#member .main-container .dashboard-wrapper .transactions-wrapper {
  margin-bottom: 20px;
}

#member .main-container .dashboard-wrapper .pending-trans-wrapper {
  padding: 10px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 10px;
}

#member .main-container .dashboard-wrapper .pending-trans-wrapper .pending-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 10px;
  border-bottom: 1px solid #fff;
}

#member .main-container .dashboard-wrapper .pending-trans-wrapper .pending-title .icon-options a {
  color: #fff;
}

#member .main-container .dashboard-wrapper .pending-trans-wrapper .pending-title .icon-options a:hover {
  color: #f8b739;
}

#member .main-container .dashboard-wrapper .pending-trans-wrapper .pending-title .icon-options i {
  margin: 0px 5px;
}

#member .main-container .dashboard-wrapper .pending-trans-wrapper .pending-content {
  font-size: 12px;
  padding: 10px 0px;
}

#member .main-container .dashboard-wrapper .pending-trans-wrapper .pending-content .content-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
}

#member .main-container .dashboard-wrapper .pending-trans-wrapper .pending-content .content-wrapper tbody {
  width: 100%;
  text-align: center;
}

#member .main-container .dashboard-wrapper .pending-trans-wrapper .pending-content .content-wrapper tbody .title-section {
  border-bottom: 1px solid #fff;
}

#member .main-container .dashboard-wrapper .pending-trans-wrapper .pending-content .content-wrapper tbody th {
  border-top: none;
}

#member .main-container .dashboard-wrapper .pending-trans-wrapper .pending-content .content-wrapper tbody tr {
  width: 100%;
}

#member .main-container .dashboard-wrapper .pending-trans-wrapper .pending-content .content-wrapper tbody tr td {
  border-top: none;
  border-bottom: 1px solid #fff;
}

div#login section {
  padding: 50px 0;
}

div#login section .section-title-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -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;
}

div#login section .section-title-wrapper .section-title {
  color: #51a2da;
  font-size: 28px;
  width: 100%;
  font-weight: bold;
  text-align: center;
}

div#login section .section-title-wrapper .underline {
  text-align: center;
  width: 50px;
  height: 20px;
  border-bottom: 3px solid #51a2da;
}

div#login section .col-md-12 {
  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: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}

div#login section .col-md-12 .input-wrapper {
  padding: 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

div#login section .col-md-12 .input-wrapper .custom-input {
  border: 1px solid lightgrey;
  border-radius: 0px;
}

div#login section .col-md-12 .input-wrapper ::-webkit-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: lightgrey;
  opacity: 1;
  /* Firefox */
}

div#login section .col-md-12 .input-wrapper ::-moz-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: lightgrey;
  opacity: 1;
  /* Firefox */
}

div#login section .col-md-12 .input-wrapper ::-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: lightgrey;
  opacity: 1;
  /* Firefox */
}

div#login section .col-md-12 .input-wrapper ::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: lightgrey;
  opacity: 1;
  /* Firefox */
}

div#login section .col-md-12 .input-wrapper input:focus,
div#login section .col-md-12 .input-wrapper select:focus,
div#login section .col-md-12 .input-wrapper textarea:focus,
div#login section .col-md-12 .input-wrapper button:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

div#login section .col-md-12 .input-wrapper .custom-border {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  width: 100%;
  border: 1px solid lightgrey;
  background-color: white;
  padding: 0px;
  padding-right: 5px;
}

div#login section .col-md-12 .input-wrapper .custom-border input.captcha {
  border: 0 !important;
}

div#login section .col-md-12 .input-wrapper .custom-border .captcha-img-wrapper {
  text-align: right;
}

div#login section .col-md-12 .input-wrapper .custom-border .captcha-img-wrapper .captcha-img {
  height: 30px;
  border: 1px solid lightgrey;
}

div#login section .col-md-12 .submit-wrapper {
  padding: 10px 0;
}

div#login section .col-md-12 .sign-in-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 0;
}

div#login section .col-md-12 .sign-in-wrapper span {
  font-size: 16px;
}

div#login section .col-md-12 .sign-in-wrapper a {
  font-size: 16px;
  text-decoration: none;
}

@media only screen and (min-width: 768px) {
  section#account {
    margin-bottom: 215px;
  }
}

section#account .above-tab .nav-item {
  background-color: #51a2da;
  -webkit-box-shadow: inset 0px 23px 25px -16px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0px 23px 25px -16px rgba(0, 0, 0, 0.1);
  letter-spacing: 0px;
  font-size: 16px;
  position: relative;
}

section#account .above-tab .nav-item .active {
  background-color: transparent;
}

section#account .above-tab .nav-item .active img, section#account .above-tab .nav-item .active span {
  opacity: 1;
}

section#account .above-tab .nav-item .active .fa-caret-up {
  display: block;
}

@media only screen and (max-width: 767px) {
  section#account .above-tab .nav-item .active .fa-caret-up {
    display: none;
  }
}

section#account .above-tab .nav-item a {
  color: #fff;
}

section#account .above-tab .nav-item a img, section#account .above-tab .nav-item a span {
  opacity: 0.5;
}

section#account .above-tab .nav-item a .fa-caret-up {
  display: none;
  color: #fff;
  position: absolute;
  bottom: -15px;
  left: 50%;
  font-size: 40px;
}

section#account .above-tab .nav-item:hover img, section#account .above-tab .nav-item:hover span {
  opacity: 1;
}

section#account .above-tab .border-right {
  list-style-position: inside;
  border-right: 1px solid #fff;
}

section#account .dashboard-content {
  background-color: #fff;
}

section#account .dashboard-content .record-content {
  background-color: #ECF5F8;
}

@media only screen and (max-width: 767px) {
  section#account .dashboard-content .record-content {
    margin-top: 20px;
  }
}

section#account .dashboard-content .record-content .value {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

section#account .dashboard-content .record-content .value span {
  font-size: 53px;
  color: #51a2da;
  font-weight: 900;
  line-height: 90%;
}

section#account .dashboard-content .view-transaction {
  color: #51a2da;
  font-size: 30px;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 40px;
}

section#account .dashboard-content .view-transaction .recent-title {
  font-weight: 700;
}

section#account .dashboard-content .view-transaction hr {
  border: 2px solid #51a2da;
  width: 5%;
  background-color: #51a2da;
}

section#account .dashboard-content .view-transaction .nav-item {
  border: 1px solid #51a2da;
  margin-right: 10px;
  letter-spacing: 0px;
  font-size: 14px;
}

section#account .dashboard-content .view-transaction .nav-item .active {
  background-color: #51a2da;
  border-radius: 0px;
  color: #fff;
}

section#account .dashboard-content .view-transaction .nav-item a {
  color: #51a2da;
}

section#account .dashboard-content .view-transaction .tab-pane {
  font-size: 15px;
}

section#account .dashboard-content .view-transaction th.dt-center, section#account .dashboard-content .view-transaction td.dt-center {
  text-align: center;
}

section#account .dashboard-content .view-transaction th {
  font-weight: 500;
}

section#account .dashboard-content .view-transaction td {
  vertical-align: middle;
}

section#account .dashboard-content .view-transaction tbody tr {
  height: 50px;
  background-color: #EDFCFF;
  font-size: 14px;
}

section#account .dashboard-content .view-transaction table {
  border-collapse: separate;
  border-spacing: 0 1em;
}

section#account .dashboard-content .view-transaction tr, section#account .dashboard-content .view-transaction table, section#account .dashboard-content .view-transaction td, section#account .dashboard-content .view-transaction th {
  border: none;
}

section#account .dashboard-content .view-transaction .dataTables_length, section#account .dashboard-content .view-transaction .dataTables_filter, section#account .dashboard-content .view-transaction .dataTables_paginate, section#account .dashboard-content .view-transaction .dataTables_info {
  font-size: 13px;
}

section#account .dashboard-content .view-transaction .viewReceipt {
  color: #000000;
  text-decoration: underline;
}

section#account .dashboard-content .view-transaction .table-responsive {
  color: #000000;
}

section#account .dashboard-content .modal-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

section#account .dashboard-content .modal-body a .disabled {
  pointer-events: none;
  cursor: not-allowed;
}

section#account .dashboard-content .bottom-wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
}

section#account .dashboard-content .bottom-wrapper .img-wrapper {
  width: 100%;
}

section#account .dashboard-content .bottom-wrapper .img-wrapper .ice-bottom-img {
  width: 100%;
}

section#account .profile-content {
  background-color: #fff;
}

@media only screen and (max-width: 767px) {
  section#account .profile-content {
    padding-right: 0px !important;
    padding-left: 0px !important;
  }
}

@media only screen and (max-width: 992px) {
  section#account .profile-content form {
    margin-right: 0px !important;
    margin-left: 0px !important;
  }
}

section#account .profile-content .profile-title {
  font-weight: 700;
  font-size: 30px;
  color: #51a2da;
}

section#account .profile-content .profile-title hr {
  border: 2px solid #51a2da;
  width: 5%;
  background-color: #51a2da;
}

section#account .profile-content .form-submit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

section#account .profile-content .form-submit .submit-btn {
  background-color: #51a2da;
  color: #fff;
}

section#account .profile-content .form-submit .cancel-btn {
  background-color: #B2B2B2;
  color: #fff;
}

section#account .gaming-accounts-content {
  background-color: #fff;
}

@media only screen and (min-width: 768px) {
  section#account .gaming-accounts-content {
    padding-bottom: 200px !important;
  }
}

@media only screen and (max-width: 767px) {
  section#account .gaming-accounts-content {
    padding-right: 0px !important;
    padding-left: 0px !important;
  }
  section#account .gaming-accounts-content .table-wrapper {
    padding-right: 30px;
    padding-left: 30px;
  }
}

section#account .gaming-accounts-content .dt-button {
  background: #51a2da;
  color: #fff;
  border: none;
  font-size: 12px;
}

section#account .gaming-accounts-content th.dt-center, section#account .gaming-accounts-content td.dt-center {
  text-align: center;
}

@media only screen and (max-width: 992px) {
  section#account .gaming-accounts-content th.dt-center a, section#account .gaming-accounts-content td.dt-center a {
    margin-top: 5px;
  }
}

section#account .gaming-accounts-content th {
  font-weight: 500;
  border-top: 1px solid #99A4BA !important;
}

section#account .gaming-accounts-content td {
  vertical-align: middle;
}

section#account .gaming-accounts-content td a {
  font-size: 14px;
}

section#account .gaming-accounts-content tbody tr {
  height: 50px;
  background-color: #EDFCFF;
  font-size: 14px;
}

section#account .gaming-accounts-content table {
  border-collapse: separate;
  border-spacing: 0 1em;
}

section#account .gaming-accounts-content tr, section#account .gaming-accounts-content table, section#account .gaming-accounts-content td, section#account .gaming-accounts-content th {
  border: none;
}

section#account .gaming-accounts-content .dataTables_length, section#account .gaming-accounts-content .dataTables_filter, section#account .gaming-accounts-content .dataTables_paginate, section#account .gaming-accounts-content .dataTables_info {
  font-size: 13px;
}

section#account .gaming-accounts-content .form-submit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

section#account .gaming-accounts-content .submit-btn {
  background-color: #51a2da;
  color: #fff;
}

section#account .gaming-accounts-content .cancel-btn {
  background-color: #B2B2B2;
  color: #fff;
}

section#account .gaming-accounts-content .disabled {
  pointer-events: none;
  cursor: not-allowed;
}

@media only screen and (max-width: 992px) {
  section#account .gaming-accounts-content form {
    margin-right: 0px !important;
    margin-left: 0px !important;
  }
}

@media only screen and (max-width: 768px) {
  section#account .gaming-accounts-content .add-game-button {
    padding-right: 0px !important;
    padding-left: 0px !important;
  }
}

section#account .transaction-history-content {
  background-color: #fff;
}

@media only screen and (min-width: 768px) {
  section#account .transaction-history-content {
    padding-bottom: 200px !important;
  }
}

section#account .transaction-history-content .nav-item {
  border: 1px solid #51a2da;
  margin-right: 10px;
  letter-spacing: 0px;
  font-size: 14px;
}

section#account .transaction-history-content .nav-item .active {
  background-color: #51a2da;
  border-radius: 0px;
  color: #fff;
}

section#account .transaction-history-content .nav-item a {
  color: #51a2da;
}

section#account .transaction-history-content .tab-pane {
  font-size: 15px;
}

section#account .transaction-history-content .dt-button {
  background: #51a2da;
  color: #fff;
  border: none;
  font-size: 12px;
}

section#account .transaction-history-content th.dt-center, section#account .transaction-history-content td.dt-center {
  text-align: center;
}

section#account .transaction-history-content th {
  font-weight: 500;
}

section#account .transaction-history-content td {
  vertical-align: middle;
}

section#account .transaction-history-content td a {
  font-size: 14px;
}

section#account .transaction-history-content tbody tr {
  height: 50px;
  background-color: #EDFCFF;
  font-size: 14px;
}

section#account .transaction-history-content table {
  border-collapse: separate;
  border-spacing: 0 1em;
}

section#account .transaction-history-content tr, section#account .transaction-history-content table, section#account .transaction-history-content td, section#account .transaction-history-content th {
  border: none;
}

section#account .transaction-history-content .dataTables_length, section#account .transaction-history-content .dataTables_filter, section#account .transaction-history-content .dataTables_paginate, section#account .transaction-history-content .dataTables_info {
  font-size: 13px;
}

section#account .transaction-history-content .viewReceipt {
  color: #000000;
  text-decoration: underline;
}

section#account .transaction-history-content .table-responsive {
  color: #000000;
}

section#account .transaction-history-content .modal-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

section#account .transaction-history-content .modal-body a .disabled {
  pointer-events: none;
  cursor: not-allowed;
}

.sidenav {
  height: 100%;
  /* 100% Full-height */
  width: 0px;
  position: absolute;
  /* Stay in place */
  z-index: 25;
  /* Stay on top */
  top: 0;
  /* Stay at the top */
  right: 0;
  /* 0 left - change this with JavaScript */
  background-color: #ffffff;
  /* Black*/
  overflow-x: hidden;
  /* Disable horizontal scroll */
  -webkit-transition: 0.5s;
  transition: 0.5s;
  /* 0.5 second transition effect to slide in the sidenav */
  padding: 0px !important;
}

.sidenav .contactCard {
  margin: 20px;
  border: 1px solid #B5D7F0;
  padding: 10px 0px;
  border-radius: 10px;
  background: url("../assets/img/header-footer/contact_banner.png") no-repeat;
  background-position: center;
  background-size: 100% 100%;
}

.sidenav .contactCard .name {
  margin-bottom: 10px;
}

div#contact {
  background: -webkit-gradient(linear, left top, left bottom, from(#ecf5f9), color-stop(90%, #ecf5f9), to(#ffffff));
  background: linear-gradient(to bottom, #ecf5f9, #ecf5f9 90%, #ffffff 100%);
  padding: 0 !important;
}

div#contact #contact-section {
  margin-top: -100px;
  padding-bottom: 100px;
  position: relative;
  margin-left: 50px;
  margin-right: 50px;
}

div#contact #contact-section .cardColumn {
  padding: 0px;
}

div#contact #contact-section button:focus {
  outline: 0;
}

div#contact #contact-section .card {
  width: 100%;
  background: url("../assets/img/header-footer/contact_banner_inactive.png") no-repeat;
  background-position: center;
  background-size: 100% 100%;
  width: 100%;
  margin-bottom: 5px;
  padding: 35px;
  border: none;
}

div#contact #contact-section .card:hover {
  background: url("../assets/img/header-footer/contact_banner_active.png") no-repeat;
  background-position: center;
  background-size: 100% 100%;
}

div#contact section .section-title-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -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;
}

div#contact section .section-title-wrapper .section-title {
  color: #51a2da;
  width: 100%;
  text-align: center;
  font-weight: 700;
  font-size: 25px;
}

div#contact section .section-title-wrapper .underline {
  text-align: center;
  width: 50px;
  height: 20px;
  border-bottom: 3px solid #51a2da;
}

div#contact section .content-wrapper {
  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;
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-bottom: 100px;
}

div#contact section .content-wrapper p {
  font-size: 14px;
  max-width: 90%;
  font-weight: 400;
  line-height: 25px;
}

div#contact .modal .modal-content {
  background: url("../assets/img/header-footer/contact_banner_popup.png") no-repeat;
  background-position: center;
  background-size: 100% 100%;
  border: none;
}

div#contact .modal .modal-content .modal-header {
  border-bottom: none;
  padding: 15px;
  padding-bottom: 0px;
}

div#contact .modal .modal-content .modal-header .close {
  padding: 15px;
}

div#contact .modal .modal-content .modal-header .close img {
  width: 90%;
}

div#contact .modal .modal-content .modal-body {
  padding-top: 0px !important;
  padding: 20px 40px;
}

div#contact .modal .modal-content .modal-body .contactName {
  font-size: 20px;
  margin-bottom: 20px;
}

div#contact .modal .modal-content .modal-body .contact {
  margin-top: 15px;
  margin-bottom: 15px;
}

div#contact .modal .modal-content .modal-body .contact a {
  color: inherit !important;
  text-decoration: none;
}

div#contact .modal .modal-content .modal-body .contact:hover a {
  color: #51A2DA !important;
}

header {
  padding: 10px;
}

header #desktopview.navbar {
  padding-top: 0px;
  padding-bottom: 0px;
  height: 50px;
  width: 100%;
  text-align: right;
  background-color: #191714 !important;
  clear: both;
}

header #desktopview.navbar .nav-item {
  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-right: 1px solid #585759;
  width: 100%;
  font-weight: 500;
}

header #desktopview.navbar .nav-item a span {
  color: #000 !important;
}

header #desktopview.navbar .nav-item.active {
  font-weight: 500;
}

header #desktopview.navbar .nav-item.active a span {
  color: #51a2da !important;
}

header #desktopview.navbar .navbar-nav {
  width: 40%;
  text-align: right;
  padding: 20px;
}

header #desktopview.navbar .nav-item:last-child {
  border: none;
}

header #desktopview.navbar .btn-theme {
  padding: 5px 10px !important;
  border-radius: 5px;
  font-size: 12px;
}

@media only screen and (max-width: 767px) {
  header .logo-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
  }
}

header .logo-wrapper .logo {
  display: block;
  width: 100px;
}

header .logo-wrapper .sidemenu-toggle {
  width: 30px;
}

header .logo-wrapper .login-bts {
  width: 30px;
}

body {
  background-color: #191714 !important;
}

.hidden {
  display: none !important;
}

.js-cookie-consent {
  background-color: #42e45459;
  padding: 10px;
  text-align: center;
}

.js-cookie-consent button {
  background-color: aliceblue;
  border: none;
  border-radius: 5px;
  padding: 10px;
  margin-left: 20px;
}

.dataTable .selected {
  background-color: #b7f7e4 !important;
}

body#backend {
  position: relative;
}

.box-tools .breadcrumb {
  background-color: #fff;
  margin-bottom: 0px !important;
}

.box-tools .breadcrumb a {
  background-color: #3c8dbc;
  margin-left: 10px;
  color: #fff;
  padding: 10px;
}

.margin-top {
  margin-top: 10px;
}

.margin-small-top {
  margin-top: 5px;
}

fieldset {
  border: 1px groove #ddd !important;
  padding: 0 1.4em 1.4em 1.4em !important;
  margin: 0 0 0.5em 0 !important;
  -webkit-box-shadow: 0px 0px 0px 0px #000;
  box-shadow: 0px 0px 0px 0px #000;
}

legend {
  font-size: 40px !important;
  font-weight: bold !important;
  text-align: left !important;
  width: auto;
  padding: 0 10px;
  border-bottom: none;
  margin-bottom: 0px !important;
}

#dw_special th {
  border: 2px solid #f4f4f4;
}

#dw_special td {
  text-align: center;
}

.sticky-container {
  /*background-color: #333;*/
  padding: 0px;
  margin: 0px;
  position: fixed;
  right: -205px;
  top: 45%;
  width: 257px;
  z-index: 1;
}

.sticky-container .sticky {
  padding: 0;
  list-style-type: none;
}

.sticky-container .sticky li {
  list-style-type: none;
  background-color: #333;
  color: #efefef;
  height: 48px;
  padding: 0px;
  margin: 0px 0px 1px 0px;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  cursor: pointer;
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
  filter: gray;
  -webkit-filter: grayscale(100%);
}

.sticky-container .sticky li a {
  color: inherit;
}

.sticky-container .sticky li a span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.sticky-container .sticky li a span .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  float: left;
  margin: 10px 5px;
  padding-right: 15px;
  padding-left: 8px;
}

.sticky-container .sticky li a span .icon i {
  font-size: 28px;
}

.sticky-container .sticky li a span p {
  padding: 0px;
  margin: 0px;
  text-transform: uppercase;
  line-height: 43px;
}

.sticky-container .sticky li:hover {
  margin-left: -158px;
  background-color: #308ABF;
  color: #fff !important;
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0'/></filter></svg>#grayscale");
  -webkit-filter: grayscale(0%);
}
