body{
     background: #dfebe1;   
}
.career{
    height: 100%;

    display:grid;
    align-items: center;
}
.vendor-slide{
    width: 80%;
    margin: 0 auto;
    padding: 0px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    background: #fff;
}
.col-form-label {
    font-weight: 400 !important;
}
.btn-primary {
    background-color: #0d6521;
    border-color: #13a234;
}
.vendor-slide h2{
    color: #186c38;
    margin-top:10px;
}
.vendor-slide-inrs{
    padding:30px;
}
a {
    color: #c57009;
    text-decoration: underline;
}
.vendor-slide-inrs a{
    font-size:14px;
}
.vendor-slide-inrs ul li{
   margin-bottom:10px; 
}
.vendor-slide-inrs ul{
    padding-left:20px;
}
.header-slide {
    text-align: center;
    padding:10px 0px;
    background:#fffcf8;
}
.vendor-slide-inr h2{
   text-align: center; 
}
.vendor-slide-inr{
    padding:0px 20px;
} 
#toggleIcon{
    margin-top: -25px;
    margin-left: 93%;
    color: #acacac;
}
.vendor-slide h4{
    font-weight:500;
    color: #186c38;
    font-size:20px;
}
:focus-visible {
    outline: -webkit-focus-ring-color auto 0px;
}
.form-control:focus {
    background-color: var(--bs-body-bg);
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 0rem rgba(13, 110, 253, .25);
}
.btn-success, .btn-danger {
    font-size: 13px;
}
.dt-info{
   font-size:13px;  
}
label:not(.form-check-label):not(.custom-file-label) {
    font-weight: 400;
}
[type=search] {
    outline-offset: 0px;
    -webkit-appearance: none;
}
.dt-paging-button.current{
    background: #28a745;
    color: #fff;
    border: 0px;
}
.dt-paging-button{
   border: 0px;
    padding: 7px;
    height: 30px;
        line-height: 13px;
    margin: 4px;
    width: 30px;
}
.dt-layout-row{
    text-align:center;
}
.form-label, select, .form-control, .col-form-label{
    margin-top:10px;
    font-size:14px;
}
.dt-column-title{
    line-height:20px;
}
.table {
    width:100%;
    overflow-x: scroll;
}
.table td, th{
    padding:5px!important;
    font-size:14px;
      line-height:20px;
}
#user_table_wrapper{
    overflow-x: scroll;
}