
.login-form {
    width: 350px;
    padding: 30px;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

/* Universal table style */
table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
    table-layout: auto; /* allow wrapping */
}

table, th, td {
    border: 1px solid black;
}

th, td {
    padding: 0.5rem;
    vertical-align: middle;
    white-space: normal;
    word-wrap: break-word;
    text-align: left;
}

th {
    background-color: #f2f2f2;
    font-weight: bold;
}


tr:nth-child(even) {
    background-color: #f9f9f9;
}

.create-button {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 10px;
    gap:10px;
}

.create-button a {
    background-color: #4CAF50;
    color: white;
    padding: 10px 20px;
    text-decoration: none;
    border-radius: 4px;
}

/* create subject  */
label {
    display: block;
    margin-bottom: 8px;
}

input[type="text"] {
    width: 100%;
    padding: 10px;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}
.submit-btn{
margin-top: 20px;
margin-left: 500;
}

.create-card{
    padding: 20px;
    background-color: #F7EDE2;
    margin-top: 170px;
}

.form-group {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.form-group label {
    max-width: 20%;
    margin-right: 10px;
}

.form-group select {
    flex: 1;
    padding: 5px;
    font-size: 16px;
    height: 40px;
}

/* dashboard */

.content-wrapper {
    padding: 20px;
}
.small-box {
    position: relative;
    display: block;
    box-shadow: 0 1px 1px rgba(0,0,0,0.1);
    border-radius: 5px;
    margin-bottom: 20px;
    padding: 20px;
    color: #fff;
}
.small-box .inner {
    padding: 10px;
}
.small-box .icon {
    top: 10px;
    right: 10px;
    z-index: 0;
}


/* seaarch bar  */


/* public/css/styles.css */
.search-bar {
    margin-bottom: 20px;
}

.search-bar form {
    display: flex;
}

.search-bar input[type="text"] {
    flex: 1;
    padding: 5px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.search-bar button {
    padding: 5px 10px;
    border: none;
    background-color: #007bff;
    color: white;
    border-radius: 4px;
    cursor: pointer;
    margin-left: 5px;
}

.search-bar button:hover {
    background-color: #0056b3;
}



/* teacherdashboard frontend mobile view css */



.full_scrn {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url(../image/back.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 100vh;
  }
  .full_scrn:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgb(22 22 21 / 81%);
}
.full_scrn_pro {
    position: relative;
    background-color: #fff;
    height: 100vh;
  }
/* label.login_form {
    color: #fff;
}
.login_spac .form-control {
    background: transparent;
    border: none;
    border-bottom: 1px solid #fff;
    padding: 0px;
    margin: 0;
    border-radius: 0px;
} */
.login-box {
    margin: 0 auto;
    width: 100%;
    padding: 20px;
}
  
  .login-box h2 {
    margin: 0 0 30px;
    padding: 0;
    color: #fff;
    text-align: center;
  }
  
  .login-box .user-box {
    position: relative;
  }
  
  .login-box .user-box input {
    width: 100%;
    padding: 10px 0;
    font-size: 16px;
    color: #fff;
    margin-bottom: 30px;
    border: none;
    border-bottom: 1px solid #fff;
    outline: none;
    background: transparent;
  }
  .login-box .user-box label {
    position: absolute;
    top:0;
    left: 0;
    padding: 10px 0;
    font-size: 16px;
    color: #fff;
    pointer-events: none;
    transition: .5s;
  }
  
  .login-box .user-box input:focus ~ label,
  .login-box .user-box input:valid ~ label {
    top: -20px;
    left: 0;
    color: #fff;
    font-size: 16px;
  }
  .log_btn {
    background-color: #94061a;
    border: none;
    width: 100%;
    border-radius: 30px;
    padding: 15px;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    margin-top: 20px;
}
button.log_btn:hover{
    background-color: #b9061f;
    color: #fff;
}
.prfil {
    text-align: center;
    justify-content: center;
    display: flex;
    width: 100%;
    padding-bottom: 10px;
    margin-top: -50px;
}
.prf_img img {
    border-radius: 100%;
    border: 5px solid #fff;
    width: 100%;
    box-shadow: 0 2px 12px 0 #b1b0b06b;
}
.prf_img {
    text-align: center;
    width: 100px;
}
.inner_top {
    width: 100%;
    background-color: #94061a;
    height: 65px;
    padding-top: 12px;
}
.pftp {
    width: 100%;
}
.pro_top {
    width: 100%;
    background-color: #94061a;
    height: 55px;
    padding-top: 12px;
}
.pftp {
    width: 100%;
    display: flex;
}
.pftp-left {
    width: 10%;
    text-align: center;
}
.pftp-left i {
    color: #fff;
}
.pftp-middle {
    text-align: center;
    width: 80%;
}
.pftp-middle h5 {
    color: #fff;
}
.pftp-right {
    width: 10%;
    text-align: center;
}
.pftp-right i {
    color: #fff;
}
.nam {
    text-align: center;
}
.nam h5 {
    font-size: 20px;
    font-weight: 500;
}
.detail_sec {
    padding: 10px;
    margin-top: 40px;
}
.rll {
    margin-bottom: 20px;
    width: 100%;
    border-bottom: 1px dotted #7f7f7f;
}
.rll_titl h5 {
    font-size: 15px;
}
.rll_an {
    border-bottom: 1px dotted #7f7f7f5c;
}
.rll_an h5 {
    font-size: 13px;
    font-weight: 400;
    margin-bottom: 10px;
    color: #6d6d6d;
}
.icn i {
    color: #94061a;
}
.icn {
    width: 10%;
    float: left;
    text-align: center;
}
.rll_titl {
    width: 90%;
}
.rll_an {
    width: 100%;
    padding-left: 10%;
}
.pr_btnsc {
    padding: 0px 10px;
    text-align: center;
    position: fixed;
    bottom: 10px;
    width: 100%;

}
a.sub {
    width: 100%;
    float: left;
}
/* .cltp-left {
    width: 50%;
    text-align: left;
    padding-left: 10px;
} */
/* .cltp-right {
    width: 50%;
    text-align: right;
    padding-right: 10px;
} */
.cltp-right {
    padding-top: 10px;
    padding-right: 10px;
    float: right;
}
.cltp-left i{
    color: #fff;
}
.cltp-right i{
    color: #fff;
}

/* class */

.form_wrapper {
    width: 60%;
    margin: 0 auto;
}
.form_wrapper select {
    width: 100%;
    margin-top: 20%;
    padding: 13px;
    font-size: 20px;
    box-shadow: 0 2px 12px 0 #b7b7b745;
    border: 1px solid #e1e1e1c2;
}
.cls{
    height: 75vh;
    align-items: center;
    display: grid;
}
.form_wrapper select:focus-visible{
    outline: none;
}
option{
    overflow-y:scroll;
    height: 200px;
  }
  table tr td {
    border: 1px solid #d1d1d1;
    padding: 10px 0px;
}
table {
    border-collapse: collapse;
    width: 100%;
    text-align: center;
}

.tabl-sec {
    height: 70vh;
    overflow: hidden;
    overflow-y: auto;
    padding: 15px;
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
}
.submit_btn {
    background-color: #94061a;
    border: none;
    width: 100%;
    border-radius: 30px;
    padding: 15px;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    margin-top: 10px;
}
.prsnt {
    background-color: #677527;
    border: none;
    width: fit-content;
    border-radius: 30px;
    padding: 15px 30px;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    margin-top: 20px;
    letter-spacing: 1px;
    margin-right: 5px;
}
.absnt {
    background-color: #f1b20b;
    border: none;
    width: fit-content;
    border-radius: 30px;
    padding: 15px 30px;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    margin-top: 20px;
    letter-spacing: 1px;
    margin-left: 5px;
}
table tr th {
    color: #000;
    font-weight: 500;
}
select#box__1 .cl {
    overflow-y: scroll;
    font-size: 12px;
    line-height: 0px;
    padding: 0;
}
select#box__2 .cl{
    overflow-y: scroll;
    font-size: 12px;
    line-height: 0px;
    padding: 0;
}
.cards_pr {
    width: 70%;
    margin: auto;
    border-left: 10px solid #677527;
    padding: 30px 15px;
    margin-bottom: 30px;
    border-radius: 20px;
    box-shadow: 0 2px 12px 0 #eee;
}
.cards_ab {
    width: 70%;
    margin: auto;
    border-left: 10px solid #f1b20b;
    padding: 30px 15px;
    margin-bottom: 30px;
    border-radius: 20px;
    box-shadow: 0 2px 12px 0 #eee;
}
.rgt {
    width: 30%;
    float: right;
    text-align: right;
    padding-right: 15px;
}
.lft {
    width: 70%;
    float: left;
}
.not p {
    margin-top: 30px;
    color: #e30020;
    padding: 0px 15px;
}
.dls {
    height: 80vh;
    align-items: center;
    display: grid;
}

/*  */
.mobile{
	max-width: 300px;
	width: 100%;
	height: 500px;
	background-color: #eee;
	overflow: hidden;
	position: relative;
	display: inline-block;
}

.mobile .header{
	background-color: #3C3842;
	color: #fff;
	padding: 10px;
}

.line{
	width: 30px;
	height: 2px;
	margin: 10px 0;
	background-color: #fff;
}

.menu-toggle:hover{
	cursor: pointer;
}

.mobile-nav ul{
	padding: 0;
	margin: 0;
	list-style-type: none;
}

/* MOBILE ONE */

.mobile-menu {
    display:block;
    width:100%;
  background: transparent/*e0b88f/*c99393/*e5d1a4/*dcc591/*EFD3A3*/;
  line-height: 1.6em;
  font-weight: 400;
  width:100%;
  text-align:center;
      position: relative;
    margin:0 auto;
    z-index: 1;
  }
  /*Strip the ul of padding and list styling*/
  .mobile-menu ul {
    list-style-type: none;
    margin: 33px 0px 0px;
    padding-left: 0;
    text-align: center;
    width: 80%;
    position: absolute;
    background: rgb(145, 25, 54);
    /* background: linear-gradient(73deg, rgba(145, 25, 54, 1) 38%, rgba(212, 59, 51, 1) 100%); */
}
  /*Create a horizontal list with spacing*/
  .mobile-menu li {
      display:inline-block;
      /*float: left;
      margin-right: 1px;*/
  }
  
  /*Style for menu links*/
  .mobile-menu li a {
      display:block;
      min-width:140px;
      text-align: left;
      font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
      color: #fff;
    text-transform:uppercase;
    background: rgb(145, 25, 54);
    /* background: linear-gradient(73deg, rgba(145, 25, 54, 1) 38%, rgba(212, 59, 51, 1) 100%); */
      text-decoration: none;
      margin-left: 0;
      padding: 20px 15px;
      -webkit-transition: all 0.4s ease 0s;
      -moz-transition: all 0.4s ease 0s;
      -ms-transition: all 0.4s ease 0s;
      -o-transition: all 0.4s ease 0s;
      transition: all 0.4s ease 0s;
      font-size: 17px;
      border-bottom: 1px solid #fff;
  }
  .mobile-menu li a i {
    margin-right: 10px;
}
  
  
  /*Hover state for top level links*/
  .mobile-menu li:hover a {
    color: #94061a;
    background-color: #ffffff;
}
.mobile-menu li a:hover {
    color: #94061a;
    text-transform: uppercase;
    background: #ffe7e7;
 
   
    
    border-left: 5px solid #FFC107;
}
  
  /*Style for dropdown links*/
  .mobile-menu li:hover ul a {
      background: #f3f3f3;
      color: #2f3036;
      height: 40px;
      line-height: 40px;
  }
  
  /*Hover state for dropdown links*/
  .mobile-menu li:hover .mobile-menu ul a:hover {
      color: #4db3ff;
  }
  
  /*Hide dropdown links until they are needed*/
  .mobile-menu li ul {
      display: none;
  }
  
  /*Make dropdown links vertical*/
  .mobile-menu li ul li {
      display: block;
      float: none;
  }
  
  /*Prevent text wrapping*/
  .mobile-menu li ul li a {
      width: auto;
      min-width: 100px;
      padding: 0 20px;
  }
  
  
  /*Style 'show menu' label button and hide it by default*/
  .mobile-menu .show-menu {
      text-decoration: none;
      color: #fff;
      background: transparent;
      text-align: center;
      padding: 10px 15px;
      display: none;
    cursor: pointer;
    text-transform: uppercase;
  }
  
  .mobile-menu .show-menu span{
     padding-left: 25px;
  }
  
  /*Hide checkbox*/
  .mobile-menu input[type=checkbox]{
      display: none;
  }
  
  /*Show menu when invisible checkbox is checked*/
  .mobile-menu input[type=checkbox]:checked ~ #menu{
      display: block;
  }
  
  /*Responsive Styles*/
  
  @media screen and (max-width : 800px){
   .mobile-menu .lines {
        border-bottom: 15px double #f8f8f8;
        border-top: 5px solid #f8f8f8;
        content: "";
        height: 24px;
        width: 35px;
        padding-right: 15px;
        float: left;
    }
      /*Make dropdown links appear inline*/
      .mobile-menu ul {
          position: static;
          display: none;
      }
      /*Create vertical spacing*/
      .mobile-menu li {
          margin-bottom: 1px;
      }
      /*Make all menu links full width*/
      .mobile-menu ul li, .mobile-menu li a {
          width: 100%;
      }
      /*Display 'show menu' link*/
      .mobile-menu .show-menu {
          display:block;
      }
  }


.aten_card {
    border: 1px solid #eeeeeec9;
    padding: 30px 10px;
    border-radius: 10px;
    text-align: center;
    margin: 10px 0px;
    box-shadow: 0 2px 12px 0 #eee;
    color: #FF9800;
    text-transform: uppercase;
    font-size: 10px;
}
.aten_card h5 {
    font-size: 14px;
}
.dasb{
    margin-top: 30px;
}
select#box__3 .cl {
    overflow-y: scroll;
    font-size: 12px;
    line-height: 0px;
    padding: 0;
}
.cards_st {
    width: 70%;
    margin: auto;
    border-left: 10px solid #00a9b1;
    padding: 30px 15px;
    margin-bottom: 30px;
    border-radius: 20px;
    box-shadow: 0 2px 12px 0 #eee;
}

.sidebar .nav-link.active {
  background-color: #007bff;
  color: white;
  font-weight: bold;
}