html.dark table.dataTable > thead > tr > th, html.dark table.dataTable > thead > tr > td{
    border-bottom: 1px solid #fff;
    border-top: 1px solid #fff;
}
html.light table.dataTable > thead > tr > th, html.light table.dataTable > thead > tr > td{
    border-bottom: 1px solid #000;
    border-top: 1px solid #000;
}
html.dark td > table.table-border > thead > tr > th, html.dark td > table.table-border > tbody > tr > td{
    border-bottom: 1px solid #fff;
    border-top: 1px solid #fff;
}
html.light td > table.table-border > thead > tr > th, html.light td > table.table-border > tbody > tr > td{
    border-bottom: 1px solid #000;
    border-top: 1px solid #000;
}
html.dark div.card-table > table > tbody > tr > td > table.table-border {
    border: 1px solid #fff;
}
html.light div.card-table > table > tbody > tr > td > table.table-border {
    border: 1px solid #000;
}
html.dark div.dt-container.dt-empty-footer tbody > tr{
    color: #fff;
}
html.light div.dt-container.dt-empty-footer tbody > tr{
    color: #000;
}
html.dark div.dt-container.dt-empty-footer tbody > tr:last-child > *{
    border-bottom: 1px solid #fff;
    border-top: 1px solid #fff;
    color: #fff;
}
html.light div.dt-container.dt-empty-footer tbody > tr:last-child > *{
    border-bottom: 1px solid #000;
    border-top: 1px solid #000;
    color: #000;
}
html.light div.dt-container .dt-length,html.light div.dt-container .dt-search,html.light div.dt-container .dt-info,html.light div.dt-container .dt-processing,html.light div.dt-container .dt-paging{
    color: #000 !important;
}
html.dark div.dt-container .dt-length,html.dark div.dt-container .dt-search,html.dark div.dt-container .dt-info,html.dark div.dt-container .dt-processing,html.dark div.dt-container .dt-paging{
    color: #fff !important;
}
html.light .table thead td,html.light .table thead th,html.light .table tfoot td,html.light .table tfoot th{
    color: #000 !important;
}
html.dark .table thead td,html.dark .table thead th,html.dark .table tfoot td,html.dark .table tfoot th{
    color: #fff !important;
}
html.dark div.dt-buttons > .dt-button, html.dark div.dt-buttons > div.dt-button-split .dt-button{
    border: 1px solid #fff;
    color: #fff;
}
html.light div.dt-buttons > .dt-button, html.light div.dt-buttons > div.dt-button-split .dt-button{
    border: 1px solid #000;
    color: #000;
}
html.dark span.menu-text{
    color: #fff;
}
html.light span.menu-text{
    color: #000;
}
html.dark .theme-text{
    color: #fff;
}
html.light .theme-text{
    color: #000;
}
.dark\:border-e-coal-100:is(.dark *){
    border-inline-end-color: #fff;
}
.border-e-gray-200 {
    border-inline-end-color: #000;
}
html.light .demo1 .header{
    border-bottom: 1px solid #000;
}
html.dark .demo1 .header{
    border-bottom: 1px solid #fff;
}
.ps-\[7px\] {
  padding-inline-start: 7px;
}
.dark\:border-gray-900:is(.dark *) {
  border-color: var(--tw-gray-900);
}
.menu-item.active > .menu-link .menu-item-active\:text-success{
    color: #2A2D80;
}
.menu-item.active > .menu-link .menu-item-active\:before\:bg-success::before{
    content: var(--tw-content);
    background-color: #2A2D80;
}
.menu-link:hover .menu-link-hover\:\!text-success{
    color: #2A2D80 !important;
}
.pl-5 {
    padding-left: 1.25rem;
}
.pr-3 {
    padding-right: 0.75rem;
}
div.dt-buttons > .dt-button, div.dt-buttons > div.dt-button-split .dt-button{
    padding: 0.2em 0.8em;
    margin-bottom: 0px !important;
}
.justify-end {
    justify-content: flex-end;
}
.tab.active, .tab:hover, .tab:focus {
    color: #2A2D80;
}
.tab.active {
    border-bottom-color: #2A2D80;
}
.editable-input select,.editable-input input{
    color: #000;
}
.modal-footer {
    display: flex;
    align-items: center;
    justify-content: between;
    border-top: 1px solid var(--tw-gray-200);
    padding: .625rem 1.25rem;
}
.checkbox[type="checkbox"]:checked, .checkbox[type="checkbox"][aria-checked="true"]{
    background-color: #2A2D80;
    border: 1px solid #2A2D80;
}

.select2-container--default .select2-selection--single{
    font-weight: 500;
    font-size: 0.8125rem;
    line-height: 1;
    background-color: var(--tw-light-active);
    border-radius: 0.375rem;
    height: 2.5rem;
    border: 1px solid var(--tw-gray-300);
    color: var(--tw-gray-700);
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
    color: var(--tw-gray-700);
    line-height: 2.5rem;
}
.select2-container .select2-selection--single .select2-selection__rendered{
    padding-left: 0.75rem;
    padding-right: 0.75rem;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder{
    font-weight: 500;
    color: var(--tw-gray-500);
}
.select2-container--default .select2-search--inline .select2-search__field{
    color: var(--tw-gray-500);
}
.select2-container--default .select2-selection--single .select2-selection__arrow{
    height: 2.5rem;
    right: 10px;
}
.select2-container--default .select2-selection--single .select2-selection__clear{
    right: 20px;
}
.select2-dropdown {
    background-color: var(--tw-light-active);
    border: 1px solid var(--tw-gray-500);
}
.select2-search--dropdown .select2-search__field{
    background-color: var(--tw-light-active);
}
.select2-search__field:focus-visible {
    outline: unset !important;
}
.select2-container--default .select2-selection--multiple{
    background-color: var(--tw-light-active);
    border: 1px solid var(--tw-gray-300);
}
.select2-container--default .select2-search--inline .select2-search__field{
    width: 100% !important;
    font-size: 0.8125rem;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    margin-top: 0px;
}
.select2-container--default.select2-container--focus .select2-selection--multiple{
    outline: inherit !important;
    border: 1px solid var(--tw-gray-300) !important;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered{
    padding: 0px !important;
    line-height: 2.2rem;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice{
    line-height: 1.5rem;
}
.select2-container .select2-selection--multiple{
    height: 2.5rem;
}
.border-bottom-dotted{
    border-bottom: 1px dotted var(--tw-gray-900);
    padding-bottom: 10px;
    padding-top: 10px;
}
.border-bottom{
    border-bottom: 2px solid var(--tw-gray-900);
}
.no-padding{
    padding:0px !important;
}
.round-border svg{
    border-radius: 0px 0px 10px 10px;
    height: 100% !important;       
}
.round-border .fusioncharts-container{
    height: 100% !important;
}
.card-header-padding{
    padding-bottom: 0px;
}
.custom-btn {
    border-radius: 0px !important;
    height: 2.5rem;
}
.no-border{
    border:0px;
}
.no-border-radius{
    border-radius: 0px;
}
.video-container {
    position: relative;
    padding-bottom: 50%;
    max-width: 100%;
    margin: 0 auto;
}
iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.text-brand{
    color: #2A2D80 !important;
}
.bg-brand-light{
    background-color: #B4BCFA;
}
.btn.btn-brand{
    color: var(--tw-primary-inverse);
    background-color: #2A2D80;
}
.modal-bg-color{
    background-color: #2B2B40;
}
.pt-10{
    padding-top: 10px;
}
.min-h-\[15px\] {
  min-height: 15px;
}
.dom-border{
    border-left: 5px solid gray;
    padding-left: 10px;
}
.select2-container{
    width: 100% !important;
}
.hover\:bg-secondary-active:hover{
    background-color: #B4BCFA;
}
.menu-item.active > .menu-link.menu-item-active\:bg-secondary-active{
    background-color: #B4BCFA;
}