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;
}

.latestRecRow.row-hovered > *, .domesticRecRow.row-hovered > *, .internationalRecRow.row-hovered > *{
    background-color: #F3F6F9 !important;
    cursor: pointer !important;
}

.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;
}


body.dark-mode {
    background-color: #454d55;
    /*color: #cfcfcf;*/
    color: #fff;
}

body.dark-mode .content-wrapper {
    background-color: #454d55;
    /*background-color: #1e1e2f;*/
    color: #fff;
}

body.dark-mode table.dataTable {
    background-color: #343a40;
    color: #f8f9fa;
}

body.dark-mode table.dataTable thead th {
    background-color: #495057;
    color: #fff;
}

body.dark-mode table.dataTable tbody tr {
    /*background-color: #343a40;*/
    background-color: #495057 !important;
    color: #fff !important;
}

body.dark-mode table.dataTable tbody tr:hover {
    background-color: #495057 !important;
    color: #fff !important;
}


body.dark-mode table.dataTable.table-striped.table-sm tbody tr {
    background-color: #343a40 !important;
    color: #f8f9fa !important;
}

body.dark-mode table.dataTable.table-striped.table-sm tbody tr:nth-of-type(odd) {
    background-color: #2d3238 !important; /* darker for odd rows */
}

body.dark-mode table.dataTable.table-striped.table-sm tbody tr:hover {
    background-color: #495057 !important;
    color: #fff !important;
}


.dark-mode .table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(255, 255, 255, 0.05) !important;
}

.dark-mode .table {
    color: #eaeaea !important;
}

.dark-mode .table th {
    background-color: rgba(255, 255, 255, 0.1) !important;
}

.dark-mode .table tbody tr:hover {
    background-color: rgba(255, 255, 255, 0.08) !important;
}

.dark-mode .table tbody tr:hover navbar {
    background-color: #454d55;
    /*color: #cfcfcf;*/
    color: #fff !important;
}
.dark-mode .nav-link{
    color: #fff !important;
}

.dark-mode .form-control-plaintext{
    color: #fff !important;
}
.dark-mode input{
    background-color: #343a40 !important;
    color: white !important;

}

input::placeholder {
    color: grey !important;
}

textarea::placeholder {
    color: grey !important;
}
.dark-mode .btn-sec {
    color: #343a40 !important;
    background-color: #C8DFDF !important;
}
.dark-mode .btn-sec:hover {
    background-color: initial;
    color: white !important;
}
.dark-mode button:not(.dt-button, .btn-tool, .btn-danger, .close, .btn_ellipsis, .dtsb-add .dtsb-button, .btn-sec, .btn_update, .btn_add) {
    color: #fff !important;
}
.dark-mode .btn_update, .btn_add{
    color: #343a40 !important;

}

.dark-mode select2-container form-control {
    background-color: #343a40 !important;
}

.dark-mode .main-sidebar{
    background-color: #395759;
}

.dark-mode textarea{
    background-color: #343a40 !important;
}

.dark-mode .description-text{
    color: white !important;
}

.dark-mode select {
    background-color: #343a40 !important;
    color: #fff !important;
    border-color: #6c757d !important;
}

.select2-container--bootstrap4 .select2-selection::placeholder {
    color: grey;
}

.dark-mode .select2-container--bootstrap4 .select2-selection {
    background-color: #343a40 !important;
    color: #fff !important;
    border-color: #6c757d !important;
}

.dark-mode .form-text{
    color: grey !important;
}

.dark-mode .select2-selection__choice{
    background-color: #343a40 !important;
    color: #fff !important;
}

.dark-mode .select2-container--bootstrap4 .select2-selection--single .select2-selection__rendered {
    color: #6c757d !important;
}



/*id verification photo view css*/

.dark-mode #div_api_json, .dark-mode #div_api_json_warning , .dark-mode #div_api_barcode {
    color: white !important;
}

.dark-mode #div_api_json table , .dark-mode #div_api_barcode table{
    color: white !important;
}
.dark-mode #div_api_json_warning table{
    color: white !important;
}
.dark-mode #div_api_json table th, .dark-mode #div_api_json table td{
    color: white !important;
}
.dark-mode #div_api_barcode table th, .dark-mode #div_api_barcode table td{
    color: white !important;
}

.dark-mode #div_api_json_warning table th, .dark-mode #div_api_json_warning table td{
    color: white !important;
}

.dark-mode label{
    color: white !important;
}

.dark-mode .title{
    color: white !important;
}


.form-check-input:checked {
    background-color: #469696 !important;
    border-color: #469696;
    width: 2em;
    margin-left: -2.5em;
}



/* Base bell style */
.navbar .notification-icon .fa-bell {
    transition: color 0.2s ease, transform 0.2s ease, text-shadow 0.2s ease;
}

/* Different base colors */
#notificationDropdown .fa-bell {
    color: #f1c40f;
}

#incidentDropdown .fa-rocket {
    color: #7EAD99;

}

#announcementDropdown .fa-bullhorn{
    color: #e67e22;
}
/* Badge colors */
#notificationDropdown .navbar-badge {
    background-color: #f1c40f;
    color: #000;
}

#incidentDropdown .navbar-badge {
    background-color: #7EAD99;
    color: #000;
}

#announcementDropdown .navbar-badge {
    background-color: #e67e22;
    color: #000;
}

/* Bell ring animation */
@keyframes bell-ring {
    0%   { transform: rotate(0deg); }
    15%  { transform: rotate(15deg); }
    30%  { transform: rotate(-15deg); }
    45%  { transform: rotate(10deg); }
    60%  { transform: rotate(-10deg); }
    75%  { transform: rotate(5deg); }
    100% { transform: rotate(0deg); }
}

/* Hover: ring + glow */
#notificationDropdown:hover .fa-bell,
#incidentDropdown:hover .fa-rocket, #announcementDropdown:hover .fa-bullhorn {
    animation: bell-ring 0.7s ease-in-out;
    text-shadow: 0 0 6px rgba(0, 0, 0, 0.35);
}

/* Slightly brighter on hover (different per bell) */
#notificationDropdown:hover .fa-bell {
    color: #f9e79f;
}

#incidentDropdown:hover .fa-bell {
    color: #f5b041;
}


