@import url('https://fonts.googleapis.com/css2?family=SN+Pro:ital,wght@0,200..900;1,200..900&display=swap');

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "SN Pro", sans-serif;
}

body {
  background: #f2f4f7;
  padding: 25px 0;
}

.batch-strip  {
  padding: 20px;
}  

.batch-strip h3 {
    font-size: 20px;
    margin-bottom: 0;
}

.batch-strip h3 a {
    color: #333;
    text-decoration: none;
}

.batch-strip {
    padding: 20px;
    border: 6px double #0d6efd;
    border-radius: 15px;
    outline: 6px double #0d6efd;
    margin-bottom: 0;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    height: 130px;
    margin-bottom: 30px;
    background: aliceblue;
    flex-flow: column;
    text-align: left;
    gap: 6px;
}

.table-strip {
    background: #fff;
    padding: 50px;
    border-radius: 30px;
}

.batch-strip:hover {
    border-color: #ee312e;
    outline-color: #ee312e;
    transition: border-color 0.3s, outline-color 0.3s;
}

button.btn.btn-success.mt-3 {
    padding: 10px 25px;
    font-weight: 600;
    border-radius: 10px;
}

input.form-control {
    padding: 10px;
    border-radius: 6px;
    border: 1px solid #ccc;
}

header {
    background: linear-gradient(135deg, #1e3c72 0%, #2a5298 100%);
    color: white;
    padding: 25px 0;
    text-align: center;
    border-radius:25px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    margin-bottom: 15px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.logo-strip  {
  background: #fff;
  border-radius: 15px;
  padding: 20px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.logo-strip img  {
  width: 250px;
}

.batch-strip p {
    margin-bottom: 0;
    color: #0d6efd;
    font-weight: 700;
}

.result-container {
    background: #fff;
    padding: 25px;
    border-radius: 10px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.1);
}

.student-info {
    margin: 20px 0;
    line-height: 1.8;
}

table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 15px;
}

table th,
table td {
    border: 1px solid #ddd;
    padding: 10px 25px;
    text-align: left;
}

table th {
    background: #f4f6fa;
}

.pass {
    color: green;
    font-weight: bold;
}

.fail {
    color: red;
    font-weight: bold;
}

.summary {
    margin-top: 20px;
    font-size: 18px;
}

button {
    margin-top: 20px;
    width: 100%;
    padding: 12px;
    background: #007bff;
    border: none;
    color: white;
    font-size: 16px;
    border-radius: 5px;
    cursor: pointer;
}

button:hover {
    background: #0056b3;
}

.student-info p {
    padding-bottom: 0;
    margin-bottom: 3px;
}

table th {
    background: #f4f6fa;
    text-transform: uppercase;
}

.student-info {
    display: flex;
    gap: 15px;
    justify-content: flex-start;
    align-items: center;
}

.student-info p {
    padding-bottom: 0;
    margin-bottom: 3px;
    font-size: 19px;
    text-transform: uppercase;
}

table td, th {
    border: 1px solid #0b3c5d;
    padding: 20px;
    vertical-align: top;
}

table th {
    background: #0b3c5d;
    color: #fff;
}

.sign-text {
    padding-top: 100px;
}



/* Responsive */
@media (max-width: 600px) {
    table th, table td {
        font-size: 14px;
        padding: 8px;
    }
}




@media only screen and (max-width: 768px) {
  
body {
    background: #f2f4f7;
    padding: 10px 0;
}

.table-strip {
    background: #fff;
    padding: 20px;
    border-radius: 15px;
}


}

.input-group {
    position: relative;
    display: block;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
}

.input-group input {
    height: 45px;
    padding: 10px 20px;
    border-radius: 9px !important;
    border: 2px solid #ccc;
    /*text-transform: capitalize;*/
    width: 100%;
}

button#btn-login {
    background: green;
    color: #fff;
    font-size: 20px;
    display: block;
}

.result-one {
    text-align: center;
}

.result-one {
    text-align: center;
    height: 360px;
    background: #ffffff;
    padding: 30px;
    display: flex;
    justify-content: center;
    flex-flow: column;
    border-radius: 15px;
    border: 2px solid #1f3e75;
}

.guidelines-list {
    margin-top: 15px;
}

.guidelines-list p {
    line-height: 29px;
    text-align: justify;
    margin-bottom: 5px;
    position: relative;
}

.guidelines-list p span {
    position: absolute;
    left: 0;
    font-weight: 600;
}

.guidelines-list p {
    line-height: 29px;
    text-align: justify;
    margin-bottom: 5px;
    position: relative;
    padding-left: 25px;
}


.large-logo-strip {
    width: 250px;
    height: 250px;
    background: antiquewhite;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 25px;
    border-radius: 50%;
    position: absolute;
    right: 25px;
    top: 5px;
}

.text-center.logo-strip {
    position: relative;
}

@media only screen and (max-width: 768px) {
  
body {
    background: #f2f4f7;
    padding: 10px 0;
}

.table-strip {
    background: #fff;
    padding: 20px;
    border-radius: 15px;
}

.large-logo-strip {
    width: 101%;
    height: auto;
    background: antiquewhite;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 25px;
    border-radius: 25px;
    position: initial;
    right: 15px;
    top: 25px;
    margin: 10px auto 0;
}


}

