.chat-box-header {
    background-color: #e6e9ee !important;
}

h4,
h5 {
    color: #394b70 !important;
}

.card-header {
    background-color: #ebf0ff !important;
}

.copyright {
    display: none !important;
}

.btn-outline-secondary:hover {
    background-color: #1b3c64 !important;
}

#id_save_and_continue_help_text p {
    font-size: 16px !important;
    color: rgb(46, 125, 50) !important;
    text-align: center !important;
    background: rgb(225, 248, 235) !important;
    border-radius: 10px !important;
    padding-top: 15px !important;
    padding-bottom: 15px !important;
    padding-left: 5% !important;
    padding-right: 5% !important;
}

#id_help_text_application_steps>p {
    text-align: center !important;
    font-size: 24px !important;
    margin-top: 15px !important;
    color: #1b3c64 !important;
    margin-left: 15% !important;
    margin-right: 15% !important;
}

#id_sales_help_text p {
    font-size: 16px !important;
    color: rgb(46, 125, 50) !important;
    text-align: center !important;
    background: rgb(225, 248, 235) !important;
    border-radius: 10px !important;
    padding-top: 15px !important;
    padding-bottom: 15px !important;
    padding-left: 5% !important;
    padding-right: 5% !important;
}

td a:not(.btn) {
    text-underline-offset: 4px !important;
    text-decoration-thickness: 2px !important;
    text-decoration-color: #c5bdbd !important;
    color: #525252 !important;
}

td a:not(.btn):hover {
    text-decoration-color: #c5bdbd !important;
    color: #193cb8 !important;
}
table.dataTable thead>tr>th.sorting
{
    text-transform: uppercase;
    color: #374151;
    letter-spacing: .05em;
    font-size: 0.875rem;
}
.badge.text-shadow.shadow-sm {
    text-shadow: none !important;
    font-weight: 600 !important ;
    line-height: 14px !important;
    border-radius: 3.40282e38px !important;
    padding-inline: 8px !important;
    padding-block: 5px !important;
    font-size: 0.855rem !important;
    box-shadow: none !important;
}
.table th, .table td {
    color: #6b7280 ;    
}
.even:hover {
    background-color: #fafafa !important;
}
.odd:hover {
    background-color: #fafafa !important;
}
#datatable-column{
    scrollbar-width: thin !important;
    scrollbar-color: #c1c1c1 transparent !important;
}
.sticky-col.sorting_disabled{
    text-transform: uppercase;
    color: #374151;
    letter-spacing: .05em;
    font-size: 0.875rem;

}

.btn-group > .btn:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    color: #1e293d;
    border: 2px solid #c2ceff;
    border-right: 0;
    border-bottom-left-radius: 0.5rem;
    border-top-left-radius: 0.5rem;
    justify-content: center;
    justify-content: space-between;
}
.btn-group > .btn:not(:first-child){
    border-top-left-radius: 0% !important;
    border-bottom-left-radius: 0% !important;
}
.btn-group > .btn:not(:last-child):not(.dropdown-toggle):hover {
    background-color: #e2e8f1 !important;
}

.btn-group > .btn:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    color: #1e293d;
    border: 2px solid #c2ceff;
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;

}
.btn-group > .btn:not(:first-child):hover {
    background-color: #e2e8f1 !important;
}
div.dataTables_wrapper div.dataTables_filter label {
    color: #1e293d !important;
    text-transform: uppercase !important;
    font-size: 0.875rem !important;
    letter-spacing: .05em !important;
    font-weight: 600 !important;
}
div.dataTables_wrapper div.dataTables_filter input {
    border: 2px solid #e2e8f1 !important;
    border-radius: 0.5rem !important;
}
.wiz-icon{
    font-size: 17px !important;
}