body {
  font-family: "Helvetica";
}

.vert {
       background-color: #0642AA;
       color: white;
       width: 290px;
       height: 900px;
       border-radius: 10px;
      padding: 45px;
       display: flex;
}
.vert a , h2{
    color: white;
    text-decoration: none;
    line-height: 40px;
    font-size: 22px;
    margin-left: 10%;
}
.vert li {
     list-style-type: none;
      border-bottom: 2px solid white;
      
}

.vert li:hover {
    border-bottom: 8px solid #87c0f8;
}


.icon {
 display: flex;
 height: 50px;
 color: white;
 position: absolute;
 margin-left: 90%;
  gap: 20px;
 
}

.notification {
position: relative;
  font-size: 1.4em;
}

.badge {
  position: absolute;
  top: -8px;
  right: -10px;
  background: red;
  color: white;
  padding: 2px 6px;
  font-size: 0.7em;
  border-radius: 50%;
}

.admin {
  background-color: #000000;
  padding: 5px 30px;
  border-radius: 20px;
  cursor: pointer;
 

}


.search .input {
  padding: 8px;
  width: 200px;
  border-radius: 20px;
  border: 1px solid #ccc;
}

.search {
    margin-left: 50%;
}

.t1 {
    margin-top: 20%;
height: 150px;
}





.main {
       width: 300px;
       height: 900px;
       border-radius: 10px;
       
       display: flex;
}


body {
     background-color: #f5f7fa;
}



table {
    width: 100%;
  border-collapse: collapse;
  background-color: white;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 2px 6px rgba(0,0,0,0.05);

}

th, td {
padding: 12px 50px;
  text-align: left;
  border-bottom: 1px solid #eee;
}


.notification, .badge , .admin , .search , .input, .t1, .tdiv2, .tdiv, .vert , table{
    opacity: 0;
    transform: translateY(80px);
    animation: moveup 0.5s linear forwards ;
}
@keyframes moveup {
    100% {
        opacity: 1;
transform: translateY(0px);
    }
}


body {
  background-image: url('https://media.istockphoto.com/id/186849963/photo/sky.jpg?s=612x612&w=0&k=20&c=qQHaTbThki442O54f2CPljWrYuq8QYL3qRJGwvIkCRg=');
  background-size: cover;      
  background-repeat: no-repeat; 
  background-position: center; 
  background-attachment: fixed;
  position: relative;
  min-height: 100vh;
}



@media (max-width: 768px) {
  .main {
    flex-direction: column;
    width: 100%;
    height: auto;
  }

  .vert {
    width: 100%;
    height: auto;
    padding: 20px;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .vert a, .vert h2 {
    font-size: 18px;
    margin-left: 0;
  }

  .sidebar li {
    border: none;
    display: inline-block;
    margin: 5px 10px;
  }

  .sidebar li:hover {
    border-bottom: none;
    background-color: #87c0f8;
    border-radius: 5px;
  }

  .search {
    margin-left: 0;
    padding: 10px;
    text-align: center;
  }

  .search .input {
    width: 90%;
  }

  .icon {
    position: static;
    margin: 10px 0;
    justify-content: center;
    gap: 10px;
  }

  .admin {
    padding: 5px 20px;
  }

  table {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
    font-size: 14px;
  }

  .t1, .t2 {
    margin-top: 30px;
    width: 100%;
  }

}
@media (max-width: 768px) {
  th, td {
    padding: 10px 200px;
  }
}

.menu-link2 {
  border-bottom:3px solid red;
}

.btn1 {
  padding: 6px 12px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 0.85rem;
  transition: background-color 0.3s ease;
}

.btns {
  padding: 4px 10px;
  font-size: 0.8rem;
}

.btnp {
  background-color: #0642AA;
  color: white;
}

.btnp:hover {
  background-color: #043b8c;
}

.btnd {
  background-color: #d9534f;
  color: white;
}

.btnd:hover {
  background-color: #c9302c;
}

