*, *::after, *::before {
    box-sizing: border-box;
}
.loginformBtn {
    display: none;
    position: absolute;
    z-index: 4000;
    color: #ededed;
    background: transparent;
    border: 1px solid #ededed;
    border-radius: 2em;
    padding: 0.2em 0.4em;
    top: 1em;
    right: 1em;
}
body {
    margin: 0;
    font-family: 'Roboto', sans-serif;
    font-size: 1.3rem;
    background: black;
}
:root {
    --headercolor: #000;
    --herolinecolor: #000;
    --footercolor: #05130700;
    --sec1color: #24242400;
    --sec1Hicolor: #505050;
    --sysxsec1color: #1e3e26;
    /* --sec2color: #f6b243; */
    --sec2color: transparent;
    --sec2Hicolor: #616050;
    --sysxsec2color: #4e4313;
    --whiteText: #ebebeb;
    --whiteText2: #212121;
    --noteborder: 4px dashed white;
}
.loaderDiv {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 1em;
    width: 100vw;
    height: 90vh;
    color: #ededed;
}

.loader {
    max-width: 4em;
}
#path0_nav {
    fill: var(--headercolor);
}
.content {
    padding: 0 1rem;
}
.containerC {
    display: flex;
    flex-direction: column;
}
.container2 {
    display: flex;
    flex-direction: column;
}
.getInstancesDiv {
    display: flex;
    gap: 1em;
}
.getInstancesDiv button {
    padding: .4em;
    border-radius: .8em;
    font-size: .8rem;
    background: #212121;
    color: #ebebeb;
}.getInstancesDiv span {
    font-size: .9rem;
    margin-right: 0.2em;
    width: max-content;
    align-self: center;
    padding: 0 0 0.3em 0;
}
@media (min-width:800px) {
    .containerC {
        background-color: var(--sec1color);
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-around;
    }
    .container2 {
        background-color: var(--sec2color);
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-around;
    }
    .sysxsec1 {
        border-radius: 0 0 40px 40px;
        box-shadow: 7px 15px 12px 5px #0000001c;
    }
    .sysxsec2 {
        border-radius: 0 0 40px 40px;
        box-shadow: 7px 15px 12px 5px #0000001c;
    }
}
.sysxtoolDiv {
    min-height: 9rem;
    background:var(--sec1color);
}
.sec1 {
    background-color: var(--sec1color);
    font-family: 'Roboto', sans-serif;
    margin: 0;
    padding: 1em;
    color: var(--whiteText);
}
.sysxsec1 {
    min-width: 40vw;
    background:linear-gradient(var(--sec1color), var(--sec1Hicolor));
    font-family: 'Roboto', sans-serif;
    margin: 0;
    z-index: 10;
    padding: 0.1em 0.8em 1em 0.2em;
    color: var(--whiteText);
}
.sysxsec2 {
    min-width: 40vw;
    background:linear-gradient(var(--sec2color), var(--sec2Hicolor));
    font-family: 'Roboto', sans-serif;
    margin: 0;
    z-index: 10;
    padding: 0.1em 0.8em 1em 0.2em;
    color: var(--whiteText);
}
.sec2 {
    width: 100%;
    background-color: var(--sec2color);
    padding: 1em;
}
p {
    margin-top: 0;
    padding: 0;
}
nav {
    /* width: min(92%, 400px);
    z-index: 100;
    margin: 4%;
    padding: 0.5em;
    background-color: #000000dc;
    border-radius: 35px;
    position: absolute;
    top: 6rem;
    right: 0%;
    left: auto;
    color: white; */
    width: min(92%, 60%);
    z-index: 100;
    margin: 0%;
    margin-right: 50px;
    padding: 0.1em;
    background-color: #000000dc;
    border-radius: 35px;
    position: absolute;
    top: -0.4rem;
    right: 0%;
    left: auto;
    color: white;
}
.navlisitem, .navlisitem a {
    color: white;
    margin-top: .5em;
}
.nav_container {
    /* display: none; */
    margin-top: 1em;
    flex-direction: column;
}
nav li {
    list-style: none;
    font-size: 1rem;
    padding: .5em .3em 1em;
}
.navbtn {
    display: block;
    position: absolute;
    right: 10px;
    top: 15px;
    color: #ffffff1f;
    background-color: transparent;
    border: none;
    padding: 1.2rem;
}
.hamburger, 
.hamburger::before, 
.hamburger::after {
    border: 2px solid #ffffff1f;
    /* height: 2px; */
    width: 1rem;
    display: block;
    /* background: #ffffff1f; */
    border-radius: 2px;
    position: relative;
}
.hamburger::before, 
.hamburger::after {
    content: '';
    position: absolute;
}
.hamburger::before {
    top: 7px;
}
.hamburger::after {
    bottom: 7px;
}
.logo {
    width: 100%;
    background-color: white;
}
.orxterlogo {
    width: 100%;
    background-color: transparent;
}
.title_search_cus_div {
    display: flex;
    gap: 1em;
}
.title_search_cus_div h1 {
    padding: 0;
    margin: 0;
}
#customerlist {
    display: block;
    border: none;
    border-width: thick;
    border-radius: 5px;
    border-color: #ededed;
    background-color: rgba(255,255,255,0);
    margin-right: auto;
    max-height: 20em;
    min-height: 13em;
    overflow: hidden;
    overflow-y: scroll;
}
/*CUSTOMER HELPDESKTOOL*/
.customerMngDiv {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 2em;
}
.customerDataDiv {
    width: 25%;
    min-width: 300px;
}
.cusDataForDiv {
    display: flex;
    flex-direction: column;
    gap: .1em;
}
#cusCreatedDF {
    pointer-events: none;
    background-color: transparent;
}
.updUser {
    position: relative;
    top: -3em;
    left: -8em;
    margin-right: -8em;
    width: 5em;
    height: 2em;
    border: none;
    border-radius: 1em;
    background-color: darkgreen;
    color: white;
}
.cusDataForDiv input {
    margin-bottom: 2em;
    background-color: rgba(72, 71, 71, 0.68);
    border: none;
    border-radius: 1em;
    padding: .6em .6em .6em;
}
#bundlesTitle {
    height: 2em;
    position: relative;
    top: -2em;
    margin-right: -7em;
    border: 2px solid #ededed2e;
    border-radius: 2em;
    padding: 0.4em 0.9em;
    background-color: #00640057;
    cursor: pointer;
}
#removePubBtn {
    width: 1em;
    height: 1em;
    padding: 0;
    border: none;
    color: white;
    background-color: transparent;
    font-size: .7em;
    position: relative;
    top: -1.8em;
    float: right;
}
.customerdatastring {
    background-color: #ededed24;
    color: #dedede8a;
    border-radius: 0.6em;
}
.cusBundlesListDiv {
    overflow: hidden;
    overflow-y: scroll;
}
.cusBundlesListDiv::-webkit-scrollbar {
    width: 2px;
    background-color: transparent;
}
.cusBundlesListDiv::-webkit-scrollbar-thumb {
    background-color: var(--sysxsec1color);
    border-style: hidden;
    border-radius: 15px;
}
.customer_List {
    display: block;
    min-width: 300px;
    width: 100vw;
}
#searchCusInput {
    background-color: #4d4d4d56;
    position: relative;
    left: -8.4em;
    top: -2.4em;
    color: #fff;
    font-size: .6em;
    min-width: 20em;
    border: 0;
    outline: none;
    border-radius: 1em;
    height: 2.5em;
    padding: 0.8em 1em 0.8em;
}
#searchPInput {
    background-image: url('/searchIcon.svg');
    background-position: 0px -1px;
    background-repeat: no-repeat;
    background-size: 16px;
    width: 20%;
    color: #4d4d4d;
    position: relative;
    font-size: 11px;
    padding: 1px 5px 1px 17px;
    border: 1px solid #b2b2b2;
    margin-bottom: 1px;
    margin-top: 1px;
    border-radius: 11px;
    min-width: 160px;
    top: -19px;
    margin-left: 74px;
    background-color: #fefefeba;
}
.addElementBtn {
    color: #ededed;
    font-size: 5rem;
    background-color: transparent;
    border: 0;
    position: relative;
    top: 5.3rem;
    right: 0rem;
}
.removeElementBtn {
    color: #f132329e;
    font-size: 1rem;
    background-color: transparent;
    border: 0;
    position: relative;
    top: 0.3rem;
    right: 0rem;
}
.newElementForm {
    background-color: #7d7d7d85;
    border-radius: 0.2em;
    padding: 0.3em;
    position: relative;
    right: 8rem;
    top: 8.5em;
    height: 2em;
    margin: -2em -10em;
}
.navbar {
    margin-bottom: -10px;
    z-index: 100;
     /* display: flex;
     flex-direction: row;
     align-content: center;
     justify-content: center; */
}
.signinform {
    position: fixed;
    z-index: 1000;
    top: 15vh;
    width: 80%;
    max-width: 30em;
    min-height: 20vh;
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 1em;
    padding: 1em;
    display: flex;
    margin: 0 50%;
    transform: translateX(-50%);
    flex-direction: column;
    justify-content: space-between;
    gap: .1em;
}
.signinform input {
    font-size: 1rem;
    border: none;
    border-radius: 5px;
}
.eUpdBtn {
    position: relative;
    left: -5rem;
    top: 1.3em;
    height: 1.3rem;
    font-size: 0.8rem;
}
.loginform {
    position: fixed;
    z-index: 3000;
    bottom: 1vh;
    width: 90vw;
    /* max-width: 50em; */
    /* min-height: 30vh; */
    background-color: rgba(255, 255, 255, 0);
    border-radius: 1em;
    /* padding: .6em 1em 1em; */
    display: flex;
    flex-wrap: wrap;
    /* margin: auto 0; */
    flex-direction: row;
    justify-content: flex-end;
    align-content: center;
    gap: 1em;
}
/* .loginformBox {
    position: absolute !important;
    top: 40vh;
    left: 40vw;
    z-index: 3000;
    bottom: unset !important;
    width: min-content !important;
    border: 1px solid var(--whiteText2);
    background-color: rgb(137 192 239 / 7%) !important;
    backdrop-filter: blur(8px);
    border-radius: 1em;
    padding: .6em 1em 1em;
    flex-direction: column !important;
} */
.loginformBox {
    position: unset !important;
    /* top: 40vh; */
    /* left: 18%; */
    /* width: 70%; */
    /* max-width: 20em; */
    margin: auto;
    margin-top: -6em;
    z-index: 3000;
    bottom: unset !important;
    width: min-content !important;
    border: 1px solid var(--whiteText2);
    background-color: rgb(137 192 239 / 7%) !important;
    backdrop-filter: blur(8px);
    border-radius: 1em;
    padding: .6em 1em 1em;
    flex-direction: column !important;
    gap: 1em;
}
@media (max-width:800px) {
    .loginformBox {
        position: unset !important;
        /* top: 40vh; */
        /* left: 18%; */
        /* width: 70%; */
        /* max-width: 20em; */
        margin: auto;
        margin-top: -10em;
        z-index: 3000;
        bottom: unset !important;
        width: min-content !important;
        border: 1px solid var(--whiteText2);
        background-color: rgb(137 192 239 / 7%) !important;
        backdrop-filter: blur(8px);
        border-radius: 1em;
        padding: .6em 1em 1em;
        flex-direction: column !important;
        gap: 1em;
    }
}
.loginform input {
    font-size: 1.4rem;
    border: none;
    padding: 0em 0.4em 0;
    border-radius: 5px;
    background: rgba(19, 19, 19, 0.906);
    color: #b7b7b7;
}
input {
    background: rgba(19, 19, 19, 0.906);
    color: #b7b7b7;
}
input.noteName {
    color: #000;
}
.uiElementsDiv {
    width: 97vw;
    background-color: var(--sec1color);
    padding: 1em;
    margin-top: 0em;
    display: flex;
    flex-wrap: wrap;
    gap: 1em;
    justify-content: space-around;
}
.elementsList {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    border-bottom: 2px solid #7d7d7d;
    border-top: 2px solid #7d7d7d;
    padding: .5em;
    font-size: 4.2rem;
    color: #d7d7d7;
}
.elementsListItem {
    cursor: pointer;

}
.elementPrev {
    width: 60%;

}
.elementsList span {
    padding: .4rem;
    margin: 1em;
}
.scriptsDiv label, .layoutsDiv label {
    color: #d7d7d7;
    display: block;
    margin-bottom: .3em;
}
.uiScripts {
    width: 55vw;
    min-width: 350px;
    min-height: 40em;
}
.uiLayouts {
    width: 55vw;
    min-width: 350px;
    min-height: 30em;
}

.submitLogin {
    font-size: 1.4rem;
    /* margin-top: 15px; */
    border-radius: 1em;
    border: none;
    background-color: var(--sec1color);
    color: var(--whiteText);
    /* padding: .5em; */
    padding: 0.1em 1em 0.1em;
    position: relative;
    bottom: 0px;
}
ul, ul button {
    text-decoration: unset;
    text-transform: uppercase;
    padding: 0;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    flex-wrap: wrap;
    /* flex: 1 1 0px; */
    /* margin: auto auto 0.3em; */
    margin-block-start: 0px;
    margin-block-end: 0.3em;
    /* justify-content: center; */
    /* align-content: center; */
    text-align: center;
    /* align-content: flex-start;*/
}
ul button {
    margin-top: 1em;
}
.login {
    background-color: whitesmoke;
    width: 100%;
    padding: 1.2em .2em;
    text-align: center;
    margin: .2em .8em .1em .1em;
    border-radius: 40%;
    color: #00000070;
}
.logina {
    background-color: whitesmoke;
    width: 6em;
    padding: 0.8em 0.8em 0.6em;
    text-align: center;
    /* margin: .2em .8em .1em .1em; */
    border-radius: 1em;
    color: #00000070;
}
#logoutLiBtn li {
    font-size: 1.1rem;
}
.footer {
    width: 100%;
    min-height: 5em;
    background-color: var(--footercolor);
    padding: 1em;
}
.footerimg {
    display: none;
    background: #fff;
    margin: 10% auto;
    width: 200px;
}
.logo_footer {
    width: 200px;
    margin-bottom: -5px;
}
#path0_footer {
    fill: var(--footercolor);
}
.wavediv {
    /* background: #1d2d2e; */
    background: var(--herolinecolor);
}
.users_List::-webkit-scrollbar {
    width: 5px;
    background-color: transparent;
}
.users_List::-webkit-scrollbar-thumb {
    background-color: var(--sysxsec1color);
    border-style: hidden;
    border-radius: 15px;
}
.users_List {
    max-height: 520px;
    overflow-y: scroll;
}
#userlist td, #tokenlist td {
    width: 390px;
}
.apiTokens_List::-webkit-scrollbar {
    width: 5px;
    background-color: transparent;
}
.apiTokens_List::-webkit-scrollbar-thumb {
    background-color: var(--sysxsec1color);
    border-style: hidden;
    border-radius: 15px;
}
.apiTokens_List {
    max-height: 520px;
    overflow-y: scroll;
}
#tokenlist tr:nth-child(odd) td {
    /*background-color:#fafafa;*/
    background-color:#2d2d2db6;
    padding: .4em .8em;
}
#tokenlist tr:nth-child(2n) td {
    /*background-color:#fafafa; */
    background-color:#2d2d2d67;
    padding: .4em .8em;
    border:none;
}
#userlist tr:nth-child(odd) td {
    /*background-color:#fafafa;*/
    background-color:#2d2d2db6;
    padding: .4em .8em;
}
#userlist tr:nth-child(2n) td {
    /*background-color:#fafafa; */
    background-color:#2d2d2d67;
    padding: .4em .8em;
    border:none;
}
.closeBtn {
    position: relative;
    float: right;
    z-index: 0;
    margin-top: -5.2em;
    right: -0.8em;
    text-shadow: 2px 2px #00000070;
    background: transparent;
    color: #ffffff36;
    font-size: 1em;
    border: none;
    border-radius: 1em;
}
.createUserBtn {
    position: relative;
    float: right;
    z-index: 1001;
    margin-top: -1.8em;
    text-shadow: 2px 2px #00000070;
    background: transparent;
    color: white;
    font-size: 2em;
    border: none;
    border-radius: 1em;
}
.createTokenBtn {
    position: relative;
    float: right;
    z-index: 0;
    margin-top: -1.8em;
    text-shadow: 2px 2px #00000070;
    background: transparent;
    color: white;
    font-size: 2em;
    border: none;
    border-radius: 1em;
}
.createTokenform {
    position: fixed;
    z-index: 999;
    top: 33vh;
    width: 90%;
    max-width: 50em;
    min-height: 10vh;
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 1em;
    padding: 1em;
    display: flex;
    margin: 0 5% auto;
    flex-direction: column;
    justify-content: space-between;
    gap: 1em;
}
.sysform {
    position: relative;
    z-index: 999;
    top: -10vh;
    width: 90%;
    max-width: 50em;
    min-height: 10vh;
    background-color: rgb(151 151 151 / 80%);
    border-radius: 1em;
    padding: 1em;
    display: flex;
    left: 0%;
    margin: 0 5% auto;
    flex-direction: column;
    justify-content: space-between;
    gap: 1em;
}
.sysform input {
    background: #2d2d2d;
    font-size: 1em;
    padding: 0.5em;
}
.submitToken {
    font-size: 1rem;
    border-radius: 1em;
    border: none;
    background-color: var(--sec1color);
    color: var(--whiteText);
    padding: .4em;
    position: relative;
    top: 1em;
    bottom: 0px;
}
.closeAddtokenformBtn {
    border: none;
    background: transparent;
    color: var(--footercolor);
    position: relative;
    float: right;
    bottom: -1.5em;
}
.createTokenform input {
    width: -webkit-fill-available;
    font-size: 1.4rem;
    border: none;
    border-radius: 5px;
}
.closeSigninform {
    border: none;
    border-radius: 50%;
    font-size: 2rem;
    color: var(--sec1color);
    width: 44px;
    height: 44px;
    padding: 0.1em 0 1.2em 0;
    position: absolute;
    float: right;
    right: -13px;
    top: -19px;
}
.waves {
    position:relative;
    width: 100%;
    border-radius: 0;
    height:5vh;
    margin-bottom:-7px; /*Fix for safari gap*/
    min-height:20px;
    max-height:90px;
  }
@media (min-width:800px) {
    .customer_List {
        width: 30%;
    }
    .logo {
        width: 20%;
    }
    .navbar {
        background-color: #000;
    }
    .nav_container {
        visibility: visible;
    }
    .signinform {
        position: fixed;
        z-index: 1000;
        top: 15vh;
        width: 40%;
        max-width: 30em;
        min-height: 20vh;
        background-color: rgba(255, 255, 255, 0.8);
        border-radius: 1em;
        padding: 1em;
        display: flex;
        left: 0%;
        /* margin: 0 0;
        transform: translateX(-90%); */
        flex-direction: column;
        justify-content: space-between;
        gap: .1em;
    }
    .createTokenform {
        position: fixed;
        z-index: 999;
        top: 33vh;
        width: 90%;
        max-width: 50em;
        min-height: 10vh;
        background-color: rgba(255, 255, 255, 0.8);
        border-radius: 1em;
        padding: 1em;
        display: flex;
        left: 0%;
        /* margin: 0 5% auto; */
        flex-direction: column;
        justify-content: space-between;
        gap: 1em;
    }
}
.parallax > use {
    animation: move-forever 25s cubic-bezier(.55,.5,.45,.5)     infinite;
  }
  .parallax > use:nth-child(1) {
    animation-delay: -2s;
    animation-duration: 7s;
  }
  .parallax > use:nth-child(2) {
    animation-delay: -3s;
    animation-duration: 10s;
  }
  .parallax > use:nth-child(3) {
    animation-delay: -4s;
    animation-duration: 13s;
  }
  .parallax > use:nth-child(4) {
    animation-delay: -5s;
    animation-duration: 20s;
  }
  @keyframes move-forever {
    0% {
     transform: translate3d(-90px,0,0);
    }
    100% { 
      transform: translate3d(85px,0,0);
    }
  }
  /*Shrinking for mobile*/
  @media (max-width: 768px) {
    .waves {
      height:20px;
      min-height:40px;
    }
    /* .content {
      height:30vh;
    } */
    /* h1 {
      font-size:24px;
    } */
  }