body{
    background-color:hsla(204,70%,14%,1);
    background-image:
    radial-gradient(at 47% 49%, hsla(232,57%,26%,1) 0px, transparent 50%),
    radial-gradient(at 2% 79%, hsla(277,62%,31%,1) 0px, transparent 50%),
    radial-gradient(at 80% 100%, hsla(240,65%,29%,1) 0px, transparent 50%),
    radial-gradient(at 0% 0%, hsla(224,100%,27%,1) 0px, transparent 50%);
    background-repeat: no-repeat;
    background-attachment: fixed;
    word-break: break-all;
}
@media (min-width: 765px){
body{
  cursor: none;
}
html,button,label,div,h1,input,br{
  cursor: none !important;
}
/* Custom Cursor */
.cursor{
  width: 8px;
  height: 8px;
  background-color: white;
  mix-blend-mode: difference;
}
.cursor-outline{
  width: 40px;
  height: 40px;
  border: 2px solid hsla(0,0%,100%,0.5);
  mix-blend-mode: difference;
}
.cursor,
.cursor-outline{
  position: fixed;
  top:0;
  left:0;
  transform: translate(-50%,-50%);
  border-radius: 20px;
  z-index:1000;
  pointer-events: none;
  transition: width .2s ease, height .2s ease;
}
.hover{
  width: 20px;
  height: 20px;
}
.hover-input{
  width: 8px;
  height: 30px;
}
}
/* Custom Cursor End */

.parentMobdivnav{
  bottom: 0px;
  position: fixed;
  transition: all ease 1s;
  z-index: 98;
  width: 98%;
  display: flex;
  left:1%;
  bottom: -100%;
}
.parentMobdivnavLoaded{
  bottom:1%;
}
/* Nav Desk */
    .navDesk{
        background-color: rgba(0, 0, 0, 0.500);
        backdrop-filter: blur(5px);
        z-index: 50;
        position: fixed;
        width: 94%;
        left: 0;
        right: 0;
        top: -100%;
        margin: auto;
        transition: all ease 1s;
        display: flex;
        overflow: auto;
        padding: 10px;
        gap: 6px;
        border-radius: 30px;
    }
    .navDeskloaded{
      top: 14px;
    }
    .navDesk button{
        background-color: rgba(0, 0, 0, 0.500);
        color: white;
        padding: 14px;
        border: 0px;
        border-radius: 20px;
        transition: all ease .2s;
    }
    .navDesk button p{
      display: inline;
    }
    .navDesk button:hover{
        background-color: rgba(111, 0, 255, 0.5);
    }
    #navigation .accbtn{
        margin-left: auto;
    }
    #navigation .hl {
        background-color: rgb(0, 72, 226);
    }
/* Nav Desk End */

/* Mobile Nav */
  #mobnavsoh{
    background-color: rgba(0, 0, 0, 0.800);
    backdrop-filter: blur(5px);
    color: white;
    border: 0px;
    transition: all ease .2s;
    padding-left: 16px;
    padding-right: 16px;
    border-radius: 21px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
  }
  #mobnavsoh:hover{
    background-color: rgba(36, 36, 36, 0.8);
    cursor: pointer;
  }
  #mobnavsoh1{
    background-color: rgba(0, 0, 0, 0.800);
    backdrop-filter: blur(5px);
    color: white;
    border: 0px;
    position: fixed;
    bottom: 1%;
    right: 1%;
    z-index: 10;
    transition: all ease .2s;
    padding: 8px;
    padding-left: 16px;
    padding-right: 16px;
    border-radius: 21px;
  }
  #mobnavsoh1:hover{
    background-color: rgba(36, 36, 36, 0.8);
    cursor: pointer;
  }
  .navMobile{
    background-color: rgba(0, 0, 0, 0.800);
    backdrop-filter: blur(5px);
    margin-top: 0px;
    overflow: auto;
    transition: all ease .2s;
    width: 100%;
    text-align: center;
    display: flex;
    border-radius: 21px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}
.navMobile::-webkit-scrollbar{
  display: none;
}
.navMobile button{
  background-color: black;
  color: white;
  padding: 15px;
  font-size: small;
  border: 0px;
  border-radius: 16px;
  transition: all ease .2s;
  margin: 8px;
  width: 100%;
}
.navMobile button:hover{
  background-color: rgba(111, 0, 255, 0.5);
}
.navMobile button p{
  display: none;
}
/* Mobile Nav End */
/* Divs in the website */
.MainDiv{
    background-color: rgba(0, 0, 0, 0.580);
    backdrop-filter: blur(2px);
    padding: 10px;
    transition: all ease 1s;
    color: white;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    height: calc(80% - 40px);
    margin-top: 10px;
    width: 98%;
    text-align: center;
    overflow: auto;
    border-radius: 30px;    
}
.InnerDivs{
  background-color: rgba(40, 40, 40, 0.400);
  backdrop-filter: blur(2px);
  padding: 5px;
  transition: all ease 1s;
  color: white;
}
/* Divs in the website End */
/* Custom Scroll */
div::-webkit-scrollbar {
    width: 45px;
}
  
  div::-webkit-scrollbar-track {
    background-color: rgb(59, 59, 59);
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
  }
  
  div::-webkit-scrollbar-thumb {
    background: linear-gradient(to bottom, #632c96, #243eb1);
    border-radius: 30px;
    border: 10px solid rgb(59, 59, 59);
  }
  
  div::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(to bottom, #652b9b, #263da3);
    border: 10px solid rgb(59, 59, 59);
  }
  ::-webkit-scrollbar {
    width: 20px;
  }
  
  ::-webkit-scrollbar-track {
    background-color: white;
    border-radius: 25px;
  }
  
  ::-webkit-scrollbar-thumb {
    background: linear-gradient(to bottom, #0099ff, #2ee5dc);
    border-radius: 20px;
    border: 5px solid white;
  }
  
  ::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(to bottom, #0d7bc4, #23aaa3);
    border: 3px solid white;
  }

/* Custom Scroll End */ 

/* Skeleton */
@keyframes skeleton-loading {
  0%{
     background-color: hsl(200,20%,70%);
   }
   100%{
     background-color: hsl(200,20%,95%);
   }
 }
.skeleton{
    opacity: .7;
    animation: skeleton-loading 1s linear infinite alternate;
    border-radius: 15px;
  }
  
  .skeleton-text{
    width: 100%;
    height: .5rem;
    margin-bottom: .25rem;
    border-radius: 15px;
  }
  
  .skeleton-text:last-child{
    margin-bottom: 0;
    width: 80%;
  }
/* Skeleton End */

/* Loader */
.loader {
  width: 50px;
  aspect-ratio: 1;
  border-radius: 50%;
  border: 8px solid rgba(0, 0, 0, 0.422);
  border-right-color: rgb(15, 159, 255);
  animation: l2 1s infinite linear;
}
/* Loader End */

@keyframes l2 {to{transform: rotate(1turn)}}
#context-menu{
  background-color: rgba(80, 80, 80, 0.5);
  backdrop-filter: blur(20px);
  width: 20%;
  overflow: hidden;
  height: fit-content;
  border-radius: 20px;
  position: absolute;
  box-shadow: 5px 5px 50px 5px rgba(0, 0, 0, 0.507);
  transition: .2s all ease;
  opacity: 0;
  display:none;
  position: fixed;
  z-index: 99;
}
#context-menu button{
  background-color: rgba(0, 0, 0, 0);
  border: 0px;
  color: white;
  transition: .2s all ease;
  text-align: left;
  padding: 15px;
  margin-bottom: 0px;
  width: 100%;
}
#context-menu button:hover{
  background-color: rgba(240, 240, 240, 0.137);
}
#context-menu hr{
  color: rgb(255, 255, 255);
  margin: 0%;
}

.footer{
  background-color: rgba(0, 0, 0, 0.500);
  color: rgba(255, 255, 255, 0.655);
  padding: 10px;
  text-align: left;
}
.footera{
  text-decoration:none;
  color: rgba(255, 255, 255, 0.655);
}
.footera:hover{
  text-decoration-line:underline;
}
.user-is-tabbing button:focus {
  transition: outline 0s;
  outline: blue 1px solid !important;
}


.alert-div-main{
  background-color: rgba(0, 0, 0, 0.200); 
  height: 100%;
  overflow: auto;
  display: grid;
  width: 100%;
  position: fixed;
  backdrop-filter: blur(5px);
  justify-content: center;
  align-items: center;
  transition: all 0.5s ease;
  word-break: break-all;
}
.alert-div{
   background-color: rgba(0, 0, 0, 0.700);
   border-radius: 20px;
   padding: 10px;
   color:white;
}
.alert-div h1{
   text-align: center;
}
.alert-div p{
   margin: 20px;
}
.alert-div-button-container{
   text-align: center;
   background-color: rgba(0, 0, 0, 0.200);
   border-radius: 20px;
   padding: 10px;
}
.alert-button{
   background-color: rgba(0, 0, 0, 0.500);
   border: 0px;
   padding: 10px;
   padding-left: 20px;
   padding-right: 20px;
   color:white;
   margin: 5px;
   border-radius: 10px;
   transition: all ease .2s;
}
.alert-button:hover{
   background-color: rgba(30, 30, 30, 0.5);
}
.hideI{
  display: none !important;
}