@font-face {
  font-family: DrukBold;
  src: url(fonts/Druk-Wide-Bold.ttf);
}

@font-face {
  font-family: HelveticaNormal;
  src: url(fonts/HelveticaNowText-Regular.ttf);
}

*{
  margin: 0;
  padding: 0;
}

body {
  background-color: #353535;
  font-family: HelveticaNormal;
}

:root {
  --ideal-size: 354px;
  --max-column-count: 3;
  --gap: 20px;
}

a {
  color: #FF0000;
  font-family: HelveticaNormal;
  font-weight: 600;
  text-decoration: none;
}

a:hover {
  color: #C20000;
}

h1 {
  color: white;
  font-size: 2.5rem;
  font-family: DrukBold;
  /*font-family: HelveticaNormal;*/
  text-align: center;
  /*text-transform: uppercase;*/
  margin-bottom: 20px;
}

h2 {
  color: white;
  font-size: 1.75rem;
  font-family: DrukBold;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.heading-tertiary {
  color: white;
  font-family: DrukBold;
  font-size: 1.25rem;
}

/*utilities*/
.w-40 {
  width: 40%;
}

.general-divider {
  height: 60px;
}

.padding-r-10 {
  padding-right: 10px!important;
}

.padding-l-10 {
  padding-left: 10px!important;
}

.text-accent {
  color: #FF0000;
}

.ul-nostyle {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.btn:hover,
.btn:active,
.btn:focus {
  outline: none;
  box-shadow: none;
}

.haze-button {
  padding: 10px 15px;
  /*position: absolute;*/
  bottom: 30px;
  border: none;
  display: inline-block;
  font-size: 1rem;
  background-color: #990000;
  color: white;
  border-radius: 5px;
  text-transform: uppercase;
  font-weight: bold;
  border: 2px solid #990000;
}

.haze-button:hover,
.haze-button:focus{
  background-color: #FF0000;
  color: white;
  border: 2px solid #FF0000;
}

.haze-button-full-w {
  width: 100%;
}

.haze-button-accent {
  background-color: #FF0000;
  color: black;
  border: 2px solid #FF0000;
}

.haze-button-accent:hover,
.haze-button-accent:focus {
  background-color: #FFAE2B;
  color: black;
  border: 2px solid #FFAE2B;
}

.hole-btn{
  color: white;
  border: 2px solid #990000;
  background-color: transparent;
  transition: none;
}

.hole-btn:hover{
  color: white;
  background-color: #FF0000;
  border: 2px solid #FF0000;
}

.haze-button-plain {
  padding: 10px 15px;
  bottom: 30px;
  border: none;
  display: inline-block;
  font-size: 1rem;
  background-color: #D9D9D9;
  color: white;
  border-radius: 5px;
  text-transform: uppercase;
  font-weight: bold;
  pointer-events: none;
}

.big-button {
  background-color: #990000;
  text-decoration: none;
  border-radius: 5px;
  padding: 15px 20px;
  color: white;
  font-weight: 600;
  text-align: center;
  font-family: HelveticaNormal;
  border: none;
  /*z-index: 10!important;*/
  font-size: 1.25rem;
}

.big-button:hover {
  background-color: #FF0000;
  color: white;
}

.filter-button {
  padding: 15px 20px!important;
  border-radius: 10px;
  background-color: #990000;
  color: white;
  font-weight: 600;
  font-size: 1.2rem;
  text-align: left;
  font-family: HelveticaNormal;
  margin: 0!important;
  border: none;
}

.filter-button:hover,
.filter-button:active,
.filter-button:focus {
  background-color: #990000;
  color: white;
}

.btn-close-haze {
  position: absolute; 
  top: 28px; 
  right: 28px; 
  opacity: 1;
  padding: 5px;
  border-radius: 5px;
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23284B63'><path d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/></svg>");
}

.btn-close-haze:hover,
.btn-close-haze:focus,
.btn-close-haze:active {
  background-color: rgba(40,75,99,0.4);
}

.accordion-item {
  background-color: #000000;
  border-radius: 10px!important;
}

.accordion-item:first-child {
  border-radius: 10px 10px 0 0!important;
}

.accordion-item:last-child {
  border-radius: 0 0 10px 10px!important;
}

.accordion-item .accordion-body p{
  color: #D9D9D9!important;
  font-size: 0.875rem;
}

.accordion-button {
  padding: 20px; 
  background-color: #000000; 
  color: white!important;
  text-transform: uppercase;
  border-radius: 10px!important;
}

.accordion-button:hover, 
.accordion-button:active,
.accordion-button:focus {
  background-color: #000000; 
}

.accordion-button[aria-expanded="true"] {
  background-color: #000000; 
}

.accordion-button:after {
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>") !important;
}

.nospacing {
  margin: 0!important;
  padding: 0!important;
}

.min-height-zero {
  min-height: 0px!important;
}

.min-height-100vh {
  min-height: 100vh!important;
}

.hide-desktop {
  display: none;
}

.fire-gradient-text {
  background-color: #FF0000;
  background-image: linear-gradient(45deg, #e25822, #FF0000);
  background-size: 100%;
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent; 
  -moz-text-fill-color: transparent;
}

/*alert messages*/

.alert-message {
  border-radius: 5px;
  background-color: rgba(53,53,53,1);
  padding: 10px 15px!important;
}

.alert-message h4{
  color: white;
  font-size: 1.125rem;
  font-weight: 600;
}

.alert-message p{
  color: #D9D9D9;
  font-family: HelveticaNormal;
  font-size: 1.125rem;
  font-weight: 500;
}

.alert-message .secondary-msg {
  font-size: 1rem;
  font-family: HelveticaNormal;
  font-weight: 500;
  color: #A0A0A0;
}

.alert-message i{
  font-size: 1.75rem;
}

/*info msg*/
.alert-message-info {
  background-color: rgba(13,110,253,0.1);
  /*background: linear-gradient(90deg, rgba(13,110,253,0.1) 10%, rgba(53,53,53,1) 50%);*/
}

.alert-message-info h4{
  color: #0d6efd;
}

.alert-message-info i{
  color: #0d6efd;
}

/*success msg*/
.alert-message-success {
  background-color: rgba(25,135,84,0.2);
  /*background: linear-gradient(90deg, rgba(25,135,84,0.2) 10%, rgba(53,53,53,1) 50%);*/
}

.alert-message-success h4{
  color: #198754;
}

.alert-message-success i{
  color: #198754;
}

/*warning msg*/
.alert-message-warning {
  background-color: rgba(255,193,7,0.2);
  /*background: linear-gradient(90deg, rgba(255,193,7,0.2) 10%, rgba(53,53,53,1) 50%);*/
}

.alert-message-warning h4{
  color: #ffc107;
}

.alert-message-warning i{
  color: #ffc107;
}

/*danger msg*/
.alert-message-danger {
  background-color: rgba(220,53,69,0.2);
  /*background: linear-gradient(90deg, rgba(220,53,69,0.2) 10%, rgba(53,53,53,1) 50%);*/
}

.alert-message-danger h4{
  color: #dc3545;
}

.alert-message-danger i{
  color: #dc3545;
}

.fixed-icon-col-alert {
    -ms-flex: 0 0 45px;
    flex: 0 0 45px;
}

.badge-haze {
  font-size: 1rem!important;
  font-weight: 400!important;
}

.badge-haze-small {
  font-size: 0.875rem!important;
  font-weight: 400!important;
  padding: 5px;
}

.flip-x {
  transform: scale(-1, 1);
}

.vip-badge {
  border-radius: 5px;
  background-color: #FF0000;
  padding: 5px;
  color: #353535;
  display: inline;
  font-size: 1rem;
}

.msg-balance {
  background-repeat: no-repeat;
  background-blend-mode: screen;
  padding: 20px;
  margin: 0px;
  text-align: center;
  border-radius: 5px;
  margin-bottom: 20px;
}

.coin-balance-1 {
  background-position: right;
  background-color: #FF0000;
  background-image: url("../img/gold-chest.png");
}

.vip-balance-success {
  background-position: center;
  background-color: #198754;
  background-image: url("../img/hd-tickets2.png");
}

.vip-balance-danger {
  background-position: center;
  background-color: #dc3545;
  background-image: url("../img/hd-tickets2.png");
}

.msg-balance .main {
  font-size: 3rem;
  color: black;
  font-weight: 600;
  font-family: HelveticaNormal;
}

.msg-balance .sub-main {
  font-size: 1rem;
  color: #000000;
  font-family: HelveticaNormal;
  font-weight: 600;
  text-transform: uppercase;
}

.msg-balance .sub-main-2 {
  font-size: 1rem;
  color: black;
  font-family: HelveticaNormal;
  font-weight: 500;
}

.msg-balance .link-main{
  font-size: 1rem;
  color: black;
  font-family: HelveticaNormal;
  font-weight: 500;
}

.msg-balance .link-main:hover{
  color: black;
  text-decoration: underline;
  text-underline-offset: 8px;
}

.horizontal-ul {
  margin: 0;
  padding: 0;
  list-style: none;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 0.875rem;
  color: white;
}
.horizontal-ul li{
  display: inline-block;
  margin-right: 6px;
}

.horizontal-ul .dot{
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin-right: 3px;
}

.dkdot {
  background-color: #D33F49;
}

.smdot {
  background-color: #0d6efd;
}

.elfdot {
  background-color: #D9D9D9;
}

.mgdot {
  background-color: #6f42c1;
}

.haze-input-group {
  /*background: rgba(40,75,99,0.1)!important;*/
  border-radius: 5px!important;
  transition: box-shadow 0.3s ease;
}

input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.haze-input {
  width: 100%;
  /*background-color: transparent;*/
  background: rgba(40,75,99,0.1);
  /*background-color: red;*/
  height: 50px;
  /*border-radius: 0 5px 5px 0!important;*/
  border-radius: 5px;
  border: none!important;
  font-size: 1.125rem;
  color: #000000;
  border: none!important;
}

.haze-input-group:focus-within,
.haze-input-group:hover {
  box-shadow: 0 0 1px 5px rgba(40,75,99,0.3);
  border-radius: 6px;
}

.haze-input:focus {
  box-shadow: none;
  background: rgba(40,75,99,0.1)!important;
  color: #000000;
  /*border-radius: 0px!important;*/
}

.haze-input-icon {
  border-radius: 5px;
  background-color: #990000;
  /*background: rgba(40,75,99,0.4);*/
  color: #D9D9D9!important;
  padding-left: 20px;
  padding-right: 20px;
  border: none!important;
}

.haze-input-button {
  /*background: rgba(40,75,99,0.1)!important;*/
  background-color: transparent;
  border: none!important;
  padding-left: 20px;
  padding-right: 20px;
  border-radius: 5px;
}

input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-text-fill-color: #D9D9D9;
  /*background-color: #353535;*/
  transition: background-color 5000s ease-in-out 0s;
}

input:autofill,
input:autofill:hover, 
input:autofill:focus,
textarea:autofill,
textarea:autofill:hover,
textarea:autofill:focus,
select:autofill,
select:autofill:hover,
select:autofill:focus {
  color: #D9D9D9;
  transition: background-color 5000s ease-in-out 0s;
}

.haze-input-button-side {
  background-color: rgba(40,75,99,0.1)!important;
  border: none!important;
  transition: none!important;
  margin: 0!important;
  padding-left: 20px;
  padding-right: 20px;
}

.haze-input-button-side:active,
.haze-input-button-side:hover,
.haze-input-button-side:focus {
  border: none!important;
  background-color: rgba(40,75,99,0.1)!important;
  box-shadow: none!important;
  color: #990000!important;
}

.haze-input-dark {
  background: ##000000;
  color: #D9D9D9!important;
}

.haze-input-dark:focus {
  background: ##000000!important;
}

/*.input-light {
  background: rgba(40,75,99,0.1)!important;
}*/

/*input[type="search"]::placeholder {
  color: #696969;
}*/

.button-view-pass {
  border-radius: 0 5px 5px 0!important;
  background-color: #000000!important;
  border: none!important;
  transition: none!important;
}

.button-view-pass:active,
.button-view-pass:focus {
  border: none!important;
  box-shadow: none!important;
}

  .form-check-input{
    background-color: #D9D9D9;
    border-style: none;
    box-shadow: none;
  }

  .form-check-input:checked {
    background-color: #990000;
    box-shadow: 0 0 1px 5px rgba(40,75,99,0.3);
  }

  .form-check-input:not(:focus){
    box-shadow: none;
  }

  .form-check-label{
    font-size: 1.125rem;
    font-weight: 500;
    color: #D9D9D9;
    font-family: HelveticaNormal;
  }

.pwd-form {
  padding-right: 10px!important;
}

.pwdc-form {
  padding-left: 10px!important;
}

.navbarhaze {
  /*background-color: black;*/
  /*background-color: #353535;*/
  background-color: rgba(0, 0, 0, 0.9);
  /*background-color: rgba(0, 0, 0, 0.2);*/
  height: 80px;
  padding: 0 220px;
  position: fixed;
  top: 0;
  /*font-family: DrukBold;*/
  font-weight: 600;
  font-size: 18px;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.19);
  transition: all 0.2s ease-out;
}
/*
.navbarhaze::after {
  content: "";
  background-color: #141414;
}
*/

.navbarhide {
  transform: translateY(-80px);
}

.navbarhaze .nav-item{
  margin-left: 24px;
}

.navbarhaze ul a {
  padding: 10px!important;
  color: #D9D9D9;
  border-radius: 5px;
  transition: none;
}

.navbarhaze ul a:hover {
  // background-color: #141414;
  color: white;
}

.navbarhaze ul a:focus {
  // background-color: #141414;
  color: white;
}

// .navbarhaze ul .active1 {
//   color: #FF0000 !important;
// }

.menu-hamburger:focus {
  border: none!important;
}

.navbar-toggler{
  padding: 0px!important;
}

.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler-icon:focus {
    outline: none;
    box-shadow: none;
}

/*.navbarhaze .dropdown-menu a {
  color: black;
  border-radius: 8px;
}*/

.navbarhaze .solid{
  background-color: var(--ColorTemplate);
  color: white;
  border-radius: 5px;
  transition: none;
}

.navbarhaze .solid:hover{
  background-color: #FF0000;
}

.navbarhaze .hole{
  border-radius: 5px;
  color: white;
  border: 2px solid #990000;
  transition: none;
}

.navbarhaze .hole:hover{
  color: white;
  background-color: #FF0000;
  border: 2px solid #FF0000;
}

.navbarhaze .dropdown-menu{
  margin-top: 10px!important; 
  background-color: #141414;
  border-radius: 10px;
  border: none;
  min-width: 320px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.navbarhaze .dropdown-menu-left{
  margin-top: 10px!important; 
}

.navbarhaze .dropdown-menu.columns-2 {
  min-width: 550px;
}
.navbarhaze .dropdown-menu.columns-3 {
  min-width: 600px;
}
/*.navbarhaze .dropdown-menu li a {
  padding: 5px 15px;
  font-weight: 300;
}*/
.navbarhaze .multi-column-dropdown {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

.navbarhaze .multi-column-dropdown li a {
  display: block;
  clear: both;
  color: #D9D9D9;
  font-family: HelveticaNormal;
  font-weight: 600;
  font-size: 15px;
  margin: 0 20px;
  text-decoration: none;
}

.navbarhaze .multi-column-dropdown li .highlight-buttom{
  background-color: #FF0000;
  color: #141414;
}

.navbarhaze .multi-column-dropdown li:first-child{
  margin-top: 20px;
}

.navbarhaze .multi-column-dropdown li:last-child{
  margin-bottom: 20px;
}


.navbarhaze .multi-column-dropdown li a:hover {
  color: white;
  background: rgba(40,75,99,0.4);
}

/*.navbarhaze .multi-column-dropdown li a:hover i {
  color: #284B63;
}*/

.extra-dropdownmenu {
  background-color: #ececec; 
  border-radius: 0 10px 10px 0;
}

.navbarhaze .extra-dropdownmenu .subtitle {
  padding: 10px 30px;
  color: black;
  font-family: HelveticaNormal;
  font-weight: 600;
}

.navbarhaze .extra-dropdownmenu li a {
  color: black;
  background: none;
  font-family: HelveticaNormal;
  font-weight: 500;
}

.navbarhaze .extra-dropdownmenu li a:hover {
  color: #990000;
  background: none;
}

.navbarhaze .dropdown-menu:after {
    content:''; /* Required to display content */
    position: absolute; /* Sets the position absolute to the top div */
    top: 1px;
    left: 50px;/* position the little arrow */
    margin-left: -10px;
    margin-top:-10px; /* Set margin equal to border px */
    width: 0;
    z-index:1;
    height: 0;
    border-bottom: solid 10px #141414; /* Creates the arrow pointing up, to change to a notch instead user border-top */
    border-left: solid 10px transparent; /* Creates triangle effect */
    border-right: solid 10px transparent; /* Creates triangle effect */
}

.navbarhaze .dropdown-menu-left:after {
    content:''; /* Required to display content */
    position: absolute; /* Sets the position absolute to the top div */
    top: 0;
    left: 260px;/* position the little arrow */
    margin-left: -10px;
    margin-top:-10px; /* Set margin equal to border px */
    width: 0;
    z-index:1;
    height: 0;
    border-bottom: solid 10px #141414; /* Creates the arrow pointing up, to change to a notch instead user border-top */
    border-left: solid 10px transparent; /* Creates triangle effect */
    border-right: solid 10px transparent; /* Creates triangle effect */
}

/*.navbarhaze .dropdown-menu .dropdown-item{
  color: #D9D9D9;
  font-family: HelveticaNormal;
  font-weight: 600;
  font-size: 16px;
  margin: 15px 0;
}

.navbarhaze .dropdown-menu .dropdown-item:hover{
  color: #FCA311;
  background-color: transparent;
  border-radius: 4px;
}*/

.navbar-dropdown {
  color: white;
  background-color: transparent!important;
  border: none;
  // padding-left: 5px;
  // padding-top: 4px;
}

.navbar-dropdown:hover {
  color: white;
}

.navbar-dropdown:focus {
  color: white;
  outline: none;
  box-shadow: none;
}

.navbar-dropdown:active {
  color: white;
  outline: none;
  box-shadow: none;
}

.hero-section {
  /*background-image: url("../img/hero-background.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  background-attachment: fixed;*/
  /*height: 1000px;*/
  background-image: linear-gradient(rgba(0,0,0,0) 80%, #000000);
  position: relative;
  /*padding: 0 220px;*/
}

.main-bg-header {
  /*position: relative;*/
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), #000000), url(../img/background-main.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 0%;
  opacity: 0.5;
  height: 460px;
}

.hero-glow {
  /*position: relative;*/
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), #000000), url(../img/mg3.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 75% 0%;
  opacity: 0.5;
  height: 460px;
}

.hero-glow-2{
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), #000000), url(../img/bk-background.jpg);
}

.hero-glow-3{
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), #000000), url(../img/sm-background.jpg);
}

.hero-glow-profile{
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), #000000), url(../img/user-profile.jpg);
}

.hero-media {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /*for a static background*/
 /* opacity: 0.4;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: linear-gradient(rgba(0,0,0,0) 80%, #353535), url(../img/hazemu-background-poster.jpg);*/
  /*static background end*/
}

.haze-video-full {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0.4;
    z-index: -1;
    object-fit: cover;
    aspect-ratio: auto;
    top: 0;
    left: 0;
}

/*.container {
  width: 100%;
  margin: 0 auto;
}*/

.hero-right-section {
  padding: 0 220px;
  position: relative;
}

.hero-right-section .hero-location{
  color: #D9D9D9;
  font-size: 1rem;
  font-family: HelveticaNormal;
  margin-bottom: 10px; 
  text-align: right;
  text-transform: uppercase;
}

.hero-right-section .hero-location i{
  color: #FF0000;
}

.hero-right-section .hero-content {
  color: white;
  font-family: DrukBold;
  font-size: 3rem;
  text-align: right;
}

.hero-right-section .hero-content .hero-content-sub {
  color: #D9D9D9;
  font-size: 1.5rem;
  font-family: HelveticaNormal;
  margin: 16px 0;
}

.hero-right-section .hero-content a {
  background-color: #990000;
  text-decoration: none;
  border-radius: 5px;
  padding: 25px 30px;
  color: white;
  font-weight: 900;
  font-family: HelveticaNormal;
  z-index: 10!important;
  font-size: 1.5rem;
}

.hero-right-section .hero-content a:hover {
  background-color: #FF0000;
  color: white;
}

.center {
  width: 100%;
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: white;
}

.center .hero-title{
  color: white;
  letter-spacing: 1px;
  font-size: clamp(18px, 5vw, 30px);
  /*font-size: 30px;*/
  font-weight: 600;
  line-height: 30px;
  font-family: HelveticaNormal;
}

.center .hero-description{
  color: #D9D9D9;
  font-size: clamp(16px, 4vw, 20px);
  font-weight: 400;
  font-family: HelveticaNormal;
}

.center a {
  background-color: #990000;
  text-decoration: none;
  border-radius: 5px;
  padding: 15px 20px;
  color: white;
  font-weight: 900;
  font-family: HelveticaNormal;
  font-size: clamp(16px, 4vw, 22px);
}

.center a:hover {
  background-color: #FF0000;
  color: white;
}

.center video {
  aspect-ratio: auto;
  width: 100px;
}

.visuallyHidden {
    position: absolute; 
    overflow: hidden; 
    clip: rect(0 0 0 0); 
    height: 1px; width: 1px; 
    margin: -1px; padding: 0; border: 0; 
}

.hamburger {
    margin: 0 auto;
    margin-top: 0px;
    width: 26px;
    height: 26px;
    position: relative;
}

.hamburger .bar {
    padding: 0;
    width: 26px;
    height: 4px;
    background-color: white;
    display: block;
    border-radius: 4px;
    transition: all 0.2s ease-in-out;
    position: absolute; 
}

.bar1 {
    top: 0;
}

.bar2,
.bar3 {
    top: 11px;
}

.bar3 {
    right: 0;
}

.bar4 {
    bottom: 0;
}

.checkbox1:checked + label > .hamburger1 > .bar1{
    transform: rotate(45deg);
    transform-origin: 5%;
    width: 34.5px
}

.checkbox1:checked + label > .hamburger1 > .bar2 {
    transform: translateX(-40px);
    background-color: transparent;
}

.checkbox1:checked + label > .hamburger1 > .bar3 {
    transform: translateX(10px);
    background-color: transparent;
}

.checkbox1:checked + label > .hamburger1 > .bar4 {
    transform-origin: 5%;
    transform: rotate(-45deg);
    width: 34.5px;
}

.body-section {
  background-color: #000000;
  padding: 30px 220px;
  border: 0px!important;
  max-width: 1920px;
  margin: 0 auto;
  /*padding: 0px!important;*/
}

.body-section-accent {
  background-color: #000000;
  /* background-image: url("../img/back-blend2.jpg");*/
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  /*background-blend-mode: overlay;*/
  /*background: linear-gradient(90deg, rgba(53,53,53,1) 100px, rgba(252,163,17,1) 100px);*/
  /*background: linear-gradient(90deg, #353535 31%, #FCA311 70%);*/
}

.body-news-section {
  padding: 30px 220px;
  margin-top: -200px; 
  background-color: transparent; 
  background-image: linear-gradient(rgba(255,255,255,0), #000000 80vh); 
  position: relative;
}

/*.body-login-section {
  min-height: 100vh;
  background-color: #232323;
  margin: 110px 220px 30px 220px;
}*/

.body-login-section {
  display: block;
  position:relative;
  min-height:100vh;
  bottom:0;
  top:0;
  left:0;
  right:0;
  margin: -200px 220px 30px 220px;
  border-radius: 10px;
  background-color: #232323;
}

.body-login-section-footer {
  background-color: transparent; 
  // background-image: linear-gradient(rgba(255,255,255,0), #000000 80vh); 
  background-image: url("../img/main-wallpaper3.jpg"); 
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: 100vw;
}

.body-login-section .link{
  font-weight: 500;
  font-size: 1.125rem;
}

.body-login-section-side {
  background-color: #232323;
  border-radius: 6px;
  /*padding: 30px;*/
}

.carousel-item {
  position: relative; 
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 30px;
  border-radius: 6px;
}

.carousel-item::before {
    content: "";
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    border-radius: 6px;
    background-color: rgba(40,75,99,0.8);
}

.carousel-item .carousel-item-inner {
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.carousel-item .carousel-item-inner h2{
  text-align: center;
  font-size: 1.5rem;
}

.carousel-item .carousel-item-inner p{
  text-align: left;
  color: #D9D9D9;
  font-size: 1.125rem;
}

.carousel-indicators button{
  border-radius: 50%;
  width: 16px!important;
  height: 16px!important;
}

.body-patch-section {
  margin-top: -200px; 
  background-color: transparent; 
  // background-image: linear-gradient(rgba(255,255,255,0), #000000 80vh); 
  background-image: url("../img/main-wallpaper3.jpg"); 
  background-position: bottom;
  background-repeat: no-repeat;
  position: relative;
  background-size: 100vw;
}

.bg-test-static {
  background-image: url("../img/main-wallpaper.jpg");
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
}

.body-footer {
  margin-top: 20px;
  background-color: #000000;
  padding: 15px 30px;
  border-radius: 10px;
}

.bg-purple {
  background: rgb(48,0,50);
}
.bg-gray {
  background: rgb(74,74,74);
}
.bg-blue {
  background: rgb(50,101,196);
}
.bg-red {
  background: rgb(196,50,53);
}

.news-divider {
  height: 20px;
}

.left-section {
  padding: 0 10px 0 0;
  margin: 0!important;
  border: none!important;
}

.right-section {
  padding: 0 0 0 10px;
  margin: 0!important;
  border: none!important;
}

.left-section-of-3 {
  padding: 0 13.34px 0 0;
  margin: 0!important;
  border: none!important;
}

.middle-section-of-3 {
  padding: 0 6.66px 0 6.66px;
  margin: 0!important;
  border: none!important;
}

.right-section-of-3 {
  padding: 0 0 0 13.34px;
  margin: 0!important;
  border: none!important;
}

.news-link {
  text-decoration: none;
}

.news-link:hover .body-inner-section .news-leermas,
.news-link:focus .body-inner-section .news-leermas{
  background-color: #FF0000;
}

.news-link:hover .grid-item .news-leermas,
.news-link:focus .grid-item .news-leermas{
  background-color: #232323;
}

.body-inner-section {
  background-color: #232323;
  border-radius: 10px;
  border: 0px!important;
  padding: 30px!important;
  border: none!important;
  color: white;
  font-family: HelveticaNormal;
  min-height: 446px;
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.body-inner-section h1{
  font-family: DrukBold;
  font-size: 1.5rem;
  color: white;
  text-align: left;
  text-transform: uppercase;
}

.body-inner-section h2{
  font-family: DrukBold;
  font-size: 1.5rem;
  color: white;
  text-align: left;
  text-transform: uppercase;
}

.body-inner-section h3{
  font-family: DrukBold;
  font-size: 1.5rem;
  color: white;
  text-transform: uppercase;
}

.body-inner-section p{
  color: #D9D9D9; 
  font-size: 1rem;
  line-height: 28px;
}

.body-inner-section .subtitle{
  font-size: 1rem;
  font-weight: bold;
  color: #FF0000;
  text-transform: uppercase;
}

.body-inner-section .divider {
  height: 2px;
  background-color: #990000;
  width: 100%;
  margin: 20px 0 40px 0;
}

.body-inner-section span {
  font-size: 1.1rem;
  color: #D9D9D9;
  font-weight: bold;
}

.body-inner-section span .sv-status-desc {
  font-size: 0.9rem;
}

.body-inner-section span .sv-status-icon {
    display: none;
  }

.body-inner-section .one-line-text {
  padding: 0px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.body-inner-section .progress {
  height: 10px;
  background-color: #353535;
  margin-top: 5px;
  border-radius: 5px;
  padding: 0px!important;
}

.body-inner-section .progress .progress-bar {
  background-color: #990000;
  padding: 0px!important;
}

.body-inner-section .progress .progress-bar-stats {
  background-color: #FF0000;
  padding: 0px!important;
}

.body-inner-section .progress-stats {
  height: 10px;
  background-color: #000000;
  border-radius: 5px;
  margin: 20px 0 10px 0;
}

.body-inner-section .progress-stats .progress-bar-bk {
  background-color: #dc3545;
  padding: 0px!important;
}

.body-inner-section .progress-stats .progress-bar-sm {
  background-color: #0d6efd;
  padding: 0px!important;
}

.body-inner-section .progress-stats .progress-bar-elf {
  background-color: #D9D9D9;
  padding: 0px!important;
}

.body-inner-section .progress-stats .progress-bar-mg {
  background-color: #6f42c1;
  padding: 0px!important;
}

.char-profile-dk {
  background-image: radial-gradient(circle, rgba(35,35,35,.8) 0%, #232323 90%), url("../img/bg-profile/dk.jpg");
  background-repeat: no-repeat;
  background-position: 50% 0%;
  min-height: 500px !important;
} 

.char-profile-elf {
  background-image: radial-gradient(circle, rgba(35,35,35,.8) 0%, #232323 90%), url("../img/bg-profile/elf.jpg");
  background-repeat: no-repeat;
  background-position: 50% 0%;
  min-height: 500px !important;
} 

.char-profile-dw {
  background-image: radial-gradient(circle, rgba(35,35,35,.8) 0%, #232323 90%), url("../img/bg-profile/dw.jpg");
  background-repeat: no-repeat;
  background-position: 50% 0%;
  min-height: 500px !important;
} 

.char-profile-mg {
  background-image: radial-gradient(circle, rgba(35,35,35,.8) 0%, #232323 90%), url("../img/bg-profile/mg.jpg");
  background-repeat: no-repeat;
  background-position: 50% 0%;
  min-height: 500px !important;
} 

.body-inner-section .bottom-area .left-tag {
  padding: 10px 15px;
  position: absolute;
  bottom: 30px;
  border: none;
  display: inline-block;
  font-size: 1rem;
  background-color: #000000;
  color: white;
  border-radius: 5px;
  text-transform: uppercase;
  font-weight: bold;
  /*pointer-events: none;*/
}

.body-inner-section .bottom-area .news-leermas {
  background-color: #990000;
  right: 30px;
}

.tooltip[role="tooltip"] .tooltip-inner {
  background-color: black!important;
  font-family: HelveticaNormal;
  font-size: 1rem!important;
}

/*grid test*/

.grid-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(max(100% / var(--max-column-count) - var(--gap), var(--ideal-size)), 100%), 1fr));
    gap: var(--gap);
}

.grid-item {
  min-height: 446px;
  position: relative;
  border-radius: 10px;
  border: none;
  /*cursor: pointer;*/
  background-position: top left;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #1C1C1C;
  padding: 30px;
}

.circle-gradient-top-left {
  /*background-image: 
  radial-gradient(ellipse at top left, rgba(40,75,99,0.2), transparent 50%),
  radial-gradient(ellipse at top right, rgba(35,35,35,0.5), transparent 50%),
  radial-gradient(ellipse at bottom right, rgba(45,45,45,1), transparent 40%),
  radial-gradient(ellipse at bottom left, rgba(45,45,45,1), transparent 60%);*/

  background-image: radial-gradient(ellipse at top left, rgba(40,75,99,0.12), transparent 50%);
}

.grid-item h3{
  font-family: DrukBold;
  font-size: 1.25rem;
  color: white;
  text-transform: uppercase;
}

.grid-item .subtitle{
  font-size: 1rem;
  font-weight: bold;
  color: #D9D9D9;
  text-transform: uppercase;
}

.grid-item .divider {
  height: 2px;
  background-color: #000000;
  width: 100%;
  margin: 26px 0 40px 0;
}

.grid-item .bottom-area .left-tag {
  padding: 10px 15px;
  position: absolute;
  bottom: 30px;
  border: none;
  display: inline-block;
  font-size: 1rem;
  background-color: #000000;
  color: white;
  border-radius: 5px;
  text-transform: uppercase;
  font-weight: bold;
  /*pointer-events: none;*/
}

.grid-item .bottom-area .news-leermas {
  background-color: #990000;
}

.grid-item .bottom-area .patch-tag {
  left: 84px;
}

.grid-item span {
  font-size: 1.1rem;
  color: #D9D9D9;
  font-weight: bold;
}

.grid-item a {
  text-decoration: none;
}

.grid-item a:hover + i{
  display: initial;
}

.grid-item .fa-square-up-right{
  display: none;
  color: #D9D9D9;
}

.grid-item .one-line-text {
  padding: 0px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.why-us-grid-item {
  min-height: 100px;
  /*background-color: transparent;*/
}

.why-us-grid-item i{
  color: #ffffff; 
  font-size: 45px;
}

.why-us-grid-item .why-us-title {
  padding-left: 10px!important;
}

.why-us-grid-item .why-us-content {
  color: #D9D9D9; 
  font-size: 1.125rem;
}

/*grid test end*/

.body-divider {
  height: 100px;
}

.body-divider-angle {
  margin-top: 50px;
  height: 50px;
  border-radius: 50px 0 0 0;
  background-color: #FF0000;
  border: none!important;
  /*background: linear-gradient(to right bottom, #353535 49%, #FCA311 50%);*/
  /*width:100%;*/
  /*position:absolute;*/
  /*left:0px;*/
}

/*body for the new design for single news*/

.news-body {
  background-color: #D9D9D9;
  border: none!important;
}

.news-body .news-header{
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    /*height: 460px;*/
    margin: -30px 0 0 -30px;
    border-radius: 10px 10px 0 0;
    width: 100%;
    object-fit: cover;
    aspect-ratio: auto;
    position: absolute;
}

.news-body .news-footer{
  background-color: #000000!important;
  min-height: 300px;
  margin: 0 0 0 -30px;
  border-radius: 0 0 10px 10px;
  padding: 30px;
  position: absolute;
  bottom: 0;
}

/*end of new design for single news*/

.inner-news-body {
  background-color: #000000;
  border-radius: 10px;
  /*margin: -30px!important;*/
}

.inner-news-body .image-news {
  margin-bottom: 30px!important;
  border-radius: 10px 10px 0 0;
}

.inner-news-body h1{
  color: white;
  font-size: 2.5rem;
}

.inner-news-body .news-date {
  font-size: 1rem;
  font-weight: bold;
  color: #D9D9D9;
  text-transform: uppercase;
  text-align:center;
}

.inner-news-body h2{
  color: white!important;
  font-size: 1.5rem;
  text-align: left;
}

.inner-news-body .news-content {
  font-size: 1.25rem;
  font-family: HelveticaNormal;
  padding: 20px 200px;
  line-height: 2rem;
  color: #D9D9D9; 
  font-weight: 500;
}

.inner-news-body .poll-body {
  background-color: #000000; 
  padding: 20px;
  border-radius: 10px;
}

.inner-news-body .poll-body h2{
  color: #D9D9D9;
  font-size: 1.2rem;
}

.inner-news-body .divider {
  height: 2px;
  background-color: #000000;
  width: 100%;
  margin: 20px 0 40px 0;
}

.inner-news-body .poll-body h3{
  color: white;
  text-align: left;
  font-weight: bold;
  font-size: 1.5rem;
}

.inner-news-body .poll-body .btn-check {
  border: 0px;
  padding: 0px!important;
  margin: 0px!important;
  background-color: black;
}

.inner-news-body .poll-body .button-poll {
    width: 100%; 
    margin: 10px 0; 
    text-align: left;
    font-family: HelveticaNormal;
    background-color: #000000;
    /*border: 1px solid #284B63;*/
    color: #D9D9D9;
    font-weight: 500;
    border-radius: 5px;
    font-size: 1rem;
    text-transform: uppercase;
    outline: none;
    padding: 10px 15px;
    /*padding: 12px 20px 12px 20px;*/
}

.inner-news-body .poll-body .button-poll:hover {
  /*background: rgba(40,75,99,0.4);*/
  background-color: #990000;
  color: white;
}

.inner-news-body .poll-body .frb-primary input[type="radio"]:checked ~ label {
  background-color: #990000;
  color: white;
  font-weight: 600;
}

.inner-news-body .poll-body .blur-container {
  position: relative;
  width: 100%;
  text-align: center;
}

.inner-news-body .poll-body .blur-container-inner {
  z-index: 10;
  top: 30px;
  color: #D9D9D9;
  font-size: 1.25rem;
  position: relative;
  display: inline-block;
  margin: 0 auto;
}

.inner-news-body .poll-body .blur-container .blur-item {
  -webkit-filter: blur(4px);
  -moz-filter: blur(4px);
  -o-filter: blur(4px);
  -ms-filter: blur(4px);
  filter: blur(4px);
  background-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.inner-news-body .poll-body .blur-container .container-poll {
  width: 100%; 
  margin: 10px 0; 
  border: 1px solid #272626;
  background-color: transparent;
  padding: 5px;
}

.inner-news-body .poll-body .container-poll {
  margin: 20px 0; 
}

.inner-news-body .poll-body .container-poll .container-inner {
  background-size: contain;
  background-repeat: no-repeat;
  /*background-size: 100%;*/
  /*margin: 10px 0; */
  background-color: #272626;
  padding: 10px 15px;
  /*padding: 7px 15px 7px 15px;*/
  /*margin: 5px;*/
  color: white;
  font-family: HelveticaNormal;
  font-weight: normal;
  outline: none;
  font-size: 1rem;
  text-transform: uppercase;
  border-radius: 5px;
}

.inner-tos-body {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

.haze-table {
  font-family: HelveticaNormal;
  font-size: 1rem;
  color: white;
}

.haze-table tbody tr{
  height: 66px!important;
}

/*.haze-table tbody tr:last-child{
  background-color: red;
  height: 53px!important;
}*/

.haze-table thead tr th {
  font-weight: 500;
  color: #D9D9D9;
}

.haze-table thead tr .lastcol,
.haze-table tbody tr .lastcol{
  text-align: left;
}

.haze-table tbody tr .lastcol{
  color: #FF0000!important;
  font-weight: bold;
  font-size: 1.125rem;
  /*width: 50px!important;*/
}

.haze-table tbody tr .haze-table-link {
  font-size: 0.875rem;
}

/*.haze-table tbody tr td:last-child{
  color: #FCA311!important;
  color: white;
  font-weight: bold;
  font-size: 1.125rem;
  width: 20px!important;
}*/

.haze-table tbody tr th{
  text-align: center;
  width: 40px!important;
}

.haze-table .first-place {
  background-color: #ffd700;
  border-radius: 10px;
  width: 40px;
  height: 40px;
  color: #000000;
  font-size: 1.25rem;
  font-weight: bold;
  padding: 5px 0;
}

.haze-table .second-place {
  background-color: #808080;
  border-radius: 10px;
  width: 40px;
  height: 40px;
  color: #000000;
  font-size: 1.25rem;
  font-weight: bold;
  padding: 5px 0;
}

.haze-table .third-place {
  background-color: #cd7f32;
  border-radius: 10px;
  width: 40px;
  height: 40px;
  color: #000000;
  font-size: 1.25rem;
  font-weight: bold;
  padding: 5px 0;
}

.haze-table tbody tr td .rank-profile {
  font-size: 1.125rem; 
  font-weight: 600; 
  color: white;
}

.haze-table tbody tr td .rank-profile i {
  font-size: 1.125rem; 
  color: #FF0000;
}

.haze-table tbody tr td .rank-subtitle{
  font-size: 1rem!important;
  font-weight: 400; 
  color: #D9D9D9;
}

.haze-table tbody tr td .rank-subtitle i {
  font-size: 1rem!important;
  color: #D9D9D9;
}

.haze-table .img-rank {
  border-radius: 10px;
  height: 50px;
  width: 50px;
}

.haze-table .img-rank-clan {
  /*border-radius: 0px;*/
  border: 1px solid #000000; 
  background-color: #D9D9D9;
}

.clan-img {
  border-radius: 10px;
  border: 1px solid #000000; 
  background-color: #D9D9D9;
}

.haze-info-table {
  font-family: HelveticaNormal;
  font-size: 1.125rem;
  color: white;
  border-spacing: 0;
  border-collapse: separate !important;
}

.haze-info-table thead tr th {
  font-weight: 500;
  color: #FF0000;
}

.haze-info-table tbody tr th{
  text-align: left; 
  font-weight: 600; 
  white-space: nowrap;
}

.haze-info-table tbody tr td{
  font-weight: 500; 
  color: #D9D9D9!important; 
  text-align: left!important;
}

.fixed-rank-profile-col {
    -ms-flex: 0 0 60px;
    flex: 0 0 60px;
    position: relative;
}

.fixed-icon-col {
    -ms-flex: 0 0 60px;
    flex: 0 0 60px;
    position: relative;
}

.fixed-icon-col-50 {
    -ms-flex: 0 0 50px;
    flex: 0 0 50px;
}

.fixed-icon-col-40 {
    -ms-flex: 0 0 40px;
    flex: 0 0 40px;
}

.news-mobile {
  display: none;
}

.profile-player-icon {
  margin-right: 10px!important;
  background-size: cover;
  background-repeat: no-repeat;
}

/*custom select start*/

.custom-select {
  position: relative;
  width: 100%;
  background-color: #000000;
  padding: 0!important;
  border-radius: 20px;
}

.custom-select select {
  display: none; /*hide original SELECT element:*/
}

.select-selected {
  padding: 15px 30px!important;
  border-radius: 10px;
  background-color: #990000;
  color: white;
  font-weight: 600;
  font-size: 1.2rem;
  /*text-transform: uppercase;*/
  font-family: HelveticaNormal;
  margin: 0!important;
}

/*style the arrow inside the select element:*/
.select-selected:after {
  position: absolute;
  content: "";
  top: 28px;
  right: 30px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-color: #fff transparent transparent transparent;
}


/*.select-selected.select-selected-active{
  border-radius: 20px 20px 0px 0px;
}
*/
/*point the arrow upwards when the select box is open (active):*/
.select-selected.select-arrow-active:after {
  border-color: transparent transparent #fff transparent;
  top: 20px;
}

/*style the items (options), including the selected item:*/
.select-items div,.select-selected {
  padding: 10px 30px;
  /*border: 1px solid transparent;*/
  /*border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;*/
  cursor: pointer;
  user-select: none;
}

/*style items (options):*/
.select-items {
  margin-top: 10px;
  font-family: HelveticaNormal;
  font-weight: 600;
  background-color: #D9D9D9;
  font-size: 1.2rem;
  /*text-transform: uppercase;*/
  color: black;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
  border-radius: 10px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.select-items:nth-child(3) {
  padding-top: 15px;
}

.select-items:last-child {
  padding-bottom: 15px;
}
/*.select-items:last-child {
  clip-path: polygon(
      0% 0px,                
      0px 0%,                 
      0px 0%,    
      100% 0px,               
      100% calc(100% - 10px),  
      calc(100% - 10px) 100%,  
      0px 100%,               
      0 0px      
    )
}*/

/*hide the items when the select box is closed:*/
.select-hide {
  display: none;
}

.select-items div:hover, .same-as-selected {
  color: #FF0000;
}

/*custome select end*/

.sidemenu-button {
  border-radius: 5px;
  color: White!important;
  font-size: 1.125rem;
  width: 100%!important;
  font-weight: 500;
  padding: 10px 10px!important;
}

.sidemenu-button .fa-arrow-right{
  opacity: 0;
  margin-right: 20px;
  transition: all 0.3s ease;
}

.sidemenu-button:active,
.sidemenu-button:focus {
  background: rgba(40,75,99,0.4)!important;
  color: #990000!important;
  font-weight: 600!important;
}

.sidemenu-button:active .fa-arrow-right,
.sidemenu-button:focus .fa-arrow-right{
  transform: translateX(20px);
  opacity: 1;
}

.sidemenu-button:hover {
  color: #990000!important;
}

.sidemenu-button.active{
  background: rgba(40,75,99,0.4)!important;
  color: #990000!important;
  font-weight: 600!important;
}

.sidemenu-button.active .fa-arrow-right{
  transform: translateX(20px);
  opacity: 1;
}

.sidemenu-radio {
  display: none;
}

.sidemenu-radio-label .sidemenu-radio-icon {
  background-color: #000000;
  margin-right: 10px!important;
}

.sidemenu-radio:checked + .sidemenu-radio-label {
  background: rgba(40,75,99,0.4)!important;
  color: #990000!important;
  font-weight: 600!important;
}

.sidemenu-radio:checked + .sidemenu-radio-label .sidemenu-radio-icon {
  background-color: #990000;
}

.patch-content {
  font-size: 1.25rem;
  color: #D9D9D9;
}

.patch-content h2{
  color: white!important;
  text-align: left;
}

.grid-card {
  padding: 0px !important;
  overflow: hidden;
  position: relative;
  background-color: #000000;
}

.grid-card__pointer-modal {
  cursor: pointer;
}

.grid-card__pointer-modal:hover .grid-header--vip1 {
  transform: scale(1.2);
}

.grid-card .grid-header {
  height: 200px;
}

.grid-card .grid-header--vip1 {
  background-color: #191919;
  background-image: url("../img/login-wallpaper.jpg");
  background-size: cover;
  background-blend-mode: lighten;
  transition: all .3s ease-in-out;
}

.grid-card .grid-header--zcoin1 {
  background-image: url("../img/chest/zcoin1.png");
  background-position: 50% 100%;
  background-size: 45%;
  background-repeat: no-repeat;
}

.grid-card .grid-header--zcoin2 {
  background-image: url("../img/chest/zcoin2.png");
  background-position: 50% 100%;
  background-size: 50%;
  background-repeat: no-repeat;
}

.grid-card .grid-header--zcoin3 {
  background-image: url("../img/chest/zcoin3.png");
  background-position: center;
  background-size: 50%;
  background-repeat: no-repeat;
}

.grid-card .grid-header--zcoin4 {
  background-image: url("../img/chest/zcoin4.png");
  background-position: center;
  background-size: 50%;
  background-repeat: no-repeat;
}

.grid-card .grid-sub-header {
  position: absolute;
  top: 153px;
  left: 0;
  padding: 10px;
  width: 100%;
  font-size: 1.125rem;
  color: white;
  font-family: DrukBold;
  text-transform: uppercase;
  font-weight: 600;
  background-color: rgba(62, 62, 62, 0.4);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}

.grid-card .grid-body {
  position: absolute;
  top: 200px;
  left: 0;
  width: 100%;
  padding: 10px 30px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 1.125rem;
  color: #D9D9D9;
  background-color: #000000;
}

.grid-card .grid-footer {
  position: absolute;
  top: 247px;
  left: 0;
  width: 100%;
  padding: 0 30px 50px 30px;
  font-size: 1.125rem;
  color: #FF0000;
  font-weight: 600;
  text-align: right;
  background-color: #000000;
}

.grid-card .grid-footer .divider{
  height: 1px;
  background-color: #000000;
  margin-bottom: 10px!important;
}

.modal-content {
  background-color: #D9D9D9;
  border-radius: 10px;
  border: none;
}

.modal-content .modal-header {
  position: relative;
  padding: 20px!important; 
  border: none;
  background-color: rgba(40,75,99,.2);
  border-radius: 10px 10px 0 0;
}

.modal-content .modal-header .modal-title{
  text-transform: uppercase;
  font-weight: 700;
  // font-family: DrukBold;
  color: #990000;
  // font-size: 1rem;
}

.modal-content .modal-body{
  font-weight: 500;
  color: #000000;
  padding: 10px 20px !important;
  font-size: 1.125rem;
}

.modal-content .modal-footer {
  padding: 20px!important; 
  border: none;
}

.toast {
  border-radius: 5px;
  opacity: 1;
  width: 100%;
  min-width: 280px !important;
  padding-right: 10px;
  padding-left: 10px;
}

.toast-info {
  background-color: #0d6efd;
}

.toast-success {
  background-color: #198754;
}

.toast-danger {
  background-color: #dc3545;
}

.toast .toast-body {
  font-family: HelveticaNormal;
  font-size: 0.875rem;
  color: white;
}

.haze-footer {
  background-color: #141414;
  padding: 100px 220px 0px 220px;
  font-family: HelveticaNormal;
}

.footer-sections {
  background-color: #141414;
  padding: 0px!important;
  /*color: #D9D9D9;*/
}

.haze-footer .about-us-p{
  font-size: 1rem;
  font-weight: 500;
  color: #D9D9D9;
}

.notification:after {
  color: #d33f49!important;
}

.social-net-area {
  height: 40px;
  width: 40px;
  /*padding: 10px;*/
  margin-right: 10px;
  display: inline-block;
  border-radius: 5px;
  color: white;
  background-color: #7289da;
  position: relative;
}

.social-net-area i{
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 20px;
  transform: translate(-50%, -50%);
}

.haze-footer .divider {
  height: 2px;
  background-color: #000000;
  width: 100%;
  margin: 100px 0 20px 0;
}

.haze-footer .lowest-section {
  color: white;
  text-align: center;
  font-weight: 500;
  font-size: 0.875rem;
  padding-bottom: 20px!important;
}

@media screen and (max-width: 430px) {

  h1 {
    font-size: 1.75rem;
  }

  h2 {
    font-size: 1.25rem;
  }

  .navbar-dropdown {
    margin-left: 16px!important;
  }

  .navbar-toggler{
    margin-right: 16px!important;
  }

  .hide-sm {
    display: none;
  }

  .badge-haze {
    font-size: 0.875rem!important;
  }

  .alert-message h4{
    font-size: 1rem;
  }

  .alert-message p{
    font-size: 1rem;
  }

  .alert-message .secondary-msg {
    font-size: 0.875rem;
  }

  .general-divider {
    height: 30px;
  }

  .body-login-section {
    margin: -200px 16px 30px 16px!important;
  }

  .body-login-section .link{
    font-size: 1rem;
  }

  .form-check-label {
    font-size: 1rem;
  }

  .body-section {
    padding: 30px 16px!important;
  }

  .body-inner-section {
    padding: 20px!important;
  }

  .body-inner-section h2{
    font-size: 1.125rem;
  }

  .body-inner-section h3{
    font-size: 1rem;
  }

  .body-inner-section .subtitle{
    font-size: 0.9rem;
  }

  .body-inner-section span{
    font-size: 1rem;
  }

  .body-inner-section p{
    font-size: 0.875rem;
    line-height: 24px;
  }

  .body-inner-section .patch-content{
    font-size: 1rem;
  }

  .body-inner-section .patch-content h2{
    font-size: 1rem;
  }

  .body-inner-section .bottom-area .left-tag {
    bottom: 20px;
  }

  .body-inner-section .bottom-area .news-leermas {
    right: 20px!important;
  }

  .grid-item {
    padding: 20px;
  }

  .grid-item h3{
    font-size: 1rem;
  }

  .grid-item .subtitle{
    font-size: 0.875rem;
  }

  .grid-item span{
    font-size: 1rem;
  }

  .grid-item .bottom-area .left-tag {
    bottom: 20px;
  }

  .grid-item .bottom-area .news-leermas {
    right: 20px!important;
  }

  .grid-item .bottom-area .patch-tag {
    left: 20px;
  }

  .why-us-grid-item .why-us-content {
    font-size: 1rem;
  }

  .grid-card .grid-body {
    padding: 10px 20px;
  }

  .grid-card .grid-footer {
    padding: 0 20px 10px 20px;
  }

  .haze-table tbody tr .lastcol{
    font-size: 1rem;
  }

  .haze-table tbody tr td .rank-profile {
    font-size: 0.875rem; 
    font-weight: 600; 
    color: white;
  }

  .haze-table tbody tr td .rank-subtitle {
    font-size: 0.875rem!important; 
    font-weight: 400; 
    color: #D9D9D9;
  }

  .haze-table .first-place,
  .haze-table .second-place,
  .haze-table .third-place {
    font-size: 1rem;
    padding: 8px 0;
  }

  .fixed-icon-col {
    -ms-flex: 0 0 50px;
    flex: 0 0 50px;
}

  .haze-table .img-rank {
    border-radius: 10px;
    height: 40px;
    width: 40px;
    margin-top: 4px;
    /*top: 50%;*/
    /*left: 0;
    transform: translate(0, -50%);*/
    /*position: absolute;*/
  }

  .haze-info-table {
    font-size: 1rem;
  }

  .fixed-rank-profile-col {
    display: none;
  }

  .haze-footer .about-us-p{
    font-size: 1rem;
  }

  .inner-news-body h1 {
    font-size: 1.5rem!important;
  }

  .inner-news-body .news-content {
    padding: 20px!important;
    font-size: 1rem!important;
    line-height: 1.5rem;
  }

  .inner-news-body .news-content h2{
    font-size: 1rem;
  }

  .inner-news-body .poll-body h3{
    font-size: 1.2rem;
  }

  .btn-close-haze {
    position: absolute; 
    top: 18px; 
    right: 18px; 
    padding: 5px;
  }

  .select-selected {
    padding: 15px 20px!important;
  }

  .select-items div,.select-selected {
    padding: 10px 20px;
  }

  .footer-sections {
    padding: 0px !important;
  }

}

@media screen and (max-width: 576px) {

  .navbarhaze {
    padding: 0px;
  }

  .hero-right-section {
    padding: 0px 20px;
  }

  .body-section {
    padding: 30px 20px;
  }

  .body-login-section {
    margin: -200px 20px 30px 20px;
  }

  /*.news-cards {
    padding: 0px 0px!important;
  }*/

/*  .body-news-section {
    padding: 0px 0px;
  }*/

  /*.inner-news-body .image-news {
    border-radius: 0;
  }*/

  /*.inner-news-body .news-body-indent {
    padding: 0px 20px!important;
  }*/

  .haze-footer {
    padding: 60px 20px 0px 20px;
  }

/*  .navbarhaze .nav-item{
    margin-left: 0px;
  }*/

  .body-inner-section span .sv-status-desc {
    display: none;
  }

  .body-inner-section span .sv-status-icon {
    display: initial;
  }

}

@media screen and (max-width: 767px) {

  .navbarhaze {
    height: 60px;
    padding: 0!important;
  }

  .navbarhaze .nav-item{
    margin-left: 10px!important;
    padding-right: 10px; 
  }

  .collapsing {
    transition: none;
  }

  .desktop-menu {
    display: none;
  }

  body:has(.menu-hamburger[aria-expanded="true"]) {
    overflow: hidden!important;
  }

  .container-fluid:has(.navbar-toggler[aria-expanded="true"]){
    /*background-color: #353535;*/
    background-color: rgba(35, 35, 35, 0.99);
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    transition: background-color 0.1s ease-in-out 0s;
  }

  .navbar-toggler{
    margin-right: 20px;
  }

  .navbar-collapse {
    height: 100vh!important;
    max-height: 100%!important;
  }

  .navbar-dropdown {
    margin-left: 20px;
  }

  .navbarhaze img {
    padding-left: 18px; 
    /*height: 40px;*/
  }

/*  .navbarhaze ul a {
    padding: 20px 0px!important;
  }*/

  .navbarhaze .dropdown-menu{
    margin-top: 5px!important;
    // margin-bottom: 20px!important;
    min-width: 200px;
    margin-left: 15px!important;
    background-color: transparent;
    box-shadow: none;
  }

  .navbarhaze .dropdown-menu li{
    margin: 5px 0!important;
  }

  .navbarhaze .dropdown-menu li a{
    font-weight: 500;
    text-decoration: none;
  }

  .navbarhaze .dropdown-menu:after {
    content: none;
  }

  .navbarhaze .multi-column-dropdown li a {
    margin: 0 10px!important;
  }

  .navbarhaze .multi-column-dropdown li:first-child{
    margin-top: 10px;
  }

  .navbarhaze .multi-column-dropdown li:last-child{
    margin-bottom: 10px;
  }

  .left-section {
    padding-right: 0px!important;
    padding-bottom: 10px;
  }

  .right-section {
    padding-left: 0px!important;
    padding-top: 10px;
  }

  .left-section-of-3 {
    padding-right: 0px!important;
    padding-bottom: 13.34px;
  }

  .middle-section-of-3 {
    padding-right: 0px!important;
    padding-left: 0px!important;
    padding-bottom: 6.66px;
    padding-top: 6.66px;
  }

  .right-section-of-3 {
    padding-left: 0px!important;
    padding-top: 13.34px;
  }

  .body-divider {
    height: 60px;
  }

  .news-desktop {
    display: none;
  }

  .news-mobile {
    display: initial;
  }

  .hide-option {
    display: none;
  }

  .inner-news-body h1 {
    font-size: 1.75rem;
  }

  .inner-news-body .news-date {
    font-size: 1rem;
  }

  .inner-news-body  h2 {
    font-size: 1.25rem;
  }

  .inner-news-body .news-content {
    padding: 30px;
    /*font-size: 1.25rem;*/
    /*line-height: 1.75rem;*/
  }

}

@media screen and (max-width: 991px) {

  .hide-tag {
    display: none!important;
  }

  .pwd-form {
    padding-right: 0px!important;
    margin-bottom: 20px!important;
  }

  .pwdc-form {
    padding-left: 0px!important;
  }

  .hero-right-section .hero-location{
    font-size: 0.8rem;
    margin-bottom: 10px; 
    text-align: center;
  }

  .hero-right-section .hero-content {
    font-size: 2rem;
    text-align: center;
  }

  .hero-right-section .hero-content .hero-content-sub {
    font-size: 1.2rem;
    margin: 16px 0;
    text-align: center;
  }

  .hero-right-section .hero-content a {
    padding: 15px 20px;
    font-size: 1rem;
    text-align: center;
  }

  .right-patch-section {
    padding: 0px;
    margin-top: 20px!important;
  }

}

@media screen and (min-width: 992px) and (max-width: 1199px) {

  .hero-right-section .hero-location{
    font-size: 1rem;
    margin-bottom: 10px; 
  }

  .hero-right-section .hero-content {
    font-size: 2.5rem;
  }

  .hero-right-section .hero-content .hero-content-sub {
    font-size: 1.2rem;
    margin: 16px 0;
  }

  .hero-right-section .hero-content a {
    padding: 15px 20px;
    font-size: 1rem;
  }

}

@media screen and (min-width: 768px) and (max-width: 1010px) {
  .body-inner-section span .sv-status-desc {
    display: none;
  }

  .body-inner-section span .sv-status-icon {
    display: initial;
  }

  .fixed-rank-profile-col {
    display: none;
  }

}

@media screen and (min-width: 768px) {
  .mobile-menu {
    display: none;
  }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {

  .inner-news-body h1 {
    font-size: 2rem;
  }

  .inner-news-body .news-date {
    font-size: 1rem;
  }

  .inner-news-body  h2 {
    font-size: 1.25rem;
  }

  .inner-news-body .news-content {
    padding: 30px;
  }

}

@media screen and (max-width: 1199px) {

  .navbarhaze .nav-item{
    margin-left: 16px;
  }

}

@media screen and (min-width: 577px) and (max-width: 1399px) {

  .navbarhaze {
    padding: 0 20px;
  }

  .hero-right-section {
    padding: 0px 20px;
  }

  .body-section {
    padding: 30px 20px;
  }

  .body-login-section {
    margin: -200px 20px 30px 20px;
  }

  .body-news-section {
    padding: 30px 20px;
  }

  .haze-footer {
    padding: 60px 20px 0 20px;
  }

}

@media screen and (min-width: 1400px) and (max-width: 1600px) {

  .navbarhaze {
    padding: 0 100px;
  }

  .hero-right-section {
    padding: 0px 100px;
  }

  .body-section {
    padding: 30px 100px;
  }

  .body-login-section {
    margin: -200px 100px 30px 100px;
  }

  .body-news-section {
    padding: 30px 100px;
  }

  .haze-footer {
    padding: 100px 100px 0 100px;
  }


}

/* RANKINGS MODULE */
.rankings-table {
	width: 100%;
	border-spacing: 0;
	border-collapse: collapse;
	padding: 1rem 1rem;
    background: #fff;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: 0.25rem;
}

.rankings-class-image-sidebar {
	width: 25px;
	height: auto;
	-moz-box-shadow: 0 0 5px #666;
	-webkit-box-shadow: 0 0 5px #666;
	box-shadow: 0 0 5px #666;
	-moz-border-radius: 0px;
	border-radius: 0px;
}

.rankings-class-image {
	width: 40px;
	height: auto;
	-moz-box-shadow: 0 0 5px #666;
	-webkit-box-shadow: 0 0 5px #666;
	box-shadow: 0 0 5px #666;
	-moz-border-radius: 0px;
	border-radius: 0px;
}
.rankings-table tr td {
	border-bottom: 1px solid #e3e3e3;
	padding: 10px;
	font-size: 18px;
	vertical-align: middle !important;
	text-align: center;
}
.rankings-table-place {
	color: var(--ColorTemplate);
	font-weight: bold;
	/*font-size: 24px;*/
	text-align: center;
}

.rankings-table tr:first-child td {
	color: var(--bs-light);
	border-bottom: 3px solid var(--ColorTemplate);
	background: var(--ColorTemplate);
}
.rankings-update-time {
	text-align: right;
	font-size: 11px;
	color: #ccc;
	padding: 10px 0px;
}
.rankings_menu {
	width: 100%;
	overflow: auto;
	text-align: center;
	margin-bottom: 10px;
}
.rankings_menu span {
	width: 100%;
	display: inline-block;
	padding: 10px 0px;
	color: #ccc;
	font-size: 24px;
}
.rankings_menu a {
	display: inline-block;
	width: 160px;
	border: 1px solid var(--ColorTemplate);
	border-left: 7px solid var(--ColorTemplate);
	text-align: center;
	padding: 2px 0px;
	margin: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	color: var(--ColorTemplate);
	background: linear-gradient(to left, transparent 50%, var(--ColorTemplate) 50%);
	background-size: 200%;
	background-position: right;
	transition: background-position 0.5s;
}
.rankings_menu a.active {
	color: #f1f1f1;
	border: 1px solid var(--ColorTemplate);
	border-left: 7px solid var(--ColorTemplate);
	background: var(--ColorTemplate);
}

.rankings_menu a:hover {
	color: var(--bs-light) !important;
    text-decoration: none !important;
	background-position: left;
}

.rankings_guild_logo tr td {
	border: 0px !important;
	padding: 0px !important;
	margin: 0px !important;
}
.rankings-gens-img {
	width: auto !important;
	height: 30px !important;
	border: 0 !important;
	-moz-box-shadow: 0 0 0px #000 !important;
	-webkit-box-shadow: 0 0 0px #000 !important;
	box-shadow: 0 0 0px #000 !important;
	-moz-border-radius: 0px !important;
	border-radius: 0px !important;
}

/* RANKINGS FILTER BY CLASS */

.rankings-class-filter {
	display: inline-block;
	list-style-type: none;
	margin: 20px auto;
	padding: 10px 20px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-khtml-border-radius: 10px;
}

	.rankings-class-filter li {
		display: inline-block;
		-moz-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
		-webkit-transition: all 0.3s ease;
		transition: all 0.3s ease;
		margin-bottom: 10px;
	}

.rankings-class-filter-selection {
	display: inline-block;
	text-align: center;
	color: #000000;
	font-size: 11px;
	cursor: pointer;
}

	.rankings-class-filter-selection:hover {
		color: #000000 !important;
	}

	.rankings-class-filter-selection:hover img {
		-webkit-filter: brightness(120%);
		filter: brightness(120%);
	}

.rankings-class-filter-selection img {
	width: 80px;
	height: auto;
	-moz-border-radius: 5%;
	-webkit-border-radius: 5%;
	border-radius: 5%;
	-khtml-border-radius: 5%;
	margin-bottom: 5px;
	-moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.45);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.45);
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.45);
}

/* Colores Market Char */
.RazaSM{
	background-color: rgba(47, 125, 204, 0.1);
	border: 1px solid #2f7dcc;
}
.RazaDK{
	background-color: rgba(204, 47, 47, 0.1);
	border: 1px solid #cc2f2f;
}
.RazaELF{
	background-color: rgba(51, 204, 47, 0.1);
	border: 1px solid #33cc2f;
}
.RazaMG{
	background-color: rgba(113, 47, 204, 0.1);
	border: 1px solid #712fcc;
}
.RazaDL{
	background-color: rgba(204, 158, 47, 0.1);
	border: 1px solid #cc9e2f;
}
.RazaSUM{
	background-color: rgba(191, 47, 204, 0.1);
	border: 1px solid #bf2fcc;
}
.RazaRF{
	background-color: rgba(204, 84, 47, 0.1);
	border: 1px solid #cc542f;
}

.BtnSM{
	background-color: #2f7dcc;
	color: #f1f1f1;
	border: 1px solid #2f7dcc;
}
.BtnSM:hover{
	background-color: rgba(47, 125, 204, 0.1);
	color: #2f7dcc;
	border: 1px solid #2f7dcc;
}

.BtnDK{
	background-color: #cc2f2f;
	color: #f1f1f1;
	border: 1px solid #cc2f2f;
}
.BtnDK:hover{
	background-color: rgba(204, 47, 47, 0.1);
	color: #cc2f2f;
	border: 1px solid #cc2f2f;
}

.BtnELF{
	background-color: #33cc2f;
	color: #f1f1f1;
	border: 1px solid #33cc2f;
}
.BtnELF:hover{
	background-color: rgba(51, 204, 47, 0.1);
	color: #33cc2f;
	border: 1px solid #33cc2f;
}

.BtnMG{
	background-color: #712fcc;
	color: #f1f1f1;
	border: 1px solid #712fcc;
}
.BtnMG:hover{
	background-color: rgba(113, 47, 204, 0.1);
	color: #712fcc;
	border: 1px solid #712fcc;
}

.BtnDL{
	background-color: #cc9e2f;
	color: #f1f1f1;
	border: 1px solid #cc9e2f;
}
.BtnDL:hover{
	background-color: rgba(204, 158, 47, 0.1);
	color: #cc9e2f;
	border: 1px solid #cc9e2f;
}

.BtnSUM{
	background-color: #bf2fcc;
	color: #f1f1f1;
	border: 1px solid #bf2fcc;
}
.BtnSUM:hover{
	background-color: rgba(191, 47, 204, 0.1);
	color: #bf2fcc;
	border: 1px solid #bf2fcc;
}

.BtnRF{
	background-color: #cc542f;
	color: #f1f1f1;
	border: 1px solid #cc542f;
}
.BtnRF:hover{
	background-color: rgba(204, 84, 47, 0.1);
	color: #cc542f;
	border: 1px solid #cc542f;
}

div.dataTables_wrapper div.dataTables_filter label {
	display: block;
  }
   
  div.dataTables_wrapper div.dataTables_filter input {
	width: 100%;
	margin: 0;
  }

  div.dataTables_wrapper div.dataTables_paginate ul.pagination .page-link {
	color: var(--ColorTemplate) !important;
  }
  div.dataTables_wrapper div.dataTables_paginate ul.pagination .page-item.active .page-link {
	color: var(--bs-light) !important;
  }

#FBSlideLikeBox_left {background: url(../img/iconds.png) 365px 0 no-repeat; float: left; height: 42px; position: fixed; left: -365px; padding-right: 63px; top: 15%; width: 428px; z-index: 2000;}
#FBSlideLikeBox_left #FBSlideLikeBox3_left {height: 690px; right: 0; position: absolute; border: 3px solid #597bca; width: 400px; background: #f8f8f8;}
#FBSlideLikeBox_right {background: url(../img/iconds.png) 0 0 no-repeat; float: right; height: 42px; position: fixed; right: -400px; padding-left: 42px; top: 15%; width: 400px; z-index: 2000;}
#FBSlideLikeBox_right #FBSlideLikeBox3_right {height: 690px; left: 0; position: absolute; border: 3px solid #3B5998; width: 400px; background: #f8f8f8;}
#FBSlideLikeBox_left #FBSlideLikeBox2_left {position: relative; clear: both; width: auto;}

.castle-siege-buttons a{
	color: unset !important;
}

.banners-sidebar img{
	border: 1px solid var(--ColorTemplate);
}

.btn-primary {
	color: #fff;
	background-color: var(--ColorTemplate);
	border-color: var(--ColorTemplate);
  }
  .btn-primary:hover {
	color: #fff;
	background-color: var(--ColorTemplate);
	border-color: var(--ColorTemplate);
  }
  .btn-check:focus + .btn-primary, .btn-primary:focus {
	color: #fff;
	background-color: var(--ColorTemplate);
	border-color: var(--ColorTemplate);
	box-shadow: 0 0 0 0.25rem var(--ColorTemplateAlpha);
  }
  .btn-check:checked + .btn-primary, .btn-check:active + .btn-primary, .btn-primary:active, .btn-primary.active, .show > .btn-primary.dropdown-toggle {
	color: #fff;
	background-color: var(--ColorTemplate);
	border-color: var(--ColorTemplate);
  }
  .btn-check:checked + .btn-primary:focus, .btn-check:active + .btn-primary:focus, .btn-primary:active:focus, .btn-primary.active:focus, .show > .btn-primary.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.25rem var(--ColorTemplateAlpha);
  }
  .btn-primary:disabled, .btn-primary.disabled {
	color: #fff;
	background-color: var(--ColorTemplate);
	border-color: var(--ColorTemplate);
  }

  .btn-outline-primary {
	color: var(--ColorTemplate);
	border-color: var(--ColorTemplate);
  }
  .btn-outline-primary:hover {
	color: #fff;
	background-color: var(--ColorTemplate);
	border-color: var(--ColorTemplate);
  }
  .btn-check:focus + .btn-outline-primary, .btn-outline-primary:focus {
	box-shadow: 0 0 0 0.25rem var(--ColorTemplateAlpha);
  }
  .btn-check:checked + .btn-outline-primary, .btn-check:active + .btn-outline-primary, .btn-outline-primary:active, .btn-outline-primary.active, .btn-outline-primary.dropdown-toggle.show {
	color: #fff;
	background-color: var(--ColorTemplate);
	border-color: var(--ColorTemplate);
  }
  .btn-check:checked + .btn-outline-primary:focus, .btn-check:active + .btn-outline-primary:focus, .btn-outline-primary:active:focus, .btn-outline-primary.active:focus, .btn-outline-primary.dropdown-toggle.show:focus {
	box-shadow: 0 0 0 0.25rem var(--ColorTemplateAlpha);
  }
  .btn-outline-primary:disabled, .btn-outline-primary.disabled {
	color: var(--ColorTemplate);
	background-color: transparent;
  }

  .text-primary {
	color: var(--ColorTemplate) !important;
  }

  .bg-primary {
	background-color: var(--ColorTemplate) !important;
  }

  .border-primary {
	border-color: var(--ColorTemplate) !important;
  }

  .table-guild{
	color: #f1f1f1;
  }

  tbody, td, tfoot, th, thead, tr {
    color: #f1f1f1;
    border-color: #414141;
    border-style: solid;
    border-width: 0;
}

.default-char-offline {
    border: 3px solid #D0D0D0;
    vertical-align: middle;
}

.default-char-online {
    border: 3px solid #a5d72c;
    vertical-align: middle;
}

/* ADD STATS MODULE */
.panel-addstats {
	margin-bottom: 30px;
  background: #1b1b1b;
  color: #f1f1f1;
  border: 1px solid var(--ColorTemplate);
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.panel-addstats .character-avatar img {
	width: 100px;
	height: auto;
	-moz-box-shadow: 0 0 5px #666;
	-webkit-box-shadow: 0 0 5px #666;
	box-shadow: 0 0 5px #666;
	-moz-border-radius: 0px;
	border-radius: 0px;
}
.panel-addstats .character-name {
	color: #f1f1f1;
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
	border-bottom: 1px solid var(--ColorTemplate);
	padding: 20px 0px;
	margin-bottom: 20px !important;
	font-weight: 500;
}

/* MY ACCOUNT CHARACTER LIST */
.myaccount-character-block {
	background: #333;
	border: 1px solid #666;
	padding: 5px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	display: inline-block;
	margin: 0px auto;
	-moz-box-shadow: 0 0 10px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.5);
	box-shadow: 0 0 10px rgba(0,0,0,0.5);
}
	.myaccount-character-block img {
		width: 100px;
		height: auto;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		border-radius: 3px;
		-moz-box-shadow: 0 0 5px #000;
		-webkit-box-shadow: 0 0 5px #000;
		box-shadow: 0 0 5px #000;
		-moz-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
		-webkit-transition: all 0.3s ease;
		transition: all 0.3s ease;
	}
		.myaccount-character-block img:hover {
			-webkit-filter: brightness(120%);
			filter: brightness(120%);
		}
.myaccount-character-block-location {
	font-size: 12px;
	color: #f1f1f1;
	margin-bottom: 20px;
	margin-top: 2px;
	line-height: 1.2;
}
.myaccount-character-block-level {
	position: relative;
	top: -77px;
	display: inline-block;
	background: rgba(0,0,0,0.5);
	padding: 0px 5px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	color: #fff;
	font-size: 10px;
}
.myaccount-character-name a {
	font-weight: bold;
	color: #f1f1f1;
	font-size: 16px;
}

/* GENERAL PANEL STYLING */
.panel-general {
	margin-bottom: 30px;
    background: #222;
    border: 1px solid var(--ColorTemplate);
    -moz-border-radius: 0px;
    border-radius: 0px;
    color: #f1f1f1;
}

.panel-body{
	padding: 10px;
}

.panel-body .panel-title {
	color: #666;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	border-bottom: 1px solid #e3e3e3;
	margin-bottom: 20px !important;
	font-weight: 500;
}

/* SIDEBAR */
.panel-sidebar {
	background: #f1f1f1;
    border: 1px solid;
    border-color: rgba(0,0,0,0.125);
    -moz-border-radius: 0.375rem;
    border-radius: 0.375rem;
    -moz-box-shadow: 0 7px 14px 0 rgb(65 69 88 / 10%), 0 3px 6px 0 rgb(0 0 0 / 7%);
    -webkit-box-shadow: 0 7px 14px 0 rgb(65 69 88 / 10%), 0 3px 6px 0 rgb(0 0 0 / 7%);
    box-shadow: 0 7px 14px 0 rgb(65 69 88 / 10%), 0 3px 6px 0 rgb(0 0 0 / 7%);
}

.panel-sidebar > .panel-heading {
	background: #fff;
	color: var(--ColorTemplate);;
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	border: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	border-bottom: 3px solid var(--ColorTemplate);;
	padding: 15px;
    font-size: 22px;
    text-align: center;
}
.panel-usercp ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

.panel-usercp ul li {
	display: table;
	width: 100%;
	vertical-align: middle;
	line-height: 30px;
}

.panel-usercp ul li a {
	color: #444 !important;
	font-weight: bold;
}
.panel-usercp ul li a:active, .panel-usercp ul li a:hover {
	color: var(--ColorTemplate) !important;
}

.panel-usercp ul li img {
	position: relative;
	top: -2px;
	padding-right: 10px;
}

/* GENERAL TABLE UI */
.general-table-ui {
	width: 100%;
	table-layout: fixed;
	background: var(--ColorTemplate);;
	border: 1px solid var(--ColorTemplate);;
	padding: 10px;
	margin: 10px 0px;
}
.general-table-ui tr td {
	padding: 5px;
	vertical-align: middle !important;
}
.general-table-ui tr:first-child td {
	color: #f1f1f1;
}
.general-table-ui tr:nth-child(2n+2) td {
	background: #222222;
}
.general-table-ui tr td {
	text-align: center;
}
.general-table-ui img {
	width: 50px;
	height: auto;
	-moz-box-shadow: 0 0 5px #666;
	-webkit-box-shadow: 0 0 5px #666;
	box-shadow: 0 0 5px #666;
	-moz-border-radius: 0px;
	border-radius: 0px;
}

.card {
  color: #f1f1f1;
}