a{
    color: #000;
}
a:hover,
a:focus,
a:active{
    color: #333;
    text-decoration: none;
}
.body-wrap{
    padding-top: 60px;
    padding-bottom: 60px;
}
.pagination{
    justify-content: right;
}
.table-container{
    position: relative;
    /*max-height: 754px;*/
    /*overflow: hidden;*/
    margin-bottom: 30px;
    border-bottom: solid 1px #ccc;
}
.pagination{
    margin-bottom: 30px;
    margin-top: 5px;
}
.loader{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #fff;            
    z-index: 2;
}
.inner-loader{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}
.scrap-action-form{
    border: solid 1px #ccc;
    border-radius: 15px;
    padding: 30px;
}
.scrap-action-form form{
    margin-bottom: 0;            
}
.red-text{
    color: #dc3545;
}
.green-text{
    color: #28a745;
}
.actions{
    display: flex;
    align-items: center;
    gap: 5px;
}
input[type="file"]{
    height: auto;
}
.input-group-text{
    border-radius: 0;
    border-left: 0;
}
.main{
    height: calc(100vh);
    display: flex;
    align-items: center;
    flex-direction: row;
    border-top: solid 8px #188fd1;
}
.main .container form.upload-vendor-form,
.main .container form.upload-privacy-policies-form{
    margin-left: auto;
    margin-right: auto;
    border: solid 1px #ccc;
    padding: 2rem 2.5rem;
    border-radius: 1rem;
    max-width: 40rem;
}

.blue-heading{
    color: #188fd1;
}
.login-wrap{
    max-width: 40rem;
    margin-left: auto;
    margin-right: auto;
}
.card-body{
    padding: 2rem;
    overflow-y: auto;
}
.logo{
    margin-left: auto;
    margin-right: auto;
    display: table;
    margin-bottom: 2rem;
}
footer{
    text-align: center;
    padding: 2rem;
    background-color: #eff5f7;
}
.logout-form{
    /* position: absolute;
    top: 15px;
    right: 15px; */
    margin-bottom: 0;
}

.dataTables_wrapper .dataTables_paginate .paginate_button{
    padding: 0;
}
table.dataTable tbody th, table.dataTable tbody td{
    vertical-align: middle;
}
.view-vendors-btn{
    margin-left: auto;
    margin-right: auto;
    display: table;
}
.btn-wrap{
    display: flex;
    gap: 10px;
}
.vendors-bottom-form{
    margin-bottom: 0;
}
.border-heading{
    position: relative;
    display: inline-block;
    padding-bottom: 20px;
}
.border-heading:after{
    content: '';
    width: 30%;
    height: 4px;
    background-color: #188fd1;
    position: absolute;
    bottom: 0;
    left: 0;
}
.summary-wrap{
    margin-top: 2rem;
    padding-top: 2rem;
    border-top: solid 1px #ccc;
}
body .btn-primary{
    background-color: #188fd1;
    border-color: #188fd1;
}
.vendors-table .btn-primary{
    min-width: 191px;
}
.login-page .alert-wrap{
    max-width: 40rem;
    margin-left: auto;
    margin-right: auto;
}
#view_vendor_report_modal .modal-body .image-wrap{
    max-width: 10rem;
    margin-right: 1.5rem;
    margin-bottom: 0;
    float: left;
}
#view_vendor_report_modal .modal-body .image-wrap img{
    max-width: 100%;
}
.view-report:hover{
    color: #188fd1;
}
.nav-bar{
    margin-bottom: 2rem;
}
.navbar-nav{
    flex-direction: row;
    align-items: center;
    justify-content: right;
    gap: 1rem;
}
.details-control{
    text-align: center;
    cursor: pointer;
}
.toggle-icon{
    font-size: 1.5rem;
    line-height: 1;
    color: #188fd1;
}
.dataTables_length{
    display: none;
}
@media (min-width: 1200px){
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1315px;
    }
}