.tp-caption.boxshadow, .boxshadow{
            box-shadow: none !important;
        }
        body {
            font-family: Arial, sans-serif;
            background-color: white;
            margin: 0;
            padding: 0;
        }
        .am-header {
            background-color: #255674;
            padding: 15px 0;
        }
        .am-logo img {
            max-width: 550px;
        }
        .loginTitle {
            font-size: 24px;
            font-weight: bold;
            text-align: center;
            color: #255674;
            margin:40px;
        }
        .card1 {
            background: #fff;
            border-radius: 10px;
            padding: 30px;
            box-shadow: 0 4px 8px 0 rgb(149, 155, 159), 0 6px 20px 0 rgb(212, 215, 217);
            width:70%;
            margin:0px 15%;
        }
        .login-wrap {
            background: #f8f9fa;
            padding: 20px;
            border-radius: 8px;
            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
        }
        .login-wrap h3 {
            font-size: 20px;
            color: #255674;
            margin-bottom: 20px;
        }
        .login-form .form-control {
            border-radius: 5px;
            padding: 10px 15px;
            font-size: 14px;
            margin-bottom: 15px;
            border: 1px solid #ced4da;
            color:#555;
        }
        .btn-primary1 {
            background-color: #255674;
            color: #fff;
            border: none;
            border-radius: 5px;
            padding: 10px 15px;
            transition: all 0.3s;
        }
        .btn-primary1:hover {
            background-color: #1565c0;
            cursor: pointer;
        }
        .alert {
            padding: 10px;
            margin-bottom: 15px;
            border-radius: 5px;
        }
        .alert-success {
            background-color: #d4edda;
            color: #155724;
        }
        .alert-danger {
            background-color: #f8d7da;
            color: #721c24;
        }
        .checkbox-wrap {
            display: flex;
            align-items: center;
        }
        .checkbox-wrap input {
            margin-right: 5px;
        }
        .loginFooter {
            text-align: center;
            font-size: 14px;
            color: #888;
        }

        footer {
            background: #255674;
        }
        @media (max-width: 1200px) {
            .login-tab{
                margin-top:30px;
            }
            .card1 {
                width:100%;
                margin:0px 0%;
            }
        }
        @media (min-width : 1000px) and (max-width : 1200px) {
            .superLogin .col-lg-6{
                margin-right:15%;
                margin-left:15%;
            }
        }
        .spamspan{
            color:white;
        }
        .imp-msg{
            color: red;
            text-align: start;
            margin-top: -13px;
            margin-left: 5px;
        }
        .dark .list-border li {
          border-bottom: 1px dashed #3330;
        }
        #branch{
            display:none;
        }
.container{
    width:100%;
}
.text-white {
  color: #fff !important;
}
.footer-logo {
  width: 110px !important;
}
.text-center {
  text-align: center;
}
.brdr-left {
  border-left: 2px dotted #7d7d7d !important;
}
.widget.dark .widget-title {
  color: #fff;
}
.team-block .team-thumb .styled-icons a:hover, .work-gallery .gallery-thumb .styled-icons a:hover, .work-gallery:hover .gallery-bottom-part, .double-line-bottom-theme-colored-2::after, .double-line-bottom-theme-colored-2::before, .double-line-bottom-centered-theme-colored-2::after, .double-line-bottom-centered-theme-colored-2::before, .line-bottom-theme-colored-2::after, .line-bottom-centered::after, .event-block .event-date, .team-social, .event-small .event-date, .portfolio-filter a.active, .title-border::after, .search-menu {
  background: #e93437;
}
.line-bottom-theme-colored-2::after {
  border-radius: 10px;
  top: 32px;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  width: 50px;
}
ul, ol {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer li a {
  font-size: 17px;
}
.footer a {
  color: white !important;
}
footer .widget .widget-title {
  margin-bottom: 10px !important;
}
.footer h4 {
  font-size: 20px !important;
}
.line-bottom-theme-colored-2 {
  position: relative;
  padding-bottom: 10px;
}
.widget ul li {
  padding-bottom: 5px;
}
footer {
  padding-top: 20px;
}
.am-mainpanel_dashboard h2{
background: #255674;
color: white;
padding: 10px 0px;
}
.attendance-form{
    max-width: 100%;
    margin: 0 auto;
    padding: 20px;
    background-color: #f4f4f4;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}


.form-group {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 20px;
}

.form-group-item {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.form-group-item label {
    display: block;
    margin-bottom: 8px;
    font-weight: bold;
}

.form-group-item input,
.form-group-item select,
.form-group-item button {
    width: 100%;
    padding: 10px;
    font-size: 16px;
    border: 1px solid #ddd;
    border-radius: 4px;
}

.form-group-item button {
    background-color: #255674;
    color: #fff;
    cursor: pointer;
    align-self: center;
    margin-top:5%;
}

.form-group-item button:hover {
    background-color: #575555;
}

.students-table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px;
}

.students-table td {
    padding: 10px;
    border: 1px solid #ddd;
}

.students-table select {
    width: 100%;
    padding: 8px;
    font-size: 16px;
}

.submit-btn {
    padding: 10px 20px;
    background-color: #4CAF50;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 16px;
}

.submit-btn:hover {
    background-color: #575555;
}

.logout-btn {
    display: inline-block;
    margin-top: 10px;
    color: #FF0000;
    font-weight: bold;
    text-decoration: none;
}

.logout-btn:hover {
    text-decoration: underline;
}

.am-mainpanel_dashboard {
    width: 80%;
    margin: auto;
    min-height:800px;
}
.submit-attendance{
    background: #255674;
    color: white;
    padding: 10px 20px;
    font-size: 20px;
}
.submit-attendance:hover{
    background-color: #575555;
}
#selected-subject{
    font-size: 20px;
    margin: 20px 0px;
    text-align: initial;
}
#all-present-parent{
    text-align: initial;
    font-size:18px;
    margin-bottom:20px;
}
#student-list {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
    font-size: 16px;
    text-align: left;
}

#student-list thead tr {
    background-color: #444242;
    color: #ffffff;
    text-align: left;
    font-weight: bold;
}

#student-list th, #student-list td {
    border: 1px solid #dddddd;
    padding: 12px 15px;
}

#student-list tbody tr {
    border-bottom: 1px solid #dddddd;
}

#student-list tbody tr:nth-of-type(even) {
    background-color: #f3f3f3;
}

#student-list tbody tr:hover {
    background-color: #f1f1f1;
}

#student-list-container {
    margin: 20px auto;
    max-width: 90%;
    border: 1px solid #dddddd;
    border-radius: 5px;
    overflow: hidden;
    background-color: #ffffff;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    padding: 20px;
}

#all-present {
    margin-right: 10px;
}
#attendance-message{
    margin:10% 0px;
}
#attendance-message #message-text{
    font-size:20px;
    color:red;
}
table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
}
table, th, td {
    border: 1px solid #ddd;
    text-align: center;
}
th, td {
    padding: 10px;
}
.form-group {
    margin-bottom: 15px;
}
.form-group label {
    display: block;
    font-weight: bold;
}
.form-group input {
    width: 100%;
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 5px;
}
.submit-btn {
    background: #007BFF;
    color: #fff;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
}
.submit-btn:hover {
    background: #0056b3;
}
.form-control{
    width:90%;
}
.form-group input{
    width:90%;
}