@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&family=PT+Sans:ital,wght@0,400;0,700;1,400;1,700&display=swap');

*,
*::before,
*::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    outline: none;
}

body {
    font-family: "Manrope", sans-serif !important;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    position: relative;
    height: 100vh;
    background: #d6e8f1;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
    font-weight: 500;
}

p {
    margin: 0;
    padding: 0;
    line-height: 32px;
    font-size: 15px;
}

span {
    display: inline-block;
}

a {
    text-decoration: none;
    display: inline-block;
}

ul {
    margin: 0;
    padding: 0;
    text-decoration: none;
}

li {
    list-style: none;
}

input {
    border: none;
    outline: none;
}

::-moz-placeholder {
    color: #020d0ab2;
}

::placeholder {
    color: #020d0ab2;
}

::-moz-selection {
    color: #fff;
    background-color: #0D5FF9;
}

::selection {
    color: #fff;
    background-color: #0D5FF9;
}

a:focus,
a:active,
input,
input:hover,
input:focus,
input:active,
select,
select:hover,
select:focus,
select:active,
textarea,
textarea:hover,
textarea:focus,
textarea:active {
  outline: none;
  box-shadow: none !important;
}


.button,
button {
    -webkit-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
}

.form-control,
.form-control:focus {
    outline: none;
    box-shadow: none;
    transition: #333;
}

a:focus,
button:focus {
    text-decoration: none;
    outline: none;
}

a,
button {
    color: inherit;
    outline: medium none;
    text-decoration: none;
    box-shadow: none !important;
}

a.navbar-brand img {
    width: 65px;
}

section.footer {
    position: fixed;
    width: 100%;
    bottom: 0;
    background: #252525;
    color: #fff;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    box-shadow: 0px 5px 30px 0px #00011114;
}

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
    background-color: white;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transform: translateY(-100%);
    transition: transform 0.3s ease-in-out;
}

.sticky.visible {
    transform: translateY(0);
}

.navbar-toggler {
    border: none;
}

.bottom_nav i {
    padding: 10px 20px;
    font-size: 25px;
    color: #41a2d7;
}
section.stu-profile {
    padding: 25px 25px;
    border-radius: 15px;
    box-shadow: 0px 5px 30px 0px #0001111a;
    margin: 80px 14px;
    border-top-right-radius: 65px;
    border-bottom-left-radius: 65px;
    position: relative;
    background: #fff;
}

nav.navbar {
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    box-shadow: 0px 5px 30px 0px #00011114;
}
.stu-images {
    position: relative;
}
.stu-images img {
    height: 100px;
    width: 100px;
    border-radius: 50%;
    border: 2px solid #3a84ad;
    margin-top: -50px;
}
.stu-images span {
    font-size: 14px;
    color: #2d2d2d;
}
.table tbody td {
    font-size: 14px;
}
.stu-images p {
    font-size: 18px;
    margin-top: 5px;
    margin-bottom: -8px;
    font-weight: 600;
    color: #252525;
}
.stu-details {
    margin-top: 30px;
}
table.stu-details td {
    padding-left: 10px;
    font-size: 14px;
}
table.stu-details th {
    font-size: 15px;
    width: 90px;
}
.profile-btn{
    display: block;
    width: 165px;
    height: 35px;
    margin: 0 auto 10px auto;
    background: none;
    border: 1px solid #42a2d8;
    border-radius: 15px;
    font-size: 15px;
    font-weight: 600;
    box-sizing: border-box;
    transition: all .3s ease-in-out;
    color: #252525;
    margin-top: 20px;
}
.profile-btn:hover{
    background: #42a2d8;
    color: #fff;
}
select.form-select {
    height: 30px;
    font-size: 11px;
    border-radius: 25px;
    margin: 5px 0px;
}
main.footer-main {
    padding-top: 40px;
}
li.nav-item a {
    font-weight: 500;
    color: #fffbfb;
}
section.report:before {
    background-color: #5cd5c3;
    height: 45%;

}

table.table.report-table {
    margin-top: 25px;

}
table.table.report-table td i {
    color: #54a9d9;
    font-size: 22px;
}
.bottom_nav {
    position: relative;
}
.notification {
    height: 22px;
    width: 22px;
    background-color: #d63031;
    border-radius: 20px;
    color: white;
    text-align: center;
    position: absolute;
    top: 4px;
    left: 40px;
    padding: 3px;
    border-style: solid;
    border-width: 1px;
    font-size: 9px;
}
i.bx.bxs-file-pdf {
    color: #ff6545 !important;
    font-size: 22px;
}
input.form-control {
    border-radius: 25px;
}
button.profile-search {
    background: #2595d3;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    color: #fff;
    border: 2px solid #252525;
}
.offcanvas {
    max-width: 70%;
}