

/*

XMS Dashboard
XMS Dashboard is used for Viewing and Updating XMS Properties, Connecting Links, Writing Notes, Ect.
Copyright (C) 2023 AzureVerse


*/
/*----------------------------LANDING PAGE------------------*/

@import url('https://fonts.googleapis.com/css2?family=Ysabeau+SC:wght@600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Ubuntu+Mono&display=swap');


.prettybody { 
	width: 100%;
	height:100%;
	font-family: 'Ysabeau SC', sans-serif;
	background: #092756; 
	background: -moz-radial-gradient(0% 100%, ellipse cover, rgba(5, 5, 5, 0.4) 10%,rgba(138,114,76,0) 40%),-moz-linear-gradient(top,  rgba(57,173,219,.25) 0%, rgba(42,60,87,.4) 100%), -moz-linear-gradient(-45deg,  #000000 0%, #9351be 100%);
	background: -webkit-radial-gradient(0% 100%, ellipse cover, rgba(0, 0, 0, 0.4) 10%,rgba(138,114,76,0) 40%), -webkit-linear-gradient(top,  rgba(57,173,219,.25) 0%,rgba(42,60,87,.4) 100%), -webkit-linear-gradient(-45deg,  #351314 0%,#320241 100%);
	background: -o-radial-gradient(0% 100%, ellipse cover, rgba(0, 0, 0, 0.4) 10%,rgba(138,114,76,0) 40%), -o-linear-gradient(top,  rgba(57,173,219,.25) 0%,rgba(42,60,87,.4) 100%), -o-linear-gradient(-45deg,  #462627 0%,#000000 100%);
	background: -ms-radial-gradient(0% 100%, ellipse cover, rgba(0, 0, 0, 0.4) 10%,rgba(138,114,76,0) 40%), -ms-linear-gradient(top,  rgba(57,173,219,.25) 0%,rgba(42,60,87,.4) 100%), -ms-linear-gradient(-45deg,  #351e1f 0%,#000000 100%);
	background: -webkit-radial-gradient(0% 100%, ellipse cover, rgba(0, 0, 0, 0.4) 10%,rgba(138,114,76,0) 40%), linear-gradient(to bottom,  rgba(57,173,219,.25) 0%,rgba(42,60,87,.4) 100%), linear-gradient(135deg,  #410506 0%,#000000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3E1D6D', endColorstr='#092756',GradientType=1 );
  background: fixed;
}
.dashbody { 
	width: 100%;
	height:100%;
  
	font-family: Sans-serif;
	background: -webkit-radial-gradient(0% 100%, ellipse cover, rgba(58, 2, 2, 0.4) 10%,rgba(0, 0, 0, 0.589) 40%), linear-gradient(to bottom,  rgba(254, 255, 255, 0.25) 0%,rgba(42,60,87,.4) 100%), linear-gradient(135deg,  #383838 0%,#111010 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFF', endColorstr='#000',GradientType=1 );
  
}

html { width: 100%; height:100%;
  
}
#welcome-container{
  width: 97%;
  
}
#profile-col1{
  color: #000000;
  text-align: center;
  background-color: #82d868a8;
  border-radius: 10px;
  width: 50%;
  padding: 10px;
  
}
#welcome-col1{
  color: #000;
  text-align: center;
  background-color: #b3b3b3;
  border: 1px solid #888;
  border-radius: 10px;
  width: 50%;
  padding: 10px;
}
#welcome-col2{
  color: #ffffff;
  text-align: left;
  background-color: #181717;
  border: 0;
  border-radius: 10px;
  width: 50%;
  padding: 10px;
}
#features-col1{
  color: #ffffff;
  text-align: center;
  background-color: #005a4b;
  border: 1px solid #888;
  border-radius: 10px;
  width: 50%;
  padding: 10px;
  
}

#features-col2{
  color: #ffffff;
  text-align: left;
  background-color: #181717;
  border: 0;
  border-radius: 10px;
  width: 50%;
  padding: 10px;
}

.img-popup-example{
  width: 100%;
  height: 8rem;
  background-image: url("../img/popup-example.png");
  background-repeat: no-repeat;
  background-size: contain;
}
.img-popup-example-adjust{
  width: 100%;
  height: 8rem;
  background-image: url("../img/popup-example-adjust.png");
  background-repeat: no-repeat;
  background-size: contain;
}
.img-popup-leavespace{
  width: 100%;
  background-image: url("../img/popup-leavespace.png");
  background-repeat: no-repeat;
  background-size: contain;
}
.img-popup-filled{
  width: 100%;
  height: 8rem;
  background-image: url("../img/popup-filled.png");
  background-repeat: no-repeat;
  background-size: contain;
}
.img-popup-blocked{
  width: 120px;
  height: 50px;
  
}

.btn-on-white{
  background-color: transparent;
  border: 0;
  border-inline: 1px solid black;
  border-radius: 2px;
  color: #550202;
}
.btn-on-white:hover{
  background-color: transparent;
  border: 0;
  border-inline: 1px solid rgb(39, 4, 4);
  border-radius: 2px;
  color: #f30505;
}


.footnote-light{
  font-style: italic;
  color: #d4d3d3;
  width: 80%;
  font-size: 13px;
  padding: 10px;
  background-color: #484948;
  border-radius: 20px;
}

.footnote-dark{
  font-style: italic;
  color: #314d4d;
  font-size: 13px;
  padding: 10px;
  background-color: #c2c2c2;
  border-radius: 20px;
}









#big-fancy-start-button
{
    height: 60px;
    width: 300px;
    border-radius: 30px; 
    
    text-align: center;
    color: #fff;
    font-size: 24px;
    text-transform: uppercase;
    text-decoration: none;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    box-sizing: border-box;
    background: linear-gradient(90deg,#03a9f4,#f441a5,#ffeb3b,#03a9f4);
    background-size: 400%;
    cursor: pointer;
}

#big-fancy-start-button:hover
{
    animation: fancy-btn-animate 8s linear infinite;
}

@keyframes fancy-btn-animate
{
    0%
    {
        background-position: 0%;
    }
    100%
    {
        background-position: 400%;
    }
}

#big-fancy-start-button:before
{
    content: '';
    
    top: -5px;
    left: -5px;
    bottom: -5px;
    right: -5px;
    z-index: -1;
    background: linear-gradient(90deg,#03a9f4,#f441a5,#ffeb3b,#03a9f4);
    background-size: 400%;
    border-radius: 40px;
    opacity: 0;
    transition: 1s;
}

#big-fancy-start-button:hover:before
{
    filter: blur(20px);
    opacity: 1;
    animation: animate 8s linear infinite;
}









select
{
  width: 100%;
  min-width: 60px;
  
}

.titlepanel{
  filter: drop-shadow(8px 8px 10px rgb(10, 10, 10));
  padding-inline: 5px;
  
}

#titlebg
{
  border: 1px solid #888;
  background-color: #0000007a;
  background-image: url(/img/treetop_logo_bg.png);
  background-blend-mode: darken;
  /* color: #888; */
  border-radius: 10px;
  background-repeat: no-repeat;
  background-size: 100%;
  padding: 6px;
  
}
#titlediv
{
  background-color: transparent;
  
 
  color: #ffffff;
  font-weight: bold;
  font-size: 22px;
  padding-top: 20px;
  filter: drop-shadow(8px 8px 10px rgb(10, 10, 10));
}
#byazure
{
  font-size: 10px;
  color: rgb(255, 255, 255);
  padding-bottom: 20px;
  filter: drop-shadow(8px 8px 10px rgb(10, 10, 10));
}
#titlebg2
{
  border: 1px solid #888;
  background-color: #0000007a;
  background-image: url(/img/treetop_logo_bg.png);
  background-blend-mode: darken;
  /* color: #888; */
  border-radius: 10px;
  background-repeat: no-repeat;
  background-size: 100%;
  padding: 6px;
}
#titlediv2
{
  background-color: transparent;
  
 
  color: #ffffff;
  font-weight: bold;
  font-size: 28px;
  padding-top: 20px;
  filter: drop-shadow(8px 8px 10px rgb(10, 10, 10));
}
#byazure2
{
  font-size: 12px;
  color: rgb(255, 255, 255);
  padding-bottom: 20px;
  filter: drop-shadow(8px 8px 10px rgb(10, 10, 10));
}

.version{
  font-size: 10px;
  margin-left: 10px;
}



#topradius{
  
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  border-bottom-right-radius: 0%;
  border-bottom-left-radius: 0%;
}
#noradius{

  border-top-right-radius: 0%;
  border-top-left-radius: 0%;
  border-bottom-right-radius: 0%;
  border-bottom-left-radius: 0%;
}
#bottomradius{
  border-top-right-radius: 0%;
  border-top-left-radius: 0%;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}

.shadow{
  filter: drop-shadow(8px 8px 10px rgb(10, 10, 10));
}

.txlight
{
  color: #888;
}
.tag
{
  color: #888;
}
.notepaper
{
  z-index:-1;position:fixed;top:0;left:0;height:100%;width:100%
}
.leftpadder
{
  padding-left: 10px;
}
.rightpadder
{
  padding-right: 10px;
}
.toppadder
{
  padding-top: 10px;
}
.bottompadder
{
  padding-bottom: 10px;
}
.inlinepadder
{
  padding-left: 10px;
  padding-right: 10px;
}
.allpadder
{
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.textcontainer
{
  width: 100%; align-self: center;padding-left: 5px;padding-right: 5px;padding-top: 10px;
}

.menucontainer
{
  width: 100%;align-self: center; padding-top: 10px; 
  padding-bottom: 10px;
}
.menucontainer2
{
  width: 100%;align-self: center; 
  padding-bottom: 10px;
}
.menucontainerCard
{
  width: 100%;align-self: center; padding-left: 10px; padding-right: 10px;
}

textarea
{
  background:#2b2a2a;width:100%;height:200px;outline:none;padding:15px;margin:0;border:1;border-color:#888;border-radius: 10px; border-bottom-right-radius: 0%; box-sizing:border-box;resize:vertical;font-family:Helvetica,Arial,sans-serif;font-size:var(--ext-font-size);line-height:var(--ext-line-height);color:var(--ext-nav-color);
}

.textareasquished
{
  height: 120px;
}

.bordered
{
  border: 1px solid #888; border-radius: 10px;
}

.labeled
{
  background: transparent; border: 1; border-color: #888; border-radius: 10px; color: #888; padding-right: 10px; align-content: center; text-align: center;
}

.spacerdiv  
{
  height: 20px;
}
@font-face {
  font-family: "CONSOLA";
  src:url("css/fonts/CONSOLA.TTF") format("truetype");
}

.videoplayerdiv{
  filter: drop-shadow(6px 6px 10px rgb(10, 10, 10));
}

#supportnumbers{
  background-color: #2926269c;
  border: 2px solid #111111;
  width: 97%;
  
  margin: 10px;  
  margin-top: 15px;
  border-radius: 10px;
  
  filter: drop-shadow(6px 6px 10px rgb(10, 10, 10));
  
}
.highlight{
  color: #a2ddf8;
}
#timezone-container{
  
  background-color: #2926264f;
  border: 2px solid #111111;
  width: 95%;
  
  margin: 10px;  
  margin-top: 15px;
  border-radius: 10px;
  
  filter: drop-shadow(6px 6px 10px rgb(10, 10, 10));
  
}

.timezone-label{
  color: #aebda5;
  width: 50%;
}
.timezone-clock{
  color: rgb(156, 155, 155);
  width: 50%;
}
.list-odd{
  padding: 3px;
  background-color: transparent;
}
.list-even{
  padding: 6px;
  background-color: #0000002f;
}

.menubreak{
  padding: 0%;
  margin: 5px;
  border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(10, 10, 10, 0), rgba(253, 251, 251, 0.75), rgba(0, 0, 0, 0));
}

.colbreak{
  padding: 0%;
  margin: 5px;
  border: 0;
    height: 2px;
    background-image: linear-gradient(to right, rgba(255, 254, 254, 0), rgba(12, 12, 12, 0.75), rgba(0, 0, 0, 0));
}

#GenerateSubject,#GenerateMailTo,#GenerateCC{
  
  background-color: #2b2a2a;
  color: #f8f9fa;
  
}



#passwordverification{
  width: 100%;
  font-family: 'Ubuntu Mono', monospace;
  font-size: 35px;
  text-align: center;
  border-radius: 20px;
  background-color: #2b2a2a;
  border: 1px solid #888;
}

#copy_button {
  position: relative;
  overflow: visible;
 
}
#copy_tooltip {
  display: block;
  font-size: 80%;
  position: absolute;
  background: darken(royalblue, 20);
  color: #fff;
  padding: .5rem 1rem;
  border-radius: 4px;
  top: 0;
  left: 20px;
  right: 20px;
  margin: auto;

  opacity: 0;        

  &.active {
      -webkit-animation: slide-up 0.15s cubic-bezier(.51, .92, 0.265, 1.55) both;
              animation: slide-up 0.15s cubic-bezier(.51, .92, 0.265, 1.55) both;
  }
  &.inactive {
      -webkit-animation: slide-up 0.1s cubic-bezier(.250, .460, .450, .940) reverse both;
              animation: slide-up 0.1s cubic-bezier(.250, .460, .450, .940) reverse both;
  }

  &:after {
      content: '';
      position: absolute;
      top: 98%;
      left: 50%;
      margin-left: -8px;
      width: 0; height: 0;
      border-top: 8px solid darken(royalblue, 20);
      border-right: 8px solid transparent;
      border-left: 8px solid transparent;
  }
}

@-webkit-keyframes slide-up {
  0% {
      -webkit-transform: translateY(0) scale(.8);
              transform: translateY(0) scale(.8);
      opacity: 0;         
  }
  100% {
      -webkit-transform: translateY(-35px) scale(1);
              transform: translateY(-35px) scale(1);
      opacity: 1;
  }
}
@keyframes slide-up {
  0% {
      -webkit-transform: translateY(0) scale(.8);
              transform: translateY(0) scale(.8);
      opacity: 0;         
  }
  100% {
      -webkit-transform: translateY(-35px) scale(1);
              transform: translateY(-35px) scale(1);
      opacity: 1;
  }
}


/* //////////////////////TEXT EDITOR //////////////////////////// */

#textnotes{
  width: 100%;
  min-height: 300px;
  height: auto;
  resize: vertical;
  border: 1px #5c5c5c solid;
  padding: 13px;
  
  background: #2b2a2a;
  border-radius: 10px; 
  border-bottom-right-radius: 0px;
  
  text-align: left;
  white-space: pre-wrap;
  word-wrap: break-word;
}
#textnotes:focus-visible{
  width: 100%;
  height:300px;
  resize: vertical;
  outline: 1px #9dbec2 solid;
  border: 1px #9dbec2 solid;
  padding: 13px;
  overflow-y: auto;
  background: #2b2a2a;
  border-radius: 10px; 
  border-bottom-right-radius: 0px;
  
  text-align: left;
  white-space: pre-wrap;
  word-wrap: break-word;
}


.intLink { cursor: pointer; }
img.intLink { border: 0; }
#toolBar1 select { font-size:14px; }
#textBox {
  
  width: 100%;
  height:300px;
  resize: vertical;
  border: 1px #888 solid;
  padding: 12px;
  overflow-y: auto;
  background: #2b2a2a;
  border-radius: 10px; border-bottom-right-radius: 0%;
  text-align: left;
  white-space: pre-wrap;
  white-space: -moz-pre-wrap;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  word-wrap: break-word;

}
#textBox #sourceText {
  padding: 0;
  margin: 0;
  width: 100%;
  height:100%;
  text-align: left;
  background: #080808;
  white-space: pre-wrap;
  white-space: -moz-pre-wrap;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  word-wrap: break-word;
 
}
#editMode label { cursor: pointer; }

#toolBar2{
  border: 1px solid black;
  border-radius: 10px;
  background-color: #4e4c4c;
  color: white;
  margin: 10px;
  
}

.intLink{
  width: 30px;
  height: 30px;
}

.template-text-enter{
  color: rgb(247, 146, 146);
  }
  #input-cox-additionalcomments{
    height: 60px;
  }
 
  #input-onprocess-exampleimages{
    
    height: 200px;
    object-fit: contain;
    overflow: auto;
  }

/* -----Password Stregth Meter----------- */
meter {
  /* Reset the default appearance */
  margin: 0 auto 1em;
  width: 100%;
  height: 0.5em;
  /* Applicable only to Firefox */
  background: none;
  margin: 0;
  background-color: rgba(0, 0, 0, 0.1);
}

meter::-webkit-meter-bar {
  background: none;
  background-color: rgba(0, 0, 0, 0.1);
}

meter[value="0"]::-webkit-meter-optimum-value,
meter[value="1"]::-webkit-meter-optimum-value {
  background: red;
}

meter[value="2"]::-webkit-meter-optimum-value {
  background: yellow;
}

meter[value="3"]::-webkit-meter-optimum-value {
  background: orange;
}

meter[value="4"]::-webkit-meter-optimum-value {
  background: green;
}

meter[value="1"]::-moz-meter-bar,
meter[value="1"]::-moz-meter-bar {
  background: red;
}

meter[value="2"]::-moz-meter-bar {
  background: yellow;
}

meter[value="3"]::-moz-meter-bar {
  background: orange;
}

meter[value="4"]::-moz-meter-bar {
  background: green;
}

.feedback {
  color: #9ab;
  font-size: 90%;
  /* padding: 0 0.25em; */
  font-family: Courgette, cursive;
  /* margin-top: 1em; */
}

meter::-webkit-meter-optimum-value {
  -webkit-transition: width 0.4s ease-out;
  transition: width 0.4s ease-out;
}
#password-strength-text{

  margin: 0px;
  padding: 0px;
}
.password-good{
  color: rgb(59, 252, 0);
}
.password-ok{
  color: rgb(255, 251, 3);
}
.password-meh{
  color: rgb(255, 123, 0);
}
.password-bad{
  color: red;
}

#footermenu{
  /* max-height: 30px; */
  min-width: 300px;
  background-color: rgb(52, 58, 64);
  border: 1px solid rgb(99, 98, 98);
  border-radius: 10px;
  margin: 10px;
  filter: drop-shadow(6px -6px 10px #000);
}

#site-request{
  font-size: 14px;
  padding: 6px;
  border: 0;
  border-right: 1px inset #696767;
  border-radius: 10px;
  color: #d8d8d8;
  transition: .5s;
}
#site-request:hover{
   background-color: #55535377;
}
#site-about{
  font-size: 14px;
  padding: 6px;
  border: 0;
  border-right: 1px inset #696767;
  border-radius: 10px;
  color: #d8d8d8;
  transition: .5s;
}
#site-about:hover{
  background-color: #5755556b;
}


#buglabel{
  filter: drop-shadow(6px 6px 10px rgb(10, 10, 10));
}

#site-bug-report{
  font-size: 14px;
  padding: 6px;
  border: 0;
  border-left: 1px solid #696767;
  border-radius: 10px;
  color: #d8d8d8;
  transition: .5s;
}
#site-bug-report:hover{
  background-color: #5755556b;
  
}
#sillybug{
  
  width: 30px;
  height: 35px;
  margin: 0;
  padding: 0;  
  background-color: transparent;
  background-image: url("/img/sillybug.png");
  background-repeat: no-repeat;
  background-size: contain; 
  filter: hue-rotate(0);
  transition: all .5s;  
  
}
#sillybug:hover{
  
   
  width: 30px;
  height: 35px;
  margin: 0;
  padding: 0;
  background-color: transparent;
  background-image: url("/img/sillybug.png");
  background-repeat: no-repeat;
  background-size: contain;
  filter: hue-rotate(210deg);  

}

#spacermenu{
  height: 55px;
  
}

#AboutModal{
  background-color: #000000b9;
  
}
#aboutmodalscheme{
  /* background-color: #000000; */
  background: linear-gradient(-35deg, #050500, #030000, #292b29, #3c3d3c);
	background-size: 100% 100%;
}
#version-about{
  font-size: 19px;
}


/* ///////////////////////////////ABOUT */
:root {
   --blue-rgb: 3 38 2;
  --primary-rgb: var(--blue-rgb);
   
}

* {
  box-sizing: border-box;
}

.screen {
  width: 100%;
  display: flex;
  border: 3px solid rgb(var(--primary-rgb) / 80%);
  aspect-ratio: 10 / 16;
  border-radius: 1rem;
  background-color: rgb(var(--primary-rgb) / 15%);
  overflow: hidden;
  position: relative;
  z-index: 10;
  filter: drop-shadow(22px 14px 22px #000);
}

.screen:after,
.screen:before {
  content: "";
  height: 5px;
  position: absolute;
  z-index: 4;
  left: 50%;
  translate: -50% 0%;
  background-color: white;
}

.screen:before {
  width: 15%;
  top: 0rem;
  border-bottom-left-radius: 1rem;
  border-bottom-right-radius: 1rem;
}

.screen:after {
  width: 25%;
  bottom: 0rem;
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
}

@keyframes pan-overlay {
  from {
    background-position: 0% 0%;
  }
  
  to {
    background-position: 0% -100%;
  }
}

.screen-overlay {    
  background: linear-gradient(
    rgb(var(--primary-rgb) / 0.15),
    rgb(var(--primary-rgb) / 0.15) 3px,
    transparent 3px,
    transparent 9px
  );
  background-size: 100% 9px;
  height: 100%;
  width: 100%;
  animation: pan-overlay 22s infinite linear;
  position: absolute;
  z-index: 2;
  left: 0px;
  top: 0px;
}

@keyframes pan-image {  
  0% {
    background-position: 36% 42%;
    background-size: 200%;
  }
  
  20% {
    background-position: 30% 35%;
    background-size: 200%;
  }
  
  20.0001% { /* -- View 2 -- */
    background-position: 60% 85%;
    background-size: 500%;
  }
  
  40% {
    background-position: 49% 81%;
    background-size: 500%;
  }
  
  40.0001% { /* -- View 3 -- */
    background-position: 80% 42%;
    background-size: 300%;
  }
  
  60% {
    background-position: 84% 33%;
    background-size: 300%;
  }
  
  60.0001% { /* -- View 4 -- */
    background-position: 0% 0%;
    background-size: 300%;
  }
  
  80% {
    background-position: 15% 4%;
    background-size: 300%;
  }
  
  80.0001% { /* -- View 5 -- */
    background-position: 80% 10%;
    background-size: 300%;
  }
  
  100% {
    background-position: 72% 14%;
    background-size: 300%;
  }
}

.screen > .screen-image {
  background-image: url("/img/Ignis_card_BG2.png");
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: 1;
  left: 0px;
  top: 0px;
  background-size: 300%;
  background-position: 0% 0%;
  
  opacity: 0.6;
  animation: pan-image 15s linear infinite;
}

.screen > .screen-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-center;
  flex-grow: 1;
  z-index: 3;
  margin: 1rem;
  padding-bottom: 6rem;
  border: 1px solid rgb(var(--primary-rgb) / 50%);
  border-radius: 0.6rem;
}
.aboutinfo{
  background-color: #00000085;
  border: 1px solid rgb(6, 17, 0);
  
  margin-bottom: 10px;
  border-radius: 20px;
  position: absolute;
  font-size: 0.95rem;
  font-weight: 400;
  color: #fff;
  top: 3vh;
  bottom: 6vh;
  margin-inline: 5%;
  width: auto;
  overflow-y:scroll;

  padding: 10px;
  padding-top: 20px;
}

.name {
  position: absolute;
  font-size: 2.25rem;
  font-weight: 400;
  width: 100%;
  bottom: 1rem;
  left: 22%;
}

@media(max-width: 700px) {
  .screen {
    scale: 0.9;
    margin-bottom: 0rem;
  }
}

/* //////SCROLLBAR */
/* width */
::-webkit-scrollbar {
  width: 5px;
  color: #3d3d3d9f;
}
/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px rgb(2, 2, 2); 
  border-radius: 5px;
} 
/* Handle */
::-webkit-scrollbar-thumb {
  background: rgb(7, 7, 7); 
  border-radius: 5px;
}
/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #575656; 
}

#ToDoWindow{
  background-color: transparent !important;
}


.autofilled-input{
  color: #14e2fd;
  /* color: #6ffdc2; */
 
}
.missinginfo{  
  filter: drop-shadow(0px 0px 2px #ee0000);  
}

.found-input{
  color: #45fc35e7;
  

}

#address-state{
  width: 70px;
}
#address-zip{
  width: 70px;
}

#temp-property-name{
  color: #14e2fd;
}

.DB-response{
  text-align: center;
}

#property-notes{
  font-size: 14px;
  height: 300px;

}

.supported{
  color: #14e2fd;
}
.not-supported{
  color: rgb(128, 1, 1);
}
.nolonger-supported{
  color: red;
}
.support-inactive{
  color: #546a8a;
}
.support-planning{
  color: #bcff03;
}
.support-sunsetting{
  color: #c95a00;
}
.support-cancelled{
  color: #696969;
}
.support-notselected{
  color: #dad9d9;
}

.tab-loaded{
  font-weight: bold;
  
}
.tab-notloaded{
  
  max-width: 60px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.property-list-button{
  border: 0;
  color: #8dfcce;
  transition: .3s ease-in-out;
}

.property-list-button:hover{
  border: 0;
  color: #d9f7ea;
  background-color: #0a373dd0;
}

.nav-btn-container{
  width: 65px;
  padding-left: 30px;
}

.profile-change-icon-div{
  background-color: #77777794;
  border-radius: 10px;
  padding-inline: 10px;
  margin-inline: 10px;
}


.profile-icon-div-default{

  cursor: pointer;
  width: 50px;
  height: 50px;
  margin: 0;
  padding: 0;  
  border-radius: 50px;
  background-color: #8b8b8b;
  border: 2px solid rgb(7, 7, 7);  
  background-image: url("../profile_images/default_profile_icon.png");
  background-repeat: no-repeat;
  background-size: contain; 
  transition: all .5s;  
}
.profile-icon-div-female{

  cursor: pointer;
  width: 50px;
  height: 50px;
  margin: 0;
  padding: 0;  
  border-radius: 50px;
  background-color: #8b8b8b;
  border: 2px solid rgb(7, 7, 7);  
  background-image: url("../profile_images/female_profile_icon.png");
  background-repeat: no-repeat;
  background-size: contain; 
  transition: all .5s;  
}
.profile-icon-div-male{

  cursor: pointer;
  width: 50px;
  height: 50px;
  margin: 0;
  padding: 0;  
  border-radius: 50px;
  background-color: #8b8b8b;
  border: 2px solid rgb(7, 7, 7);  
  background-image: url("../profile_images/male_profile_icon.png");
  background-repeat: no-repeat;
  background-size: contain; 
  transition: all .5s;  
}



.profile-icon-div{

  cursor: pointer;
  width: 30px;
  height: 30px;
  margin: 0;
  padding: 0;  
  border-radius: 50px;
  background-color: #8b8b8b;
  border: 2px solid rgb(7, 7, 7);  
  background-image: url("../profile_images/default_profile_icon.png");
  background-repeat: no-repeat;
  background-size: contain; 
  transition: all .5s;  
  
}
.profile-icon-div:hover{
  
   
  width: 30px;
  height: 30px;
  margin: 0;
  padding: 0;
  background-color: white;
  background-repeat: no-repeat;
  background-size: contain;
}
.profile-icon-div-lg{

  
  width: 100px;
  height: 100px;
  margin: 0;
  padding: 0;  
  border-radius: 50px;
  background-color: #8b8b8b;
  border: 2px solid rgb(7, 7, 7);  
  background-image: url("../profile_images/default_profile_icon.png");
  background-repeat: no-repeat;
  background-size: contain; 
  transition: all .5s;  
  
}
.profile-icon-div-lg:hover{
  
   
  width: 100px;
  height: 100px;
  margin: 0;
  padding: 0;
  background-color: white;
  background-repeat: no-repeat;
  background-size: contain;
}







.logout-icon-div{
  cursor: pointer;  
  width: 30px;
  height: 30px;
  margin: 0;
  padding: 0;  
  border-radius: 50px;
  background-color: #8b8b8b;
  border: 2px solid rgb(7, 7, 7);    
  background-image: url("../img/logout_icon2.png");
  background-repeat: no-repeat;
  background-size: contain;   
  transition: all .5s;    
}
.logout-icon-div:hover{
  width: 30px;
  height: 30px;
  margin: 0;
  padding: 0;
  background-color: white;
  background-repeat: no-repeat;
  background-size: contain;  
}


.icon-xc2-div{
  cursor: pointer;  
  width: 30px;
  height: 30px;
  margin: 0;
  padding: 0;  
  border-radius: 50px;
  background-color: #8b8b8b;
  border: 2px solid rgb(7, 7, 7);    
  background-image: url("../img/icon_identification01.png");
  background-repeat: no-repeat;
  background-size: contain;   
  transition: all .5s;    
}
.icon-xc2-div:hover{
  width: 30px;
  height: 30px;
  margin: 0;
  padding: 0;
  background-color: white;
  background-repeat: no-repeat;
  background-size: contain;  
}

.icon-vsz-div{
  cursor: pointer;  
  width: 30px;
  height: 30px;
  margin: 0;
  padding: 0;  
  border-radius: 50px;
  background-color: #8b8b8b;
  border: 2px solid rgb(7, 7, 7);    
  background-image: url("../img/icon_graph01.png");
  background-repeat: no-repeat;
  background-size: contain;   
  transition: all .5s;    
}
.icon-vsz-div:hover{
  width: 30px;
  height: 30px;
  margin: 0;
  padding: 0;
  background-color: white;
  background-repeat: no-repeat;
  background-size: contain;  
}

.icon-mw-div{
  cursor: pointer;  
  width: 30px;
  height: 30px;
  margin: 0;
  padding: 0;  
  border-radius: 50px;
  background-color: #8b8b8b;
  border: 2px solid rgb(7, 7, 7);    
  background-image: url("../img/icon_folders01.png");
  background-repeat: no-repeat;
  background-size: contain;   
  transition: all .5s;    
}
.icon-mw-div:hover{
  width: 30px;
  height: 30px;
  margin: 0;
  padding: 0;
  background-color: white;
  background-repeat: no-repeat;
  background-size: contain;  
}

.icon-sp-div{
  cursor: pointer;  
  width: 30px;
  height: 30px;
  margin: 0;
  padding: 0;  
  border-radius: 50px;
  background-color: #8b8b8b;
  border: 2px solid rgb(7, 7, 7);    
  background-image: url("../img/icon_graph02.png");
  background-repeat: no-repeat;
  background-size: contain;   
  transition: all .5s;    
}
.icon-sp-div:hover{
  width: 30px;
  height: 30px;
  margin: 0;
  padding: 0;
  background-color: white;
  background-repeat: no-repeat;
  background-size: contain;  
}

.icon-mto-div{
  cursor: pointer;  
  width: 30px;
  height: 30px;
  margin: 0;
  padding: 0;  
  border-radius: 50px;
  background-color: #8b8b8b;
  border: 2px solid rgb(7, 7, 7);    
  background-image: url("../img/icon_server01.png");
  background-repeat: no-repeat;
  background-size: contain;   
  transition: all .5s;    
}
.icon-mto-div:hover{
  width: 30px;
  height: 30px;
  margin: 0;
  padding: 0;
  background-color: white;
  background-repeat: no-repeat;
  background-size: contain;  
}







.profile-group{
  width: 100%;
  margin: 5px;
  
  
}
.profile-label{
  background-color: #161616b4;
  filter: drop-shadow(8px 8px 10px rgba(10, 10, 10, 0.479));
}
.profile-input{
  margin-right: 15px;
  border-radius: 5px;
  margin-left: 10px;
  padding-left: 10px;
  background-color: #16161679;
  border: 1px solid rgb(75, 74, 74);
  filter: drop-shadow(8px 8px 10px rgba(10, 10, 10, 0.479));

}
.profile-button{
 width: 150px;
 background-color: transparent;
 transition: 0.3s ease-in-out;
 filter: drop-shadow(8px 8px 10px rgba(10, 10, 10, 0.301));

}
.profile-button:hover{
  width: 150px;
  background-color: #00000093;
  filter: drop-shadow(8px 8px 10px rgba(10, 10, 10, 0.479));
 }
 .profile-button:focus{
  width: 250px;
  background-color: #00000093;
  filter: drop-shadow(8px 8px 10px rgba(10, 10, 10, 0.479));
 }
 .profile-button-wide{
  filter: drop-shadow(8px 8px 10px rgba(10, 10, 10, 0.301));
  background-color: transparent;
  width: 250px;
  transition: 0.3s ease-in-out;
  
 }
 .profile-button-wide:hover{
   width: 250px;
   background-color: #00000093;
   filter: drop-shadow(8px 8px 10px rgba(10, 10, 10, 0.479));
  }
  .profile-button-wide:focus{
    width: 250px;
    background-color: #00000093;
    filter: drop-shadow(8px 8px 10px rgba(10, 10, 10, 0.479));
   }



.list-group-item-custom{
  background-color: transparent;
  border: 0;
}


#profile-noedit{
  margin-left: 15px;
  border-radius: 5px;
  padding-left: 10px;
  background-color: #6363633b;
  border: 1px solid rgb(75, 74, 74);
  filter: drop-shadow(8px 8px 10px rgba(10, 10, 10, 0.479));
  
  color: #000;
  font-size: 16px;
  
}
.div-updatepass{
  background: rgba(0, 0, 0, 0.158);
  border: 0;
  padding-top: 15px;
  margin-top: 15px;

}

.property-lastupdate-info{
  font-size: 10px;
  color: gray;
}

#PropertyContainer{
  width: 100%;
  height:100%;
  margin: 0;
  padding: 0;
  max-height: 420px;
  border: 0;
  border-radius: 10px;
  overflow-x: hidden;
  overflow-y: auto;
  background: transparent;
  
}

.property-section{
  background: #1a1a1aa8;
  filter: drop-shadow(8px 8px 10px rgba(10, 10, 10, 0.479));
  
}

#property-updatebar{
  background: #242323;
  width: 100%;
  margin: 5px;
}

#PropertyControlsDiv{
  font-size: 12px;
  padding-bottom: 10px;
  padding-top: 0;
  margin: 0;
}
#TabsContainer{
  font-size: 12px;
  padding: 0;
  margin: 0;
}

#btn-updateproperty,#btn-saveproperty{
  padding: 5px;
  
  color: #ffffff;
  background-color: #4caa21;
  border: 1 inset rgb(0, 0, 0);
  border-radius: 5px;
  filter: drop-shadow(8px 8px 10px rgba(10, 10, 10, 0.479));
}

#btn-updateproperty:hover,#btn-saveproperty:hover{
  padding: 5px;
  
  color: #f7fcb8;
  background-color: #348a0c;;
  border: 1 inset rgb(255, 255, 255);
  border-radius: 5px; 
  filter: drop-shadow(8px 8px 10px rgba(10, 10, 10, 0.479)); 
}
#btn-resetNPform{
  padding: 5px;
  
  color: #ffffff;
  background-color: #b81f1f;
  border: 1 inset rgb(0, 0, 0);
  border-radius: 5px;
  filter: drop-shadow(8px 8px 10px rgba(10, 10, 10, 0.479));
}
#btn-resetNPform:hover{
  padding: 5px;
  
  color: #fdb6c2;
  background-color: #990d0d;
  border: 1 inset rgb(255, 255, 255);
  border-radius: 5px; 
  filter: drop-shadow(8px 8px 10px rgba(10, 10, 10, 0.479)); 
}



#property-contact{
  height: 100px;
}
#property-car{
  height: 100px;
}

#x-button{
  cursor: pointer;
  position: absolute;
  border: 0;
  border-radius: 50px;
  translate: middle;
  top: 45;
  left: 75;
  color: white;
  background-color: transparent;
  font-weight: normal;
  font-size: 10px;
}
#x-button:hover{
  cursor: pointer;
  position: absolute;
  border: 0;
  border-radius: 50px;
  translate: middle;
  top: 45;
  left: 75;
  color: rgb(3, 184, 240);
  background-color: transparent;
  font-weight: bold;
  font-size: 10px;
}

.email-table{
  border-color: black;
  width: 100%;
  min-width: 900px;
}

.table-lable{
    background-color: blueviolet;
    color: azure;
    font-weight: bold;             

}
.table-data{
    background-color: rgba(51, 50, 50, 0.212);
    color: rgb(218, 108, 240);
    font-size: 15px;
}
.important-purple{
  color: rgb(218, 108, 240);
}
.important-green{
  color: rgb(5, 143, 5);
}

#herebeadmintools-col1{
  background-color: rgb(118, 61, 131);
  border-radius: 10px;
  color: white;
  
  
}
#admin-accordian-tools{
  margin: 10px;
 
}
.accordion-button.collapsed {
  z-index: 3;
  outline: 0!important;
  background: rgb(20, 1, 24);
}
.accordion-button:enabled{
  z-index: 3;
  outline: 0!important;
  background: rgb(20, 1, 24);
  
  
}
.accordion-button:hover {
  z-index: 3;
  outline: 0!important;
  background: rgb(50, 2, 59);
 
}
.accordion-button:focus {
  z-index: 3;
  outline: 0!important;
  background: rgb(50, 2, 59);
  
}

.accordion-item{
  background: rgba(128, 52, 136, 0.24);
}
.accordion-body{
  background: transparent;
  
}

.newuser-input { 
	flex-grow: 1;
	margin-bottom: 10px; 
	background: rgba(0,0,0,0.3);
	border: none;
	outline: none;
	padding: 10px;
	font-size: 13px;
	color: #fff;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
	border: 1px solid rgba(0,0,0,0.3);
	border-radius: 4px;
	box-shadow: inset 0 -5px 45px rgba(100,100,100,0.2), 0 1px 1px rgba(255,255,255,0.2);
	-webkit-transition: box-shadow .5s ease;
	-moz-transition: box-shadow .5s ease;
	-o-transition: box-shadow .5s ease;
	-ms-transition: box-shadow .5s ease;
	transition: box-shadow .5s ease;
}
.newuser-input:focus { box-shadow: inset 0 -5px 45px rgba(100,100,100,0.4), 0 1px 1px rgba(255,255,255,0.2); }

.newuser-label { 
	
	margin-bottom: 10px; 
	background: rgba(0,0,0,0.3);
	border: none;
	outline: none;
	padding: 10px;
	font-size: 13px;
	color: #fff;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
	border: 1px solid rgba(0,0,0,0.3);
	border-radius: 4px;
	box-shadow: inset 0 -5px 45px rgba(100,100,100,0.2), 0 1px 1px rgba(255,255,255,0.2);
	-webkit-transition: box-shadow .5s ease;
	-moz-transition: box-shadow .5s ease;
	-o-transition: box-shadow .5s ease;
	-ms-transition: box-shadow .5s ease;
	transition: box-shadow .5s ease;
}
.newuser-label:focus { box-shadow: inset 0 -5px 45px rgba(100,100,100,0.4), 0 1px 1px rgba(255,255,255,0.2); }

#Admin-AddNewUser-Div{
  width: 75%;
  
}

.btn-newuser{
  background-color: rgb(20, 1, 24);
}
.btn-newuser:hover{
  background-color:  rgb(50, 2, 59);
}

.roadmap-legend{
  background-color: rgba(245, 222, 179, 0.541);
  border-radius: 10px;
  color: black;
  font-size: 14px;
  padding: 5px;
  max-width: fit-content;
}

.legendbox-complete{
  background-color: rgb(0, 255, 0);
  border: 2;
  border-style: solid;
  border-color: #000;
  min-width: 15px;
  min-height: 15px;
  max-height: 15px;
  margin-inline: 5px;
  margin-top: 2px;
}
.legendbox-inprogress{
  background-color: rgb(5, 209, 236);
  border: 2;
  border-style: solid;
  border-color: #000;
  min-width: 15px;
  min-height: 15px;
  max-height: 15px;
  margin-inline: 5px;
  margin-top: 2px;
}
.legendbox-notstarted{
  background-color: rgb(255, 166, 0);
  border: 2;
  border-style: solid;
  border-color: #000;
  min-width: 15px;
  min-height: 15px;
  max-height: 15px;
  margin-inline: 5px;
  margin-top: 2px;
}

.important-lime{
  color: rgb(0, 255, 0);
  font-weight: bold;
}
.important-aqua{
  color: rgb(5, 209, 236);
  font-weight: bold;
}
.important-mango{
  color: rgb(255, 166, 0);
  font-weight: bold;
}
.roadmap-mini{
  font-size: 13px;
}
.roadmap-item{
  margin: 10px;
}
.tx-whitesmoke{
  color: rgb(173, 172, 172);
  font-weight: bold;
}

#N-accountnumber{
  background:#2b2a2a;height:24px;outline:none;padding:0px;margin:0;border:0;border-radius: 0px; box-sizing:border-box;resize:none;
  margin-left: 5px;
  color:  rgb(255, 118, 232);
  
  font-weight: bold;
  word-wrap: break-word;
}

#N-ticketnumber{
  background:#2b2a2a;height:24px;outline:none;padding:0px;margin:0;border:0;border-radius: 0px; box-sizing:border-box;resize:none;
  margin-left: 5px;
  
  color:  rgb(136, 201, 31);
  font-weight: bold;
  word-wrap: break-word;
}
#N-sli{
  background:#2b2a2a;height:24px;outline:none;padding:0px;margin:0;border:0;border-radius: 0px; box-sizing:border-box;resize:none;
  margin-left: 5px;
  
  color:  rgb(230, 255, 3);
  font-weight: bold;
  word-wrap: break-word;
}
#Prop-name{
  background:#2b2a2a;height:24px;outline:none;padding:0px;margin:0;border:0;border-radius: 0px; box-sizing:border-box;resize:none;
  margin-left: 5px;  
  font-weight: bold;
  word-wrap: break-word;
}
#N-network{
  background:#2b2a2a;height:24px;outline:none;padding:0px;margin:0;border:0;border-radius: 0px; box-sizing:border-box;resize:none;
  margin-left: 5px;
  color:  rgb(107, 107, 107);
  font-weight: bold;
  word-wrap: break-word;
}
#N-name,#Pre-name{
  background:#2b2a2a;height:24px;outline:none;padding:0px;margin:0;border:0;border-radius: 0px; box-sizing:border-box;resize:none;
  margin-left: 5px;
  color:  rgb(255, 118, 232);
  font-weight: bold;
  word-wrap: break-word;
}
#N-title,#N-resident{
  background:#2b2a2a;height:24px;outline:none;padding:0px;margin:0;border:0;border-radius: 0px; box-sizing:border-box;resize:none;
  margin-left: 5px;
  color:  rgb(148, 76, 243);
  font-weight: bold;
  word-wrap: break-word;

}
#N-phone,#Pre-phone{
  background:#2b2a2a;height:24px;outline:none;padding:0px;margin:0;border:0;border-radius: 0px; box-sizing:border-box;resize:none;
  margin-left: 5px;
  word-wrap: break-word;
  
  color: rgb(143, 143, 143);
}
#N-email,#Pre-email{
  background:#2b2a2a;height:24px;outline:none;padding:0px;margin:0;border:0;border-radius: 0px; box-sizing:border-box;resize:none;
  margin-left: 5px;
  word-wrap: break-word;
  
  color: rgb(143, 143, 143);
}
#N-fulladdress,#UN-fulladdress{
  background:#2b2a2a;height:24px;outline:none;padding:0px;margin:0;border:0;border-radius: 0px; box-sizing:border-box;resize:none;
  margin-left: 5px;
  color:  rgb(127, 218, 202);  
  font-weight: bold;
  word-wrap: break-word;
}

#N-building{
  background:#2b2a2a;height:24px;outline:none;padding:0px;margin:0;border:0;border-radius: 0px; box-sizing:border-box;resize:none;
  margin-left: 5px;
  word-wrap: break-word;  
  color:  rgb(123, 161, 155);  

}
#N-unit,#UN-unit{
  background:#2b2a2a;height:24px;outline:none;padding:0px;margin:0;border:0;border-radius: 0px; box-sizing:border-box;resize:none;
  margin-left: 5px; 
  color:  rgb(127, 168, 161);  
  word-wrap: break-word;

}
#N-Stepcomments,#Pre-Stepcomments{
  background:#2b2a2a;height:24px;outline:none;padding:0px;margin:0;border:0;border-radius: 0px; box-sizing:border-box;resize:none;
  margin-left: 5px;
  
  color: rgb(123, 238, 190);

}
#N-Rescomments,#Pre-Rescomments{
  background:#2b2a2a;height:24px;outline:none;padding:0px;margin:0;border:0;border-radius: 0px; box-sizing:border-box;resize:none;
  margin-left: 5px;
  
  color: rgb(123, 238, 190);
  word-wrap: break-word;

}
#N-Nextcomments,#Pre-Nextcomments{
  background:#2b2a2a;height:24px;outline:none;padding:0px;margin:0;border:0;border-radius: 0px; box-sizing:border-box;resize:none;
  margin-left: 5px;
  
  color: rgb(123, 238, 190);
  word-wrap: break-word;

}
#N-Issuecomments,#Pre-Issuecomments{
  background:#2b2a2a;height:24px;outline:none;padding:0px;margin:0;border:0;border-radius: 0px; box-sizing:border-box;resize:none;
  margin-left: 5px;
  
  color: rgb(123, 238, 190);
  word-wrap: break-word;

}
#N-Ticketcomments,#Pre-Ticketcomments{
  background:#2b2a2a;height:24px;outline:none;padding:0px;margin:0;border:0;border-radius: 0px; box-sizing:border-box;resize:none;
  margin-left: 5px;
  
  color: rgb(123, 238, 190);
  word-wrap: break-word;

}
#property-notes,#property-car,#property-contact,#property-networkdetails{
  resize:none;
    
  min-height: 60px;
  word-wrap: break-word;
  overflow: hidden;
  box-sizing: border-box;
}

/* .The-Roadmap{
  height: 400px;
  overflow-x: hidden;
  overflow-y: auto;
  background: transparent;
} */


.inlinemargin{
  margin-inline: 5px;
}
#quicklinks-bar{
  background-color: #010b0ec7;
  filter: drop-shadow(8px 8px 10px rgba(10, 10, 10, 0.479));
}

#Property-Spinner{	
  position: relative;
  top: 0;
  z-index: 100;
  width: 100%;
  height:100%;
  display: none;
  background: rgba(0,0,0,0.6);
}
.cv-spinner {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;  
}
.spinner {
  width: 40px;
  height: 40px;
  border: 4px #ddd solid;
  border-top: 4px #2e93e6 solid;
  border-radius: 50%;
  animation: sp-anime 0.8s infinite linear;
}
@keyframes sp-anime {
  100% { 
    transform: rotate(360deg); 
  }
}
.is-hide{
  display:none;
}

