.pcoded-micon{
    background: none !important;
}
.container-main{
    background: white;
    padding: 17px;
    border-radius: 20px;
}

.text-center{
    text-align: center;
}

.dashboard_des{
    color: #043C79;
}

/* .btn{
    width: 83px;
    border-radius: 13px;
    height: -18px;
    height: 32px;
    font-size: 13px;
} */

.btn-div{
    padding: 4px;
}

.image_box{
    border: 1px solid black;
}

.general-tab{
    border: none !important;
    font-size: 15px !important;
    width: 215px !important;
    color:black;
}

.user_role-tab{
    border: none !important;
    font-size: 15px !important;
    width: 215px !important;
    color:black;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: black;
    font-weight: bold;
    border-bottom: blue 1px solid !important;
}

.nav-tabs{
    border-bottom: none;
}

span{
    font-weight: 100;
}

label{
    font-weight: bold;
}

.important{
    color: red;
}

.bullet-list {
    list-style-type: none;
    padding: 0;
}

.bullet-list li::before {
    content: "\2022"; /* Unicode character for a bullet point */
    font-size: 1.5em; /* Adjust the font size to make the bullet bigger */
    color: black; /* Set your desired color */
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}

label {
    display: block;
    margin-bottom: 10px;
}

label span {
    margin-left: 5px;
}

.password-container {
    position: relative;
}

.eye-icon {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    cursor: pointer;
    color: #555;
}

.broken-border {
    border-bottom: 2px dashed #000; /* Adjust the width and color as needed */
    padding-bottom: 10px; /* Add padding to adjust the spacing between the content and the broken border */
}

/* custom css */
/* a:focus, a:hover {
    text-decoration: none;
    color: #043C79 !important;
} */

nav#header, nav#sidebar, nav.pcoded-navbar {
    box-shadow: none !important;
}

.text-red {
    color: red;
}

.text-blue {
    color: #043C79
}

.bg-white-transparent {
    background-color: rgba(255, 255, 255, 0.5);
}

.bg-blue {
    background-color: #043C79 !important;
}

.bg-green {
    background-color: #198754;
}

.bg-lightgreen {
    background-color: #23a203 !important;
}

.bg-gainsbro {
    background-color: #dddada;
}

.bg-teal {
    background-color: #138496;
}

.bg-orange {
    background-color: #ff8a00 !important;
}

.no-bg:hover {
    background-color: transparent !important;
}

.btn-primary {
    background-color: #043C79 !important; 
    border-color: #043C79 !important;
}

.form-check-input:checked {
    background-color: #043C79 !important;
    border-color: #043C79 !important;
}

.form-check-input:focus {
    border-color: #043C79 !important;
    outline: 0 !important;
    box-shadow: 0 0 0 0.25rem rgba(4, 60, 121,.25) !important;
}

.form-control:focus {
    border-color: #043c79 !important;
    box-shadow: 0 0 0 0.25rem rgba(4, 60, 121, .25) !important;
}

.alert.alert-warning {
    position: fixed;
    padding: 5px;
    width: 23%;
    bottom: 65%;
    background-color: rgba(255, 0, 0, 0.1);
    margin: 0px;
    outline: 0;
    border: 0;
    color: red;
}

.text-shadow-white {
    text-shadow: 2px 2px 4px rgba(255, 255, 255, 0.9);
}

.btn:hover {
    transform: translateY(-3px);
    transition: all 0.175s ease-in-out;
    box-shadow: 0 4px 8px 0 rgba(4, 60, 121, 0.2), 0 6px 20px 0 rgba(4, 60, 121, 0.19);
}

/* .pcoded-hasmenu:hover {
    background-color: #043C79 !important;
}  */

ul.breadcrumb-title {
    padding: 0px 10px;
}

.breadcrumb-item + .breadcrumb-item::before {
    content: "\f105" !important;
    margin: 0 10px;
    color: #043C79 !important;
    font-weight: bolder;
    font-family: "Font Awesome 6 Free";
    font-size: 12px;
    margin-top: 5px;
}

.breadcrumb-item {
    color: #043C79;
    font-weight: bolder;
}

#fr-logo {
    display: none !important;
}

.cursor-pointer {
    cursor: pointer;
}

.dropdown-primary .dropdown-menu a:hover {
    background-color: transparent !important;
    color: #043C79 !important;
}

li.pcoded-trigger .pcoded-mtext, li.pcoded-trigger .pcoded-micon:first-of-type,
li:hover .pcoded-mtext, li:hover .pcoded-micon:first-of-type {
    color: #fff !important;
}

li.pcoded-trigger .pcoded-mtext:first-of-type {
    color: inherit !important;
}

.pcoded .pcoded-navbar[navbar-theme="theme1"] .pcoded-item li.pcoded-hasmenu .pcoded-submenu,
.pcoded .pcoded-navbar[navbar-theme="theme1"] .pcoded-item>li.pcoded-trigger>a {
    background: #404e67 !important;
}

@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1920px !important;
    }
}

/* ************************ loading spinner ************************ */
.backdrop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background-color: rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(1.5px); 
}

.loading-container {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10000;
}

@keyframes ldio-py2gqhbviee {
  0% { transform: rotate(0) }
  100% { transform: rotate(360deg) }
}

.ldio-py2gqhbviee div {
    box-sizing: border-box!important
}

.ldio-py2gqhbviee > div {
  position: absolute;
  width: 144px;
  height: 144px;
  top: 28px;
  left: 28px;
  border-radius: 50%;
  border: 16px solid #000;
  border-color: #043c79 transparent #01923e transparent;
  animation: ldio-py2gqhbviee 1s linear infinite;
}

.ldio-py2gqhbviee > div:nth-child(2), .ldio-py2gqhbviee > div:nth-child(4) {
  width: 108px;
  height: 108px;
  top: 46px;
  left: 46px;
  animation: ldio-py2gqhbviee 1s linear infinite reverse;
}

.ldio-py2gqhbviee > div:nth-child(3) { border-color: transparent }
.ldio-py2gqhbviee > div:nth-child(3) div {
  position: absolute;
  width: 100%;
  height: 100%;
  transform: rotate(45deg);
}
.ldio-py2gqhbviee > div:nth-child(3) div:before, .ldio-py2gqhbviee > div:nth-child(3) div:after { 
  content: "";
  display: block;
  position: absolute;
  width: 16px;
  height: 16px;
  top: -16px;
  left: 48px;
  background: #043c79;
  border-radius: 50%;
  box-shadow: 0 128px 0 0 #01923e;
}
.ldio-py2gqhbviee > div:nth-child(3) div:after {
  left: -16px;
  top: 48px;
  box-shadow: 128px 0 0 0 #01923e;
}

.ldio-py2gqhbviee > div:nth-child(4) { border-color: transparent; }
.ldio-py2gqhbviee > div:nth-child(4) div {
  position: absolute;
  width: 100%;
  height: 100%;
  transform: rotate(45deg);
}
.ldio-py2gqhbviee > div:nth-child(4) div:before, .ldio-py2gqhbviee > div:nth-child(4) div:after {
  content: "";
  display: block;
  position: absolute;
  width: 16px;
  height: 16px;
  top: -16px;
  left: 30px;
  background: #043c79;
  border-radius: 50%;
  box-shadow: 0 92px 0 0 #01923e;
}
.ldio-py2gqhbviee > div:nth-child(4) div:after {
  left: -16px;
  top: 30px;
  box-shadow: 92px 0 0 0 #01923e;
}
.loadingio-spinner-double-ring-z41ypssstw {
  width: 200px;
  height: 200px;
  display: inline-block;
  overflow: hidden;
  background: transparent;
}
.ldio-py2gqhbviee {
  width: 100%;
  height: 100%;
  position: relative;
  transform: translateZ(0) scale(1);
  backface-visibility: hidden;
  transform-origin: 0 0;
}
.ldio-py2gqhbviee div { box-sizing: content-box; }
/* ************************ loading spinner ************************ */

table.dataTable td.dt-type-numeric, table.dataTable th.dt-type-numeric {
    text-align: left !important;
} 

table.dataTable span.dt-column-title {
    font-weight: 600;
}

#amr ul.nav.nav-tabs {
    border: none;
}

#amr button.nav-link, #amr button.nav-link:hover {
    border: none;
}

#amr .nav-link.active {
    border-bottom: 4px solid #43b2e5 !important;
}

#amrForm100 #search-bar, #amrTransactions #search-bar {
    min-width: 400px;
}

.min-width-40rem {
    min-width: 40rem;
}

.min-width-400 {
    min-width: 400px;
}

.min-width-300 {
    min-width: 300px;
}

.min-width-200 {
    min-width: 200px;
}

.min-width-100 {
    min-width: 100px;
}

.min-width-auto {
    min-width: 300px;
    width: auto;
    white-space: nowrap;
}

#statusHistoryTable th {
    width: calc(100% / 3);
}

.hidden {
    display: none;
}