
@font-face {
  font-family: 'Circular Std';
  src: url("../fonts/CircularStd-Book.eot");
  src: url("../fonts/CircularStd-Book.eot?#iefix") format("embedded-opentype"), url("../fonts/CircularStd-Book.woff") format("woff"), url("../fonts/CircularStd-Book.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Circular Std';
  src: url("../fonts/CircularStd-Bold.eot");
  src: url("../fonts/CircularStd-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/CircularStd-Bold.woff") format("woff"), url("../fonts/CircularStd-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: 'Circular Std';
  src: url("../fonts/CircularStd-Black.eot");
  src: url("../fonts/CircularStd-Black.eot?#iefix") format("embedded-opentype"), url("../fonts/CircularStd-Black.woff") format("woff"), url("../fonts/CircularStd-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal; }

@font-face {
  font-family: 'Circular Std';
  src: url("../fonts/CircularStd-Medium.eot");
  src: url("../fonts/CircularStd-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/CircularStd-Medium.woff") format("woff"), url("../fonts/CircularStd-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: 'uni_sansheavy_caps';
  src: url("../fonts/uni_sans_heavy-webfont.woff2") format("woff2"), url("../fonts/uni_sans_heavy-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
  
::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 5px; }
::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: rgba(0, 0, 0, .5);
  -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, .5); }
html, body {
  overflow: hidden; }
body {
  font-family: "Circular Std", sans-serif;
  font-size: 14px;
  background: var(--bg-color);
  color: var(--text-color); 
  cursor: url(../cursors/cur1054.cur), auto !important; }
img {
  pointer-events: none !important; }
a {
  cursor: pointer !important; }
input, button {
  backdrop-filter: var(--backdrop-filter);
  -webkit-backdrop-filter: var(--backdrop-filter);
  box-shadow: var(--box-shadow); }
input:disabled, textarea:disabled, select:disabled, button:disabled {
  background: rgba(255, 0, 0, 0.05) !important;
  cursor: not-allowed !important; }
.d-none {
  display: none !important; }
.d-flex {
  display: flex !important; }
.d-block {
  display: block !important; }
.t-upcase {
  text-transform: uppercase !important; }
.disabled {
  cursor: not-allowed !important; }
.user-select-none {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none; }
.midnight-green {
  background-image: linear-gradient(to top, #172C48, rgb(18, 194, 170)); }
.midnight-blue {
  background-image: linear-gradient(to top, #090C2D, #333bc6); }
.midnight-pink {
  background-image: linear-gradient(to top, #160633, #7000FF); }
.midnight-yellow {
  background-image: linear-gradient(to top, #32321a, #e1e11a); }
.light-mode {
  background-image: linear-gradient(to top, #000, #FFF); }
.dark-mode {
  background-image: linear-gradient(to top, #000, #222); }
#bg {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: var(--bg-color); }
#bg:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(-25%);
          transform: translateY(-50%) translateX(-25%);
  width: 200%;
  height: 100%;
  background: var(--bg2-color);
  background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, var(--bg2-color)), color-stop(51%, var(--bg-color)), color-stop(100%, var(--bg-color)));
  background: -webkit-radial-gradient(center, ellipse cover, var(--bg2-color) 0%, var(--bg-color) 51%, var(--bg-color) 100%);
  background: -webkit-radial-gradient(center ellipse, var(--bg2-color) 0%, var(--bg-color) 51%, var(--bg-color) 100%);
  background: radial-gradient(ellipse at center, var(--bg2-color) 0%, var(--bg-color) 51%, var(--bg-color) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='var(--bg2-color)', endColorstr='var(--bg-color)', GradientType=1);
  -webkit-animation: pulse 3s ease infinite;
  animation: pulse 3s ease infinite; }

#blank #bg:before {
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  -webkit-animation: pulse2 3s ease infinite;
          animation: pulse2 3s ease infinite; }

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: translateY(-50%) translateX(-25%) scale(1);
            transform: translateY(-50%) translateX(-25%) scale(1); }
  50% {
    -webkit-transform: translateY(-50%) translateX(-25%) scale(1.5);
            transform: translateY(-50%) translateX(-25%) scale(1.5); }
  100% {
    -webkit-transform: translateY(-50%) translateX(-25%) scale(1);
            transform: translateY(-50%) translateX(-25%) scale(1); } }

@keyframes pulse {
  0% {
    -webkit-transform: translateY(-50%) translateX(-25%) scale(1);
            transform: translateY(-50%) translateX(-25%) scale(1); }
  50% {
    -webkit-transform: translateY(-50%) translateX(-25%) scale(1.5);
            transform: translateY(-50%) translateX(-25%) scale(1.5); }
  100% {
    -webkit-transform: translateY(-50%) translateX(-25%) scale(1);
            transform: translateY(-50%) translateX(-25%) scale(1); } }

@-webkit-keyframes pulse2 {
  0% {
    -webkit-transform: translateY(-50%) translateX(-50%) scale(1);
            transform: translateY(-50%) translateX(-50%) scale(1); }
  50% {
    -webkit-transform: translateY(-50%) translateX(-50%) scale(1.5);
            transform: translateY(-50%) translateX(-50%) scale(1.5); }
  100% {
    -webkit-transform: translateY(-50%) translateX(-50%) scale(1);
            transform: translateY(-50%) translateX(-50%) scale(1); } }

@keyframes pulse2 {
  0% {
    -webkit-transform: translateY(-50%) translateX(-50%) scale(1);
            transform: translateY(-50%) translateX(-50%) scale(1); }
  50% {
    -webkit-transform: translateY(-50%) translateX(-50%) scale(1.5);
            transform: translateY(-50%) translateX(-50%) scale(1.5); }
  100% {
    -webkit-transform: translateY(-50%) translateX(-50%) scale(1);
            transform: translateY(-50%) translateX(-50%) scale(1); } }

#particles-js {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 4;
  opacity: 1; }

html, body {
  height: 100%; }

h1 {
  font-size: 4.4em; }

h2 {
  font-size: 3.6em; }

h3 {
  font-size: 2.6em; }

h4 {
  font-size: 2.2em; }

h5 {
  font-size: 1.8em; }

h6 {
  font-size: 1.4em; }

h1, h2, h3, h4, h5, h6 {
  margin: 0; }

p {
  line-height: 1.67; }

a {
  color: #ffffff;
  -webkit-transition: all .3s ease;
  transition: all .3s ease; }
a:hover,
a:active {
  color: rgba(255, 255, 255, 0.6);
  text-decoration: none; }
a:focus {
  color: inherit;
  outline: 0;
  text-decoration: none; }

select option {
  font-size: 20px;
  background-color: var(--bg-color) !important; }

.fa-green {
 color: #04C288; }
 
.no-select {
  -webkit-touch-callout: none !important;
  -webkit-user-select: none !important;
  -khtml-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  -o-user-select: none !important;
  user-select: none !important; }

/*--- APP LOADER ---*/
#app-loader {
  position: fixed;
  top: 0;
  left: 0;
  background-size: cover !important;
  background-color: var(--app-color);
  width: 100%;
  height: 100%;
  z-index: 5000;
}

#app-loader .loader-icon {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 300px;
  height: 300px;
  z-index: 1;
}

/* Loader Animation */
.loader-icon {
  display: flex;
  align-items: center;
  justify-content: center;
}

.loader {
  position: relative;
  width: 300px;
  height: 300px;
}

.arc {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 6px solid transparent;
  border-radius: 50%;
}

.arc:nth-child(1) { width: 80px; height: 80px; border-right-color: #1673BA; animation: rotate 0.5s linear infinite; }
.arc:nth-child(2) { width: 110px; height: 110px; border-bottom-color: #00A396; animation: rotate 0.6s linear infinite; }
.arc:nth-child(3) { width: 140px; height: 140px; border-left-color: #81C540; animation: rotate 0.7s linear infinite; }
.arc:nth-child(4) { width: 170px; height: 170px; border-top-color: #F5B52E; animation: rotate 0.8s linear infinite; }
.arc:nth-child(5) { width: 200px; height: 200px; border-right-color: #ED5B35; animation: rotate 0.9s linear infinite; }
.arc:nth-child(6) { width: 230px; height: 230px; border-bottom-color: #CF2353; animation: rotate 1s linear infinite; }
.arc:nth-child(7) { width: 260px; height: 260px; border-left-color: #B5227D; animation: rotate 1.1s linear infinite; }
.arc:nth-child(8) { width: 290px; height: 290px; border-top-color: #612D8D; animation: rotate 1.2s linear infinite; }

@keyframes rotate {
  0% { transform: translate(-50%, -50%) rotate(0deg); }
  100% { transform: translate(-50%, -50%) rotate(360deg); }
}
  
/*--- AJAX ---*/
#overlay {
  position: fixed;
  top: 0;
  left: 0;
  background-size: cover !important;
  background-color: #000;
  width: 100%;
  height: 100%;
  opacity: 0.8;
  display: none;
  z-index: 2000; }

#loading-layer {
  display: block !important;
  background-color: #000;
  background-color: rgba(0,0,0,0.5);
  z-index: 2001 !important;
  position: fixed;
  top: 0; 
  left: 0; 
  right: 0; 
  bottom: 0;
  width: 100%; 
  height: 100%; 
  text-indent: -9999px;
  overflow: hidden;
  white-space: nowrap; }
#loading-layer:before, #loading-layer:after {
  content: "";
  border-radius: 50%;
  background-color: #7a25b6;
  position: absolute;
  left: 50%; 
  top: 50%; }
#loading-layer:before {
  width: 100px; 
  height: 100px;
  margin: -50px 0 0 -50px; }
#loading-layer:after {
  width: 40px; 
  height: 40px;
  background-color: #25a5b6;
  margin: -20px 0 0 -20px; }
#loading-layer:before {
  animation: load1 1s infinite ease; }
#loading-layer:after {
  animation: load2 1s infinite -0.32s ease; }
@keyframes load1 {0%, 80%, 100% { transform: scale(1,1); } 40% { transform: scale(.6,.6); }}
@keyframes load2 {0%, 80%, 100% { transform: scale(1,1); } 40% { transform: scale(.5,.5); }}  

.acp-element, .dev-element, .settings-element, #create-server-btn, #create-group-btn, #nearby-btn {
  display: none; }

/*** Ajax Message ***/
.successMessage {
  color: #00FF00; }
.errorMessage {
  color: #f04747; }

/*** Typography ***/
.text-semibold {
  font-weight: 600; }

.text-bold {
  font-weight: 700; }

.text-extrabold {
  font-weight: 900; }

.text-underline {
  display: inline-block;
  border-bottom: 2px solid;
  padding-bottom: 2px; }

.text-light {
  font-weight: 300; }

.text-regular {
  font-weight: normal; }

.heading1 {
  font-size: 4.8em; }

.heading2 {
  font-size: 3.9em; }

.heading3 {
  font-size: 3em; }

.heading4 {
  font-size: 2.4em; }

.heading-xxl {
  font-size: 5.4em; }

.sub1 {
  font-size: 2em; }

.sub2 {
  font-size: 1.6em; }

.sub3 {
  font-size: 1.2em; }

.m-0 {
  margin: 0 !important; }

.mt-0 {
  margin-top: 0 !important; }

.mt-10 {
  margin-top: 10px !important; }

.mt-20 {
  margin-top: 20px !important; }

.mt-25 {
  margin-top: 25px !important; }

.mt-50 {
  margin-top: 50px !important; }

.mt-100 {
  margin-top: 100px !important; }

.mt-200 {
  margin-top: 200px !important; }

.mb-10 {
  margin-bottom: 10px !important; }

.mb-20 {
  margin-bottom: 20px !important; }

.mb-25 {
  margin-bottom: 25px !important; }

.mb-50 {
  margin-bottom: 50px !important; }

.mb-100 {
  margin-bottom: 100px !important; }

.p-0 {
  padding: 0 !important; }

.pt-0 {
  padding-top: 0 !important; }

.pt-10 {
  padding-top: 10px !important; }

.pt-20 {
  padding-top: 20px !important; }

.pt-25 {
  padding-top: 25px !important; }

.pt-50 {
  padding-top: 50px !important; }

.pt-100 {
  padding-top: 100px !important; }

.pb-0 {
  padding-bottom: 0 !important; }

.pb-10 {
  padding-bottom: 10px !important; }

.pb-20 {
  padding-bottom: 20px !important; }

.pb-25 {
  padding-bottom: 25px !important; }

.pb-50 {
  padding-bottom: 50px !important; }

.pb-100 {
  padding-bottom: 100px !important; }

.text-big {
  font-size: 1.125em; }

.text-big-xl {
  font-size: 1.275em; }

.text-small {
  font-size: 0.875em; }

.clr-primary {
  color: #00B6FF; }

.clr-secondary {
  color: #5135ec; }

.clr-gray {
  color: #11111a; }

.clr-white {
  color: #fff !important; }

.clr-fade {
  opacity: 0.6; }

/*** Typography End ***/
/*** Header Start ***/
.navbar {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  border: 0;
  border-radius: 0;
  margin: 0;
  z-index: 1051;
  padding: 5px 0; }
.navbar a {
  color: #fff; }

.navbar-brand {
  font-family: "uni_sansheavy_caps", sans-serif;
  font-weight: 700; }

.navbar-header {
  float: none !important; }

.navbar-menu {
  margin-left: auto; }
.navbar-menu .btn {
  font-size: 0.875em;
  padding: 8px 24px; }

.navbar-brand-center {
  float: none !important;
  display: inline-block;
  margin-left: 0 !important;
  padding: 30px 0;
  font-size: 2em; }

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

.navbar-nav > li > a:hover {
  background-color: transparent; }

.navbar-nav > li > a:focus {
  background-color: transparent; }

.steam-info {
  display: table; }

.steam-avatar,
.steam-login {
  display: table-cell;
  vertical-align: middle; }

.steam-login {
  padding-left: 15px; }

.steam-avatar {
  display: none; }

.user-logged-in .steam-avatar {
  display: table-cell; }

.user-logged-in .steam-login {
  display: none; }

.steam-avatar-holder {
  position: relative;
  overflow: hidden;
  width: 32px;
  height: 32px;
  border-radius: 4px;
  z-index: 1;
  display: block; }

.steam-avatar-holder img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  max-width: 115%;
  min-height: 100%;
  min-width: 100%;
  height: auto; }

.navbar > * {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.navbar-nav {
  margin-left: auto; }

/*** Header End ***/
/*** Hero Start ***/
.hero {
  position: relative;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat; }

#home {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 75vh; }

/*** Hero End ***/
/*** Main Start ***/
#page {
  padding-left: 60px; }

#sidebar {
  position: fixed;
  top: 60px;
  left: 0;
  height: calc(100% - 60px);
  background-color: var(--sidebar-color) !important;
  backdrop-filter: var(--backdrop-filter);
  -webkit-backdrop-filter: var(--backdrop-filter);
  box-shadow: var(--box-shadow);
  z-index: 2; }
.sidebar-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  height: 95%;
  overflow-x: hidden;
  overflow-y: scroll;
  overflow: -moz-scrollbars-none;
  -ms-overflow-style: none;
  scrollbar-width: none; }
.sidebar-menu::-webkit-scrollbar { 
    display: none;  /* Safari and Chrome */ }
.sidebar-menu li + li {
  margin-top: 10px; }
.sidebar-menu li a {
  background: rgba(255, 255, 255, 0.05);
  color: #fff;
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  margin: 0 6px 0;
  font-weight: 700;
  text-align: center;
  border-radius: 60%;
  font-size: 18px;
  -webkit-transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
          transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55); }
.sidebar-menu li a:hover, .sidebar-menu li img:hover {
  background: rgba(255, 255, 255, 0.07);
  border-radius: 10px; }
.sidebar-menu li a:active, .sidebar-menu li img:active {
  background: rgba(255, 255, 255, 0.04);
  color: rgba(255, 255, 255, 0.6); }
.sidebar-menu .current-server {
  background-color: var(--primary-color);
  font-family: "uni_sansheavy_caps", sans-serif;
  font-size: 24px; }
.sidebar-menu .current-server:hover {
  background-color: var(--primary-color-hover); }
.sidebar-menu .current-server img {
  width: 100%;
  height: 100%;
  border-radius: 50%; 
  pointer-events: auto; }  
.sidebar-menu .active {
  border: 3px solid rgba(255, 255, 255, 0.2); }
.sidebar-menu .wactive {
  border: 3px solid #FFF; }
.sidebar-menu .sidebar-icon .sidebar-unread-counter {
  position: absolute;
  right: 4px;
  margin-top: -20px;
  padding: 1px 5px 1px 5px;
  text-align: center;
  background-color: #ED4245;
  border-radius: 50px; }
.sidebar-menu .join-server {
  background: transparent;
  border: 1px dashed rgba(255, 255, 255, 0.4);
  color: rgba(255, 255, 255, 0.4); }
.sidebar-menu .join-server:hover {
  border-color: #fff;
  color: #fff;
  background: transparent; }
.sidebar-menu .current-server, .sidebar-menu .join-server, .settings-close-btn {
  backdrop-filter: var(--backdrop-filter);
  -webkit-backdrop-filter: var(--backdrop-filter);
  box-shadow: var(--box-shadow); }

.ui-settings {
  list-style: none;
  padding: 0;
  margin: 0;
  float: left; }
.ui-settings li {
  display: inline-block;
  margin: 0 10px; }
.ui-settings li a:active {
  opacity: 0.6; }

.page {
  position: fixed;
  top: 60px;
  left: 52px;
  width: calc(100% - 52px);
  height: calc(100% - 25px);
  -webkit-transition: left 0.7s cubic-bezier(0.86, 0, 0.07, 1), -webkit-filter 0.3s ease;
          transition: left 0.7s cubic-bezier(0.86, 0, 0.07, 1), -webkit-filter 0.3s ease;
          transition: filter 0.3s ease, left 0.7s cubic-bezier(0.86, 0, 0.07, 1);
          transition: filter 0.3s ease, left 0.7s cubic-bezier(0.86, 0, 0.07, 1), -webkit-filter 0.3s ease; }

.page-single {
  padding-left: 52px;
  padding-top: 60px; }

.header-bar {
  position: relative;
  top: 5px;
}
.header-btn, .header-btn-friend, .header-btn-remove {
  background-color: rgba(255, 255, 255, 0.1);
  color: #fff;
  border: 0;  
  border-radius: 6px;
  font-family: "uni_sansheavy_caps", sans-serif;
  padding: 6px 10px;
  margin-left: 4px;
  cursor: pointer;
}
.header-btn-friend {
  background-color: var(--primary-color); }
.header-btn-remove {
  background-color: #E64043; }
  
.header-btn:hover, .header-btn:active {
  background-color: rgba(255, 255, 255, 0.05);
  color: #fff;
}
.header-btn-friend:hover, .header-btn-friend:active {
  background-color: #12b2aa;
  color: #fff;
}
.header-btn-remove:hover, .header-btn-remove:active {
  background-color: red;
  color: #fff;
}
.header-btn-members-list {
  display: none !important; }
.friend-request-success {
  color: #12C1AA; }
.friend-request-error {
  color: #ED4245; }

#chat-list {
  position: fixed;
  left: 52px;
  top: 60px;
  width: 240px;
  height: 100%;
  background: var(--secondary-color);
  backdrop-filter: var(--backdrop-filter);
  -webkit-backdrop-filter: var(--backdrop-filter);
  box-shadow: var(--box-shadow);
  height: calc(100% - 60px);
  -webkit-transform: translateX(calc(-100% - 52px));
          transform: translateX(calc(-100% - 52px));
  -webkit-transition: box-shadow 0.3s ease 0s, -webkit-transform 0.7s cubic-bezier(0.86, 0, 0.07, 1);
          transition: box-shadow 0.3s ease 0s, -webkit-transform 0.7s cubic-bezier(0.86, 0, 0.07, 1);
          transition: transform 0.7s cubic-bezier(0.86, 0, 0.07, 1), box-shadow 0.3s ease 0s;
          transition: transform 0.7s cubic-bezier(0.86, 0, 0.07, 1), box-shadow 0.3s ease 0s, -webkit-transform 0.7s cubic-bezier(0.86, 0, 0.07, 1);		  
  z-index: 2; } 
#chat-list .tab {
  border-radius: 6px;
  cursor: pointer; }
#chat-list li a, #members-list li a  {
  backdrop-filter: var(--backdrop-filter);
  -webkit-backdrop-filter: var(--backdrop-filter);
  box-shadow: var(--box-shadow); }
#chat-list .tab:hover {
  background: rgba(255, 255, 255, 0.05); }
#chat-list .tab .voice-off {
  position: relative; 
  top: -28px; 
  left: -10px; 
  float: right; }
#chat-list #server-channels, #chat-list #group-members, #chat-list #peoples-list, #chat-list .messages-list {
  overflow-x: hidden;
  overflow-y: scroll;
  overflow: -moz-scrollbars-none;
  -ms-overflow-style: none;
  scrollbar-width: none; }
#chat-list #server-channels::-webkit-scrollbar, #chat-list #group-members::-webkit-scrollbar, #chat-list #peoples-list::-webkit-scrollbar, #chat-list .messages-list::-webkit-scrollbar { 
    display: none;  /* Safari and Chrome */ }

.sidebar-expanded #chat-list {
  -webkit-transform: none;
          transform: none;
  box-shadow: 16px 0 64px rgba(17, 17, 26, 0.3);
  -webkit-transition: box-shadow 0.3s ease 0.7s, -webkit-transform 0.7s cubic-bezier(0.86, 0, 0.07, 1);
          transition: box-shadow 0.3s ease 0.7s, -webkit-transform 0.7s cubic-bezier(0.86, 0, 0.07, 1);
          transition: transform 0.7s cubic-bezier(0.86, 0, 0.07, 1), box-shadow 0.3s ease 0.7s;
          transition: transform 0.7s cubic-bezier(0.86, 0, 0.07, 1), box-shadow 0.3s ease 0.7s, -webkit-transform 0.7s cubic-bezier(0.86, 0, 0.07, 1); }

.sidebar-expanded [data-toggle="sidebar"] i:before {
  content: "\f00d"; }
.sidebar-menu [data-toggle="sidebar"]:hover {
  border-radius: 60%; }

.chat-list {
  list-style: none;
  padding: 0;
  margin: 12px 5px 0;
  max-height: 100%; }
.chat-list li {
  position: relative; }
.chat-list li > a {
  display: block;
  padding: 8px 15px;
  border-radius: 6px;
  color: var(--text2-color);
  font-size: 0.875em; }
.acp-list li > a, .settings-list li > a {
  color: var(--text-color);
  background-color: rgba(255, 255, 255, 0.02); }
.chat-list li > a .avatar {
  position: relative;
  top: -1px;
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px; }
.chat-list li > a:hover {
  background-color: rgba(255, 255, 255, 0.05); }
.chat-list li a:active {
  background-color: rgba(255, 255, 255, 0.025); }
.chat-list li + li {
  margin-top: 4px; }
.chat-list .tab .user .username {
  position: relative; 
  top: 3px; 
  max-width: 110px;
  height: 18px; 
  display: inline-block; 
  white-space: nowrap;
  overflow: hidden !important; 
  text-overflow: ellipsis; 
  font-size: 15px; }
.chat-list .bot {
  position: relative;
  top: 2px; }
.chat-list .custom-status {
  position: relative;
  top: 3px;
  width: 209px;
  /* height: 26px; */
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap; }
.chat-list .remove {
  position: relative;
  top: -35px;
  right: 15px;
  float: right;
  font-size: 22px; 
  cursor:pointer;
  opacity: 0; }
.chat-list .remove:hover {
  color: red;
  opacity: 1; }
.chat-list li:hover .remove { 
  opacity: 1 !important; }
.chat-list li .unread-counter {
  position: absolute;
  right: 4px;
  margin-top: -30px;
  padding: 1px 5px 1px 5px;
  text-align: center;
  background-color: #ED4245;
  border-radius: 50px; }
.chat-list a .msg-unread-counter {
  padding: 2px 5px 2px 5px;
  background-color: #ED4245;
  color: #FFF;
  border-radius: 50px; }

.list {
  list-style: none;
  padding: 0;
  margin: 12px 5px 0;
  max-height: 100%; }
.list li a {
  display: block;
  padding: 8px 15px;
  border-radius: 6px;
  color: rgba(255, 255, 255, 0.4);
  font-size: 0.875em; }
.list li a .avatar {
  position: relative;
  top: -1px;
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px; }
.list li a:hover {
  background-color: rgba(255, 255, 255, 0.05); }
.list li a:active {
  background-color: rgba(255, 255, 255, 0.025); }
.list li + li {
  margin-top: 4px; }

.friend-list {
  background-color: var(--secondary-color);
  border-radius: 6px;
  padding: 5px;
  min-height: 120px;
  max-height: calc(50vh - 240px);
  overflow: hidden; }
.friend-list .list {
  margin: 0; }

.groups-list {
  background-color: var(--secondary-color);
  border-radius: 6px;
  padding: 5px;
  min-height: 120px;
  max-height: calc(50vh - 240px);
  overflow: hidden; }
.groups-list .list {
  margin: 0; }

.user {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 5px 20px;
  font-weight: 700;
  color: var(--text-color);
  background-color: rgba(255, 255, 255, 0.1); }
.user .avatar {
  position: relative;
  margin-right: 10px; }
.user .avatar img {
  border-radius: 100%; height: 15px; }
.user .avatar:before {
  content: "";
  position: absolute;
  bottom: -3.5px;
  right: -3.5px;
  border: 3px solid #2F425B;
  border-radius: 100%;
  width: 14px;
  height: 14px;
  z-index: 2; }
.current-user .avatar:before {
  width: 16px;
  height: 16px; }
.chat-message .avatar:before {
  bottom: -2px;
  right: -2px;
  width: 17px;
  height: 17px; } 
.user .online:before, .chat-message .online:before {
  background-color: #22c287; }
.user .busy:before, .chat-message .busy:before {
  background-color: #E64043; }	
.user .idle:before, .chat-message .idle:before {
  background-color: #FFA51A; }	
.user .offline:before, .chat-message .offline:before {
  background-color: #777E88; }
.user .invisible:before, .chat-message .invisible:before {
  background-color: #6666ff; }
.user .mobile-icon { 
  position:relative; 
  top:1px; 
  font-size: 14px; }  
	  
.current-user {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 50px;
  backdrop-filter: var(--backdrop-filter);
  -webkit-backdrop-filter: var(--backdrop-filter);
  box-shadow: var(--box-shadow);  
  display: -webkit-box;
  display: -ms-flexbox;
  /* display: flex; */
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;  
  background-color: var(--third-color); 
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none; 
  z-index: 1000; }
.current-user .avatar {
  position: relative;
  left: -10px;
  width: 30px;
  pointer-events: none; }
.current-user .user-avatar {
  width: 40px;
  height: 40px; 
  cursor: pointer;
  pointer-events: auto; }
.current-user #btn-user-name {
  position: relative;
  left: -35px;
  background: none; }
.current-user #btn-user-options {
  background: none; }  
.current-user .current-user-name {
  position: relative;
  top: -5px;
  left: -15px;
  max-width: 90px; 
  text-align: left;
  text-overflow: ellipsis; 
  overflow: hidden; 
  white-space: nowrap;
  pointer-events: none; }
.current-user .current-user-tag {
  position: relative;
  top: -5px;
  left: -10px;
  width: 50px; } 
.current-user .user-custom-status {
  position: absolute;
  top: 26px;
  left: 50px;
  width: 145px;
  text-overflow: ellipsis; 
  overflow: hidden; 
  white-space: nowrap; }   
.current-user-options {
  position: absolute;
  left: 10px;
  bottom: 60px;
  width: 250px;
  height: auto;
  background-color: var(--menu-color);
  backdrop-filter: var(--backdrop-filter);
  -webkit-backdrop-filter: var(--backdrop-filter);
  box-shadow: 0 0 24px rgba(17, 17, 26, 0.4);
  border-radius: 6px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  display: none;
  z-index: 1002; } 
.current-user-options ul {
  padding: 8px;
  margin-bottom: 0; } 
.current-user-options li {
  width: 100%;
  padding: 8px;
  min-height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  /* display: flex; */
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;  
  list-style-type: none;
  cursor: pointer; } 	
.current-user-options li:hover {
  background-color: var(--menu-color-hover);
  border-radius: 6px;	}	
.current-user-options .status {
  width: 180px;
  display: flex; }	
.current-user-options #set-always-online, .current-user-options #set-online, .current-user-options #set-invisible, .current-user-options #btn-custom-status {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
.current-user-options .btn-logout {
  color: red; }
.current-user-options .status-round {
  width: 12px !important;
  height: 12px !important;
  border-radius: 50px;
  margin: 5px 15px 5px 5px; } 
.current-user-options .online {
  background-color: #22c287; }
.current-user-options .busy {
  background-color: #E64043; }	
.current-user-options .idle {
  background-color: #FFA51A; }	
.current-user-options .offline {
  background-color: #777E88; }	
.current-user-options #btn-custom-status .custom-status-icon, .current-user-options #btn-logout .logout-icon {
  margin-right: 12px; }
.current-user #btn-user-settings {
  position: absolute; 
  right: 10px;
  border-radius: 6px;
  padding: 10px;
  cursor: pointer; } 
.current-user #btn-user-settings:hover {
  background-color: rgba(255, 255, 255, 0.05); }
.current-user #btn-user-settings i {
  animation-name: rotation;
  animation-duration: 3s;
  animation-iteration-count: 0;
  animation-timing-function: ease; } 
  
@keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
  }
}
 
.settings-close-btn {
  position: relative;
  top: -5px;
  width: 30px;
  height: 30px;
  background-color: var(--primary-color);
  border-radius: 10px;
  cursor: pointer;
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex !important; }
.settings-close-btn:hover {
  background-color: var(--primary-color-hover); }  
  
.current-user-voice, .current-user-voice-menu  {
  position: absolute;
  bottom: 50px;
  width: 100%;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  /* display: flex; */
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;  
  background-color: var(--third-color); 
  backdrop-filter: var(--backdrop-filter);
  -webkit-backdrop-filter: var(--backdrop-filter);
  box-shadow: var(--box-shadow);
  border-bottom: 1px solid var(--secondary-color);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none; 
  display: none;
  z-index: 1000; } 
.current-user-voice #end-voice {
  position: absolute;
  top: 5px;
  right: 10px;
  border-radius: 6px;
  padding: 10px;
  cursor: pointer; }
.current-user-voice #end-voice:hover {
  background-color: rgba(255, 255, 255, 0.05); } 
  
.current-user-voice #voice-state {
  position: relative;
  top: 5px;
  left: 10px;
  cursor: pointer; }
.current-user-voice .connecting {
  color: #ffc34d; }  
.current-user-voice .connected {
  color: #66ff33; }
.current-user-voice .badsignal {
  color: red; }
.current-user-voice #voice-channel {
  position: absolute;
  top: 25px;
  left: 10px;
  width: 180px;
  color: rgba(255, 255, 255, 0.4);
  font-size: 12px;
  text-overflow: ellipsis; 
  overflow: hidden; 
  white-space: nowrap; }
.current-user-voice #voice-channel:hover {
  text-decoration: underline; }  
.current-user-voice-menu {
  bottom: 100px; }
.current-user-voice-menu #volume-box {
  width: 180px;
  height: 40px;
  position: relative;
  top: 20px;
  margin: 0 auto; }
.current-user-voice-menu #volume-box i {
  position: absolute;
  margin-top: -6px;
  color: #666; }	
.current-user-voice-menu #volume-box i.fa-volume-slash {
  margin-left: -14px;
  cursor: pointer; }	
.current-user-voice-menu #volume-box i.fa-volume-up {
  margin-right: -14px;
  right: 0; }
.current-user-voice-menu #volume-box #volume-slide {
  position: absolute;
  top: 2px;
  left: 18px;
  margin: 0 auto;
  height: 5px;
  width: 140px;
  background: #555;
  border-radius: 15px; }
.current-user-voice-menu #volume-box #volume-slide .ui-slider-range-min {
  height: 5px;
  width: 100%;
  position: absolute;
  background: #00B6FF;
  border: none;
  border-radius: 10px;
  outline: none; }
.current-user-voice-menu #volume-box #volume-slide .ui-slider-handle {
  width: 15px;
  height: 15px;
  border-radius: 20px;
  background: #FFF;
  position: absolute;
  margin-left: -8px;
  margin-top: -5px;
  cursor: pointer;
  outline: none; }
.settings-section {
  display: none; }
.form-user-settings {
  height: auto;
  overflow-x: hidden;
  overflow-y: scroll;
  overflow: -moz-scrollbars-none;
  -ms-overflow-style: none;
  scrollbar-width: none; }
.form-user-settings::-webkit-scrollbar { 
  display: none;  /* Safari and Chrome */ }

.user-settings-btn, .user-settings-smsg {
  margin-bottom: 0; }

#members-list {
  position: fixed;
  right: 0;
  top: 0;
  width: 240px;
  height: 100%;
  background: var(--secondary-color);
  backdrop-filter: var(--backdrop-filter);
  -webkit-backdrop-filter: var(--backdrop-filter);
  box-shadow: var(--box-shadow);
  /*box-shadow: 0 0 24px rgba(17, 17, 26, 0.4);*/
  height: 100%;
  -webkit-transform: translateX(calc(-100% + 240px));
          transform: translateX(calc(-100% + 240px));
  -webkit-transition: box-shadow 0.3s ease 0s, -webkit-transform 0.7s cubic-bezier(0.86, 0, 0.07, 1);
          transition: box-shadow 0.3s ease 0s, -webkit-transform 0.7s cubic-bezier(0.86, 0, 0.07, 1);
          transition: transform 0.7s cubic-bezier(0.86, 0, 0.07, 1), box-shadow 0.3s ease 0s;
          transition: transform 0.7s cubic-bezier(0.86, 0, 0.07, 1), box-shadow 0.3s ease 0s, -webkit-transform 0.7s cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  overflow-x: hidden;
  overflow-y: scroll;
  overflow: -moz-scrollbars-none;
  -ms-overflow-style: none;
  scrollbar-width: none;  
  z-index: 2; }
#members-list::-webkit-scrollbar { 
    display: none;  /* Safari and Chrome */ } 
#members-list #btn-members-list { 
  padding-bottom: 10px;
  display: none; }

#members-list .btn-members-list { 
  position: relative;
  top: 10px;
  right: 10px; 
  float: right; 
  width: 40px;
  background-color: rgba(255, 255, 255, 0.1); 
  padding: 4px; 
  border-radius: 25px; 
  text-align: center; }
  
.nearby-menu, .server-menu, .group-menu, .acp-menu, .settings-menu {
  position: absolute;
  left: 10px;
  top: 60px;
  width: 220px;
  height: auto;
  background-color: var(--menu-color);
  backdrop-filter: var(--backdrop-filter);
  -webkit-backdrop-filter: var(--backdrop-filter);
  box-shadow: 0 0 24px rgba(17, 17, 26, 0.4);
  border-radius: 6px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  display: none;
  z-index: 1001; } 
.nearby-menu ul, .server-menu ul, .group-menu ul, .acp-menu ul, .settings-menu ul {
  padding: 8px;
  margin-bottom: 0; } 
.nearby-menu li, .server-menu li, .group-menu li, .acp-menu li, .settings-menu li {
  width: 100%;
  padding: 8px;
  min-height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  /* display: flex; */
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;  
  list-style-type: none;
  cursor: pointer; }  
.nearby-menu li:hover, .server-menu li:hover, .group-menu li:hover, .acp-menu li:hover, .settings-menu li:hover {
  background-color: rgba(255, 255, 255, 0.05);
  border-radius: 6px; } 
  
.nav-server, .nav-acp, .nav-settings {
  background: none; 
  color: #fff; 
  border-radius: 0; 
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding-bottom: 10px; }
.nav-server {
  cursor: pointer; }
.nav-server a, .nav-acp div, .nav-settings div, .nav-thera div {
  width: 100%;
  color: var(--text-color) !important;
  font-size: 15px !important;
  font-weight: bold !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
.nav-acp div, .nav-settings div, .nav-thera div {
  padding: 8px; }
.nav-server i {
  position: absolute;
  right: 15px; }		  	  
.nav-thera-name, .nav-nearby-name, .nav-server-name, .nav-group-name, .nav-acp-label, .nav-settings-label {
  width: 175px; 
  text-overflow: ellipsis; 
  overflow: hidden; 
  white-space: nowrap; }

.page-header {
  position: relative;
  padding: 10px 15px;
  background-color: var(--page-header-color);
  backdrop-filter: var(--backdrop-filter);
  -webkit-backdrop-filter: var(--backdrop-filter);
  box-shadow: var(--box-shadow);
  margin: 0;
  border: 0; 
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  z-index: 2; }
 .page-header ul {
  float: right;
  margin-bottom: 0;
  padding: 0;
  list-style: none; }
.page-header ul li {
  display: inline-block;
  margin-left: 10px; }
.page-header ul li a {
  font-size: 0.75em;
  font-weight: 700;
  color: var(--text-color);
  text-transform: uppercase; }
.page-header ul li a:hover {
  color: var(--text-color); }
.page-header ul li:last-of-type a:hover {
  color: #00B6FF; }
.page-header > span {
  color: var(--text-color);
  font-weight: 700; }

.chat-body {
  height: calc(100% - 175px);
  margin: 15px 15px 5px 15px;
  overflow-x: hidden;
  overflow-y: auto; }	

.chat-body .cardGridSmall {
  grid-template-columns: repeat(auto-fill,minmax(140px ,1fr)); }	
.chat-body .cardGrid {
  /*margin: -16px 0 0 -16px;*/
  display: grid; }
.chat-body .cardGrid .cardWrapper {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding: 16px 0 0 16px; }
.chat-body .cardGrid .cardWrapper .cardLink {
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 8px;
  cursor: pointer;
  display: block;
  position: relative;
  -webkit-transition: background-color .125s,-webkit-box-shadow .125s,-webkit-transform .125s;
          transition: background-color .125s,-webkit-box-shadow .125s,-webkit-transform .125s;
          transition: background-color .125s,box-shadow .125s,transform .125s;
          transition: background-color .125s,box-shadow .125s,transform .125s,-webkit-box-shadow .125s,-webkit-transform .125s; }
.chat-body .cardGrid .cardWrapper .cardLink .card, .chat-body .cardGrid .cardWrapper .cardLink .card .cardImage {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
.chat-body .cardGrid .cardWrapper .cardLink .card {
  padding: 10px; }
.chat-body .cardGrid .cardWrapper .cardLink .card .cardImage {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-size: cover !important;
  border-radius: 8px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 7px;
  position: relative;
  width: 100%;
  min-height: 120px;
  max-height: auto;
  box-sizing: border-box; }
.chat-body .cardGrid .cardWrapper .cardLink .card .cardLabel {
  color: #dcddde;
  -webkit-transition: color .125s;
  transition: color .125s;
  overflow: hidden;
  text-align: center;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: 500; }
  
.chat-typing {
  height: 25px;
  padding: 0 0 5px 15px; } 
  
#home-sections  {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none; }

.chat-message {
  padding: 20px 8px;
  margin: 0; }
.chat-message + .chat-message {
  border-top: 1px solid rgba(255, 255, 255, 0.05); }
.chat-message .avatar {
  position: relative;
  top: 10px;
  width: 40px;
  height: 100%;
  margin-right: 20px;
  float: left; }
.chat-message .avatar:before {
  content: "";
  position: absolute;
  bottom: -23px;
  right: -3.5px;
  border: 3px solid #2F425B;
  border-radius: 100%;
  width: 16px;
  height: 16px;
  z-index: 2; }  
.chat-message-content {
  line-height: 1.44;
  /*overflow: hidden;*/
  color: var(--text2-color); }
.chat-message-content a:hover {
  text-decoration: underline; }
.chat-message-content .accept, .chat-message-content .refuse {
  position: relative;
  top: -35px;
  right: 20px;
  float: right;
  font-size: 22px; 
  cursor:pointer; }
.chat-message-content .accept {
  right: 40px; }  
.chat-message-content .accept:hover {
  color: #12C0AA; } 
.chat-message-content .refuse:hover {
  color: red; } 
.chat-message-content .bot {
  position: relative;
  top: 3px; }
.chat-message-friend, .chat-message-padding {
  height: 80px; }
.chat-message-friend .avatar, .chat-message-padding .avatar {
  top: 0; }
.chat-message-friend .avatar:before, .chat-message-padding .avatar:before {
  bottom: -3.5px; }
.chat-message-chat {
  height: auto; }
.chat-message-chat:hover {
  background: var(--menu-color-hover);
  /*backdrop-filter: var(--backdrop-filter);
  -webkit-backdrop-filter: var(--backdrop-filter);*/
  box-shadow: var(--box-shadow); }
.chat-message-chat .refuse{
  vertical-align: center;
  top: -25px; }
.chat-message-header {
  position: relative;
  top: -10px;
  left: 60px; }
.chat-message-author {
  color: #fff;
  font-weight: 700;
  display: inline-block;
  margin-right: 4px;
  z-index: 10000; }
.chat-message-date {
  font-size: 0.875em; }
.chat-message-author:hover {
  color: #00B6FF; }
.chat-message .chat-message-message {
  position: relative;
  top: 5px;
  width: calc(100% - 70px) !important; /* Maybe not important */
  color: var(--text-color);
  text-align: left;
  font-size: 17px; 
  overflow-wrap: anywhere; }
.chat-message .chat-message-message img {
  max-width: 100%; 
  max-height: 400px; 
  border-radius: 10px;
  cursor: pointer; 
  pointer-events: auto !important; }
.chat-message .chat-message-reaction {
  display: inline-block;
  position: relative;
  top: 10px;
  left: 60px;
  width: calc(100% - 60px); }
.chat-message .chat-message-reaction .reaction {
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 10px;
  padding: 2px 6px 0 6px;
  margin-left: 2px; 
  width: auto;
  height: 32px;
  cursor: pointer;
  display: inline-block; }
.chat-message .chat-message-reaction .reaction .count {
  position: relative;
  top: -5px;
  width: auto;
  margin-left: 5px;
  margin-right: 2px; }
.chat-message .chat-message-message .emoji, .chat-message .reaction .emoji {
  position: relative; 
  top: 8px;
  width: 28px;
  height: 28px;
  cursor: url(../cursors/cur1054.cur), auto !important;
  pointer-events: none !important; }
.chat-message .reaction .emoji {
  top: 2px;
  width: 22px;
  height: 22px; }
.chat-message .chat-action-box {
  position: absolute;
  background: var(--sidebar-color);
  border-radius: 10px;
  padding: 4px;
  width: auto;
  height: auto;
  display: none; 
  z-index: 1; }
.chat-message .chat-action-box .reaction-btn {
  background-color:var(--sidebar-color);
  backdrop-filter: var(--backdrop-filter);
  -webkit-backdrop-filter: var(--backdrop-filter);
  box-shadow: var(--box-shadow);
  color: var(--text-color);
  border:0;
  border-radius: 10px;
  padding: 4px;
  z-index: 1;
}
.chat-message .chat-action-box .reaction-btn:hover {
  background-color:var(--secondary-color);
  transform: scale(1.2)
}
  
.chat-emoji-box {
  position: fixed;
  bottom: 70px;
  left: 0;
  width: 300px;
  height: 305px;
  padding: 10px;
  border-radius: 10px;
  border-top: 5px solid var(--menu-color);
  border-left: 5px solid var(--menu-color);
  border-right: 5px solid var(--menu-color);
  border-bottom: 10px solid var(--menu-color);
  background-color: var(--menu-color);
  filter: drop-shadow(0 0 0.25rem #000);
  grid-template-columns: repeat(auto-fill, minmax(30px, 1fr));
  grid-auto-rows: minmax(30px, auto);
  grid-gap: 5px;
  overflow-x: hidden;
  overflow-y: auto;
  display: none;  
  z-index: 2; }
.chat-emoji-box div {
  cursor: pointer; }
.chat-emoji-box .emoji {
  width: 30px;
  height: 30px; }
  
.custom-status .emoji {
  position: relative !important;
  top: 6px !important;
  height: 20px !important; }
.user-custom-status .emoji {
  height: 16px !important;
  position: relative !important;
  top: 3px !important; }

.avatar {
  position: relative;
  height: 30px;
  width: 30px;
  border-radius: 100%;
  z-index: 2; }
.avatar img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  -o-object-fit: cover;
  object-fit: cover;
  max-width: 100%;
  min-height: 100%;
  height: 40px;
  min-width: 100%;
  border-radius: 100%; }

.avatar .little_avatar {
  height: 20px; }

.chat-footer {
  padding: 15px;
  background-color: var(--chat-footer); }
.chat-footer .post-input {
  position: relative;
  left: 59px;
  background: var(--chat-input-footer);
  border: 0;
  width: 100%;
  height: 40px;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  padding-left: 8px; 
  padding-right: 35px; }
.chat-footer .post-input:focus {
  background: var(--chat-input-footer-hover); }
.chat-footer .post-input::-webkit-input-placeholder {
  color: var(--text2-color); }
.chat-footer .post-input::-moz-placeholder {
  color: var(--text2-color); }
.chat-footer .post-input:-ms-input-placeholder {
  color: var(--text2-color); }
.chat-footer .post-input::placeholder {
  color: var(--text2-color); }
  
.chat-footer .input-file {
  display: none;  
}
.chat-footer .file-input-btn, .chat-footer .emoji-btn {
  position: absolute;
  top: 5px;
  left: 0;
  background-color:var(--chat-input-footer);
  color: var(--text-color);
  border:0;
  padding:9.5px;
  border-top-left-radius:6px;
  border-bottom-left-radius:6px;
  margin:10px;
  z-index: 1;
}
.chat-footer .file-input-btn:hover, .chat-footer .emoji-btn:hover {
  background-color:var(--secondary-color);
}
.chat-footer .emoji-btn {
  position: absolute !important;
  left: 31px !important;
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

.tooltip-inner {
  min-width: 120px;
  font-weight: 700;
  font-family: "Circular Std", sans-serif;
  padding: 6px 10px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none; }

.invitation, .validation {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%) scale(0.5);
          transform: translateY(-50%) translateX(-50%) scale(0.5);
  opacity: 0;
  width: 100%;
  max-width: 600px;
  -webkit-animation: bounce-invitation 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards 0.6s;
          animation: bounce-invitation 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards 0.6s; }
.invitation-header, .validation-header {
  background-color: #160d31;
  padding: 15px 15px;
  text-align: center;
  font-family: "uni_sansheavy_caps", sans-serif;
  font-size: 1.25em;
  border-radius: 10px 10px 0 0; }
.invitation-info, .validation-form {
  background-color: #1c0f39;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
.invitation-info .col, .validation-form .col {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 30px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }
.invitation-info .col:last-of-type, .validation-form .col:last-of-type {
  background-color: #160d31; }
.invitation-info .col:last-of-type h6, .validation-form .col:last-of-type h6 {
  font-family: "uni_sansheavy_caps", sans-serif;
  font-size: 1.25em; }
.invitation .group-avatar, .validation .group-avatar {
  position: relative;
  width: 100px;
  height: 100px;
  margin: 0 auto; }
.invitation .group-avatar img, .validation .group-avatar img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  max-width: 100%;
  min-width: 100%;
  min-height: 100%;
  border-radius: 100%; }
.invitation .group-stats, .validation .group-stats {
  list-style: none;
  padding: 0;
  margin: 0 0 25px; }
.invitation .group-stats li, .validation .group-stats li {
  color: rgba(255, 255, 255, 0.6); }
.invitation-join .btn, .validation-btn .btn {
  padding: 10px 32px;
  font-size: 1.5em;
  border-radius: 0 0 10px 10px; }

.validation #validation-home-btn {
	display: none; }

@-webkit-keyframes bounce-invitation {
  100% {
    -webkit-transform: translateY(-50%) translateX(-50%) scale(1);
            transform: translateY(-50%) translateX(-50%) scale(1);
    opacity: 1; } }

@keyframes bounce-invitation {
  100% {
    -webkit-transform: translateY(-50%) translateX(-50%) scale(1);
            transform: translateY(-50%) translateX(-50%) scale(1);
    opacity: 1; } }

.decline {
  font-weight: 700;
  font-size: 0.875em;
  color: #ff355a; }
.decline:hover {
  color: #ff355a;
  text-decoration: underline; }
.decline.link-underline:before {
  background-color: #ff355a; }

.link-underline {
  text-underline: none;
  position: relative;
  -webkit-transition: color 0.4s cubic-bezier(0.7, 0, 0.3, 1);
  transition: color 0.4s cubic-bezier(0.7, 0, 0.3, 1); }
.link-underline:hover {
  color: #fff !important;
  text-decoration: none !important; }
.link-underline:before {
  content: "";
  position: absolute;
  bottom: -2px;
  right: 0;
  width: 0;
  height: 1px;
  background-color: #00B6FF;
  -webkit-transition: width 0.4s cubic-bezier(0.7, 0, 0.3, 1), background-color 0.3s ease;
  transition: width 0.4s cubic-bezier(0.7, 0, 0.3, 1), background-color 0.3s ease; }
.link-underline:hover:before {
  left: 0;
  right: auto;
  width: 100%;
  background-color: #fff; }

.caret-right {
  position: relative;
  left: -1px;
  width: 6px;
  height: 6px;
  display: block;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg); }

.post-button {
  position: absolute;
  right: 35px;
  top: 50%;
  -webkit-transform: translateY(-50%) scale(0.5);
          transform: translateY(-50%) scale(0.5);
  background: var(--primary-color);
  border-radius: 60%;
  width: 24px;
  height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 0;
  color: #fff;
  opacity: 0;
  -webkit-transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
          transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55); }
		  
.emoji-button {
  position: absolute;
  right: 85px;
  top: 50%;
  -webkit-transform: translateY(-50%) scale(0.5);
          transform: translateY(-50%) scale(0.5);
  border-radius: 60%;
  width: 24px;
  height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 0;
  color: #fff;
  opacity: 0;
  -webkit-transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
          transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55); }		  

.post-input:focus + .post-button, .post-input:focus + .emoji-button {
  opacity: 1;
  -webkit-transform: translateY(-50%) scale(1);
          transform: translateY(-50%) scale(1); }

.modal-block-wrap {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
  z-index: 101;
  pointer-events: auto; }

.modal-block {
  overflow: hidden;
  border-radius: 10px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%) scale(0.7);
          transform: translateX(-50%) translateY(-50%) scale(0.7);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease, -webkit-transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: opacity 0.3s ease, visibility 0.3s ease, -webkit-transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275), -webkit-transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  width: 100%;
  min-width: 320px;
  max-width: 660px;
  background-color: var(--modal-block);
  backdrop-filter: var(--backdrop-filter);
  -webkit-backdrop-filter: var(--backdrop-filter);
  box-shadow: 0 0 24px rgba(17, 17, 26, 0.4);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 101; }
.modal-block-content {
  /* background-color: #3d1f89; */
  backdrop-filter: var(--backdrop-filter);
  -webkit-backdrop-filter: var(--backdrop-filter);
  box-shadow: var(--box-shadow);
  padding: 40px 30px 40px 20px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1; }
.msg-box-content {
    padding: 20px 30px 40px 20px !important; }
	
.modal-block h3 {
    font-family: "uni_sansheavy_caps", sans-serif;
    font-size: 1.25em; }
.modal-block #user-profile-ajax
{
	position: absolute;
    top: 58px;
    left: 20px; }
.modal-block .user-profile-cover
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
    height: 120px; }
.modal-block #user-profile-title
{
	text-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px; }
.modal-block #user-plateform, .modal-block #user-badge
{
	position: absolute;
    top: 40px;
	padding: 5px 8px 0px 8px;
	border-radius: 15px;
	background-color:  rgba(0, 0, 0, 0.4);
	display: none; }
.modal-block #user-plateform
{
	left: 0; }
.modal-block #user-badge
{
	right: 0; }
.modal-block .user-profile-background
{
	position: absolute;
	top: 0;
	left: 0;
	background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width: 100%;
    height: 100%; }
.modal-block #user-avatar-profile-img
{
	width: 120px;
	height: 120px;
	border-radius: 100px; }
.modal-block .user-profile-content
{
	background-color:  rgba(0, 0, 0, 0.3);
	text-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
	padding: 5px 10px 10px 10px;
	margin-bottom: 0;
	border-radius: 8px; }
.modal-block .user-profile-content .user-profile-content-member
{
	height: 40px; }
.modal-block .user-profile-content #user-member-since {
    float: left;
    text-align: left; }
.modal-block .user-profile-content #user-last-connection {
	float: right;
	margin-top: -20px;
    text-align: right;
    margin-bottom: -20px; }	
.modal-block .user-profile-content #user-profile-roles .role {
	width: fit-content;
    block-size: fit-content;
	padding-top: 3px;
	padding-bottom: 3px;
    padding-left: 8px;
	padding-right: 8px;
    border-radius: 20px;
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 5px; }
.modal-block .user-settings-box {
	margin-top: 0; }
.modal-block .user-profile-close {
	background-color:  rgba(0, 0, 0, 0.6) !important; }
.modal-block .user-profile-close:hover {
	background-color:  rgba(0, 0, 0, 0.4);
    color: #9A9EA4; }
.modal-block .user-profile-close:active:focus
{
	background-color:  rgba(0, 0, 0, 0.4);
    color: #9A9EA4; }
.modal-close, .btn-profile-close {
  position: absolute;
  top: 15px;
  right: 15px;
  cursor: pointer; }
.modal-block .user-profile-change-avatar {
  position: absolute;
  top: 160px;
  left: 260px;
  padding: 5px;
  cursor: pointer;
  z-index: 1; } 
.modal-block .user-profile-change-cover, .modal-block .user-profile-remove-cover {
  position: absolute;
  top: 15px;
  left: 15px;
  padding: 5px;
  cursor: pointer;
  z-index: 1; } 
.modal-block .user-profile-remove-cover {
  left: 50px; }  
.modal-block .user-cover-input-file, .modal-block .user-bg-input-file, .modal-block .user-avatar-input-file {
  display:none;  
}
.modal-block .user-profile-change-bg, .modal-block .user-profile-remove-bg {
  position: absolute;
  top: 135px;
  left: 15px;
  padding: 5px;  
  cursor: pointer;
  z-index: 1; }
.modal-block .user-profile-remove-bg {
  left: 50px; }
.modal-close:hover, .user-profile-change-cover:hover, .user-profile-change-bg:hover {
  opacity: 0.7; }
.modal-close:active:focus, .user-profile-change-cover:active:focus, .user-profile-change-bg:active:focus {
  opacity: 0.3; }

.modal-visible {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(-50%) translateY(-50%) scale(1);
          transform: translateX(-50%) translateY(-50%) scale(1); }

.modal-is-open {
  pointer-events: none; }
.modal-is-open .page {
  -webkit-filter: blur(5px);
          filter: blur(5px); }
.modal-is-open .modal-visible {
  opacity: 0;
  visibility: hidden; }

.modal-open {
  display: block; }

.modal-block-open {
  -webkit-transform: translateX(-50%) translateY(-50%) scale(1);
          transform: translateX(-50%) translateY(-50%) scale(1);
  opacity: 1;
  visibility: visible;
  pointer-events: auto; }

.modal-brand {
  position: relative;
  min-width: 150px;
  background-color: var(--primary-color); }
.modal-brand:before {
  content: "";
  position: absolute;
  top: 0;
  right: 1px;
  height: 100%;
  width: 16px;
  background: url("../img/border.svg") no-repeat center left;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  background-size: 100%; }
.modal-brand-caption {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
  width: 100%;
  text-align: center;
  padding: 30px 15px 30px 27px; }
.modal-brand-caption .logo {
  font-size: 2.5em;
  line-height: 1;
  font-family: "uni_sansheavy_caps", sans-serif;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
.modal-brand-caption .logo > span {
  margin-top: -6px;
  display: block;
  font-size: 1.10em; }

.help-block {
  font-family: "uni_sansheavy_caps", sans-serif;
  font-size: 0.75em;
  letter-spacing: 0.05em;
  margin-bottom: 5px; }
.help-block a {
  color: #ffffff; }
.help-block .link-underline:before {
  background-color: #fff; }

.help-block2 {
  color: #687A92;
  font-size: 0.875em;
  font-weight: 700; }
.help-block2 a.clr-primary:hover {
  color: #00B6FF; }

.form-horizontal {
  margin-top: 30px; }
.form-horizontal .form-group {
  position: relative;
  margin-left: 0;
  margin-right: 0; }
.form-horizontal .form-group:before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background-color: #00B6FF;
  -webkit-transition: width 0.7s cubic-bezier(0.19, 1, 0.22, 1);
          transition: width 0.7s cubic-bezier(0.19, 1, 0.22, 1); }

.form-group.is-focus:before {
  width: 100%;
  left: 0; }
  
.form-switch {
  margin-bottom: 0 !important; }
.switch-label {
  font-family: "Circular Std", sans-serif;
  /* color: #FFFFFF !important; */
  margin-top: 0 !important;
  width: 300px !important; }

label,
.label {
  display: inline-block;
  font-family: "uni_sansheavy_caps", sans-serif;
  font-size: 0.75em;
  letter-spacing: 0.075em;
  color: #687A92;
  padding: 0; }

.form-control {
  border: 0;
  background: transparent;
  border-radius: 0;
  border-bottom: 2px solid #324052;
  color: var(--text-color);
  height: 46px;
  padding: 10px 0; }
.form-control:focus {
  box-shadow: none;
  border-color: #324052; }

#registerform, #recoverform {
  display: none; }

.profile-body {
  height: calc(100% - 40px);
  padding: 30px 15px;
  background-color: rgba(14, 31, 56, 0.5); }

.avatar-placeholder {
  width: 100%;
  height: 100%; }
.avatar-placeholder img {
  max-width: 100%;
  width: 100%;
  margin: 0 auto; }

.profile-photo[type="file"],
.profile-photo {
  display: none; }

.profile-photo-placeholder {
  position: relative;
  overflow: hidden;
  width: 48px;
  height: 48px;
  border-radius: 100%;
  background: #DCDCDD;
  margin-top: 0;
  cursor: pointer;
  display: block; }

.group-photo[type="file"],
.group-photo {
  display: none; }

.group-photo-placeholder {
  position: relative;
  overflow: hidden;
  width: 48px;
  height: 48px;
  border-radius: 100%;
  background: #DCDCDD;
  margin-top: 0;
  cursor: pointer;
  display: block; }

.menu {
  position: absolute;
  left: 0;
  top: 100%;
  background-color: #0A1C35;
  padding: 4px;
  border-radius: 6px;
  min-width: 100%;
  z-index: 101;
  margin-top: 10px;
  opacity: 0;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease; }
.menu:before {
  content: "";
  position: absolute;
  left: 20px;
  top: -6px;
  width: 12px;
  height: 12px;
  border-top-left-radius: 6px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  background-color: inherit; }
.menu li a {
  padding: 4px 12px;
  color: #fff; }
.menu li a:hover {
  background: transparent;
  color: rgba(255, 255, 255, 0.75); }
.menu li a:active {
  background: transparent;
  color: rgba(255, 255, 255, 0.5); }

.menu-open {
  opacity: 1; }
  
.modal-block input, .modal-block select, .modal-block option  {
  padding: 10px;
  border: 0;
  background-color: var(--bg-color); }

.modal-block input:focus, .modal-block input:disabled, .modal-block option {
  background-color: var(--bg-color); }
  
#new-channel-name[type="text"] {
  text-transform: lowercase; }
  
#set-custom-status .btn-main, #edit-server .btn-main, #create-category .btn-main, #create-channel .btn-main, #edit-group .btn-main, #join-a-group .btn-main, #join-a-server .btn-main, #edit-user-settings .btn-main, #server-invite-code .btn-main, #group-invite-code .btn-main {
  position: relative;
  right: 10px;
  width:100px; 
  float: right; }
  
#set-custom-status .btn-primary, #edit-server .btn-primary, #create-category .btn-primary, #create-channel .btn-primary, #edit-group .btn-primary, #join-a-group .btn-primary, #join-a-server .btn-primary, #edit-user-settings .btn-primary, #server-invite-code .btn-primary, #group-invite-code .btn-primary {
  position: relative;
  top: 35px;
  left: 0;
  width:100px; 
  float: right; }
  
#server-invite-code .btn-primary, #group-invite-code .btn-primary {
  width:120px; }
  
.usagebar { 
    position: relative;
	top: 0;
	left: 0;
    width: 99%;
    height: 10px;
  	background-color: #262626;
  	border: 1px solid #016BFF;
  	border-radius: 2px; }
.usagebar .usedbar {
  	height: 6px;
  	background-color:#4A29DB;
  	margin-left: 2px;
  	margin-top: 1px;
  	border-radius: 2px;
	width: 0%;
	transition: 1s;
	animation:animatecss 1s linear; }
  
.btn-lang {
  font-size: 0.875em;
  width: 80px;
  background-color: #31BCFE !important; }
.btn-lang:hover, .btn-lang:focus {
  background-color: #09A3FB !important; }
.btn-lang i {
	pointer-events: none; }
	
.settings-section .themes-grid {
  display: grid !important;
  grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
  grid-auto-rows: minmax(100px, auto);
  grid-gap: 10px; }
.settings-section .themes-grid .theme-select {
  width: 100px;
  height: 100px;
  backdrop-filter: var(--backdrop-filter);
  -webkit-backdrop-filter: var(--backdrop-filter);
  box-shadow: var(--box-shadow);
  border: 1px solid rgba(255, 255, 255, 0.3); 
  border-radius: 10px;
  cursor: pointer;
  aspect-ratio: 1; }
.settings-section .themes-grid .selected {
  border: 2px solid rgba(255, 255, 0) !important; }
.settings-section .fa-circle-small {
  position: relative;
  top: -2px;
  font-size: 4px; }
  
.settings-section .device-box {
  border-bottom: 1px solid rgba(255, 255, 255, .1);
  width: 360px;
  height: 80px; }
.settings-section .device-box .device-icon {
  width: 50px;
  height: 50px;
  border-radius: 50px;
  background-color: var(--primary-color); }
.settings-section .device-box .device-icon i {
  position: relative;
  top: 10px;
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
  font-size: 22px; }
.settings-section .device-box .device-info {
  position: relative;
  left: 16px;
  width: 290px;
  text-align: left; }
.settings-section #disconnect-all {
  max-width: 400px; }
.settings-section .device-disconnect-btn {
  color: #E64043; }
.settings-section #liquid-effect-box {
  display: none; }
  
.nav-lang-menu {
	position: absolute;
	top: 50px;
    right: 50px;
    width: 120px;
    min-height: 20px;
    display: none;
    z-index: 1000; }
.nav-lang-menu a {
	margin-top: 3px; }
	
.nav-lang-menu .btn-lang {
	width: 100%; }
	
#file-box {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .9); }
#file-box .file-box-buttons {
	width: auto; 
	position: absolute; 
	top: 20px; 
	right: 30px; 
	display: inline-flex;
    z-index: 102; }
#file-box .modal-block {
	max-width: 100%;
	width: auto;
	min-width: auto;
	padding: 0;
    margin: 0; }
#file-box .modal-block-content {
	padding: 0;
    margin: 0; }
#file-box img, #file-box audio, #file-box video {
	min-width: auto;
	max-width: 100%;
	min-height: auto;
	max-height: 100%;
	display: block; }
	
#file-box .btn {
	width: auto;
	margin-left: 5px;
    padding: 6px 12px !important; }
#file-box .btn i {
	width: 19px;
	font-size: 18px;
    height: auto; }

/* The whole thing */
.custom-menu, .roles-menu {
    position: absolute;
	width: 180px;
    overflow: hidden scroll;
    border: 0;
    white-space: nowrap;
    font-family: sans-serif;
    background: var(--menu-color);
	backdrop-filter: var(--backdrop-filter);
	-webkit-backdrop-filter: var(--backdrop-filter);
    color: var(--text-color);
    border-radius: 6px;
	box-shadow: 0 0 24px rgba(17, 17, 26, 0.4);
    padding: 6px 8px; 
    display: none; 	
	z-index: 1999; }
.roles-menu {
	width: 240px; }
	
.custom-menu-separator, .custom-menu-separator2, .custom-menu-separator3, .custom-menu-separator4, .custom-menu-separator5, .custom-menu-separator6 {
	height: 1px;
	background: rgba(255, 255, 255, 0.1);
	margin-top: 3px;
	margin-bottom: 3px;
    pointer-events: none; }

/* Each of the items in the list */
.custom-menu li, .roles-menu li {
	border-radius: 6px;
    padding: 7px 12px;
	margin-bottom: 2px;
    cursor: pointer;
    list-style-type: none;
    transition: all .3s ease;
    user-select: none; }
.roles-menu li {
	font-weight: bold; }

.custom-menu li:hover, .roles-menu li:hover {
    background-color: var(--menu-color-hover); }
	
.custom-menu-warning {
	color: #FEA81B !important; }

.custom-menu-warning:hover {
	color: #FFF !important;
    background-color: #C49332 !important; }
	
.custom-menu-danger {
	color: #E74442 !important; }

.custom-menu-danger:hover {
	color: #FFF !important;
    background-color: #DA373C !important; }
	
#global-data-ajax {
	 width: 0;
	 height: 0;
	 display: none; }

/* COOKIES POPUP */
#cookies-popup {
	position: fixed;
	left: 0;
    bottom: 0;
    width: 100%;
    height: auto;
	background: #000;
    color: #fff;
	padding: 10px; 
	z-index: 10000; }
#cookies-popup .cookies-message {
	width: 65%;
	float: left;
	padding-top: 5px; }
#cookies-popup .cookies-message p {
	padding-top: 5px;
	padding-left: 10px;
	margin: 0;
	font-size: 14px; }
#cookies-popup .cookies-button {
	min-width: 150px;
	max-width:15%;
	float: right; }
#cookies-popup a {
	width: 105px;
    padding: 15px;
	margin: 10px;
    text-align: center;
	display: block; }	


/*** Main End ***/
/*** Buttons Start ***/
.btn {
  font-family: "uni_sansheavy_caps", sans-serif;
  font-weight: 700;
  padding: 10px 24px;
  -webkit-transition: background-color .3s ease, color .3s ease;
          transition: background-color .3s ease, color .3s ease; }
.btn-radius {
  -webkit-transition: border-radius 0.4s cubic-bezier(1, 0.885, 0.32, 1.275);
          transition: border-radius 0.4s cubic-bezier(1, 0.885, 0.32, 1.275); }
.btn-radius:hover {
  border-radius: 60px; }
.btn-primary, .btn-primary:focus {
  background-color: var(--primary-color);
  border: 0;
  color: #fff; }
.btn-primary:hover, .btn-primary:active:focus {
  background-color: var(--primary-color-hover);
  color: #fff; }
.btn-main, .btn-main:focus {
  background-color: #2F425B;
  border: 0;
  color: #fff; }
.btn-main:hover, .btn-main:active:focus {
  background-color: #233143;
  color: #fff; } 
.btn-execute, .btn-execute:focus {
  background-color: #108DF3;
  text-align: center;
  border: 0;
  color: #fff; }
.btn-execute:hover, .btn-execute:active:focus {
  background-color: #3080c1;
  color: #fff; }
.btn-danger, .btn-danger:focus {
  background-color: #DB3C3B;
  border: 0;
  color: #fff; }
.btn-danger:hover, .btn-danger:active:focus {
  background-color: #B32D2C;
  color: #fff; }
  
.acceptBtn, .refuseBtn, .validationBtn, .acceptBtn:focus, .refuseBtn:focus, .validationBtn:focus {
  width: 100%;
  box-sizing: border-box;
  background: #674C8E;
  border: none;
  color: #fff;
  padding: 20px 0;
  border-radius: 3px;
  cursor: pointer;
  transition: 0.2s ease;
  text-decoration: none;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
   user-select: none; }
.acceptBtn:hover, .acpBtn:hover, .validationBtn:hover, .validationBtn:hover {
  background: #623E7E; }

.validationBtn {
  display: inline-block; }
  
.refuseBtn, .refuseBtn:focus {
  background: #ff9933; }
.refuseBtn:hover {
  background: #ff8000; }
  
#file_input_btn {
 width: 31px;
 height: 40px; }
 
/*** Buttons End ***/
/*** Misc Start ***/
.container-fluid {
  width: 100%; }

.front {
  z-index: 4; }

.page-content {
  padding: 100px 0; }

.page-content-sm {
  padding: 75px 0; }

.overflow-h {
  overflow: hidden; }

.relative {
  position: relative; }

.valign {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.valign > div {
  float: none; }

.valign {
  display: -webkit-flex;
           -webkit-flex-wrap: wrap !important; }

.valign:before,
.valign:after {
  width: 0; }

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

.vh-75 {
  min-height: 75vh;
  height: 75vh; }

.vh-50 {
  min-height: 50vh;
  height: 50vh; }

.vh-25 {
  min-height: 25vh;
  height: 25vh; }

div[class].vh-100,
div[class].vh-75,
div[class].vh-50,
div[class].vh-25 {
  height: auto; }

section[class].vh-100,
section[class].vh-75,
section[class].vh-50,
section[class].vh-25 {
  height: auto; }

.bg-white {
  background-color: #ffffff; }

.inline-block {
  display: inline-block; }

*:focus {
  outline: 0 !important; }

/*** Misc End ***/
/*** Footer Start ***/
/*** Footer End ***/
