:root{
	--panelhoffset: 0px;
	--bg-header-color: black;
}
body {
	font: 16px/1 'Jura', sans-serif;
	font-family: 'Jura', sans-serif;
	margin:0;
	padding:0;
	background: rgb(78,27,112);
	background: -moz-linear-gradient(90deg, rgba(78,27,112,1) 0%, rgba(17,108,129,1) 50%, rgba(245,166,244,1) 100%);
	background: -webkit-linear-gradient(90deg, rgba(78,27,112,1) 0%, rgba(17,108,129,1) 50%, rgba(245,166,244,1) 100%);
	background: linear-gradient(99deg, #42025d 0%, rgba(17,108,129,1) 59%, rgba(245,166,244,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#4e1b70",endColorstr="#f5a6f4",GradientType=1);
	}
.wrapper {width: 940px;padding: 15px;margin: 0 auto;}
.errors {margin-bottom: 20px;border: 1px solid red;padding: 15px;background: #fff4f4;color: red;}
		
a.dt-button.button.small.buttons-pdf.buttons-html5 {
    display: none;
}

.top {
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
}

div#filter {
    width: 50%;
    float: left;
}
.warning {
    display: block;
    text-align: center;
    position: relative;
    padding: 5px 10px;
    /* width: 2em; */
    background: red;
    border-radius: 5px;
    font-weight: 900;
}

.warning .fa-duotone {
	float:left;
}

.warning .fa-duotone::before, .warning-text .fa-duotone::before {
	--fa-primary-color: #ffe400; 
	--fa-secondary-opacity: 1;
}
.warning .fa-duotone::after, .warning-text .fa-duotone::after {
	--fa-secondary-color: #ff6500;
	--fa-secondary-opacity: 1;
}

.warning.green {
    background-color: greenyellow;
    color: black;
}
.warning.orange {
    background-color: #FF9800;
}
.warning-text {
	color: #ffac00;
}
.bottom {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-content: flex-start;
}
span.primary.display_name {
    /* font-size: 0.85em; */
    font-weight: bold;
    /* text-shadow: 1px 0px 9px #00b0ff; */
}

tr.active td, tr.inactive td {
    font-size: 0.8em;
}

span.secondary.display_name {
    font-size: 0.7rem;
}

meter {
	width: 100%;
}
.modal-adddomain{
	width:300px;
	height:300px;
	
}
#overflow{
	display: none;
	position:fixed;
	top:0;
	bottom:0;
	left:0;
	right:0;
	background: rgb(1 9 18 / 88%);
	z-index:1000;
	align-content: center;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
}
#overflow h3
{
	color:white;
}
main.main {
    display: flex;
    flex-direction: row;
    align-content: space-between;
    justify-content: space-between;
    align-items: stretch;
    padding: calc( var(--navpaneltopoffset) + var(--extpaneltopoffset) ) 0 5em;
}
.data{flex-grow: 2;/* display: flex; */flex-direction: column;padding: 0;min-height: 100vh;max-width: 100vw;align-items: center;flex-wrap: nowrap;align-content: center;justify-content: center;box-sizing: border-box;}
.sidebar.menu {
    position: fixed;
    top: 0px;
    left: 0;
    max-height: 100vh;
    height: 100vh;
    width: 214px;
    display: flex;
    align-content: center;
}
nav {
    position: fixed;
    top: var(--adminpaneltopoffset);
    width: 100%;
    z-index: 9999;
    display: flex;
    max-width: 100vw;
    height: 53px;
    flex-direction: row;
    /* box-shadow: 2px 2px 11px 0px var(--bg-header-color); */
    /* border-radius: 0 22px 22px 0; */
    background: #16011e;
    justify-content: flex-end;
    align-items: center;
    padding: 5px 20px;
    flex-wrap: nowrap;
    box-sizing: border-box;
}
nav .h1, nav h1 {
    font-size: 1.3vw;
    font-weight: 900;
    color: #37dbe6;
    width: 100%;
    /* text-transform: uppercase; */
    /* text-shadow: 0 0 4px white; */
    flex-grow: 2;
    flex-shrink: 1;
}
nav.mobile h1, nav.mobile .h1 {
	font-size: 3vw;
	flex-grow: 2;
}
#menu {
  z-index: 2;
}

#menu-bar, #options-bar {
  /* width: 1.5rem; */
  /* height: 1.5rem; */
  margin: 5px;
  cursor: pointer;
  display: none;
}

.bar {
  height: 3px;
  width: 100%;
  background-color: #b304d0;
  display: block;
  border-radius: 5px;
  transition: 0.3s ease;
}

#options-bar #bar1 {
  transform: translateY(0px);
}
#options-bar #bar2 {
  transform: rotate(43deg) translate(2px, 7px);
  width: 30px;
}
#options-bar #bar3 {
  transform: rotate(319deg) translate(10px, 15px);
  width: 30px;
}
#menu-bar #bar1 {
  transform: translateY(0px);
}
#menu-bar #bar2 {
  transform: translateY(4px);
}
#menu-bar #bar3 {
  transform: translateY(8px);
}

.nav {
  transition: 0.3s ease;
  display: none;
}

.nav ul {
  padding: 0 22px;
}

.nav li {
  list-style: none;
  padding: 12px 0;
}

.nav li a {
  color: white;
  font-size: 20px;
  text-decoration: none;
}

.nav li a:hover {
  font-weight: bold;
}

#menu-bg, #menu {
  top: 0;
  left: 0;
  position: absolute;
}

#menu-bg {
  display: flex;
  width: 100%;
  height: 40px;
  margin: 0;
  color: antiquewhite;
  padding: 1px 20px;
  position: fixed;
  background: #211d28;
  box-sizing: border-box;
  justify-content: space-between;
  align-items: center;
  top: calc( var(--adminpaneltopoffset) + var(--navpaneltopoffset) );
  transition: all 0.5s ease;
}
.mobile #menu-bg{
  top: -100%;
  height: 460px; 
  display: flex;
  background: rgb(0 0 0 / 73%);
  backdrop-filter: blur(9.6px);
  -webkit-backdrop-filter: blur(9.6px);
  border: 1px solid rgba(74, 23, 112, 0.22);
  z-index: 9;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: center;
  align-items: center;
  position: fixed;
  justify-content: flex-start;
}
.mobile #menu-bar, .mobile #options-bar{
	display:block;
	font-size: 1.8em;
	color: white;
}
#menu-bar.change, #options-bar.change{
	color: #00f5e5;
}

.change {
  display: block;
}

.change .bar {
  background-color: #6fefff;
  box-shadow: 1px 1px 4px 1px #03a9f48c;
  width: 60%;
}

 #options-bar.change  #bar1 {
  transform: translateY(8px) rotateZ(142deg);
}

 #options-bar.change  #bar2 {
  transform: translate(-1000px, 0px);
}

#options-bar.change  #bar3 {
  transform: translateY(-1px) rotateZ(225deg);
}

#menu-bar.change  #bar1 {
  transform: translateY(8px) rotateZ(142deg);
}

#menu-bar.change  #bar2 {
  transform: translate(-1000px, 0px);
}

#menu-bar.change  #bar3 {
  transform: translateY(-1px) rotateZ(225deg);
}

.mobile #menu-bg.change-bg {
  top: calc( var(--adminpaneltopoffset) + var(--navpaneltopoffset) );

}

#menu-bg.change-bg title{
	display:block;	
}
div.bx-auth {max-width: 400px;margin-top: calc( 100vh - var(--panelhoffset) );/* margin-bottom:24px; */margin: 80px auto 0;color: white;color: #37dbe6;text-transform: uppercase;text-shadow: 1px 1px 8px #ffffffb3;}
div.bx-auth form {padding:0; margin:0;}
div.bx-auth-line {border-bottom:1px solid #E3E3E3; padding-bottom:10px;}
div.bx-auth-title {font-size:140%;border-bottom: none;padding-bottom:12px;text-align: center;}
div.bx-auth-note{margin:18px 0px 6px 0px;display: none;}
div.bx-auth td.bx-auth-label{text-align:right; font-weight:bold;}
div.bx-auth table.bx-auth-table{margin-top:8px;clear: both;}
div.bx-auth table.bx-auth-table td {padding:3px;}
div.bx-auth table.bx-auth-table td {display: inline;}
div.bx-auth input.bx-auth-input {vertical-align:middle;}
div.bx-auth span.bx-auth-secure {background-color:#FFFAE3; border:1px solid #DEDBC8; padding:2px; display:inline-block; vertical-align:middle;}
div.bx-auth div.bx-auth-secure-icon {background-image:url(images/sec.png); background-repeat:no-repeat; background-position:center; width:19px; height:18px;}
div.bx-auth div.bx-auth-secure-unlock {background-image:url(images/sec-unlocked.png);}
div.bx-auth table tbody tr:nth-child(even){
	    background-color: transparent;
}
td.authorize-submit-cell input.btn.btn-primary{
    padding:5px 20px;
    border-radius:5px;
    font-size:1rem;
    background-color:#8b00a2 !important;
    color: white;
    box-shadow: 2px 2px 10px 0px black;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
}
td.authorize-submit-cell input.btn.btn-primary:hover{
    padding:5px 20px;
    border-radius:5px;
    font-size:1rem;
    background-color: #d53fed !important;
    color: white;
    box-shadow: 2px 2px 10px 0px #00000040;
    border: none;
}
.modalSystem {
	display: block;
	position: fixed;
	background: #14001b;
	top: 0;
	bottom: 0;
	left: 150%;
	opacity:0;
	min-width: 300px;
	right: 0;
	text-align: center;
	z-index: 9999;
	color: white;
	transition:all 0.5s ease;
}
.open{
	left:50%;
	opacity:1;
}
a>i {
	margin-right: 5px;
	font-size: 1.2em;
}
textarea#param_adddomain {
	width: 100%;
	border-radius: 5px;
	box-shadow: none;
}

/* Our mixin positions a copy of our text
directly on our existing text, while
also setting content to the appropriate
text set in the data-text attribute. */
.glitch {
  /* position: relative; */
  /* color: white; */
  /* font-size: 1em; */
  /* letter-spacing: 0em; */
  /* Animation provies a slight random skew. Check bottom of doc
  for more information on how to random skew. */
  animation: glitch-skew 1s infinite linear alternate-reverse;
}
.glitch::before {
  content: attr(data-text);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  left: 2px;
  text-shadow: -2px 0 #ff00c1;
  /* Creates an initial clip for our glitch. This works in
  a typical top,right,bottom,left fashion and creates a mask
  to only show a certain part of the glitch at a time. */
  clip: rect(44px, 450px, 56px, 0);
  /* Runs our glitch-anim defined below to run in a 5s loop, infinitely,
  with an alternating animation to keep things fresh. */
  animation: glitch-anim 5s infinite linear alternate-reverse;
}
.glitch::after {
  content: attr(data-text);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  left: -2px;
  text-shadow: -2px 0 #00fff9, 2px 2px #ff00c1;
  animation: glitch-anim2 1s infinite linear alternate-reverse;
}
button.green {
    background: palegreen;
}

button {
    border-radius: 5px;
    border: none;
    padding: 5px 10px;
    font-size: 1.2em;
    font-weight: bold;
}

button.red {
    background: orangered;
}

button:hover {
    box-shadow: 1px 1px 13px -2px white;
    cursor: pointer;
    /* color: antiquewhite; */
    /* background: greenyellow; */
    filter: brightness(1.1);
}
/* Creates an animation with 20 steaps. For each step, it calculates 
a percentage for the specific step. It then generates a random clip
box to be used for the random glitch effect. Also adds a very subtle
skew to change the 'thickness' of the glitch.*/
@keyframes glitch-anim {
  0% {
    clip: rect(68px, 9999px, 67px, 0);
    transform: skew(0.41deg);
  }
  5% {
    clip: rect(17px, 9999px, 15px, 0);
    transform: skew(0.92deg);
  }
  10% {
    clip: rect(86px, 9999px, 17px, 0);
    transform: skew(0.32deg);
  }
  15% {
    clip: rect(66px, 9999px, 4px, 0);
    transform: skew(0.98deg);
  }
  20% {
    clip: rect(97px, 9999px, 82px, 0);
    transform: skew(0.04deg);
  }
  25% {
    clip: rect(38px, 9999px, 96px, 0);
    transform: skew(0.93deg);
  }
  30% {
    clip: rect(25px, 9999px, 29px, 0);
    transform: skew(0.3deg);
  }
  35% {
    clip: rect(2px, 9999px, 61px, 0);
    transform: skew(0.4deg);
  }
  40% {
    clip: rect(11px, 9999px, 54px, 0);
    transform: skew(0.46deg);
  }
  45% {
    clip: rect(71px, 9999px, 57px, 0);
    transform: skew(0.64deg);
  }
  50% {
    clip: rect(70px, 9999px, 98px, 0);
    transform: skew(0.38deg);
  }
  55% {
    clip: rect(88px, 9999px, 43px, 0);
    transform: skew(1deg);
  }
  60% {
    clip: rect(83px, 9999px, 91px, 0);
    transform: skew(0.63deg);
  }
  65% {
    clip: rect(89px, 9999px, 97px, 0);
    transform: skew(0.54deg);
  }
  70% {
    clip: rect(55px, 9999px, 19px, 0);
    transform: skew(0.88deg);
  }
  75% {
    clip: rect(99px, 9999px, 33px, 0);
    transform: skew(0.19deg);
  }
  80% {
    clip: rect(82px, 9999px, 8px, 0);
    transform: skew(0.68deg);
  }
  85% {
    clip: rect(9px, 9999px, 62px, 0);
    transform: skew(0.87deg);
  }
  90% {
    clip: rect(39px, 9999px, 56px, 0);
    transform: skew(0.21deg);
  }
  95% {
    clip: rect(7px, 9999px, 19px, 0);
    transform: skew(0.69deg);
  }
  100% {
    clip: rect(62px, 9999px, 55px, 0);
    transform: skew(0.89deg);
  }
}
@keyframes glitch-anim2 {
  0% {
    clip: rect(69px, 9999px, 82px, 0);
    transform: skew(0.14deg);
  }
  5% {
    clip: rect(1px, 9999px, 48px, 0);
    transform: skew(0.33deg);
  }
  10% {
    clip: rect(67px, 9999px, 53px, 0);
    transform: skew(0.42deg);
  }
  15% {
    clip: rect(54px, 9999px, 74px, 0);
    transform: skew(0.32deg);
  }
  20% {
    clip: rect(51px, 9999px, 51px, 0);
    transform: skew(0.51deg);
  }
  25% {
    clip: rect(41px, 9999px, 17px, 0);
    transform: skew(0.09deg);
  }
  30% {
    clip: rect(55px, 9999px, 81px, 0);
    transform: skew(0.29deg);
  }
  35% {
    clip: rect(21px, 9999px, 97px, 0);
    transform: skew(0.61deg);
  }
  40% {
    clip: rect(68px, 9999px, 23px, 0);
    transform: skew(0.81deg);
  }
  45% {
    clip: rect(71px, 9999px, 54px, 0);
    transform: skew(0.79deg);
  }
  50% {
    clip: rect(16px, 9999px, 61px, 0);
    transform: skew(0.69deg);
  }
  55% {
    clip: rect(47px, 9999px, 10px, 0);
    transform: skew(0.84deg);
  }
  60% {
    clip: rect(16px, 9999px, 98px, 0);
    transform: skew(0.08deg);
  }
  65% {
    clip: rect(43px, 9999px, 67px, 0);
    transform: skew(0.46deg);
  }
  70% {
    clip: rect(9px, 9999px, 100px, 0);
    transform: skew(0.64deg);
  }
  75% {
    clip: rect(29px, 9999px, 64px, 0);
    transform: skew(0.45deg);
  }
  80% {
    clip: rect(89px, 9999px, 76px, 0);
    transform: skew(0.24deg);
  }
  85% {
    clip: rect(35px, 9999px, 8px, 0);
    transform: skew(0.12deg);
  }
  90% {
    clip: rect(21px, 9999px, 94px, 0);
    transform: skew(0.66deg);
  }
  95% {
    clip: rect(34px, 9999px, 49px, 0);
    transform: skew(0.86deg);
  }
  100% {
    clip: rect(43px, 9999px, 36px, 0);
    transform: skew(0.97deg);
  }
}
@keyframes glitch-skew {
  0% {
    transform: skew(1deg);
  }
  10% {
    transform: skew(2deg);
  }
  20% {
    transform: skew(4deg);
  }
  30% {
    transform: skew(-3deg);
  }
  40% {
    transform: skew(5deg);
  }
  50% {
    transform: skew(-1deg);
  }
  60% {
    transform: skew(5deg);
  }
  70% {
    transform: skew(5deg);
  }
  80% {
    transform: skew(-4deg);
  }
  90% {
    transform: skew(-4deg);
  }
  100% {
    transform: skew(-1deg);
  }
}

.hidden{left:150%;opacity:0;}