  html, body {
  height: 100%;
  margin: 0;
  padding: 0;
  background-color: #14131b;
  font-family: Arial, sans-serif;
}
 
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #14131b;
    z-index: 9999;
}
#loader {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 8px solid #9F7EE9;
    border-top-color: #f00;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -50px 0 0 -50px;
    animation: spin 1s linear infinite;
}
@keyframes spin {
    100% {
        transform: rotate(360deg);
    }
}
  
/* CSS for div server info */
    .container-align {
      display: flex;
      justify-content: space-between;
      align-items: center; 
  padding-top: 10px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 10px;         
    }
    
    /* CSS for div server info */
    .container-align2 {
      display: inline;
      justify-content: center;
      align-items: center;    
      
    }

.btn-curve {      
      margin: 5; 
      background-color: #242430;
      padding: 6px;
      width: 30px;
      height: 30px;
      border: none;
      border-radius: 10px;
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
      text-align: center;
      font-size: 14px;
      color:white;
      display: flex;
      align-items: center;  
      justify-content: center;
    }
    
.btn-round {      
      margin: 5; 
      background-color: #333333;
      padding: 5px;
      width: 30px;
      height: 30px;
      border: none;
      border-radius: 50px;
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
      text-align: center;
      font-size: 14px;
      color:white;
      display: flex;
      align-items: center;  
      justify-content: center;
    }

.btn-curve2 {      
      margin: 5; 
      padding: 6px;
      width: 25px;
      height: 25px;
      border: none;
      border-radius: 10px;
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
      text-align: center;
      font-size: 14px;
      color:white;
      display: flex;
      align-items: center;  
      justify-content: center;
    }
    
    .btn-curve3 {      
      margin: 5; 
      background-color: #22222E;
      padding: 6px;
      width: 40%;
      height: 30px;
      border: none;
      border-radius: 10px;
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
      text-align: center;
      font-size: 14px;
      color:white;
      display: flex;
      align-items: center;  
      justify-content: center;
    }
    
    .btn-btn-started {      
      background-color: #9F7EE9;
      padding: 6px;
      width: 100%;
      height: 40px;
      border: none;
      border-radius: 10px;
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
      text-align: center;
      font-size: 17px;
      color:black;
      display: flex;
      align-items: center;  
      justify-content: center;
    }
    
.center-text {
      text-align: center;
      font-size: 16px;
      color:white;
    }
    
.text1 {
      font-size: 14px;
      color:white;
      text-align: center;
    }
    
.text2 {
      font-size: 14px;
      color:grey;
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
      text-align: center;
    }
    
    
.custom-img {
  width: 25px;
  height: 25px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  background-color: #242430;
}
.custom-img2 {
  width: 25px;
  height: 25px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  background-color: #9F7EE9;
}
.custom-img3 {
  width: 20px;
  height: 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.custom-img.active {
  
  background-color: #9F7EE9;
}


.scrollable-container {
  display: flex;
  flex-direction: column;
  height: 100vh;
  overflow-y: scroll;
}

.scrollable-messages {
  flex: 1;
  overflow-y: auto;
  margin-bottom: 85px; 
  margin-top: 300px;
}

.fixed-area {
      position: fixed;
      top: 0;
      display: inline-block;
      width: 100%;
    }



.align {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  
}

.align-button {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  
}


.footer-bottom {
  position: fixed;
  bottom: 0;
  width: 100%;
  background-color: #14131b;
}

.footer-inner {
  display: flex;
  padding-top: 5px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 5px;
  justify-content: space-between;
  align-items: center;   
}



    .wallet {    
      align-items: center;
      background-color: #22222E;
      border: 5px solid #242430;
      border-radius: 10px;
      margin-bottom: 15px;
      margin-left: 25px;
      margin-right: 25px;
      padding-right: 15px;
      padding-left: 10px;
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    }


.market-listing {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.left-content {
  display: flex;
  align-items: center;
}

.info {
  margin-left: 10px;
}

.right-content {
  text-align: right;
}



/* CSS for curved inputs */
    .inputs {
      border: none;
      border-radius: 10px;
      padding: 16px 15px;
      font-size: 16px;
      width: 100%;
      box-sizing: border-box;
      margin-top:5px;
      margin-bottom:25px;
      outline: none;
      cursor: pointer;
    }
    
    

/* CSS for the notification block */
#notification-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5); /* semi-transparent background */
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

#notification-modal {
  background-color: #fff;
  padding: 1px 1px 15px 15px;
  border-radius: 1px;
  left: -3%;

  width: 100%;
  position: fixed;  
  display: flex;
  justify-content: center;
  text-align: center;
}


/* CSS for the notification block */
    .notification {
      position: fixed;
      top: 10%;
      right: 20px;
      width: 300px;
      padding: 20px;
      background-color: #fff;
      border-radius: 10px;
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
      display: none;
    }

    .notification.success {
      background-color: #dff0d8;
      color: #3c763d;
    }

    .notification.error {
      background-color: #f2dede;
      color: #a94442;
    }
    
    
    
    
    
    
    
    .menu-container {
      position: fixed;
      top: 0;
      right: -250px; 
      width: 250px;
      height: 100%;
      background-color: #242430;
      transition: right 0.3s ease;
      border-radius: 10px;
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    }
    
    .menu-open {
      right: 0; /* Slide the menu into the viewport */
    }
    
    
    
    /* Hide default checkbox */
.switch input {
  display: none;
}

/* Styling for the switch */
.switch {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 24px;
}

/* Slider styling */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #9F7EE9;
  transition: 0.4s;
  border-radius: 24px;
}

/* Styling for the switch when it's checked (ON state) */
.slider::before {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  transition: 0.4s;
  border-radius: 50%;
}

/* Changing the appearance when the switch is checked */
input:checked + .slider {
  background-color: #2196F3;
}

/* Moving the slider to the right when the switch is checked */
input:checked + .slider:before {
  transform: translateX(26px);
}
