* {
    box-sizing: border-box;
}



.unselectable{
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

body {
    align-items: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
    background: #f6f5f7;
    font-family: 'Montserrat', sans-serif;
    min-height: 100%;
    margin: 0%;
    padding: 0%;
    background-image: url(../img/earth_bg.png);
    background-repeat: no-repeat;
    background-size: cover; /* or 'contain' based on your layout needs */
    background-position: center; /* or 'top', 'bottom', etc. */
}
#submit{
    cursor: pointer;
    color: grey;
    width: 14vw;
}
.container {
    position: relative;
    width: 100vw;
    max-width: 100%;
    height: 100vh;
    overflow: hidden;
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25),
        0 10px 10px rgba(0, 0, 0, 0.22);
}

.sign-up,
.sign-in {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    backdrop-filter: blur(3px);
    transition: all 0.6s ease-in-out;
}

.sign-up {
    width: 50%;
    z-index: 1;
    opacity: 0;
}

.sign-in {
    width: 50%;
    z-index: 2;
}


form {
    background: rgba(0, 23, 46,0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 0 50px;
    height: 100%;
    text-align: center;
    backdrop-filter: blur(3px);
}

h1 {
    font-weight: bold;
    color: white;
    margin: 0;
}

p {
    font-size: 14px;
    font-weight: 100;
    line-height: 20px;
    letter-spacing: 0.5px;
    margin: 15px 0 20px;
}

input {
    background: #e2e2e2;
    padding: 12px 15px;
    margin: 8px 15px;
    width: 60%;
    border-radius: 5px;
    border: none;
    outline: none;
}



a {
    color: #333;
    font-size: 14px;
    text-decoration: none;
    margin: 15px 0px;
}


button {
    color: #bdbdbd;
    background: #f3f4f5;
    font-size: 12px;
    font-weight: bold;
    padding: 12px 55px;
    margin: 20px;
    border-radius: 20px;
    border: 2px solid #ccc;
    outline: none;
    letter-spacing: 1px;
    text-transform: uppercase;
    transition: transform 80ms ease-in;
    cursor: pointer;
}

button:active {
    transform: scale(0.90);
}

#signIn,
#signUp {
    /* background-color: transparent;
    border: 2px solid #fff; */
    background: rgba(0, 168, 255,0.2);
    border: 1px solid rgba(0, 255, 255, 0.4);
    border-radius: 6px;
    color: #00a8ff;

    
}

.container.right-panel-active .sign-in {
    backdrop-filter: blur(3px);
    transform: translateX(100%);
    opacity: 0;
}

.container.right-panel-active .sign-up {
    backdrop-filter: blur(3px);
    transform: translateX(100%);
    opacity: 1;
    z-index: 5;
}
.overlayer{
    /* background: rgba(0, 168, 255,0.1); */
    background: rgba(3, 8, 38,0.3);
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    backdrop-filter: blur(3px);
    z-index: 9000;
    visibility: hidden;
}
.loadingclass,.loadingclasssg,.loadingclassrp{
    position: absolute;
    top: 43%;
    z-index: 9001;
    display: flex;
    flex-direction: column;
    align-items: center;
    /* visibility: hidden; */
    display: none;
}
.loadingclasssg,.loadingclassrp{
    visibility: visible;
}
.loadingtext{
    font-size: 1.8rem;
    color: white;
}
.loadinglogo{
    width: 20%;
    height: 20%;
    animation: spin 4s linear infinite;
}
.loading-dots{
    display: inline-flex;
    width: 20px;
}
.loading-dots::after {
  content: "...";
  animation: dots 2.5s steps(3, end) infinite;
}
@keyframes spin {
  from { transform: rotate(0deg); }
  to   { transform: rotate(360deg); }
}
@keyframes dots {
  0%   { content: ""; }
  33%  { content: "."; }
  66%  { content: ".."; }
  100% { content: "..."; }
}
.loading {
  width: 100%;
  height: 100%;
}

.loading-text {
  margin: auto;
  text-align: center;
  width: 100%;
  height: 100px;
  line-height: 50px;
}
.loading-text span {
  display: inline-block;
  margin: 0 5px;
  color: #fff;
}
.loading-text span:nth-child(1) {
  filter: blur(0px);
  -webkit-animation: blur-text 1.5s 0s infinite linear alternate;
          animation: blur-text 1.5s 0s infinite linear alternate;
}
.loading-text span:nth-child(2) {
  filter: blur(0px);
  -webkit-animation: blur-text 1.5s 0.2s infinite linear alternate;
          animation: blur-text 1.5s 0.2s infinite linear alternate;
}
.loading-text span:nth-child(3) {
  filter: blur(0px);
  -webkit-animation: blur-text 1.5s 0.4s infinite linear alternate;
          animation: blur-text 1.5s 0.4s infinite linear alternate;
}
.loading-text span:nth-child(4) {
  filter: blur(0px);
  -webkit-animation: blur-text 1.5s 0.6s infinite linear alternate;
          animation: blur-text 1.5s 0.6s infinite linear alternate;
}
.loading-text span:nth-child(5) {
  filter: blur(0px);
  -webkit-animation: blur-text 1.5s 0.8s infinite linear alternate;
          animation: blur-text 1.5s 0.8s infinite linear alternate;
}
.loading-text span:nth-child(6) {
  filter: blur(0px);
  -webkit-animation: blur-text 1.5s 1s infinite linear alternate;
          animation: blur-text 1.5s 1s infinite linear alternate;
}
.loading-text span:nth-child(7) {
  filter: blur(0px);
  -webkit-animation: blur-text 1.5s 1.2s infinite linear alternate;
          animation: blur-text 1.5s 1.2s infinite linear alternate;
}

@-webkit-keyframes blur-text {
  0% {
    filter: blur(0px);
  }
  100% {
    filter: blur(2px);
  }
}

@keyframes blur-text {
  0% {
    filter: blur(0px);
  }
  100% {
    filter: blur(2px);
  }
}
.overlay-container {
    position: absolute;
    top: 0;
    left: 50%;
    width: 50%;
    height: 100%;
    overflow: hidden;
    transition: transform 0.6s ease-in-out;
    z-index: 100;
}

.container.container.right-panel-active .overlay-container {
    transform: translateX(-100%);
}

.overlay {
    position: relative;
    color: #fff;
    /* background: #ff416c; */
    left: -100%;
    height: 100%;
    width: 200%;
    /* background: #57b03e; */
    background: rgb(0,23,46);
    transform: translateX(0);
    transition: transform 0.6s ease-in-out;
    /* background-image: url(../img/logo_hd.png); */
    background-image: linear-gradient(rgba(0,23,46,0.95),rgba(0,23,46,0.9)),url(../img/logo_hd.png);
    background-repeat: no-repeat;
    background-size: cover; /* or 'contain' based on your layout needs */
    background-position: center; /* or 'top', 'bottom', etc. */
    /* background-size: 464px 464px !important; */
    background-size: 1008px 1008px !important;
}
@media(max-width:1680px){
    .overlay {
        background-size: 985px 985px !important;
    }
    .loadingclass,.loadingclasssg,.loadingclassrp{
        top: 42%;
    }
    .loadingtext{
        font-size: 1.6rem;
    }
    .loadinglogo{
        width: 20%;
        height: 20%;
    }
    .toggle-passwordsp,.toggle-passwordspc{
        top:50% !important;
    }
    .toggle-passwordlpagep{
        top: 50% !important;
    }
}
@media(max-width:1600px){
    .overlay {
        background-size: 845px 845px !important;
    }
    .loadingclass,.loadingclasssg,.loadingclassrp{
        top: 41%;
    }
    .loadingtext{
        font-size: 1.6rem;
    }
    .loadinglogo{
        width: 20%;
        height: 20%;
    }
    #jour3 p{
        margin: 0px;
        line-height: 10px;
        letter-spacing: 0px;
        margin-bottom: 7px;
    }
    #jour3 img{
        width: 120px;
        height: 30px;
        margin-bottom: 10px;
    }
    #jour3{
        margin-bottom: 5px;
    }
    .toggle-passwordsp,.toggle-passwordspc{
        top:55% !important;
    }
}
@media(max-width:1540px){
    .overlay {
        background-size: 815px 815px !important;
    }
    .loadingclass,.loadingclasssg,.loadingclassrp{
        top: 40%;
    }
    .loadingtext{
        font-size: 1.3rem;
    }
    .loadinglogo{
        width: 28%;
        height: 28%;
    }
    #jour3 p{
        margin: 0px;
        line-height: 10px;
        letter-spacing: 0px;
        margin-bottom: 10px;
    }
    #jour3 img{
        width: 120px;
        height: 30px;
        margin-bottom: 10px;
    }
    #jour3{
        margin-bottom: 5px;
    }
}
@media(max-width:1500px){
    .overlay {
        background-size: 1010px 1010px !important;
    }
}
@media(max-width:1440px){
    .overlay {
        background-size: 845px 845px !important;
    }
}
@media(max-width:1366px) {
    .overlay {
        background-size: 720px 720px !important;
    }
    .loadingclass,.loadingclasssg,.loadingclassrp{
        top: 39%;
    }
    .loadingtext{
        font-size: 1.4rem;
    }
    .loadinglogo{
        width: 18%;
        height: 18%;
    }
    .toggle-passwordsp,.toggle-passwordspc{
        top:55% !important;
    }
    .toggle-passwordlpagep{
        top: 57% !important;
    }
}
@media(max-width:1344px) {
    .overlay {
        background-size: 790px 790px !important;
    }
}
@media(max-width:1280px) {
    .overlay {
        background-size: 675px 675px !important;
    }
    .loadingclass,.loadingclasssg,.loadingclassrp{
        top: 42%;
    }
    .loadingtext{
        font-size: 1.2rem;
    }
    .loadinglogo{
        width: 14%;
        height: 14%;
    }
}
@media (max-width: 1280px) and (height: 800px){
    .overlay {
        background-size: 750px 750px !important;
    }
    .loadingtext{
        font-size: 1.4rem;
    }
    .loadinglogo{
        width: 30%;
        height: 30%;
    }
}
@media (max-width: 1280px) and (height: 1024px){
    .overlay {
        background-size: 960px 960px !important;
    }
    .loadingtext{
        font-size: 1.4rem;
    }
    .loadinglogo{
        width: 30%;
        height: 30%;
    }
}
@media(max-width:1120px) {
    .overlay {
        background-size: 655px 655px !important;
    }
}
.container.right-panel-active .overlay {
    backdrop-filter: blur(3px);
    transform: translateX(50%);
}

.overlay-left,
.overlay-right {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 0 40px;
    text-align: center;
    top: 0;
    height: 100%;
    width: 50%;
    transform: translateX(0);
    transition: transform 0.6s ease-in-out;
    
    
}



.checkbox{
    list-style: none;
    align-items: center;
    justify-content: center;
    margin-left: -60px;
    margin-bottom: 10px;
    margin-top: 0px;
}
.checkbox li { 
    display: inline-block; 
    margin:20px 15px;
}
.checkbox li input{
    display: inline-block;
    margin-left: -3px;
    border-radius: 50%;
    border: 1px solid grey;
}
#label{
    margin-left: 0px;
    color: grey;
}

.label{
    color: grey;
}

#admin1{
    cursor: pointer;
}

#user1{
    cursor: pointer;
}

.checkbox li input[checkbox]{
   
    border-radius: 50%;
}
.overlay-left {
    transform: translateX(-20%);
}

.overlay-right {
    right: 0;
    transform: translateX(0);
}

.container.container.right-panel-active .overlay-left {
    transform: translateX(0);
}

.container.container.right-panel-active .overlay-right {
    transform: translateX(20%);
}

.social-container {
    margin: 20px 0;
}

.social-container a {
    height: 35px;
    width: 35px;
    margin: 0 5px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #ccc;
    border-radius: 50%;
}

#logButton {
    background: #f3f4f5;
    color: grey;
}

#signUp {
    /* background: #f3f4f5;
    color: grey; */
    /* background: #f3f4f5; */
    /* color: #57b03e */
}
.network,.sep,.uspass{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0.3rem 0rem;
}  
.checkboxm{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0.2rem 0rem;
} 
#signup{
    /* background: #f3f4f5;
    color: grey; */
    background: #f3f4f5;
    color: #57b03e
}
#signIn{
    /* background: #f3f4f5;
    color: grey; */
    /* background: #f3f4f5; */
    /* color: #57b03e */
}

#user1{
    /* margin-top: 30px; */
}

.dept,.country{
    margin: 8px 0px;
    width: 60%;
    height: 40px;
    border-radius: 5px;
    background-color: #E2E2E2;
    border-color: transparent;
    padding: 10px 10px;
    /* color: black; */
}
/* .dept:nth-child(1){
    color: rgb(117,117,117);
} */

.menubar{
	margin-left: 1550px;
    margin-top: 10px;
    margin-right: -46px;
	display: inline-flex;
}

.minus{
	margin-right: 10px;
    padding-top: 0px;
} 

.newp,.newps{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.hddn{
    display: none;
}
.newpp{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
#countryCode,.deptc{
    /* border: 1px solid #e2e2e2; */
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
    max-width: 100px; 
    height: 41px;

}

.newpp input{
    width: 51%;
    margin-left: 0px;
    margin-right: 0px;
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px;
}

@media (max-width:1280px){
    .newpp input{
        width: 46%;
    }
}

.separator-line {
    width: 42%;
    height: 1px;
    background-color: #ccc;
    margin-top: 20px;
    opacity: 0.5;
}

.input-wrapper {
    position: relative;
    width: 60%;
}

.input-wrapper input {
width: 100%;
padding-right: 40px; /* space for the icon */
box-sizing: border-box;
}

.input-wrapper .toggle-passwordlpagep,.toggle-passwordsp,.toggle-passwordspc,.toggle-passwordlpagepp {
position: absolute;
top: 50%;
right: 12px;
transform: translateY(-50%);
font-size: 15px;
cursor: pointer;
pointer-events: all;
}
  
#password1,#password,#cnfpassword,#tpassword1{
    margin:8px 0px;
}
.toggle-passwordsp {
    /* position: absolute;
    top: 54.4%;
    margin-left: 40vw; */
    transform: translateY(-50%);
    cursor: pointer;
    color: black;
    font-size: 15px;
}

.toggle-passwordspc {
    /* position: absolute;
    top: 63%;
    margin-left: 40vw; */
    transform: translateY(-50%);
    cursor: pointer;
    color: black;
    font-size: 15px;
}

.toggle-passwordlpagep {
    /* position: relative; */
    /* top: 58.5%; */
    /* margin-left: 40vw; */
    transform: translateY(-50%);
    cursor: pointer;
    color: black;
    font-size: 15px;
}


#signnetworkbt {
    left: 23vw;
    /* top: 39.665vh;
    position: absolute; */
    overflow: visible;
    background: #57b03e;
    cursor: pointer;
    width: 5.83vw;
    border-radius: 1.182vw;
    padding-top: 0.5vh;
    height: 3.41vh;
    line-height: 2.41vh;
    /* margin-top: 5.060vh; */
    margin-top: 12px;
    text-align: center;
    font-style: normal;
    font-weight: bold;
    font-size: 12px;
    color: rgba(255, 255, 255, 1);
}

#signsubmitbt {
    /* left: 23vw; */
    /* top: 70vh; */
    /* position: absolute; */
    overflow: visible;
    /* background: #57b03e; */
    cursor: pointer;
    /* width: 5.83vw; */
    /* border-radius: 1.182vw; */
    /* padding-top: 0.5vh; */
    /* padding: 10px 10px; */
    /* height: 3.61vh; */
    height: 40px;
    /* line-height: 2.41vh; */
    /* margin-top: -0.292vh; */
    margin-top: 20px;
    /* text-align: center; */
    font-style: normal;
    font-weight: bold;
    font-size: 12px;
    background: rgba(0, 23, 46, 0.8);
    border: 1px solid rgba(0, 168, 255,0.5);
    border-radius: 6px;
    color: #00a8ff;
}

/* .container.right-panel-active .toast {
    left: 50%;
    background-color: #57b03e;
} */

.logn{
    position: absolute; 
    right: 10px;
    top: 18px;
    cursor: pointer;
    color: black;
    font-size: 15px;
}

/* Toggle Switch */
.switch {
  position: relative;
  display: inline-block;
  width: 100px;
  height: 40px;
  margin-left: 28px;
  top: -4px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #30363d;
  /*background-color: #2196f3;*/
  transition: .4s;
  border-radius: 24px;
}

.slider:before {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  left: 4px;
  bottom: 4px;
  background-color: #8b949e;
  /*background-color: #2196f3;*/
  transition: .4s;
  border-radius: 50%;
}

input:checked + .slider {
  background-color: #0088ff;
  /*box-shadow: 0 0 15px rgba(0, 136, 255, 0.8);*/
}

input:checked + .slider:before {
  transform: translateX(26px);
  background-color: #ffffff;
  /*box-shadow: 0 0 5px rgba(255, 255, 255, 0.8);*/
}

/* Rounded sliders */
.slider.round {
  border-radius: 24px;
}

.slider.round:before {
  border-radius: 50%;
}

.slider-text {
  position: absolute;
  cursor: pointer;
  background: rgba(10, 40, 80, .52);
  border: 1px solid rgba(0, 255, 255, .2);
  border-radius: 20px;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 10px;
  font-weight: bold;
  color: white;
  font-size: 14px;
  transition: background-color 0.3s ease;
}

.label-left,
.label-right {
  pointer-events: none;
  width: 50%;
  text-align: center;
}

/* Active side highlight */
.slider-text::before {
  content: "";
  position: absolute;
  height: 90%;
  width: 50%;
  left: 0;
  top: 5%;
  background-color: #007bff;
  border-radius: 20px;
  transition: left 0.3s ease;
  z-index: 0;
}

/* Move active highlight when checked */
.switch input:checked + .slider-text::before {
  left: 50%;
}

#login{
    background: rgba(0, 23, 46, 0.8);
    border: 1px solid rgba(0, 168, 255,0.5);
    border-radius: 6px;
    color: #00a8ff;
    margin-top: 0px;
    /* border-color: transparent; */

}


input[type="text"],
input[type="password"],
input[type="email"],
select,
select.country,
select.dept,select.deptc{
    background: rgba(10, 40, 80, .52);
    /* background: rgba(10, 40, 100, .35); */
    border: 1px solid rgba(0, 255, 255, .2);
    /* color: #00a8ff;*/
    color: white;
    /* color: #D0D0D0; */
    /* color: #d3d3d3; */
}
select{
    color: #D0D0D0;
}
/* Show placeholder color when no valid option selected */
select:invalid {
  color: #D0D0D0;
}
.placehold{
  color: #D0D0D0 !important;
}

input::placeholder,
select::placeholder,
select option{
    /* color: #00a8ff; */
    /* color: white; */
    /* color: #d3d3d3; */
    color: #D0D0D0;
}

select option{
    background: rgba(10, 40, 80, .8);
    /* color: #00a8ff; */
    color: white;
    /* color: #D0D0D0; */
}

select:focus{
    background: rgba(10, 40, 80, .52);
    border: 1px solid rgba(0, 255, 255, .2);
    color: white;
    outline: none;
}

/* Placeholder while focused */
select:invalid:focus {
  color: #D0D0D0; /* keep it gray when focused */
}

.toggle-passwordsp,.toggle-passwordspc,.toggle-passwordlpagep,.toggle-passwordlpagepp{
    color:white;
}


/* body {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
} */

.toggleContainer {
   position: relative;
   display: grid;
   grid-template-columns: repeat(2, 1fr);
   width: fit-content;
   border: 3px solid #343434;
   border-radius: 20px;
   background: rgba(10, 40, 80, .52);
   border: 1px solid rgba(0, 255, 255, .2);
   font-weight: bold;
   color: #343434;
   cursor: pointer;
   padding: 5px 10px;
 }
 .toggleContainer::before {
   content: '';
   position: absolute;
   width: 50%;
   height: 100%;
   left: 0%;
   border-radius:20px;
   background: rgb(22, 52, 97);
   opacity: 0.8;
   transition: all 0.3s;
 }
 .toggleCheckbox:checked + .toggleContainer::before {
    left: 50%;
 }
 .toggleContainer div {
   padding: 6px;
   text-align: center;
   z-index: 1;
 }
 .toggleCheckbox {
   display: none;
 }
 .toggleCheckbox:checked + .toggleContainer div:first-child{
   color: white;
   transition: color 0.3s;
   filter: blur(0);
 }
 .toggleCheckbox:checked + .toggleContainer div:last-child{
   /* color: #343434; */
   color: lightgray;
   transition: color 0.3s;
   filter: blur(2px);
 }
 .toggleCheckbox + .toggleContainer div:first-child{
   /* color: #343434; */
   color: lightgray;
   transition: color 0.3s;
   filter: blur(2px);
 }
 .toggleCheckbox + .toggleContainer div:last-child{
   color: white;
   transition: color 0.3s;
   filter: blur(0);
 }

#usr{
    padding-left: 15px;
}
#adm{
    padding-right: 15px;
}

.wrapas{
    width: 100%;
}
.flex{
    display: flex;
    justify-content: space-between;
    gap: 16px;
}
.flex .newp{
    width: 50%;
    justify-content: flex-end;
    margin-left: 5px;
}
.flex .newps{
    width: 50%;
    justify-content: flex-start;
    margin-right: 5px;
}
.toast,.toastnp,.toastnpp,.toastnps{
    visibility:hidden;
    padding: 12px 15px;
    margin: 8px 15px;
    width: 60%;
    border-radius: 5px;
    height: 42px;
    border: none;
    outline: none;
    position: relative;
    top: 57.4px;
    border: 1px solid #ff6e40;
    background: rgba(255, 110, 64, 0.2);
    opacity: 0.8;
    color: #ff6e40;
    z-index: -1;
    transition: opacity 0.3s ease-in-out;
}
.toast{
    text-wrap: wrap;
    height: fit-content;
}
.toastnp{
    color: #ffd54f;
    background:  rgba(255, 213, 79, 0.1);
    border: 1px solid #ffd54f;
}
.toastnpp,.toastnps{
    top: 0;
}
.toast.show,.toastnp.show {
    visibility: visible;
    opacity: 1;
    /* animation: fadein 0.5s, fadeout 0.5s 2.5s; */
    animation: moveupdown 5s ease-in-out;
}
.toastnpp.show{
    visibility: visible;
    opacity: 1;
    /* animation: fadein 0.5s, fadeout 0.5s 2.5s; */
    animation: movedownup 5s ease-in-out;
}
.toastnps.show{
    visibility: visible;
    opacity: 1;
    /* animation: fadein 0.5s, fadeout 0.5s 2.5s; */
    animation: staticm 5s ease-in-out; 
}
@keyframes moveupdown{
    0% {
        transform: translateY(0);
        opacity: 0;
    }
    15% {
        transform: translateY(-50px);
        opacity: 0.5;
    }
    25% {
        transform: translateY(-50px);
        opacity: 1;
    }
    35% {
        transform: translateY(-50px);
        opacity: 1;
    }
    50% {
        transform: translateY(-50px);
        opacity: 1;
    }
    65% {
        transform: translateY(-50px);
        opacity: 1;
    }
    75% {
        transform: translateY(-50px);
        opacity: 1;
    }
    85% {
        transform: translateY(-50px);
        opacity: 0.5;
    }
    100% {
        transform: translateY(0);
        opacity: 0;
    }
}

@keyframes movedownup{
    0% {
        transform: translateY(-20px);
        opacity: 0;
    }
    15% {
        transform: translateY(0);
        opacity: 0.5;
    }
    25% {
        transform: translateY(0);
        opacity: 1;
    }
    35% {
        transform: translateY(0);
        opacity: 1;
    }
    50% {
        transform: translateY(0);
        opacity: 1;
    }
    65% {
        transform: translateY(0);
        opacity: 1;
    }
    75% {
        transform: translateY(0);
        opacity: 1;
    }
    85% {
        transform: translateY(0);
        opacity: 0.5;
    }
    100% {
        transform: translateY(-50px);
        opacity: 0;
    }
}

@keyframes staticm{
    0% {
        opacity: 0;
    }
    15% {
        opacity: 0.5;
    }
    25% {
        opacity: 1;
    }
    35% {
        opacity: 1;
    }
    50% {
        opacity: 1;
    }
    65% {
        opacity: 1;
    }
    75% {
        opacity: 1;
    }
    85% {
        opacity: 0.5;
    }
    100% {
        opacity: 0;
    }
}

#passtime{
    position: relative;
    margin-top: 10px;
    right: 18%;
    color: #ff6e40;
    font-size: medium;
}

#jour{
    font-size: 18px;
}
#jour2,#jour4{
    color: white;
    /* color: #00e1ff; */
    font-size: 18px;
    /* position: absolute; */
    /* top: 20%; */
    /* left: 30%; */
    z-index: 10;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 77px;
}
#jour4{
    margin-bottom: 0px;
}
.ippass{
    width: 60%;
    display: grid;
    grid-template-columns: repeat(2,1fr);
    place-items: center; /* centers content both horizontally and vertically */
    column-gap: 10px;
}
#username,#email,#password,#cnfpassword,.input-wrapper.reg{
        width: 100%;
    }
@media(max-width:1680px){
    .newpp{
        width: 97%;
    }
}
@media(max-width:1600px){
    #jour2{
        /* left: 30%; */
    }
    .ippass{
        width: 60%;
        display: grid;
        grid-template-columns: repeat(2,1fr);
        place-items: center; /* centers content both horizontally and vertically */
        column-gap: 10px;
    }
    #username,#email,#password,#cnfpassword,.input-wrapper.reg{
        width: 100%;
    }
    .reg,#address{
        margin-top: 0px;
        margin-bottom: 0px;
    }
    .re,#city,#country,#dept{
        margin-bottom: 0px !important;
    }
    .newpp{
        width: 92%;
    }
    #signsubmitbt{
        margin-bottom: 150px;
    }
    .toggle-passwordsp,.toggle-passwordspc{
        top:60%;
    }
    .newpp{
        width: 96%;
    }
}
@media(max-width:1500px){
    .newpp{
        width: 94%;
    }
}
@media(max-width:1366px){
    #jour2{
        /* left: 25%; */
    }
    .checkboxm{
        margin-top: 10px;
    }
    .ippass{
        width: 60%;
        display: grid;
        grid-template-columns: repeat(2,1fr);
        place-items: center; /* centers content both horizontally and vertically */
        column-gap: 10px;
    }
    #username,#email,#password,#cnfpassword,.input-wrapper.reg{
        width: 100%;
    }
    .reg,#address{
        margin-top: 0px;
        margin-bottom: 0px;
    }
    .re,#city,#country,#dept{
        margin-bottom: 0px !important;
    }
    .newpp{
        width: 92%;
    }
    #signsubmitbt{
        margin-bottom: 150px;
    }
    .toggle-passwordsp,.toggle-passwordspc{
        top:60%;
    }
    #jour2{
        margin-bottom: 10px;
    }
    .toastnpp{
        margin-top: 0px;
        margin-bottom: 0px;
    }
    #resetpass{
        margin-top: 5px;
        margin-bottom: 10px;
    }
    #user1, #password1{
        margin-bottom: 0px;
    }
}
#country, #dept{
        width: 100%;
    }
@media(max-width:1280px){
    #jour2{
        /* left: 25%; */
    }
    .ippass{
        width: 60%;
        display: grid;
        grid-template-columns: repeat(2,1fr);
        place-items: center; /* centers content both horizontally and vertically */
        column-gap: 10px;
    }
    #username,#email,#password,#cnfpassword,.input-wrapper.reg{
        width: 100%;
    }
    .reg,#address{
        margin-top: 0px;
        margin-bottom: 0px;
    }
    .re,#city,#country,#dept{
        margin-bottom: 0px !important;
    }
    #signsubmitbt{
        margin-bottom: 150px;
    }
    .toggle-passwordsp,.toggle-passwordspc{
        top: 55%;
    }
    .newpp{
        width: 100%;
    }
    #jour3 p{
        margin: 0px;
        line-height: 10px;
        letter-spacing: 0px;
        margin-bottom: 7px;
    }
    #jour3 img{
        width: 120px;
        height: 30px;
        margin-bottom: 10px;
    }
    #jour3{
        margin-bottom: 5px;
    }
    #country, #dept{
        width: 100%;
    }
    #jour2{
        margin-bottom: 20px;
    }
    .toastnpp{
        margin-top: 0px;
        margin-bottom: 0px;
    }
    #resetpass{
        margin-top: 5px;
        margin-bottom: 10px;
    }
    #user1, #password1{
        margin-bottom: 0px;
    }
}
@media(max-width:1152px){
    .newpp{
        width: 94%;
    }
}
@media(max-width:1100px){
    #jour3 p{
        margin: 0px;
        line-height: 10px;
        letter-spacing: 0px;
        margin-bottom: 15px;
    }
    #jour3 img{
        width: 120px;
        height: 30px;
        margin-bottom: 10px;
    }
}
#jour3 {
    position: absolute;
    bottom: 10px;         /* 10px from the bottom of the parent */
    left: 50%;            /* Center horizontally */
    transform: translateX(-50%); /* Perfect horizontal center */
    
    color: white;
    font-size: 12px;
    z-index: 10;
    text-align: center;
}

.chrisel_logo{
    width: 210px;
    height: 50px;
}
#group-name {
    display: none;
    margin: 8px 0px;
    width: 41.8%;
    height: 40px;
    border-radius: 5px;
    border-color: transparent;
    padding: 10px 10px;
    padding-left: 15px;
    position: absolute;
    justify-self: left;
    /* left: 0; */
    border: none;
    outline: none;
    /* z-index: 10; */
    background: transparent;
}
.clrr{
    display: none;
    position: absolute;
    right: 23.6%;
    color: white;
    cursor: pointer;
}
@media(max-width:1280px){
    .clrr{
       right: 25.6%; 
    }
    #group-name {
        padding-left: 25px;
    }
}
/* ===== Scrollbar Styling ===== */
::-webkit-scrollbar {
    width: 8px;
    background-color: transparent;
}
 
/* Scrollbar track */
::-webkit-scrollbar-track {
    background: transparent;
}
 
/* Scrollbar thumb */
::-webkit-scrollbar-thumb {
    background: transparent;
    border-radius: 8px;
    border: 3px solid transparent;
}
 
/* Scrollbar thumb hover */
::-webkit-scrollbar-thumb:hover {
    background: #5BBDF2;
}
 
/* Top arrow (up) */
::-webkit-scrollbar-button:single-button:vertical:decrement {
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="12"><polygon points="6,2 2,8 10,8" fill="%23cccccc"/></svg>') no-repeat center;
    background-size: 8px;
    height: 16px;
}
 
/* Bottom arrow (down) */
::-webkit-scrollbar-button:single-button:vertical:increment {
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="12"><polygon points="2,4 10,4 6,10" fill="%23cccccc"/></svg>') no-repeat center;
    background-size: 8px;
    height: 16px;
}
 
/* Remove button backgrounds when inactive */
::-webkit-scrollbar-button:single-button {
    background-color: transparent;
}

.minqt{
    position: absolute;
    right: 1%;
    top: 1%;
    z-index: 1000;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
}
.mini,.closing{
    z-index: 2000;
    display: flex;
    align-items: flex-end;
    cursor: pointer;
}

/* Center popup box */
.popupsg,.popuprp {
  background: linear-gradient(135deg, rgba(0, 100, 200, 0.25), rgba(0, 50, 120, 0.35));
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border: 2px solid rgba(0, 140, 255, 0.3);
  box-shadow: 0 0 20px rgba(0, 140, 255, 0.2), inset 0 0 10px rgba(255, 255, 255, 0.05);
  border-radius: 15px;
  padding: 25px 35px;
  width: 400px;
  max-width: 90%;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
  text-align: center;
  z-index: 99999;
  visibility: hidden;
}

.popupsg h2,.popuprp h2{
    margin-bottom: 10px;
    font-size: 22px;
    color: #aee9ff;
    text-shadow: 0 0 5px #0099ff;
    margin-bottom: 20px;
}

.popupsg button,.popuprp button{
    margin-top: 20px;
    background-color: rgba(0, 123, 255, 0.15);
    border: 1px solid rgba(0, 140, 255, 0.3);
    color: #c2e9ff;
    padding: 10px 20px;
    border-radius: 8px;
    cursor: pointer;
    backdrop-filter: blur(4px);
}
/* Close button */
.close-btn {
  margin-top: 15px;
  padding: 8px 18px;
  background: #0078ff;
  border: none;
  color: white;
  border-radius: 6px;
  cursor: pointer;
  font-weight: 500;
}

.close-btn:hover {
  background-color: rgba(0, 123, 255, 0.3);
  box-shadow: 0 0 10px rgba(0, 140, 255, 0.4);
}

#resetpass{
    cursor: pointer;
    color: white;
}