/* navigation bar mobile view handel */
#btn_cls,
#btn_open,
#nvbtns {
  display: none;
}

#nvbtns {
  width: 100%;
  height: 50px;
  background-color: rgb(46, 46, 46);
}

#btn_cls,
#btn_open {
  height: 99%;
  width: 50px;
  background-color: transparent;
  border: 1px solid transparent;
  color: #00d8ff;
  font-weight: bold;
}

/* end nav bar mobile view handel */
#dashboard {
  width: 18%;
  background: #4d4e54;
  color: #00d8ff;
  height: 100vh;
  margin: 0;
  overflow: auto;
  position: fixed;
  left: 0;
  top: 0;
}

#nvbtns #mbl-view {
  display: none;
}

#dsk-view {
  display: block;
}

#body-cont {
  float: right;
  width: 82%;
}

.sub-list a,
.main-item a {
  color: #00d8ff;
}

.sub-list a:hover,
.main-item a:hover {
  color: #ffffff;
}

/* width */
#dashboard::-webkit-scrollbar {
  display: none;
}

/* Track */
#dashboard::-webkit-scrollbar-track {
  display: none;
}

/* Handle */
#dashboard::-webkit-scrollbar-thumb {
  display: none;
}

/* Handle on hover */
#dashboard::-webkit-scrollbar-thumb:hover {
  display: none;
}

#dashboard ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

#dashboard li {
  padding: 10px;
  cursor: pointer;
  font-size: large;
}

#dashboard .sub-list {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out;
}

#dashboard .sub-list.active {
  max-height: 500px;
  transition: max-height 0.5s ease-in;
}

.footer {
  position: fixed;
  bottom: 5px;
}
.footer a {
  color: orange;
}
/* ***** top navigation */
.top-nav {

  width: 100%;
  height: 60px;
  background: linear-gradient(to bottom, #4d4e54, #444549);

  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px;
}

.left-side {
  font-size: 18px;
  color: white;
}

.right-side {
  display: flex;
  align-items: center;
}

.social-logo {
  width: 30px;
  height: 30px;
  margin-left: 10px;
}



/* **** warning message */

        
.alert-container {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999999;
    background-color: rgba(0, 0, 0, 0.312);
}

.alert-w {
    max-width: 600px;
    padding: 20px;
    border-radius: 10px;
    background-color: #ffffff;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
    text-align: center;
}

.alert-w h3 {
    color: #ff4d4d;
    font-size: 24px;
}

.alert-w p {
    margin: 10px 0;
    color: #333333;
    font-size: 16px;
}

.alert-w button {
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    background-color: #ff1111;
    color: #ffffff;
    font-size: 18px;
    cursor: pointer;
}

.alert-w button:hover {
    background-color: #d10000;
}

/* ********* main detail */
.filter{
    margin-top: 50px;
    box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
    padding: 20px;
}
.card-shadow {
    display: flex;
    width: 100%;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
    color: black;
}

.left-side-card {
    flex: 3;
    padding: 20px;
    background-color: #ffffff; /* White color for the left side */
    color: black;
    width: 80%;
    
}

.right-side-card {
    flex: 1;
    padding: 20px;
    background-color: #0060a0; /* Dark color for the right side */
    color: rgb(255, 255, 255);
    /* margin-top: 40px; */
    text-align: center;
    justify-content: center;
}

/* ******uni and course */
.row_select{
    display: flex;
    margin-top: 30px;
    margin-bottom: 30px;
    width: 60%;
}
#course{
    flex: 1;
    margin-left: 10px;
}
#uni{
    flex: 1;
    margin-left: 30px;
}
/* subject base button
 */
 .button-container {
  display: flex;
  justify-content: flex-end;
}

 .sub_btn{
  margin-bottom: 30px;
 }



 /* ************************************************************************************************** */
 /* ******* sunject list card */

 .subject-list{
  width: 55%;
  box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
  padding: 5px;
  float: left;
 }
 .other-input{
width: 40%;
float: right;
 }

 .table_search{
  width: 100%;
  margin-top: 50px;
  overflow: auto;
 }

 .verify{
  width: 40%;
  height: 80%;
  background-color: #ffffff;
  position: fixed;
  z-index: 99;
  top: 10%;
  left: 30%;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
 }
 .canv_hide{
  width: 100%;
  height: 100%;
  background-color: #5050503b;
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  visibility: hidden;
 }

 #uni,#course{
  margin: 0;
 }
/* **** mobile view */
@media screen and (max-width: 991px) {
  #nvbtns {
    display: block;
  }

  #btn_open {
    display: block;
  }

  #cls_open {
    display: block;
  }

  #dashboard {
    width: 100%;
    background: #4d4e54;
    height: auto;
    display: none;
    position: relative;
    z-index: 9999;
  }

  #nvbtns #mbl-view {
    float: right;
    display: block;
    /* margin-right: 10px; */
  }

  #dsk-view {
    display: none;
  }

  #nvbtn .btn-group {
    float: left;
  }

  #body-cont {
    float: none;
    width: 100%;
  }

  .main-item {
    font-weight: bolder;
  }

  .sub-list {
    font-weight: normal;
  }

  #dashboard ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
  }

  #dashboard li {
    padding: 10px;
    cursor: pointer;
    border-bottom: 1px solid #ccc;
  }

  #dashboard .sub-list {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out;
  }

  #dashboard .sub-list.active {
    max-height: 500px;
    transition: max-height 0.5s ease-in;
  }
  /* select box */
  .row_select{
    width: 100%;
}

/* *** verification profile window */
.verify{
  width: 90%;
  height: 80%;
  top: 10%;
  left: 5%;

 }
}
