:root {
  --ims-gray-100: #f9fafd;
  --ims-gray-200: #edf2f9;
  --ims-gray-300: #d8e2ef;
  --ims-gray-400: #b6c1d2;
  --ims-gray-500: #9da9bb;
  --ims-gray-600: #748194;
  --ims-gray-700: #5e6e82;
  --ims-gray-800: #4d5969;
  --ims-gray-900: #344050;
  --ims-gray-1000: #232e3c;
  --ims-gray-1100: #0b1727;
}

.col-one-css {
	padding-left : 5px;
}

.padding-sm {
	padding-left: .75rem !important;
}

        /* Layout styling */
    .header-area {
        background: #ffffff;
        padding: 2px 8px 2px 8px;
        border-bottom: 1px solid #ddd;
    }
    .logo {
    	padding-left: 5px;
    }
    .logo img {
        width: 40px;
    }
    .logo-name {
    	border-left: solid #cccccc;
    	color: #555555;
    	/* font-family: "Arial Narrow", Arial, sans-serif; */
    	/*font-family: Tahoma, Verdana, Segoe, sans-serif; */
    	font-stretch: condensed;
    }

    .user-box {
        border: 1px solid #555;
        padding: 8px 15px;
        border-radius: 6px;
        font-weight: 500;
        color: #222;
        background: #f8f9fa;
    }

    .left-menu {
        min-height: 100vh;
        border-right: 1px solid #ddd;
        background: #f5f5f5;
        padding: 15px;
    }

    .footer-area {
        background: #f1f1f1;
        padding: 15px;
        text-align: center;
        border-top: 1px solid #ccc;
    }
    
    .left-menu .nav-link {
    	display:flex;
    	align-items: center;
    	gap: 10px;
    	padding: 10px 20px;
    	color: #000;
    	}

    .left-menu .description {
    	font-size: 14px;
    }
    .left-menu .nav-link:hover {
    	 background-color: #99CCFF;
    	}	
    	
    /* Rotate caret when expanded */
/* ensure the icon can be transformed */
.caret i,
.caret svg {
  display: inline-block;        /* allow transforms */
  transition: transform .2s ease-in-out;
  transform-origin: center;     /* center rotation */
  /* for inline SVGs: ensure transform applies to element bounds */
  transform-box: fill-box;      
}

/* rotate right -> down when expanded */
.submenu-toggle[aria-expanded="true"] .caret i,
.submenu-toggle[aria-expanded="true"] .caret svg {
  transform: rotate(90deg);
}

    .search-box .input-group {
        border: 1px solid #ccc;
        border-radius: 10px;          /* round corners */
        overflow: hidden;             /* keep children clipped to border */
        background: #fff;
    }

    .search-box .input-group-text {
        border: none;
    }

    .search-box .search-input {
        border: none;
        box-shadow: none;             /* remove focus outline */
    }

    .search-box .search-input:focus {
        outline: none;
        box-shadow: none;
    }
    
    select {
    padding: 2px 4px;
}
#filterToggle[aria-expanded="true"] .caret i {
  transform: rotate(180deg);
}

#filterToggle .caret i {
  transition: transform 0.25s ease-in-out;
}
#journalToggle[aria-expanded="true"] .caret i {
  transform: rotate(180deg);
}

#journalToggle .caret i {
  transition: transform 0.25s ease-in-out;
}
.vrc {
	color : red;
}
.btn-Red {
	 background-color: #F5A1A1;
	 border-color: gray;
 }
.btn-Green {
	 background-color: #76B57C;
	 border-color: gray;
 }
 .btn-LightGreen {
	 background-color: #C4FFC4;
	 border-color: gray;
 }
 
 .btn-Magenta {
	 background-color: #CC93C8;
	 border-color: gray;
 }
 .btn-Orange {
	 background-color: #D9B762;
	 border-color: gray;
 }
 .btn-LightOrange {
	 background-color: #F9D782;
	 border-color: gray;	
 }
 .btn-Yellow {
	 background-color: #EFF283;
	 border-color: gray;
 }
 .btn-Blue {
	 background-color: #83C4F2;
	 border-color: gray;
 }
 .btn-Chrome {
	 background-color: #CFCFCF;
	 border-color: gray;
 } 
 .nobreak {
 	width: 105px; 
 	white-space: nowrap;
 }
 .filebtn:hover:not(.btn-no-active),
 .filebtn:focus:not(.btn-no-active) {
  background-color: #EFF283; /* Your desired hover color */
  border-color: #000000; /* Corresponding border color */
}

.no-action {
  pointer-events: none;     /* disables hover + click */
  cursor: default !important;
}

.no-action:hover {
  background-color: inherit !important;
  color: inherit !important;
  border-color: inherit !important;
  box-shadow: none !important;
}

.status-btn:hover:not(.btn-no-active)
  {
  background-color: #EFF283; /* Your desired hover color */
  border-color: #000000; /* Corresponding border color */
}

.reducepadding {
	padding: .05rem;
}

.row-pair:has(.detailinfo.show) .hide-on-expand {
  display: none;
}

.row-pair:has(.detailinfo.show) .summary-row > td {
  border-bottom-color: transparent;
}


.detailinfo > td {
  padding-top: 0;
  border-top: 0;
}
.details-inner {
  border: 1px solid #dee2e6; /* Bootstrap light gray */
  border-top: 0;
  padding: 0.75rem;
  border-radius: 0 0 .375rem .375rem;
  box-shadow: inset 0 1px 0 rgba(0,0,0,.03);
  /* transition: border-color .2s ease, background-color .2s ease; */
}

.fs-8 {
    font-size: .8rem !important;
}
.col-md-2p {
      flex: 0 0 auto;
      width: 20%;
}
.footerbg {
	background-color: #f7f7f7;
}
.nav-tabsc {
    padding: 0.25rem;
    border: 1px solid #dee2e6;
    border-radius: 0.375rem;
}
.nav-tabsc .nav-link {
    margin-bottom: 0;
    transition: all .15s ease;
}

.nav-tabsc .nav-link:hover:not(.active) {
    transform: translateY(-1px);   
    background-color: rgba(188,188,0,.34) !important; 
}
.nav-itemc {
    color: black;
    background-color: white;
    text-decoration:none;
   /* border: 1px solid #999; */
  }
.nav-linkc {
    color: black !important;
    background-color: #dee2e6 !important;
    text-decoration:none !important;
    
}
.nav-linkc.active {
    color: white !important;
    background-color: #0d6efd !important;
    text-decoration:none !important;
    font-weight: bold !important;
}

.statusbtn {
	padding: 0px;
	width: 75px;
}
.filebtn {
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 3px;
	padding-right: 3px;
	width: 75px;
}
.lastnotecard {
	/* max-height: 60vh; */
	max-height: 300px;
}

.bignotecard {
	/* max-height: 60vh; */
	max-height: 400px;
}

.paymentdue {
	width:100%;border:1px solid #000;background-color:#D87777;
	padding: 4px;
}
.noimpact {
	width:100%;border:1px solid #000;background-color:#D8D877;
	padding: 4px;
}

.card-condense {
	padding-top: 0px;
	padding-bottom: 0px;
}
.table-condense {
	margin-bottom: 0px;
}
.table-sm-nopad td {
	padding: .25rem .25rem .25rem 0rem !important; 
}

.text-pad {
	margin-top: .3em;
	margin-bottom: .3em;
}

.btn-no-hover:hover {
  background-color: inherit !important;
  border-color: inherit !important;
  color: inherit !important;
  box-shadow: none !important;
}

.btn-no-active:active, 
.btn-no-active.active, 
.show > .btn-no-active.dropdown-toggle {
    background-color: #0d6efd !important; /* Bootstrap Primary Blue */
    border-color: #0d6efd !important;
    box-shadow: none !important;
    color: #fff !important;
}

.journalentry {
	overflow-y:auto; 
	max-height:25vw; 
	width:100%;
	/* min-height:100px; */
	word-wrap: break-word;
}

.entry-magenta {
    background-color: #E2CEF5 !important;
    box-shadow: inset 0 0 0 9999px #E2CEF5 !important; /* This forces the color over the stripe */
}
.entry-green {
    background-color: #C4FFC4 !important;
    box-shadow: inset 0 0 0 9999px #C4FFC4 !important; /* This forces the color over the stripe */

 }

.mediabrowser {
		overflow-y:auto; 
	max-height:35vw; 
	width:100%;
	/* min-height:100px; */
	word-wrap: break-word;
}
.videoplayer {
	height:480px;
	width:100%;
	background-color: 
}
.audioplayer {
	height:240px;
	width:100%;
	}
.qafeedback {
	height:150px;
	width:100%;
  background-color: #EFEFEF !important;	
	}
	
	
.showit {
	display:block;
}
.hideit {
	display:none;
	}
#iv {
	max-height: 480px; 
}
.vidthumb {
	max-height: 80px;
}
.audiothumb {
	max-height: 50px;
}

 .bg-Chrome {
	 background-color: #EFEFEF !important;
 } 
 .bg-ChromeDarker {
	 background-color: #AFAFAF !important;
 } 
 .bg-Dark {
	 background-color: #495057 !important;
 }
.bg-BlueDark {
	 background-color: #3e598f !important;
	 color: #ffffff !important;
 } 
 
 
.checkinline {
	margin-top: .75em !important;
	margin-right: .5em !important;
}

#loginAlert.fade {
   transition: opacity 1.5s cubic-bezier(0.4, 0, 0.2, 1);
}

/* -------------------------------------------------------------------------- */
/*                                   Avatar                                   */
/* -------------------------------------------------------------------------- */
.avatar {
  position: relative;
  display: inline-block;
}
.avatar .avatar-name {
  background-color: var(--falcon-avatar-name-bg);
  position: absolute;
  text-align: center;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  display: block;
}
.avatar .avatar-name > span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}
.avatar .avatar-emoji {
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.avatar .avatar-emoji > span {
  -webkit-transform: translateY(2%);
  -ms-transform: translateY(2%);
  transform: translateY(2%);
  display: inline-block;
}
.avatar img {
  display: block;
}
.avatar img,
.avatar .avatar-name {
  width: 100%;
  height: 100%;
}
.avatar img {
  -o-object-fit: cover;
  object-fit: cover;
}
.avatar[class*=status-]:before {
  content: "";
  position: absolute;
  border-radius: 100%;
  z-index: 1;
}
.avatar.status-online:before {
  background-color: var(--falcon-success);
}
.avatar.status-offline:before {
  background-color: var(--falcon-secondary);
}
.avatar.status-away:before {
  background-color: var(--falcon-warning);
}
.avatar.status-do-not-disturb:before {
  background-color: var(--falcon-danger);
}
.avatar .avatar-button {
  background-color: var(--falcon-avatar-button-bg) !important;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  border: 1px solid var(--falcon-avatar-button-bg);
  font-size: 12px;
}
.avatar .avatar-button:hover, .avatar .avatar-button:focus {
  background-color: var(--falcon-avatar-button-hover-bg) !important;
}

.avatar:hover .overlay-icon {
  opacity: 1;
}

.avatar-s {
  height: 1.25rem;
  width: 1.25rem;
}
.avatar-s .avatar-name {
  font-size: 0.4166666667rem;
}
.avatar-s .avatar-emoji {
  font-size: 1.25rem;
}
.avatar-s[class*=status-]:before {
  border: 1px solid var(--falcon-avatar-status-border-color);
  height: 9px;
  width: 9px;
  right: -1px;
  bottom: -1px;
}
.avatar-s .rounded-soft {
  border-radius: 0.2083333333rem !important;
}

.avatar-m {
  height: 1.5rem;
  width: 1.5rem;
}
.avatar-m .avatar-name {
  font-size: 0.5rem;
}
.avatar-m .avatar-emoji {
  font-size: 1.5rem;
}
.avatar-m[class*=status-]:before {
  border: 1px solid var(--falcon-avatar-status-border-color);
  height: 9px;
  width: 9px;
  right: -1px;
  bottom: -1px;
}
.avatar-m .rounded-soft {
  border-radius: 0.25rem !important;
}

.avatar-l {
  height: 1.75rem;
  width: 1.75rem;
}
.avatar-l .avatar-name {
  font-size: 0.5833333333rem;
}
.avatar-l .avatar-emoji {
  font-size: 1.75rem;
}
.avatar-l[class*=status-]:before {
  border: 1px solid var(--falcon-avatar-status-border-color);
  height: 9px;
  width: 9px;
  right: -1px;
  bottom: -1px;
}
.avatar-l .rounded-soft {
  border-radius: 0.2916666667rem !important;
}

.avatar-xl {
  height: 2rem;
  width: 2rem;
}
.avatar-xl .avatar-name {
  font-size: 0.6666666667rem;
}
.avatar-xl .avatar-emoji {
  font-size: 2rem;
}
.avatar-xl[class*=status-]:before {
  border: 2px solid var(--falcon-avatar-status-border-color);
  height: 0.813rem;
  width: 0.813rem;
  right: -2px;
  bottom: -2px;
}
.avatar-xl .rounded-soft {
  border-radius: 0.3333333333rem !important;
}

.avatar-2xl {
  height: 2.5rem;
  width: 2.5rem;
}
.avatar-2xl .avatar-name {
  font-size: 0.8333333333rem;
}
.avatar-2xl .avatar-emoji {
  font-size: 2.5rem;
}
.avatar-2xl[class*=status-]:before {
  border: 2px solid var(--falcon-avatar-status-border-color);
  height: 16px;
  width: 16px;
  right: -3px;
  bottom: -3px;
}
.avatar-2xl .rounded-soft {
  border-radius: 0.4166666667rem !important;
}

.avatar-3xl {
  height: 3.5rem;
  width: 3.5rem;
}
.avatar-3xl .avatar-name {
  font-size: 1.1666666667rem;
}
.avatar-3xl .avatar-emoji {
  font-size: 3.5rem;
}
.avatar-3xl[class*=status-]:before {
  border: 3px solid var(--falcon-avatar-status-border-color);
  height: 18px;
  width: 18px;
  right: 0;
  bottom: 0;
}
.avatar-3xl .rounded-soft {
  border-radius: 0.5833333333rem !important;
}

.avatar-4xl {
  height: 6.125rem;
  width: 6.125rem;
}
.avatar-4xl .avatar-name {
  font-size: 2.0416666667rem;
}
.avatar-4xl .avatar-emoji {
  font-size: 6.125rem;
}
.avatar-4xl[class*=status-]:before {
  border: 3px solid var(--falcon-avatar-status-border-color);
  height: 24px;
  width: 24px;
  right: 3px;
  bottom: 3px;
}
.avatar-4xl .rounded-soft {
  border-radius: 1.0208333333rem !important;
}

.avatar-5xl {
  height: 10.5rem;
  width: 10.5rem;
}
.avatar-5xl .avatar-name {
  font-size: 3.5rem;
}
.avatar-5xl .avatar-emoji {
  font-size: 10.5rem;
}
.avatar-5xl[class*=status-]:before {
  border: 4px solid var(--falcon-avatar-status-border-color);
  height: 32px;
  width: 32px;
  right: 8px;
  bottom: 8px;
}
.avatar-5xl .rounded-soft {
  border-radius: 1.75rem !important;
}

.avatar-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.avatar-group .avatar-s:not(:first-child),
.avatar-group .avatar-m:not(:first-child),
.avatar-group .avatar-l:not(:first-child),
.avatar-group .avatar-xl:not(:first-child),
.avatar-group .avatar-2xl:not(:first-child) {
  margin-left: -0.5rem;
}
.avatar-group .avatar-3xl:not(:first-child) {
  margin-left: -1rem;
}
.avatar-group .avatar-4xl:not(:first-child) {
  margin-left: -1.8rem;
}
.avatar-group .avatar-5xl:not(:first-child) {
  margin-left: -3rem;
}
.avatar-group-dense .avatar-s:not(:first-child) {
  margin-left: -0.6rem;
}
.avatar-group-dense .avatar-m:not(:first-child) {
  margin-left: -0.8rem;
}
.avatar-group-dense .avatar-l:not(:first-child),
.avatar-group-dense .avatar-xl:not(:first-child),
.avatar-group-dense .avatar-2xl:not(:first-child) {
  margin-left: -1rem;
}
.avatar-group-dense .avatar-3xl:not(:first-child) {
  margin-left: -1.8rem;
}
.avatar-group-dense .avatar-4xl:not(:first-child) {
  margin-left: -3.3rem;
}
.avatar-group-dense .avatar-5xl:not(:first-child) {
  margin-left: -6rem;
}

.badge-pos {
	top: -5px; right: -16px;
}

.user-info {
	background-color: #EFEFEF !important;
	min-width: 15rem;
	border-color: black;
	border-top: 1px solid #333333 !important;
	border-left: 1px solid #333333 !important;
	border-right: 1px solid #333333 !important;
	border-bottom: 1px solid #333333 !important;	

}
.user-menu {
	min-width: 15rem !important;
	border-top: none !important;
	border-left: none !important;
	border-right: none !important;
	border-bottom: none !important;
}
.user-menu-menu {
	border-top: 1px solid #333333 !important;
	border-left: 1px solid #333333 !important;
	border-right: 1px solid #333333 !important;
	border-bottom: 1px solid #333333 !important;	
}

.user-menu .dropdown-menu {
  border: none !important;
}

.table-outer-border {
    border: 1px solid #dee2e6; /* Bootstrap default border color */
  }

.pie-chart {
	 min-height: 300px; 
	/* min-width: 800px; */
}

.col-lg-20p {
    flex: 0 0 20%;
    max-width: 20%;
}

.col-lg-22p {
    flex: 0 0 22%;
    max-width: 22%;
}

.locations-left {
    min-width: 130px;   /* adjust as needed */
    text-align: left;
}
.locations-right {
    min-width: 120px;   /* adjust as needed */
    text-align: right;
}

.scrollable-card-body {
  max-height: 600px; /* Set your desired maximum height */
  overflow-y: auto;  /* Add scrollbar only when content overflows vertically */
}

.left-menu .nav-link.active {
    font-weight: 600;
    background: #e9ecef;
    border-radius: 4px;
}

.dashboard-card {
	background-color : white;
	box-shadow: 0 7px 14px 0 rgba(65, 69, 88, 0.1), 0 3px 6px 0 rgba(0, 0, 0, 0.07);
}
.dashboard-card h6 {
font-size: 0.8333333333rem;
}
.dashboard-card-120 {
	min-height: 120px;
}
.dashboard-card-90 {
	min-height: 90px;
}

.dot {
    width: 0.625rem;
    height: 0.625rem;
    border-radius: 50%;
    display: inline-block;
    margin-right: 0.5rem;
}

.echart-mycase-percent,
.echart-product-share {
  width: 6.625rem;
  height: 6.625rem;
}

.echart-impact-chart {
	width: 24rem;
	height: 4rem;
}

.active-cases {
	background-color : #90BE6D;
}
.closed-cases {
	background-color : #012A4A;
}
.widget-tag-div {
	box-shadow: 0 2px 4px 0 rgba(65, 69, 88, 0.1), 0 1px 3px 0 rgba(0, 0, 0, 0.07);
	border: 1px solid #CCC;
	height: 16px;
	margin-left: -8px;
	margin-top: 2px;
	background-color: rgba(87, 117, 144, 0.85);
	
}
.widget-tag {
font-size: 0.75rem;
margin-top: -2px;
color : white;
}

.fraud-counter-box {
    display: inline-block;
    background-color: rgba(87, 117, 144, 0.85);
    background: linear-gradient(to bottom, rgba(77, 107, 134, 1.00), rgba(87, 117, 144, 0.85)); /* subtle gradient */
    padding: 0.4em 0.6em;        /* more space around digits */
    border-radius: 0.5em;        /* rounded corners */
    box-shadow: 0 3px 6px rgba(0,0,0,0.4);
    line-height: 1em;            /* base line height for vertical alignment */
}

/* Counter digits */
.fraud-counter {
    display: inline-block;
    font-weight: 800;
    font-variant-numeric: tabular-nums;
    letter-spacing: 2px;
    overflow: hidden;
    color: #ffffff;
    position: relative;
    top: 0.02em;  /* shift digits slightly downward */
}

/* Individual digit and separators */
.digit, .digit-separator {
    display: inline-block;
    width: 0.68em;
    height: 1em;
    overflow: hidden;
    position: relative;
    vertical-align: bottom;
  /*  background-color: rgba(87, 117, 144, 0.85); */
}

.digit-inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 10em;             /* stacked digits */
    transition: transform 0.6s cubic-bezier(.2,.9,.3,1);
}

.digit-inner span {
    display: block;
    width: 100%;
    height: 1em;
    line-height: 1em;
    text-align: center;
    color: #ffffff;
}

.digit-separator {
    line-height: 1em;
    font-weight: 800;
    font-size: inherit;
    color: #ffffff;
}

/* Fraud rate text with default color */
.fraud-rate {
    color: initial; /* regular text color */
    font-weight: normal;
}

@media(max-width:768px){
    .fraud-counter { font-size:32px !important; }
}

.caiflogo {
	width:30px;
	z-index: 5;
}

.w-20-logo {
	width: 25%;
}
.c-logo {
	width: 483px;
	margin-top: -50px;
}