/* 
  .mdl{
    height: auto;
    width: 420px;
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-60%,-60%);
  
  } */
.popup {


  /*             top: 20%;
*/
  position: absolute;
  align-items: center;
  justify-self: center;
  /*           height: 100%; */
  z-index: 100;
  display: block;
  margin: auto;



}















h1 {

  font-family: 'Poppins', sans-serif;
  font-size: 20px;
  font-weight: 300;
  padding-left: 30px;
  padding-bottom: 20px;
  color: #ffffff;
  width: 420px;
  line-height: 1.5em;
  text-align: left;
}



.menulargetitle {
  font-family: 'Poppins', sans-serif;
  font-size: 18px;
  font-weight: 300;
  /*   padding-left: 30px; */
  /*   margin-bottom: 5px;  */

  color: #bab7b2;

  line-height: 1.5em;
  text-align: left;


}

.menutitle {
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  font-weight: 300;
  /*   padding-left: 30px; */
  padding-bottom: 20px;
  color: #ffffff;
  width: 420px;
  line-height: 1.8em;
  text-align: left;
  list-style-type: circle;
}


.menutitle>li:hover {
  text-shadow: 4px 4px 10px #e3e3e3;
  cursor: pointer;

}

.cardbg {
  height: 800px;
  width: 1540px;
  border-radius: 20px;
  /* background: #6a6a6b; */
  background: linear-gradient(191deg, rgba(110, 110, 138, 0.275) 0%, rgba(0, 0, 0, 0.495) 50%);
  backdrop-filter: blur(5px);
  border: 2px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 0 80px rgba(0, 0, 0, 0.25);
  padding: 10px 50px 30px 50px;
  overflow: hidden;
  display: inline-block;
  


}

.coursetitle {
  font-family: 'Poppins', sans-serif;
  font-size: 22px;
  font-weight: 300;
  /*   padding-left: 30px; */
  /*   padding-bottom: 40px; */
  margin-bottom: 30px;
  color: #dadada;
  /*   width: 420px; */
  line-height: 1.5em;
  text-align: left;
  display: inline;

}






/* .cardbg form {
  background-color: rgba(255, 255, 255, 0.901);
  float: right;
  width: 80%;
} */



.menu {
  /*   height: 864px; */
  width: 20%;
  float: left;
  height: 60%;
  /*   border-radius: 20px;
  background: rgba(0, 0, 0, 0.463);
  backdrop-filter: blur(5px);
  border: 2px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 0 80px rgba(0, 0, 0, 0.25);
 
  overflow: hidden;
 */
  padding: 80px 40px 50px 40px;

}

.rightmenu {
  /*   height: 864px; */
  float: right;
  width: 80%;
  height: 100%;
  /*   border-radius: 20px;
  background: rgba(0, 0, 0, 0.463);
  backdrop-filter: blur(5px);
  border: 2px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 0 80px rgba(0, 0, 0, 0.25);
 
  overflow: hidden;
 */
  padding: 30px 40px 30px 40px;

}

/* .rightmenu2 {

  float: right;
  width: 60%;
  height: 100%;

  padding: 30px 40px 30px 40px;

}
 */


.lessonmenu {
  width: 100%;
  height: 90%;
  border-radius: 20px;
  /* background: #6a6a6b; */
  background: linear-gradient(191deg, rgba(164, 164, 164, 0.4) 0%, rgba(139, 154, 169, 0.3) 50%);
  /*   backdrop-filter: blur(5px); */
  border: 2px solid rgba(139, 154, 169, 0.2);
  backdrop-filter: blur(5px);
  box-shadow: 0px 0px 80px -60px rgba(0, 0, 0, 0.25);
  padding: 40px 50px 50px 30px;
  overflow: hidden;



}


.lessonmenucontainer {
  display: grid;
  grid-template-columns: auto auto auto;
  background-color: rgba(255, 255, 255, 0);
  padding: 10px;
}

.lessonmenucontainer>div {
  background-color: #ffffff00;
  /*   border: 1px solid black; */
  padding: 20px 10px;
  text-align: center;
}

.lessonmenucontainer>div:hover {
  background-color: #0c0c0c6c;
  /*   border: 1px solid black; */
  cursor: pointer;
}







/* input[id="card-number"]{
    font-size: 30px;
    font-family: 'Space Mono', monospace;
    width: 100%;
    height: 50px;
  }
  
  input[id="card-number"]::placeholder{
    color: #b5b5b5;
    font-size: 30px;
    font-family: 'Space Mono', monospace;
  }
  
  input::placeholder{
    color: #b5b5b5;
    font-family: 'Space Mono', monospace;
  }
   */





.group2 {
  width: 80%;
  display: flex;
  margin: 0;
  padding: 0;
  justify-content: space-between;
  /*     background: rgba(184, 184, 184, 0.6); */

}

.card-number {
  position: relative;
  display: auto;
  overflow: hidden;
  margin-bottom: 30px;


}

/* .card-number > input[id="card-number"]{
    border: none;
    margin-bottom: 0px;
    outline: none;
  }
  
  .card-name > input[id="card-name"]{
    border: none;
    margin-bottom: 0px;
    outline: none;
  }
  
  .card-exp > input[id="card-exp"]{
    border: none;
    margin-bottom: 0px;
    outline: none;
  }
  
  .card-ccv > input[id="card-ccv"]{
    border: none;
    margin-bottom: 0px;
    outline: none;
  }
  
  .underline{
    transition: all 0.3s;
    display: inline-block;
    bottom: 0;
    left: -100%;
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #ffffff;
  }
  
  .card-number > input[id="card-number"]:hover + .underline
  {
    left: 0; 
  }
  
  .card-number > input[id="card-number"]:focus + .underline
  {
    left: 0; 
  }
  
  
  
  
  .card-name > input[id="card-name"]:hover + .underline{
    left: 0; 
  }
  .card-name > input[id="card-name"]:focus + .underline{
    left: 0; 
  }
  
  .expiration-date > input[id="card-exp"]:hover + .underline{
    left: 0;
  }
  
  .expiration-date > input[id="card-exp"]:focus + .underline{
    left: 0;
  }
  
  .ccv > input[id="card-ccv"]:hover + .underline{
    left: 0;
  }
  
  .ccv > input[id="card-ccv"]:focus + .underline{
    left: 0;
  } */

.notes-name {
  font-family: 'Space Mono', monospace;
  padding: 0px 80px 0px 0px;
  margin-right: 40px;
  /*     width: 32%; */
  position: relative;
  display: inline-block;
  overflow: hidden;
}

.publish-date {
  font-family: 'Space Mono', monospace;
  padding: 0px 0px 0px 0px;
  margin-right: 60px;
  width: 20%;
  position: relative;
  display: inline-block;
  overflow: hidden;
}

.ccv {
  font-family: 'Space Mono', monospace;
  padding: 0px 0px 0px 0px;
  margin-right: 0px;
  width: 60px;
  position: relative;
  display: inline-block;
  overflow: hidden;
}


.popupword {
  font-family: 'Space Mono', monospace;
  border: none;
  font-size: 30px;
  /* height: 26px; */
  color: #b8b8b8;
  background: 0;
  padding: 0;
  /*    width: 0;  */
  display: block;

}

.popupword_s {
  font-family: 'Space Mono', monospace;
  border: none;
  font-size: 14px;
  /* height: 26px; */
  color: #ffffff;
  background: 0;
  padding: 0;
  /*    width: 0;  */
  display: block;

}

.popupword_n {
  font-family: 'Space Mono', monospace;
  border: none;
  font-size: 12px;
  /* height: 26px; */
  color: #b8b8b8;
  background: 0;
  padding: 0;
  /*    width: 0;  */
  /*     display: block;
 */
}

/*   .popupword_s:hover
  {

    border-bottom: 2px solid white;
    color: white;
    cursor: pointer;
  
  }
   */


input {
  font-family: 'Space Mono', monospace;
  border: none;
  font-size: 14px;
  color-scheme: dark;
  height: 26px;
  color: #ffffff;
  cursor: pointer;
  float: right;
  background: 0;
  /*padding: 0;
    width: 0; */
}

/* input:focus{ 
    border-bottom: 2px solid white;
    outline: none;
    font-family: 'Space Mono', monospace;
    border: none;
    color: white;
    font-size: 16px;
    height: 30px;
    margin-bottom: -2px;
  }
  
  input:hover{
    border-bottom: 2px solid white;
    font-family: 'Space Mono', monospace;
    color: white;
    margin-bottom: -2px;
    font-size: 16px;
    height: 30px;
  }
  
  
  
  
  
  input[id="card-number"]:focus
  {
    border: none;
    border-bottom: 2px solid white;
    color: white;
    font-size: 30px;
    height: 50px;
    margin-bottom: -2px;
    width: 400px;
  }
  
  input[id="card-number"]:hover
  {
    border: none;
    border-bottom: 2px solid white;
    color: white;
    font-size: 30px;
    height: 50px;
    margin-bottom: -2px;
    width: 400px;
  }
  
  
  
  
  input[id="card-name"]{
    color: white;
    margin-bottom: -2px;
    font-size: 16px;
    height: 26px;
    width: 160px;
  }
  
  input[id="card-name"]:hover{
    border-bottom: 2px solid white;
    color: white;
    margin-bottom: -2px;
    font-size: 16px;
    height: 26px;
    width: 160px;
  }
  
  input[id="card-name"]:focus{
    border-bottom: 2px solid white;
    color: white;
    margin-bottom: -2px;
    font-size: 16px;
    height: 26px;
    width: 160px;
  }
  
  input[id="card-exp"]:hover{
    border-bottom: 2px solid white;
    color: white;
    margin-bottom: -2px;
    font-size: 16px;
    height: 26px;
    width: 80px;
  }
  
  input[id="card-exp"]:focus{
    border-bottom: 2px solid white;
    color: white;
    margin-bottom: -2px;
    font-size: 16px;
    height: 26px;
    width: 80px;
  }
  
  input[id="card-ccv"]:hover{
    border-bottom: 2px solid white;
    color: white;
    margin-bottom: -2px;
    font-size: 16px;
    height: 26px;
    width: 50px;
    
  }
  
  input[id="card-ccv"]:focus{
    border-bottom: 2px solid white;
    color: white;
    margin-bottom: -2px;
    font-size: 16px;
    height: 26px;
    width: 50px;
    
  }
   */

label {
  color: white;
  font-size: 14px;
  font-weight: normal;
  font-family: 'Space Mono', monospace;
  pointer-events: none;
  display: block;
  padding-bottom: 2px;
  text-decoration: underline;

}


/* th {
  color: white;
  font-size: 14px;
  font-weight: normal;
  font-family: 'Space Mono', monospace;
  pointer-events: none;
  padding-bottom: 2px;
  text-decoration: underline;

} */

.close {
  width: 100%;
  /* Make the div take up the full width */
  display: flex;
  /* Flexbox to align items */
  justify-content: flex-end;
  /* Align children (the button) to the right */
  align-items: center;
  /* Center the button vertically */
}

.close-btn {
  background-color: transparent;
  /* No background color */
  border: none;
  /* Remove the default border */
  color: rgb(252, 252, 252);
  /* Text color */
  font-size: 30px;
  /* Font size of the button */
  font-weight: bold;
  /* Make the symbol bold */
  cursor: pointer;
  /* Change cursor to indicate it's clickable */
  padding: 10px;
  /* Add some padding */
  border-radius: 50%;
  /* Make the button round */
  transition: background-color 0.3s, color 0.3s;
  /* Smooth transition for hover effect */
}

/* Hover effect to change the background and text color */
.close-btn:hover {
  /* background-color: rgba(0, 0, 0, 0.1);  */
  /* Light background color */
  color: rgb(172, 172, 172);
  /* Change text color to red when hovered */
}

/* 
tr:hover {
  background-color: #30305a;
  cursor: pointer;
}




table {
  border-collapse: collapse;
  width: 100%;
}

td {
  text-align: center;
} */

