/* Header
-------------------------------------------- */
.header-top {
  padding: 1em 0;
  position: sticky;
  top: 0;
  background: var(--secondary-bg);
  z-index: 15;
}

/* Animated Sidebar */
.sliding-panel-icon {
  margin-left: 6px;
}

.sliding-sidebar {
  position: relative;
  visibility: hidden;
  z-index: 110;
  transition: visibility 0s 0.4s;
}

.sliding-sidebar.animated-panel-is-visible {
  visibility: visible;
  transition: visibility 0s 0s;
}

.sliding-sidebar-container {
  position: fixed;
  top: 0;
  width: 100%;
  max-width: 400px;
  height: 100%;
  padding: 16px 20px;
  background: var(--secondary-bg);
  box-shadow: -2px 0 4px var(--primary-bg);
  color: var(--primary);
  overflow-x: auto;
  transition: transform 0.4s 0s;
}

.animated-panel-from-right .sliding-sidebar-container {
  right: 0;
  transform: translate(100%, 0);
}

.animated-panel-from-left .sliding-sidebar-container {
  left: 0;
  transform: translate3d(-100%, 0, 0);
}

.animated-panel-is-visible .sliding-sidebar-container {
  transition-delay: 0s;
  transform: translate(0, 0);
}

.close-animated-sidebar {
  position: absolute;
  cursor: pointer;
  width: 15px;
  height: 100%;
  left: 0;
  top: 0;
  background: var(--tertiary-bg);
}

.sliding-sidebar-container .block {
  padding: 0 0 1.6em 0;
}

/* Icons / Node Sharing
-------------------------------------------- */
.share-node {
  position: relative;
  margin: 1em 0;
}

.share-node-title i {
  color: var(--secondary);
}

ul.icons {
  list-style: none;
  margin: 0;
  padding: 0;
}

.icons li {
  display: inline-block;
  margin-right: 0.6em;
}

.icons li:last-child {
  margin-right: 0;
}

.icons li a {
  display: inline-block;
  width: 44px;
  height: 44px;
  line-height: 46px;
  text-align: center;
  background: var(--tertiary-bg);
  border-radius: 4px;
  color: var(--primary);
}

/* Animated Page content
-------------------------------------------- */
.animate-fadeIn,
.animate-fadeInUp,
.animate-fadeInLeft,
.animate-fadeInRight,
.animate-fadeInDown,
.animate-zoomIn {
  opacity: 1;
}

/* Status
-------------------------------------------- */
#status-content {
  text-align: center;
  display: grid;
}

#status-content h2 {
  font-size: 24px;
}

section.left {
  grid-row: 1;
}

section.right {
  grid-row: 1;
}

#active-users, #active-games {
  text-align: center;
}

#status-content #active-users-count, #active-games-count {
  margin: 0;
}

#status-content #active-users td, #active-games td {
  padding: 0;
  border: none;
}

/* Title
-------------------------------------------- */
h3.single-comment-title {
  display: none;
}

h2.node-title {
  display: none;
}

/* Tournament -> General
-------------------------------------------- */
.single-comment-content .group-1,
.single-comment-content .group-2,
.single-comment-content .group-3,
.single-comment-content .group-4 {
  margin-top: 0.7em;
  padding: 0.7em 0 0;
  border-top: 2px solid var(--primary-bg);
}

.single-comment-content .group-0 .field-item,
.single-comment-content .group-1 .field-item,
.single-comment-content .group-2 .field-item,
.single-comment-content .group-3 .field-item,
.single-comment-content .group-4 .field-item {
  color: var(--secondary);
}

@media (min-width: 1350px) {
  #comment-form .group-0,
  #comment-form .group-1,
  #comment-form .group-2,
  #comment-form .group-3,
  #comment-form .group-4,
  #comment-form--2 .group-0,
  #comment-form--2 .group-1,
  #comment-form--2 .group-2,
  #comment-form--2 .group-3,
  #comment-form--2 .group-4 {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .comment-tournaments-form.comment-form#comment-form .group-0,
  .comment-tournaments-form.comment-form#comment-form--2 .group-0 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
  
  #comment-form--2 .single-comment-content .group-0,
  #comment-form--2 .single-comment-content .group-1,
  #comment-form--2 .single-comment-content .group-2,
  #comment-form--2 .single-comment-content .group-3,
  #comment-form--2 .single-comment-content .group-4 {
    display: grid;
    grid-template-columns: 1fr;
  }

  .comment-tournaments-form.comment-form#comment-form--2 .single-comment-content .group-0,
  .comment-tournaments-form.comment-form#comment-form--2 .single-comment-content .group-1 {
    display: grid;
    grid-template-columns: 1fr;
  }
}

#edit-field-battletag1-wrapper,
#edit-field-battletag2-wrapper,
#edit-field-battletag3-wrapper,
#edit-field-battletag4-wrapper,
#edit-field-battletag01-wrapper,
#edit-field-battletag2-1-wrapper,
#edit-field-battletag2-2-wrapper,
#edit-field-battletag2-3-wrapper,
#edit-field-battletag2-4-wrapper,
#edit-field-battletag3-1-wrapper,
#edit-field-battletag3-2-wrapper,
#edit-field-battletag3-3-wrapper,
#edit-field-battletag3-4-wrapper,
#edit-field-battletag001-wrapper {
  max-width: 250px;
}

#edit-field-team-name-tag-wrapper,
#edit-field-team-name-tag1-wrapper,
#edit-field-team-name-tag-d2r1-wrapper,
#edit-field-team-name-tag-d2r2-wrapper,
#edit-field-team-name-tag-d2r3-wrapper {
  max-width: 250px;
}

#edit-field-contact1-wrapper,
#edit-field-contact2-wrapper,
#edit-field-contact3-wrapper,
#edit-field-contact4-wrapper,
#edit-field-contact-d1-wrapper,
#edit-field-contact-d2-wrapper {
  max-width: 250px;
}

#edit-field-team-1-wrapper, 
#edit-field-team-2-wrapper,
#edit-field-score-1-wrapper, 
#edit-field-score-2-wrapper {
  max-width: 200px;
}

/* Tournament -> Full Screen
-------------------------------------------- */
.fullscreen {
  position: fixed !important;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1000;
  overflow: auto;
  background: var(--primary-bg);
}

/* Mobile menu display
-------------------------------------------- */
.ajax-progress-fullscreen {
  display: none;
}

.login {
  width: 500px;
  margin: 100px auto;
}

#login {
  width: 500px;
  margin: 100px auto;
}

.restart {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.restart-msg {
  margin: 0;
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* Lobby
-------------------------------------------- */
.admin-container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-gap: 2rem;
  gap: 2rem;
  margin-bottom: 25px;
}

.nav-center {
  display: grid;
  text-align: center;
}

.lobby {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 2rem;
  gap: 2rem;
}

@media (min-width: 768px) {
  #teams {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 1rem;
    gap: 1rem;
    width: max-content;
  }
}

@media (max-width: 767px) {
  #teams {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 1rem;
    gap: 1rem;
    width: max-content;
  }
}

#groups {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 1rem;
  gap: 1rem;
}

@media (max-width: 767px) {
  #groups {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 1rem;
    gap: 1rem;
  }
}

@media (min-width: 768px) {
  .participant-list {
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(5px,1fr));
    grid-gap: 1rem;
    gap: 1rem;
    text-align: center;
    margin-bottom: 0.5rem;
  }
}

@media (max-width: 767px) {
  .participant-list {
    text-align: center;
    margin-bottom: 0.5rem;
  }
}

.participant-character>img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}

.participant-name {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.participant-name>img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}

.participant-battletag {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.participant-class {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.team-list {
  padding: 1.6em;
  background: var(--secondary-bg);
  border-radius: 4px;
  color: var(--primary);
}

.team-list>.team-name {
  text-align: center;
  margin-bottom: 20px;
}

.team-list>.participant-name {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 190px;
}

.team-list>.participant-name>img {
  margin-right: 15px;
}

.team-list>.participant-name:not(:last-child) {
  padding-bottom: 10px;
}

.group-list {
  padding: 1.6em;
  background: var(--secondary-bg);
  border-radius: 4px;
  color: var(--primary);
}

.group-list>.group-name {
  text-align: center;
  margin-bottom: 15px;
}

.group-list>.participant-name {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 190px;
}

.group-list>.participant-name>img {
  margin-right: 15px;
}

.group-list>.participant-name:not(:last-child) {
  padding-bottom: 10px;
}

.lock {
  -webkit-user-select: none;
  -webkit-touch-callout: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Standings
-------------------------------------------- */
@media (min-width: 768px) {
  #standings {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 1rem;
    gap: 1rem;
    margin-bottom: 1em;
  }
}

@media (max-width: 767px) {
  #standings {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 1rem;
    gap: 1rem;
    margin-bottom: 1em;
  }
}

.standings-list1,
.standings-list2,
.standings-list3 {
  padding: 1.6em;
  background: var(--secondary-bg);
  border-radius: 4px;
  color: var(--primary);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.standings-list1>.standings	{
  text-align: center;
  padding: 10px 0;
  font-size: 1.5rem;
  color: #FFD700;
}

.standings-list2>.standings	{
  text-align: center;
  padding: 10px 0;
  font-size: 1.5rem;
  color: #C0C0C0;
}

.standings-list3>.standings	{
  text-align: center;
  padding: 10px 0;
  font-size: 1.5rem;
  color: #CD7F32;
}

.standings-list1>.participant-name>img,
.standings-list2>.participant-name>img,
.standings-list3>.participant-name>img {
  margin-right: 15px;
}

.standings-list1>.participant-name,
.standings-list2>.participant-name,
.standings-list3>.participant-name {
  text-align: center;
  padding: 10px 0;
}

.standings-list1>.participant-name:not(:last-child),
.standings-list2>.participant-name:not(:last-child),
.standings-list3>.participant-name:not(:last-child) {
  text-align: center;
  padding: 10px 0;
  border-bottom: 2px solid var(--primary-bg);
}

/* Details Table
-------------------------------------------- */
.highlight-name {
  padding: 1em 0 2em 0;
  background: var(--primary-bg);
  clip-path: polygon(0 0, 100% 0%, 100% 75%, 0% 100%);
}

ul.highlight-details {
  margin: 0;
  padding: 0;
  list-style: none;
}

.highlight-details li {
  border-bottom: 1px solid var(--tertiary-bg);
}

.highlight-details li:last-child {
  border-bottom: none;
}

.highlight-details>li>a.button-link {
  width: 25%;
}

/* Elements
-------------------------------------------- */
/* Elements -> Call To Action */
.call-to-action {
  position: relative;
  background: var(--secondary-bg);
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 2rem 1rem;
  align-items: center;
  text-align: center;
}

/* Elements -> Divider */
.line,
.line-double,
.line-dash,
.line-dot {
  position: relative;
  display: flex;
  width: 100%;
  max-width: 100%;
  margin: 1.4em 0;
  clear: both;
  height: 8px;
}

.line {
  border-top: 2px solid var(--tertiary-bg);
}

.line-double {
  border-top: 1px solid var(--tertiary-bg);
  border-bottom: 1px solid var(--tertiary-bg);
}

.line-dash {
  border-top: 1px dashed var(--tertiary-bg);
  border-bottom: 1px dashed var(--tertiary-bg);
}

.line-dot {
  border-top: 2px dotted var(--tertiary-bg);
  border-bottom: 2px dotted var(--tertiary-bg);
}

/* Elements -> Icon box */
.icon-box,
.icon-box2 {
  position: relative;
  font-family: var(--primary-font);
  background: var(--secondary-bg);
  line-height: 1.7;
}

.icon-box i,
.icon-box2 i {
  font-size: 3em;
  color: var(--secondary);
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.icon-box:hover i,
.icon-box2:hover i {
  color: var(--primary);
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  -o-transform: translateY(-10px);
  transform: translateY(-10px);
}

.icon-box {
  text-align: center;
  padding: 2em 1em;
}

.icon-box i {
  display: block;
  margin-bottom: 30px;
}

.icon-box2 {
  padding: 2em 1em;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.icon-box2 i {
  padding-right: 20px;
}

/* Elements -> Accordion / Toggle */
.accordion,
.toggle {
  position: relative;
}

.accordion-title,
.toggle-title {
  display: block;
  background: var(--secondary-bg);
  margin: 0;
  padding: 0.6em 0;
  border-bottom: 1px solid var(--tertiary-bg);
  cursor: pointer;
}

.accordion-title::before,
.toggle-title::before {
  content: "+";
  display: inline-block;
  color: var(--secondary);
  width: 34px;
  text-align: center;
}

.accordion-content,
.toggle-content {
  padding: 1em 0;
  margin: 0;
}

.active-toggle,
.active-accordion {
  background: var(--secondary);
}

.active-toggle::before,
.active-accordion::before {
  content: "-";
  color: var(--primary);
}

/* Elements -> tabs */
.tabs {
  position: relative;
  display: flex;
  flex-direction: column;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-overflow-scrolling: touch;
  align-items: stretch;
}

.tab-nav {
  display: flex;
  justify-content: center;
  padding: 0;
  margin: 0 0 1em 0;
}

.tab-nav li {
  display: block;
  margin-right: 4px;
  padding: 0;
}

.tab-nav a {
  display: flex;
  justify-content: center;
  align-items: center;
}

.tab-content {
  display: none;
}

.active-tab-content {
  display: block;
}

/* Elements -> full screen tabs */
.fs-tab-nav {
  display: none;
}

@media (min-width: 768px) {
  .fs-tab-nav {
    display: flex;
    justify-content: center;
    padding: 0;
    margin: 0 0 1em 0;
  }

  .fs-tab-nav li {
    display: block;
    margin-right: 4px;
    padding: 0;
  }

  .fs-tab-nav li:last-child {
    margin-left: auto;
    margin-right: 0;
  }

  .fs-tab-nav a {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

/* Elements -> Banner */
.banner {
  position: relative;
  width: 100%;
  margin-bottom: 1.6em;
  color: var(--primary-bg);
}

.banner img {
  position: relative;
}

.banner .banner-message {
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: center;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1em;
}

/* Discover message
-------------------------------------------- */
.discover {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: var(--secondary-bg);
  box-shadow: 0px 0px 4px 2px var(--primary-bg);
  color: var(--primary);
  padding: 10px 0;
  margin: 0 !important;
  text-align: center;
}

.discover>.container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.discover-tw-icon {
  margin-left: 6px;
}

.discover-youtube-icon {
  margin-left: 6px;
}

.discover-facebook-icon {
  margin-left: 6px;
}

/* Cookies Popup message
-------------------------------------------- */
.cookiepreferences {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 150;
  background: var(--secondary-bg);
  box-shadow: 0px 0px 4px 2px var(--primary-bg);
  color: var(--primary);
  padding: 10px 0;
  margin: 0 !important;
  text-align: center;
  opacity: 0;
  transform: translateY(100%);
  -webkit-transition: all 500ms ease-out;
  transition: all 500ms ease-out;
}

.cookiepreferences p {
  margin: 0;
}

.cookiepreferences.show {
  opacity: 1;
  transform: translateY(0%);
  transition-delay: 1000ms;
}

/* Custom Shortcodes
-------------------------------------------- */
.title {
  position: relative;
  text-align: center;
  margin-bottom: 1em;
}

.title::before,
.title::after {
  position: absolute;
  content: "";
  height: 1px;
  background: var(--tertiary-bg);
  margin: 0 auto;
  left: 50%;
}

.title::before {
  width: 40px;
  bottom: 0;
  transform: translateX(-20px);
}

.title::after {
  bottom: -4px;
  width: 60px;
  transform: translateX(-30px);
}

/* Rules */
#rules {
  margin-bottom: 2em;
  padding: 1.6em;
  background: var(--secondary-bg);
  border-radius: 4px;
  color: var(--primary);
}

#rules li {
  padding: 0em;
}

/* Elements -> popup */
.popup-content {
  display: none;
}

.popup-content.active {
  display: block;
  background: var(--secondary-bg);
  z-index: 99;
  padding: 1.5em;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 2px 2px 2px var(--primary-bg);
}

/* Rankings -> Table */
.rankings th {
  text-align: center;
}

.rankings .standings1 {
  font-size: 1.4rem;
  color: #FFD700;
}

.rankings .standings2 {
  font-size: 1.4rem;
  color: #C0C0C0;
}

.rankings .standings3 {
  font-size: 1.4rem;
  color: #CD7F32;
}

/* Rules -> Translation */
.nav-rules-lang {
  position: fixed;
  top: calc(50% - 49px);
  right: 145px;
  z-index: 99;
}

/* Rules -> Navigation */
.icon_lang {
  display: block;
  margin: 25.5px 0 0;
  opacity: 0.7;
  cursor: pointer;
  width: 44px;
  height: 44px;
  line-height: 43px;
  text-align: center;
  color: var(--primary);
  background: var(--tertiary-bg);
  border-radius: 50%;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.icon_lang:hover,
.icon_lang:focus,
.icon_lang.active {
  opacity: 1;
}

.nav-rules-general {
  position: fixed;
  top: calc(50% - 185px);
  right: 85px;
  z-index: 99;
}

.icon_gen {
  display: block;
  margin: 24.5px 0 0;
  opacity: 0.7;
  cursor: pointer;
  width: 44px;
  height: 44px;
  line-height: 43px;
  text-align: center;
  color: var(--primary);
  background: var(--tertiary-bg);
  border-radius: 50%;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.icon_gen:hover,
.icon_gen:focus,
.icon_gen.active {
  opacity: 1;
}

.nav-rules-class {
  position: fixed;
  top: calc(50% - 185px);
  right: 30px;
  z-index: 99;
}

.icon_nav {
  display: block;
  opacity: 0.7;
  margin-bottom: 15px;
  cursor: pointer;
}

.icon_nav:hover,
.icon_nav.active {
  opacity: 1;
  margin-bottom: 15px;
}

.nav-rules-class .amazon {
  background-image: url(/themes/diabloleague/images/diablo/amazon.png);
  background-size: cover;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}

.nav-rules-class .sorceress {
  background-image: url(/themes/diabloleague/images/diablo/sorceress.png);
  background-size: cover;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}

.nav-rules-class .necromancer {
  background-image: url(/themes/diabloleague/images/diablo/necromancer.png);
  background-size: cover;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}

.nav-rules-class .barbarian {
  background-image: url(/themes/diabloleague/images/diablo/barbarian.png);
  background-size: cover;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}

.nav-rules-class .paladin {
  background-image: url(/themes/diabloleague/images/diablo/paladin.png);
  background-size: cover;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}

.nav-rules-class .assassin {
  background-image: url(/themes/diabloleague/images/diablo/assassin.png);
  background-size: cover;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}

.nav-rules-class .druid {
  background-image: url(/themes/diabloleague/images/diablo/druid.png);
  background-size: cover;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}

/* Roles */
.node-view-mode-teaser .administrator {
  color: var(--primary) !important;
}

.authenticated {
  color: var(--authenticated) !important;
}

.supporter {
  color: var(--supporter) !important;
}

.moderator {
  color: var(--moderator) !important;
}

.administrator {
  color: var(--administrator) !important;
}

/* Comments */
.single-comment-meta i {
  color: var(--secondary);
}

.single-comment-meta a {
  color: var(--primary);
}

.single-comment-meta .icon-user.user-icon {
  margin-right: 2px;
}

.single-comment-meta .icon-calendar {
  margin-right: 2px;
}

.single-comment-meta .icon-time {
  margin-left: 5px;
  margin-right: 2px;
}

/* Forums */
td.container {
  padding: 10px;
  background: var(--secondary-bg);
}

td.container a {
  color: var(--primary);
}

.forum-submitted-details i.user-icon {
  margin-left: 0;
}

.forum-submitted-details i {
  margin: 0 0 0 1em;
  color: var(--secondary);
}

.forum-submitted-details a {
  color: var(--primary);
}

/* Progress Bar
-----------------------------------------*/
.progress-bar {
  position: relative;
  display: block;
  color: var(--primary);
  background: var(--secondary);
  padding: 0 10px;
  margin-bottom: 1em;
}

/* Chat
-----------------------------------------*/
.row .col {
  float: left;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 0.75rem;
  min-height: 1px;
}

.row .col.s12 {
  width: 100%;
  margin-left: auto;
  left: auto;
  right: auto;
}

@media only screen and (min-width: 1201px) {
  .row .col.xl4 {
    width: 33.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }

  .row .col.xl8 {
    width: 66.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
}

@media only screen and (min-width: 1200px) {
  #chatBoxWrapper {
    height: calc(100vh - 200px);
  }
  #userlistBox {
    height: calc(100vh - 200px);
  }
}

@media only screen and (min-width: 601px) {
  .row .col.m4 {
    width: 33.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
}

ul li {
  list-style-type: none;
  width: 100%;
  height: 42px;
}

ul:not(.browser-default) > li {
  list-style-type: none;
}

ul:not(.browser-default) {
  padding-left: 0;
  list-style-type: none;
}

span {
  margin-right: 0.5rem;
  word-break: break-all;
}

.hide {
  display: none !important;
}

.select-wrapper {
  display: none !important;
}

.user-wrap {
  margin-top: 1%;
  margin-left: 2%;
  margin-right: 2%;
  width: 96%;
  height: 96%;
  white-space: nowrap;
  border-radius: 4px;
  background-color: var(--primary-bg);
}

.user-icon-container {
  width: 64px;
  height: 20px;
  overflow: hidden;
  vertical-align: middle;
  display: inline-block;
  white-space: normal;
}

.user-icon-image {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 42px;
}

.user-icon-helper {
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}

#uiContainer {
  min-height: 100%;
}

#toast-container {
  position: fixed;
  right: 10px;
  bottom: 10px;
  z-index: 30;
}

#chatBoxWrapper {
  position: relative;
  background: var(--secondary-bg);
  padding: 0.3em 1em 0.3em 1em;
}

#userlistBox {
  position: relative;
  overflow-y: auto;
  background: var(--secondary-bg);
  padding: 0.3em 1em 0.3em 1em;
}

#msgWrapper {
  position: relative;
  margin-top: 1rem;
  background: var(--secondary-bg);
}

#exitButtonWrap {
  margin-top: 1rem;
}

#chatBox {
  max-height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  color: white;
  padding: 0.2rem;
}
