button:not(.dt-button, .btn-tool, .btn-danger, .close, .btn_ellipsis, .dtsb-add .dtsb-button, .btn-sec){
    background-color: #469696;
    border-radius: 0.45rem;
    padding-top: 0.4rem;
    padding-bottom: 0.4rem;
    /*colot: #fff!important;*/
    border: 1px solid #469696;
}
button.btn-danger , button.btn-danger:hover{
    background: grey;
    border: 1px solid grey;
}
a:not(.nav-link, .d-block, .brand-link){
    /*color: #469696!important;*/
}

/*******************************   for the all column search ************************************/
/*th input {*/
/*    outline: 0!important;*/
/*    border-width: 0 0 0!important;*/
/*    border-color: grey;*/
/*    background: transparent;*/
/*}*/
/*th input:focus {*/
/*    !* border-color: green; *!*/
/*    outline: 1px dotted #fff;*/
/*    !* color: #fff; *!*/
/*}*/

/*tfoot th input {*/
/*    !* padding: 17px; *!*/
/*    padding: 5px 7px 5px 25px;*/

/*    background-image: url('/assets/images/search_icon.png');*/
/*    background-repeat: no-repeat;*/
/*    background-position: left center;*/
/*    outline: 0;*/
/*}*/



/*tfoot th input{*/

/*    !* padding: 5px 7px;*/
/*    border: 1px solid grey;*/
/*    border-radius : 2px; *!*/
/*}*/
/*******************************  end of  for the all column search ************************************/
/*----------------------horizontal scroll bar styling------------------------------------------*/


.table-container ::-webkit-scrollbar {
    height: 8px;
    background-color: #f5f5f5;
}

.table-container ::-webkit-scrollbar-thumb {
    background-color: rgba(70, 150, 150,0.4);
    border-radius: 2px;
}

.table-container ::-webkit-scrollbar-track {
    background-color: #f5f5f5;
}
/*----------------------end of horizontal scroll bar styling------------------------------------------*/
/*-----------------------------for the datatable page length------------------------------------------*/
/*.dataTables_length{*/
/*    margin-left: 30px!important;*/
/*    margin-right: 30px!important;*/
/*    margin-top: 5px!important;*/
/*}*/
/*tfoot tr th:first-child input{*/
/*    width: 0px;*/
/*    background: transparent;*/
/*    border: 0px solid transparent;*/
/*}*/
/*----------------------------end of for the datatable page length-------------------------------------*/
.spinner-grow{
    margin-left: 5px;
    display: none;
}

.spn_error {
    font-size: 14px;
    color: red;
}

.btn_ellipsis{
    border-radius: 50%;
    background-color: transparent;
    border: 0px;
    color: black;
    width: 26px;
    height: 26px;
    padding-top: 1px!important;
    padding-left: 11px!important;
}
.btn_ellipsis:hover, .btn_ellipsis:active, .btn_ellipsis:focus {
    color: black;
    /* background-color: white; */
    background-color: #D3D3D3;
}
.fa-ellipsis-v{
    font-size: 14px;

}

.nav-link.active{
    background: #469696!important;
}

.card-title{
    font-size: 20px!important;
    font-weight: 600;
}
.card-title span{
    color: #469696!important;
    font-size: 18px;

}

.card-primary.card-outline{
    align-items: center;
    /* width: 720px; */
    /*height: 400px;*/
    /* padding: 60px 90px; */
    POSITION: relative;
    /* border-top: 3px solid #469696!important; */
}


.div_heading{
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
    margin-bottom: 10px;
    font-size: 18px;
}
.div_divider{
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
    margin-bottom: 10px;
}

.card-title {
    font-size : 24px!important;
    font-weight: 500;
}

.spn_notice{
    font-size: 14px;
    color: grey;

}



/*///////////////////////////*/
body{
    background-color: white !important;
}
/**:not(button.btn.btn-secondary.buttons-csv.buttons-html5 >span) {*/
/*    color: #33465B;*/
/*}*/
input{
    background-color: #F0F7FD !important;
    border-radius: 0.55rem !important;
}
input:focus{
    outline: none !important;
    box-shadow: none !important;

}
select:focus{
    outline: none !important;
    box-shadow: none !important;

}
input[readonly] {
    background-color: #f5f5f5 !important;
}
textarea{
    background-color: #F0F7FD !important;
    border-radius: 0.55rem !important;
}
textarea[readonly]{
    background-color: #f5f5f5 !important;
    border-radius: 0.55rem !important;
}
.nav-link.active{
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    background-color:  rgba(72, 149, 168, 0.5) !important;
}

.sidebar-teal{
    background-color: #326d76;
}
.nav-link > p, .nav-icon{
    color: #ffffff !important;
}
.nav-link > p > i{
    color: white;
}
.nav-link{
    /*padding-right: 4rem;*/
    padding-top: 0.55rem;
    padding-bottom: 0.55rem;
    border-radius: 0.75rem !important;
}
.form-group > .control-label{
    font-weight: initial !important;
    font-size: 1rem !important;
}
.horizontal .flex-column{
    flex-direction: row !important
}

.horizontal .tabs{
    width: 100% !important;
    overflow-x: scroll;
    overflow-y: hidden ;
}

.horizontal  .col-3, .horizontal .col-9{
    width: 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
}
.horizontal  .col-3{
    margin-bottom: 15px;
}
.horizontal #vert-tabs-tab > a{
    width: max-content !important;

}
.horizontal #vert-tabs-tab > a >span{
    margin-left: 10px !important;
}
.horizontal #vert-tabs-tab{
    flex-direction: row !important;
    flex-wrap: nowrap;
    min-width: max-content;
}
.horizontal::-webkit-scrollbar {
    height: 2px !important;
}

select{
    background-color: #469696;
    color: white;
    padding: .3rem .6rem;
    border-radius: .45rem;
    border: none;
}
#viewSelect:active, #viewSelect:focus{
    border: none;
    outline: none;
}
#viewSelect > option{
    background-color: white !important;
}

.card-header{
    background-color: transparent !important;
}

body {
    /*margin: 0 !important;*/
    font-family: "Source Sans Pro",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol" !important;
    font-size: 1rem !important;
    font-weight: 400 !important;
    line-height: 1.5 !important;
    color: #212529 !important;
    text-align: left !important;
    background-color: #fff !important;

}

.page-item.active .page-link {
    z-index: 3;
    color: #000;
    background-color: rgba(70, 150, 150,0.4) !important;
    border:none !important;
    border-radius: 5px;
}
label{
    font-weight: normal !important;
}

th {
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
}
.left-align {
    text-align: left !important;
}

.center-align {
    text-align: center !important;
}

#file input[type="radio"]:checked {
    background-color: #469696 !important;
}
#file input[type="radio"]:checked::before {
    background-color: #469696 !important;
}
.nav.nav-treeview > .nav-item {
    margin-left: 10px; /* Adjust the indentation as needed */
}
.dropdown-item{
    font-weight: normal !important;
}
td{
    border-bottom: 1px solid #c2c2c2 !important;
}

.back-icon-size{
    font-size: 1.3rem!important;
}
div.dtsb-searchBuilder button.dtsb-button{
    background: linear-gradient(to bottom, rgba(230, 230, 230, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%) !important;
    border: 1px solid rgba(70, 150, 150,0.3) !important;
}
.alignButton > div > button{
    background-color: rgba(70, 150, 150,0.3) !important;
    color: black !important;
    border: 1px solid rgba(70, 150, 150,0.3) !important;
}
.alignButton > div > div > button{
    background-color: rgba(70, 150, 150,0.3) !important;
    color: black !important;
    border: 1px solid rgba(70, 150, 150,0.3) !important;
}

.alignButton + div > div > button{
    background-color: rgba(70, 150, 150,0.3) !important;
    color: black !important;
    border: 1px solid rgba(70, 150, 150,0.3) !important;
}
.alignButton + div > div > div > button{
    background-color: rgba(70, 150, 150,0.3) !important;
    color: black !important;
    border: 1px solid rgba(70, 150, 150,0.3) !important;
}
/*.dataTables_scrollBody{*/
/*    overflow-y: visible !important;*/
/*    overflow-x: auto !important;*/
/*}*/
.dataTables_scrollBody{
    overflow-y: revert !important;
    overflow-x: scroll !important;
}
.dtsb-title{
    display: none !important;
}
.navbar-badge{
    font-size: .6rem !important;
    font-weight: 300 !important;
    padding: 2px 4px !important;
    position: absolute;
    right: 2px;
    top: 9px;
}
.dropdown-menu-md {
    max-width: max-content !important;
}
.table tr.row-hovered>* {
    background-color: #F3F6F9;
    cursor: pointer;
}
.notification-menu{
        left: inherit !important;
        right: 0px !important;
    }
/*.dataTables_scrollBody{*/
/*    overflow-y: revert !important;*/
/*    overflow-x: initial !important;*/
/*}*/

.div_resend_email{
height: 40px;
margin-bottom: 10px;
display: flex;
align-items: center;
justify-content: center;

}
.div_resend_email label {
cursor: pointer;
color: blue;
font-weight: 800;

}
.div_resend_email .spinner-grow{
color: blue!important;

}
.link{
   color: rgba(70,150,150,0.6)
}

.fraud-pass {
    color: rgb(72, 149, 168); /* Color for 'Pass' */
}

.fraud-review {
    color: rgb(247, 163, 37); /* Color for 'Review' */
}

.fraud-fail {
    color: rgb(198, 31, 140); /* Color for 'Fail' */
}

input[type="checkbox"] {
    accent-color: #469696;
}

.div_radio_yes_no span{
margin-right: 10px;
}

.spn_info {
font-size: 14px;
color: grey;
display: block;
margin-bottom: -5px;
}

.brand-link {
    line-height: 1.19 !important;
}

.btn-sec{
    margin-right: 5px;
    /*padding: 5px 12px;*/
    border-radius: 8px;
    font-size: 0.9rem;
    font-weight: 500;
    border: 1px solid #C8DFDF;
    background-color: #C8DFDF;
    color: #212529 !important;
}