
/*@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@200;300;400;500;600;700&display=swap');*/

/* captcha */
.grecaptcha-badge { 
    visibility: hidden !important;
}

#dialog-confirm{
  display: none;
}
.dt-scroll-body {
  scrollbar-color: rgb(171, 190, 211)  #ffffff;
  scrollbar-width: thin;
}

/*  body */
*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  /*font-family: 'Nunito', sans-serif;*/
  font-family: Arial,Helvetica,sans-serif;
}
html {
  font-family: 'Nunito', sans-serif;
  background-image: url(/IMG/page-bg.svg);
  background-repeat: repeat;
  min-height: 100vh;
  height: fit-content;
  width: 100%;
  /*border: 5px solid purple;*/
}
body {
  display: flex;
  position: relative;
  flex-direction: column;
  align-items: flex-end;
  min-height: 100vh;
  /*height: fit-content;*/
  justify-content: flex-start;
  height: 100%;
  width: 100%;
  color:  #000000;
  background:  #f6f9fd;
}
.ui-tabs{
  display: flex !important;
  flex-direction: column;
  flex-grow: 1;
  position: relative !important;
  height: 100% !important;
  width: 100% !important;
}
/* image area under menu */
.imgbox {
  position: relative;
  overflow: hidden;
  top: 67px;
  height: 200px;
  width: 100%;
  margin-bottom: 100px;
  background-image: url("/IMG/bg.webp");
  background-size: cover;
  visibility: visible;
  opacity: .8;
  }
.imgbox h1 {
  color:  #ffffff;
  position: absolute;
  text-align: center;
  top: 60px;
  /*height: 280px;*/
  width: 100%;
  text-shadow: 2px 2px  #000000;
}
.imgbox h5 {
  color:  #ffffff;
  position: absolute;
  text-align: center;
  top: 120px;
  height: 0px;
  width: 100%;
}
@media screen and (max-width: 970px) {
  .imgbox {
    height: 80px;
    margin-bottom: 50px;;
  }
  .imgbox h1 {
    top: 20px;
    font-size: 20px;
  }
  .imgbox h5 {
    top: 45px;
    font-size: 10px;
  }

}

/*
############################################################################################################
*/
/*.bg-wave{
  display: block;
  position: absolute;
  position: fixed;
  top: 72px;
  left: -2px;
  width: 101%;
  height: 90px;;
  transform: rotate(180deg);
  z-index: 10;
    /*background: url('#bg-test1');
  box-shadow: 0 6px 10px rgba(0,0,0,0.15);*//*
}
.bg-wave #lastWave{
  box-shadow: 0 6px 10px  #000000;
}*/
/*
##################################################################################################
*/
input[type="submit"] {
  display: none;
}
.dt-input:focus {
  color:  #000000;
  background-color:  #f6f9fd;
  border: 1px solid  #000000 !important;
  /*appearance: none;*/
  outline: none;
}
.debug{
  display: flex;
  left: 50px;
  top: 100px;
  position: absolute;
  background: white;
  z-index: 99;
}
#svgLager{
  display: none;
  visibility: hidden;
  }
#SVGwithoutHide {
  display: flex;
  width:0; height:0;
  position:absolute;
}
.smallNumber {
  display:inline;
  font-size:12px;
  text-align: center;
  text-wrap: nowrap;
}
/* font size smaller - small numbers */
#fs {
  font-size:12px;
  display:inline;
}
.fs {
  font-size:12px;
  text-align: center;
  text-wrap: nowrap;
}
/* div loading */
.blur{
  -webkit-filter: blur(1px);
    -moz-filter: blur(1px);
    -ms-filter: blur(1px);
    -o-filter: blur(1px);
    filter: blur(1px); 
}
#loading{
  width:100%;
  height:100%;
  position:fixed;
  z-index:9990;
  opacity: 0.5;
  background-color:  #7a8fa5;
  visibility: hidden;
  /*display: none;*/
}
#loading svg{
  position: absolute;
  left: 49%;
  top: 44%;
}
#loadingText{
  display: flex;
  justify-content: center;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 40%;
  color: rgb(85, 228, 185);
  font-size: 27px;
}

/* ####### addons ###################################################### */
#rowMenu {
  display: block;
  position: absolute;
  top: -500px;
  left: -500px;
  background-color: rgb(122, 143, 165);
  color:   #000000;
  border: 1px solid rgb(171, 190, 211);
  border-radius: 5px;
  padding: 17px 0px 17px 5px;
  z-index: 2;
  display: flex;
  visibility: visible;
  opacity: 0;
  transition: visibility 0.2s 0.2s, opacity 0.2s linear;
}

/* Copytext svg icon */
.login-icon,
.deploy-icon,
.monitor-icon,
.play-icon,
.pause-icon,
.infoIcon,
.editIcon,
.copytext {
  position: relative;
  top: 1px;
  left: -3px;
  height: 16px;
  width: 16px;
  padding: 0;
  padding-left: 0;
  margin: 0;
  border: none;
  background: none;
  outline: none!important;
  cursor: pointer;
  text-overflow: clip;
  fill:  #000000;

  opacity: 0.4;
  & svg {
    width: 16px;
    height: 16px;
    fill:  #000000;  }
}

.deploy-icon{
  height: 32px;
  width: 32px;
  opacity: 0.7;
}
.login-icon{
  height: 25px;
  width: 25px;
  opacity: 0.7;
}
.console-icon,
.pause-icon,
.play-icon{
  height: 19px;
  width: 19px;
  top: 5px;
  stroke-width: 5px; 
  opacity: 0.5;
}
.console-icon{
  opacity: 0.4;
}

.editIcon{
  top: 3px;
}
/* hover in thi two not works on standard way... here are solution..*/
.login-icon:hover,
.deploy-icon:hover,
.monitor-icon:hover,
.console-icon:hover,
.play-icon:hover,
.pause-icon:hover{
  filter: invert(8%) sepia(97%) saturate(7488%) hue-rotate(12deg) brightness(192%) contrast(114%);
  opacity: 1;
}

.infoIcon:hover,
.editIcon:hover,
.copytext:hover {
  fill: red !important;
  color: red !important;
  opacity: 1;
}
/* configNode icon*/
.configNode{
  position: relative;
  height: 20px;
  width: 20px;
  padding: 0;
  margin: 0;
  border: none;
  background: none;
  outline: none!important;
  cursor: pointer;
  text-overflow: clip;
  fill:  #000000;
  opacity: 0.7;
  & svg {
    width: 20px;
    height: 20px;
    fill:  #000000;
  }
}
.configNode:hover {
  fill: red;
  opacity: 1;
}
/* div popupInfo */
#popupInfo {
  position: absolute;
  top: 25px;
  left: 50%;
  background-color:  #D0E4F5;
  color:   #000000;
  border: 1px solid  #000000;
  border-radius: 5px;
  padding: 16px;
  z-index: 2;
  display: flex;
}
#popupInfo.visible{
  visibility: visible;
  opacity: 1;
  transition: opacity 0.2s linear;
}
#popupInfo.hidden{
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s 0.2s, opacity 0.2s linear;
}

/* #####################################################################*/
/* flex for footer */
.flex-wrapper {
  display: flex;
  align-content: flex-end;
  flex-direction: column;
  flex-grow: 1;
  justify-content: flex-start;
  width: 100%;
  min-height: 100vh - 35px;
  height: 100%;
  }
.footer {
  display: flex;
  position: relative;
  padding: 0px;  
  margin-top: auto;
  /*bottom: 0px;*/
  width: 100%;
  height: 35px;
  color:  #ffffff;
  justify-content: space-between;
  align-items: center;
  border-top: 2px solid rgb(171, 190, 211);
  background-color: rgb(122, 143, 165);
  }
.footer:nth-child(1){
  justify-content: center;
  align-items: center;
}
.footer:nth-child(2){
  justify-content: right;
  align-items: right;
}
/* Discord */
.discord-icon{
  margin-top: 5px;
  margin-left: 15px;
  height: 27px;
  width: 27px;
  stroke: #ffffff;
}

/* protected email */
.e-mail:before {
  content: attr(data-tcl) "\002E" attr(data-domain) "\0040" attr(data-user);
  unicode-bidi: bidi-override;
  direction: rtl;
}
