.container{
    /* width: 100%; */
    padding-right: 15px;
    padding-left: 15px;
    /* margin-right: auto;
    margin-left: auto; */
    /* max-width: 1140px; */
}
.container h2{
    font-size: 25px;
    font-family: system-ui;
    color: #ef6868;
}
.table th{
    background: #f7b20f;
    color: black;
    padding: 5px 0px;
}
.table td{
    border: 1px solid black;
    padding: 5px 0px;
    text-align: center;
    
    
}
.table-danger td{
    background: white !important;
}
.table-warning td{
    background: #f5d17d !important;
}
.table{
    border: 1px solid black;
}
.table td, .table th{
    padding: .75rem;
    vertical-align: top;
   
}
.table td, .table th {
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid black !important;
}
.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid black !important;
}
/* ..............................Medium Screen Responsive............................................ */
@media only screen and (max-width: 750px) {
        
    .logo{
        margin-left: 20px;
    }
    
    .hrd{
        margin-left: 40px; 
    }
    .hrd h1{
        font-size: 24px !important;  
    }
  }

  /* ..............................Mobile Responsive............................................ */
  @media only screen and (max-width: 450px) {
    /* ..............header.................. */
    .logo{
        margin-left: 20px;
    }
    .logo img{
        height: 100px;
        margin-top: 10px;
    }
    .hrd{
        margin-left: 20px; 
    }
    .hrd h1{
        font-size: 20px !important;
        
    }

    .navbar-collapse{
        padding-left: 10px !important;
    }
    .sec{
        padding-left: 40px !important;
        padding-right: 40px !important;
    }
    .box{
        margin-left: 0;
        /* width: 100%; */
    }
    .alert-box{
        margin-left: 0 !important;
    }
}