.custom-tab-section nav button.nav-link.active,
.custom-tab-section nav div.nav-item .nav-link.active{
    background-color: #856db2;
    color: #FFF;
    box-shadow: 0px 0px 6px #FFF;
    border-bottom: none;
}
.custom-tab-section nav button.nav-link,
.custom-tab-section nav div.nav-item .nav-link{
    cursor: pointer;
    border: none;
    padding: 6px 30px;
    border-right: 1px solid #DDD;
    background-color: #ebebebb8;
    border-radius: 0!important;
    font-weight: 500;
    color: #67499f;
}
.custom-tab-section nav button.nav-link:hover,
.custom-tab-section nav div.nav-item .nav-link:hover{
    border-right: 1px solid #DDD;
}
.custom-tab-section .summary-tab nav button.nav-link:hover{
    border-left: 0px solid #eaedf2;
    border-right: 0px solid #eaedf2;
}
.custom-tab-section .tab-content section{
    padding: 5px 30px;
    background-color: #FFF;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-left: 1px solid #ececec;
    border-right: 1px solid #ececec;
    border-bottom: 1px solid #ececec;
}
.custom-tab-section.mb-5{
    margin-bottom: 3rem !important;
}
.custom-tab-section div.dataTables_wrapper div.dataTables_filter{
    padding-right: 15px;
}
.custom-tab-section div.dataTables_wrapper div.dataTables_info{
    padding-left: 15px;
}
.custom-tab-section div.dataTables_wrapper div.dataTables_paginate{
    padding-right: 15px;
}
.custom-tab-section .table.dataTable tr td{
    vertical-align: middle;
    padding: 5px 15px;
}
.custom-tab-section .table.dataTable tr th:nth-child(2),
.custom-tab-section .table.dataTable tr td:nth-child(2){
    text-align: center;
}
.custom-tab-section .table.dataTable thead th{
    padding-left: 16px;
}
.custom-tab-section .table.dataTable tr td a.custom-link:first-child{
    padding-left: 0;
}
.custom-tab-section .table.dataTable tr td a.custom-link{
    padding-left: 6px;
    padding-right: 6px;
}
.file_upload_label{
    display: block;
}
.custom-tab-section .dataTables_info{
    padding-left: 0;
}
.custom-tab-section #datatable-auctions_wrapper #datatable-auctions_info{
	padding-top: 10px;
	padding: 5px 15px;
}
.section_wrapper .upload-btn-wrapper i.fa{
    color: #5d4392;
}
.section_wrapper button.btn-primary{
    background: #5d4392;
    border-color: #5d4392;
    font-size: 12px;
    font-weight: 500;
    border-radius: 20px;
    padding: 6px 22px;
}