
html {overflow: -moz-scrollbars-none;}
/* Hide scrollbar for Chrome, Safari and Opera */
html::-webkit-scrollbar {
    display: none;
}
/* Hide scrollbar for IE, Edge and Firefox */
html {
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
    position: relative;
}

/* Hide scrollbar for Chrome, Safari and Opera */
body::-webkit-scrollbar {
    display: none;
}
/* Hide scrollbar for IE, Edge and Firefox */
body {
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
    position: relative;
}


/**********************************************
 *
 *  NAVIGATION HEADER
 *
 **********************************************/
 .navigation-header {
    position:fixed;
    top:0px;left:0px;right:0px;
    height:60px;
    z-index: 99999999;
    text-align: left;
}



.nav-section {

   position: absolute;
   top: 0px;
   left: 0px;
   right:0px;
   bottom:0px;
 
   height: 60px;
   display: inline-block;
   padding: 0px;
   perspective: 800px;
   z-index: 99999999;
   user-select:none;
 }


 .nav-glass {
   position: absolute;
   top: 0px;
   left: 0px;
   right:0px;
   bottom:0px;
 
   height: 60px;
   display: inline-block;
   padding: 0px;
   background-color: rgb(255 255 255 / 50%);
   background-image: url(whiteNoise2.png);
   background-size: 55px 55px;
   background-repeat: repeat-x;
/*    border-bottom: 2px solid rgba(255,255,255,0.5);*/
  /* -webkit-backdrop-filter: blur(10px);
   backdrop-filter: blur(10px);*/
   border-radius: 0px;
   z-index: 999999999;
   margin: 0;
   color: #fff;
   transform-style: preserve-3d;
 
 
 box-shadow: rgba(0, 0, 0, 0.2) 0px 4px 4px, rgba(0, 0, 0, 0.2) 0px 17px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
 
 }




 /* if backdrop support: very transparent and blurred */
@supports ((-webkit-backdrop-filter: none) or (backdrop-filter: none)) {
    .nav-glass {
        background-image:none;
      background-color: rgb(255 255 255 / 50%);
      -webkit-backdrop-filter: blur(10px);
      backdrop-filter: blur(10px);

    }
  }






 .nav-content {
display:block;
padding-left:24px;
padding-right:24px;
width: 100%;
/*    max-width: 1920px;*/
    margin: 0 auto;
    position: relative;
 }

 .nav-logo-textxx{
 font-size:40px;
 font-family: 'Norican', cursive;
 color:white;
/* text-shadow:0 2px 0 #8ed2d4,2px 3px 15px rgba(0,0,0,0.5);*/
display:inline-block;
 }


.nav-logo-text {
   font-size: 40px;
   font-family: 'Norican', cursive;
   color: white;
   /* text-shadow: 0 2px 0 #8ed2d4, 2px 3px 15px rgb(0 0 0 / 50%); */
   display: inline-block;
   position:relative;
   top:-16px;
   user-select: none;
   
}


 /*
 .nav-logo-text::before {
   /*content: counter(item);*/
 /*  content: 'Derpling';
   display: block;
   -webkit-background-clip: text;
   color: transparent;
   background-image: linear-gradient(115deg, #fc00ff, #00dbde);
   font-weight: 700;
   /*font-size: clamp(1.2rem, 2rem + 2vw, 3rem);*/  
/*}*/




 .nav-logo-text::before {
 content: 'Derpling';
   display: block;
   -webkit-background-clip: text;
   color: transparent;
   background-image: linear-gradient(
115deg
, #fc00ff, #00dbde);
   font-weight: 700;
   font-size: clamp(1.1rem, 2rem + 2vw, 2.54rem);
   /* transform: scale(1.03); */
   transform-origin: center;
   /* top: 50px; */
   margin-top: 1px;
   margin-left: -0.5px;
   text-shadow: -1px -1px rgb(255 100 0 / 65%);
   position:absolute;
 }




 .nav-logo-holder {
   display:none;
 }





.nav-logo-img{
      width: 40px;
    height: 36px;
    float: left;
    position: relative;
    margin-top: 7px;
    filter: saturate(0.85) brightness(1.15) hue-rotate(
-629deg
);
    opacity: 0.98;
}




/*
boop logo style
*/
.glass-logo-wrapper {
    align-items: center;
    display: flex;
    height: 60px;
    justify-content: flex-start;
    overflow: hidden;
    margin-top: -4px;
    display: inline-block;
    position: relative;
  }
  
  .glass-logo-wrapper .glass-logo-text {
    color: #fff;
    font-family: mallory, futura, arial black, sans-serif;
    font-size: 40px;
    font-weight: 800;
    letter-spacing: -0.042em;
    line-height: 1.4;
    padding: 0 0.25em;
    text-shadow: 0.05vw 0.05vw #4f4f4f55, 0.05vw -0.05vw #4f4f4f55, -0.05vw 0.05vw #4f4f4f55, -0.05vw -0.05vw #4f4f4f55;
    margin:0px;
  }
  
  @supports ((-webkit-background-clip: text) and (-webkit-text-stroke: 2vw)) {
    .glass-logo-wrapper .glass-logo-text {
        background: linear-gradient(
            146deg
            , #00ffbc 0%, #f3914b 50%, rgb(237 70 199) 90%);
                -webkit-background-clip: text;
                -webkit-text-stroke: 6px transparent;
                z-index: 100;
    }
  }


  /*
  .wrapper {
  align-items: center;
  display: flex;
  height: 100vh;
  justify-content: center;
  overflow: hidden;
}

h1 {
  color: #fff;
  font-family: mallory, futura, arial black, sans-serif;
  font-size: 20vw;
  font-weight: 800;
  letter-spacing: -0.05em;
  line-height: 1.4;
  padding: 0 0.25em;
  text-shadow:
     0.05vw 0.05vw #4F4F4F55,
     0.05vw -0.05vw #4F4F4F55,
     -0.05vw 0.05vw #4F4F4F55,
    -0.05vw -0.05vw #4F4F4F55;
}

@supports ((-webkit-background-clip: text) and (-webkit-text-stroke: 2vw)) {
  h1 {
    background: linear-gradient(160deg, #D459AB 0%, #FFDF37 50%, #A6FFFA 90%);
    -webkit-background-clip: text;
    -webkit-text-stroke: 2vw transparent;
  }
}
*/


/**********************************************
 *  DREAMHSOT LOGO & AUTHOR INFO
 **********************************************/
.dh-logo {
    position: fixed;
    bottom: 70px;
    left: 18px;
    z-index: -1;
}
.dh-logo img {
    width: 250px;
    opacity: 0.8;
}
.powrd-by {
    font-weight: 500;
    font-size: 11px;
    letter-spacing: .3px;
    font-family: 'fontsub3' !important;
    margin: 0px;
    opacity: 0.7;
    text-transform: uppercase;
    margin-left: 12px;
    text-shadow: 0px 1px rgb(255 255 255 / 35%);
    margin-bottom: -2px;
    text-align: left;
  }

  .author-creator-label {
    font-weight: 500;
    font-size: 12px;
    letter-spacing: .6px;
    font-family: 'fontsub3' !important;
    margin: 0px;
    opacity: 0.7;
    
    margin-left: 12px;
    text-shadow: 0px 1px rgb(255 255 255 / 35%);
    margin-bottom: -2px;
    text-align: left;
    position:fixed;
    bottom:30px;
    right:18px;
    z-index: -1;

  }



.ignorthis{
  color: #0073ec;
color: rgb(223, 143, 158);
color: rgb(170,55,90);
}











/**********************************************
 *  GRADIENT SEPERATOR
 **********************************************/
  .seperator-gradient-wrapper {
    animation-name: fadein;
    animation-duration: 3.5s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
    animation-delay: 2s;
    opacity: 0;
    width: 100%;
    height: 5px;
    position: absolute;
    bottom: 0px;
    z-index: -1;
    user-select: none;
  }

  .gradient {
    background: #30ff90;
    /* Old browsers */
    background: -moz-linear-gradient(left, #30ff90 0%, #ed2ded 25%, #c99826 50%, #30ffe6 75%, #30ff90 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, #30ff90), color-stop(25%, #ed2ded), color-stop(50%, #c99826), color-stop(75%, #30ffe6), color-stop(100%, #30ff90));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, #30ff90 0%, #ed2ded 25%, #c99826 50%, #30ffe6 75%, #30ff90 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, #30ff90 0%, #ed2ded 25%, #c99826 50%, #30ffe6 75%, #30ff90 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(left, #30ff90 0%, #ed2ded 25%, #c99826 50%, #30ffe6 75%, #30ff90 100%);
    /* IE10+ */
    background: linear-gradient(to right, #30ff90 0%, #ed2ded 25%, #c99826 50%, #30ffe6 75%, #30ff90 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#30ff90', endColorstr='#30ff90',GradientType=1 );
    /* IE6-9 */
  }
  
  @-webkit-keyframes fadein {
    0% {
      opacity: 0.1;
    }
    100% {
      opacity: 1;
    }
  }
  @keyframes fadein {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }

  .seperator-gradient-wrapper .seperator-gradient{
    width: 100%;
    height: 5px;
    bottom:0px;
    left:0px;right:0px;
    position: absolute;
top:unset;


}

.seperator-gradient-wrapper .seperator-gradient:after {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: -1;
    background-image: linear-gradient(to right, #30ff90 0%, #ed2ded 25%, #c99826 50%, #30ffe6 75%, #30ff90 100%);
    background-size: 3000px 10px;
    background-position: -3000px 0px;
    animation: move 7s infinite linear;
    opacity: 1;
    transition: opacity 1s;
}


@keyframes move {
  from {background-position: -3000px 10px;}
    to {background-position: 0px 10px;}
}










/**********************************************
 *  USER AVATAR
 **********************************************/
.user-nav-menu{
    display: inline-block;
    position: relative;
    float: right;
    background-color: rgba(255,0,0,0.0);
    height:60px;
    white-space: nowrap;
    padding-top:6px;
    cursor: pointer;
}

.user-dropdown-menu {
    position:relative;
    display:inline-block;
    width: 30px;
    margin-left: -4px;
    user-select: none;
}

.user-nav-menu *{
user-select: none;
}


.user-avatar {
    position:relative;
    display:inline-block;
    --usercolor: #0073EC;
    user-select: none;
    pointer-events: none;
    transition: transform 0.25s linear, filter 0.25s linear;
  }
  
  .user-avatar .iconDiv {
    position: relative;
    width: 150px;
    height: 150px;
    margin: 5%;
    background-color: var(--usercolor,#0abcf0);
    color: var(--usercolor,#0abcf0);
    float: left;
    overflow: hidden;
    text-transform: capitalize;
    text-align: center;
    line-height: 125px;
    font-size: 100px;
    font-weight: 600;
    font-family: "Source Sans Pro", sans-serif;
    /*box-shadow: 6px 6px 35px rgba(0, 0, 0, 0.3);*/
    animation: iconAnim 300ms cubic-bezier(0, 0, 0.55, 1.27);
    pointer-events: none;
  }
  
  .user-avatar .iconDiv .innerIcon {
    position: absolute;
    width: 90%;
    height: 90%;
    top: 5%;
    left: 5%;
    background-color: rgba(0, 0, 0, 0.7);
  }
  
  .user-avatar .iconDiv {
      width: 40px;
      height: 40px;
      line-height: 32px;
      font-size: 28px;
    }


    .user-nav-menu:hover .user-avatar{
      transform:scale(1.1);
      filter: brightness(1.25);
    }










    .nav-glass.user-settings-container{
        width: 200px;
        display: inline-block;
        height:160px;
        position: fixed;
        top: 60px;
        right: 10px;
        left: unset;
        text-align: left;
        color: #000;
        padding: 12px;
        border-bottom-left-radius: 12px;
        border-bottom-right-radius: 12px;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
        background-repeat: repeat;
        z-index: 999;
    }

    .label-nickname {
        font-weight: 500;
        font-size: 14px;
        letter-spacing: .3px;
        font-family: 'fontsub3' !important;
        margin: 0px;
        /* text-transform: uppercase; */
        margin-left: 0px;
        text-shadow: 0px 1px rgb(255 255 255 / 35%);
        margin-bottom: 3px;
        text-align: left;
        margin-top:4px;
    }

    .input-text{
        font-family: 'Titillium Web', sans-serif;
          font-size: 14;
          font-weight: 700;
          border-radius: 5px;
          border: 1px solid #555;
          padding: 2px 6px;
          letter-spacing: .35px;
      
      }

      .input-status-message, .input-message-color {
        font-family: 'Dongle', sans-serif;
        font-weight: 300;
        font-size: 20px;
        color: #00c74d;
        margin: 0px;
        margin-bottom: 4px;
        text-transform: lowercase;
        letter-spacing: .75px;
        padding-left: 2px;
        display: block;
        line-height: 0px;
        margin-top: 12px;
      opacity: 0;
      }