body {
    margin: 0;
    padding: 0;
    font-family: "Baloo Da 2", 'SolaimanLipi', sans-serif;
}
.hdrSection{
    box-shadow: 0px 2px 5px #dfd5d5;
    padding:5px 0px;
}
.header{
    text-align:center;
    font-size: 36px; 
    font-weight: bold;
    padding-top:7px;
}

.logo a img{
    width: 100px;
}
.headerText {
    color: #41b2c9;
    font-weight: bold;
    font-size: 26px;
    line-height: 32px;
    display: flex;
    align-items: center;
    gap: 10px;
}
.student_menu{
    display: flex;
    justify-content: center;
    align-items: center;
    gap:10px;
}
.studentProfile {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 35px;
    padding: 10px 0px;
    background: #edf7f3;
    margin: 15px 0px;
}
.studentImg img {
    width: auto;
    height: 65px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    box-shadow: 5px 5px 30px #b9e3d2;
}
.studentName h4{
    margin:0px;
}
.studentName p{
    margin:0px;
    font-weight: normal;
}
.tableTitle {
    color: rgb(25 135 84);
}
.loginFlex {
    display: flex;
    justify-content: center;
    gap: 40px;
    padding-top: 50px;
    flex-wrap: wrap;
    padding-bottom: 10px;
}
.loginPart, .profile{
    padding:50px 70px;
    border-radius: 5px;
    box-shadow: 5px 5px 30px #9e9d9d;
}
.loginButton{
    text-align: center;
}
.loginButton .button {
    display: inline-block;
    border-radius: 5px;
    padding: 5px 25px 5px 25px;
    background-color: #41b2c9;
    color: #fff;
    font-size: 20px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    transition: all linear .5s;
    -webkit-transition: all linear .5s;
    -moz-transition: all linear .5s;
    -ms-transition: all linear .5s;
    -o-transition: all linear .5s;
    border: none !important;
}
.profileFlex{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap:30px;
}
.profileImg{
    text-align: center;
    margin-bottom: 20px;
}
.profileImg img {
    width: 120px;
    height: 120px;
    box-shadow: 1px 1px 5px #9e9d9d;
    border-radius: 5px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    cursor: pointer;
}
.profileText tr td {
    color: #000;
    padding: 4px 2px;
    line-height: 19px;
}
.examList{
    margin-top:30px;
}
.tableResponsive tr th{
    color:#41b2c9;
}
.studentName{
    font-size: 22px;
    font-weight: bold;
    margin-top: 15px;
    margin-bottom: 3px;
}
.footer {
    background-color: #027cb7;
    margin-top:40px;
}
.footerMain{
display: grid;
grid-template-columns: 1fr 1fr 1fr;
align-items: center;
justify-content: space-between;
gap: 40px;
padding: 20px 0px;
}
.footerText p{
font-size: 17px;
line-height: 26px;
color:#fff;
}
.footerHeading {
font-size: 24px;
font-weight: bold;
color: #fff;
margin-bottom: 10px;
border-bottom: 1px solid #fff;
display: inline-block;
}

.hrsoftbd p {
font-size: 16px;
color: #fff;
text-align: center;
margin-bottom: 5px;
}
.hrsoftbdLogo{
   width: 240px;
}
.footerLink{
text-align: right;
}
.footerLink a{
display: inline-block;
}
.footerLink a i {
font-size: 19px;
color: #fff;
background: #da8d00;
padding: 5px;
border-radius: 50%;
width: 30px;
height: 30px;
text-align: center;
line-height: 22px;
}
.footerText p{
margin:0;
}
.viewIcon{
color:#41b2c9;
}
.footerAddress p{
    color:#fff;
    margin-bottom:5px;
}
.dt-layout-row{
    display: flex;
    justify-content: space-between;
}
.dt-paging-button{
    border: 1px solid #cecfcf;
    width: 36px;
}
.table>thead {
    vertical-align: bottom;
    background: #c7d9d2!important;
}
.table>:not(:last-child)>:last-child>* {
    border-bottom-color: rgb(222 226 230)!important;
}
.dt-layout-row {
    margin-bottom: 6px;
}
.dt-search>input {
    border: 1px solid #cecfcf;
}
.dt-input{
    border: 1px solid #cecfcf;
}
.printBtn{
    padding:5px 10px;
}
.printBtn {
    padding: 2px 10px;
    color: #fff;
    font-size: 12px;
    border-radius: 3px;
        -webkit-transition: all linear .5s;
    -moz-transition: all linear .5s;
    -ms-transition: all linear .5s;
    -o-transition: all linear .5s;
}
.printBtn:hover {
    transition: all linear .5s;
    -webkit-transition: all linear .5s;
    -moz-transition: all linear .5s;
    -ms-transition: all linear .5s;
    -o-transition: all linear .5s;
}
.downloadBtn{
    background: #5fad5f;
    color: #fff;
    text-decoration: none;
    padding: 2px 10px;
    font-size: 13px;
    border-radius: 3px;
    transition: all linear .5s;
    -webkit-transition: all linear .5s;
    -moz-transition: all linear .5s;
    -ms-transition: all linear .5s;
    -o-transition: all linear .5s;
}
.downloadBtn:hover{
    background: #174c17;
    color: #fff;
    transition: all linear .5s;
    -webkit-transition: all linear .5s;
    -moz-transition: all linear .5s;
    -ms-transition: all linear .5s;
    -o-transition: all linear .5s;
}
.left{
    text-align:left!important;
}
.center{
    text-align: center!important;
}
.right{
    text-align: right!important;
}

@media only screen and (max-width:500px) {
.responsiveTableBox{
    overflow-y: scroll;
}
.responsiveTable{
    width: 800px!important;
    max-width: 800px!important;
}
.header{
justify-content: center;
}
.headerText{
text-align: center;
}
.loginPart, .profile{
padding:25px 35px;
}
.customTable{
overflow-x: scroll;
}
.tableResponsive{
width: 800px!important;
max-width: 800px!important;
}
.headerText {
font-size: 24px;
line-height: 30px;
}
.footerAddress{
    text-align: center;
}
.footer {
background-color: #1c174e;
padding: 5px 10px;
}
.footerMain {
grid-template-columns: 1fr;
}
.footerLink {
text-align: left;
}


}