/* This file is reserved for overriding and extending the template styles. */


html[data-placement=vertical] .nav-container .nav-content .user-container, 
html[data-placement=horizontal] .nav-container.mobile-side-ready .nav-content .user-container, 
html[data-placement=vertical] .nav-container.mobile-side-ready .nav-content .user-container{
	min-height : 20px !important;	
}

.logoleftmargin{
	/* margin-left: -30px; */
	/* width: 160px !important; */
}

.noborder{
	border: 0px solid #073180 !important;	
}

.menu-container .label, .user-container .name{
	font-size:16px !important;
}

.clsmyo{
	width:100%;
	color: #06307f;
	font-weight:bold;
	font-size:clamp(10px, 2vw, 18px);
}
.clsbsg{
	color: #186037;
	font-weight:bold;
	font-size:clamp(10px, 2vw, 18px);
}
.clasdivlogo{
	width:100%;
	background-color:#ffffff;
	padding:5px;
	margin-bottom: 20%;
}
.alogo{
	overflow: unset !important; 
	width:100%;
}
.fixed-background {
  /* background: url("../img/background/0.png") no-repeat center center fixed; */
  background-size: cover;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5); /* Semi-transparent black */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: white;
  text-align: center;
}

.username{
	font-family: var(--font-heading);
    font-size: 15px !important;
}


/* width */
::-webkit-scrollbar {
  width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #c1c1c1;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}


.nav-containerback{	
	/* background-image: linear-gradient(160deg, var(--gradient-1), var(--gradient-1), var(--gradient-2), var(--gradient-3)); */
	/* background-image: linear-gradient(174deg, #4269ad, #4269ad, #65ba8b, #65ba8b) !important; */
	background-image: linear-gradient(174deg, #224a90, #224a90, #224a90, #65ba8b) !important;
}
.nav-containercard{
	background-image: linear-gradient(181deg, #224a90, #224a90, #224a90, #65ba8b) !important;
}

.small-title{
	font-size: 1.3em !important;
}
.topp{
	padding-top:10px !important;
}
.txtcolorbl{
	color: #224a90 !important;
}

.txtcolorgr{
	color: #236e43 !important;
}

.text-primary {
    /* color: #0d6efd !important; */
    color: #073180 !important;
    
}

.plyr__control--overlaid{
	background: #789cd6 !important; 
}

/* a {
	color : #06307f!important;
	color : #0d6efd!important;	
} */

.btn-primary, .btn-primary:not(:disabled):not(.disabled):focus, .btn-primary:not(:disabled):not(.disabled).focus{
	background-color: #073180 !important;
}
.btn-primary:hover{
	color: #fff;
    background-color: #3c6abf  !important;
    border-color: #0a58ca !important;
}

.btn-outline-primary {
    box-shadow: inset 0 0 0 1px #073180 !important;
    color: #073180 !important;
}
.btn-outline-primary:hover {
/*   color: var(--light-text) !important;
  background-color: var(--primary); */
  color: #fff;
  background-color: #3c6abf  !important;
  box-shadow: initial !important;
}
.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
  box-shadow: inset 0 0 0 1px var(--primary) !important;
  background: initial;
  color: var(--primary) !important;
}
.btn-outline-primary:not(:disabled):not(.disabled):active,
.btn-outline-primary:not(:disabled):not(.disabled).active,
.show > .btn-outline-primary:not(:disabled):not(.disabled)[data-bs-toggle=dropdown][aria-expanded=true],
.show > .btn-outline-primary:not(:disabled):not(.disabled).dropdown-toggle[aria-expanded=true] {
  background-color: var(--primary);
  box-shadow: inset 0 0 0 1px var(--primary) !important;
  color: var(--light-text) !important;
}

.btn-secondary, .btn-secondary:not(:disabled):not(.disabled):focus, .btn-secondary:not(:disabled):not(.disabled).focus {
    background-color: #4fa7e7;
}
.btn-secondary:hover,
.btn-secondary:not(:disabled):not(.disabled):focus:hover,
.btn-secondary:not(:disabled):not(.disabled).focus:hover {
  background-color: #70b7eb !important;
}


.btn-outline-secondary:hover {
  color: #70b7eb !important;
  background-color: #4fa7e7 !important;
 /*  box-shadow: initial !important; */
}
.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
  box-shadow: inset 0 0 0 1px #70b7eb !important;
  /* background: initial; */
  color: #70b7eb !important;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active,
.btn-outline-secondary:not(:disabled):not(.disabled).active,
.show > .btn-outline-secondary:not(:disabled):not(.disabled)[data-bs-toggle=dropdown][aria-expanded=true],
.show > .btn-outline-secondary:not(:disabled):not(.disabled).dropdown-toggle[aria-expanded=true] {
  background-color: #70b7eb !important;
  box-shadow: inset 0 0 0 1px #4fa7e7 !important;
  color: #4fa7e7 !important;
}

.btnleftmenu {
	border-radius: unset !important;
	/* width: 190px; */
	border: 0px !important;
	/* border-left: 1px solid #0d6efd !important; */
	/* box-shadow: inset 0 0 0 1px #0d6efd !important; */
	text-align: left;
}
.form-check-label{
	margin-left:7px;
	margin-top:3px;
}
.btn-secondary.active {
	color: #ffffff !important;
	background-color: #6cdbef !important;
	/* Optional: Adjust background if needed */
	border-color: #d6d8db !important;
	/* Optional: Adjust border if needed */
	border-left: 1px solid #0d6efd !important;
}

.labelsmall{
	font-size:small !important;
}

.borderform{
	border: 1px solid #e7e7e7;
    border-radius: 10px;
    padding: 6px 10px;
    height: 92px;
}
.borderformlabel{
	font-size: 0.7em !important;
    color: #19663a !important;
    font-weight: 600; 
}
.borderformbig{
	border: 1px solid #e7e7e7;
    border-radius: 10px;
    padding: 6px 10px;
    height: 205px;
}
.borderformvbig{
	border: 1px solid #e7e7e7;
    border-radius: 10px;
    padding: 6px 10px;
    height: 225px;
}

.borderformsmall{
	border: 1px solid #e7e7e7;
    border-radius: 10px;
    padding: 6px 10px;
    height: 135px;
}
.thumbnail-container {
    width: 100%;              /* Fixed width */
    /* overflow-x: auto;          Enable horizontal scrolling
    overflow-y: hidden;        Hide vertical scrolling */
    white-space: nowrap;       /* Keep everything in a single row */
    display: flex;             /* Use flexbox for alignment */
     gap:10px;               /* Space between images */
     height:50px;
     overflow: hidden;
    overflow-y: auto
}

.thumbnail {
    height: 40px;              /* Adjust thumbnail size */
    width: auto;               /* Maintain aspect ratio */
    border:0px;
    margin-right:10px;
}

.divmargin0{
	margin-top: 0px;
}

img{
border: 1px solid #073180;	
}

img[id^="ptiid-"] {
    cursor: pointer;
}


div[id^="ptnid-"] {
    cursor: pointer;
}

/*  .bg-quaternary :hover{
	background-color:#4348b9;
}
 */
.tablehead{
	width: 181.762px;
    color: #06317d !important;
    font-weight: 800 !important;
    font-size: 14px !important;
}

.data-table-rows div.dataTables_scrollBody table.dataTable tbody > tr:first-child.selected td {
    border-color: #fff !important;
}
.data-table-rows table.dataTable tr.selected td {
	border-color: #fff !important;/* 
    border-color: rgba(var(--primary-rgb), 0.5); */
}

.form-check-input:checked {
    background-color: #396b4f !important;
    border-color: #498865 !important;
}

.top-label textarea ~ span{
	/* font-weight: 500;
    color: #000; */
    font-size: 11px !important;
    color: var(--body) !important
}

.top-label label:not(.form-check-label), .top-label > span:last-of-type{
	font-size: 0.7em !important;
    color: #19663a !important;
    font-weight: 600;
}

/* .top-label {
    display: inline-block;
    position: relative;
    margin-right:3%;
}
 */
.mts-20{
	margin-top:20px;
}
.mts-1{
	margin-top: 1rem;
}
.mts-2{
	margin-top: 2rem;
}
.card{
	/* box-shadow: 0 4px 10px rgba(0, 0, 0, 0.38) !important; */
	box-shadow: 5px 5px 10px 1px rgb(0 0 0 / 46%) !important;
}


/* Wrapper for progress circles */
.progress-container {
  display: flex;
  gap: 20px; /* Space between circles */
  flex-wrap: wrap;
}

/* Outer Circle */
.progress-circle {
  --progress: 70; /* Default progress (in percentage) */
  width: 40px;
  height: 40px;
  background: conic-gradient(
     var(--color, lightgray) 0% calc(var(--progress) * 1%), /* Dynamic progress color */
        lightgray calc(var(--progress) * 1%) 100%
  );
  border-radius: 50%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: Arial, sans-serif;
  font-weight: bold;
}

/* Inner text */
.progress-circle span {
  position: absolute;
  width: 30px;
  height: 30px;
  background: white;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--color, gray);;
  font-size: 12px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

 /* Progress color coding */
    .progress-circle.green {
      --color: #5eae8c;
    }

    .progress-circle.orange {
      --color: orange;
    }

    .progress-circle.red {
      --color: #b30b00;
    }

.boxcss{
	background-image: linear-gradient(180deg, #65ba8b, #65ba8b, #65ba8b, #4269ad) !important;
}
.boxcssl{
	background-image: linear-gradient(188deg, #65ba8b, #65ba8b, #65ba8b, #4269ad) !important;
}
.boxcssr{
	background-image: linear-gradient(172deg, #65ba8b, #65ba8b, #65ba8b, #4269ad) !important;
}

.boxcircle1{
	background-image: linear-gradient(160deg, #69c7d5, #69c7d5, #69c7d5) !important;
}

:root {
  /* --primary: #007bff; */ /* A shade of blue */
  --primary: #073180 !important; 
  --secondary-darker: #6cdbef !important;
  --success: #285422 !important;
  --success-darker: #439b38 !important;
  /* --quaternary: #64b68d !important; */

}

:root {
    /* --primary: #a772cb; */
    --primary: #073180 !important; 
    /* --secondary: #ecb0fd; */
    --secondary: #70b7eb;
    --tertiary: #0000a0;
    --quaternary: #6743b9;
    --primary-rgb: 167, 114, 203;
    --secondary-rgb: 236, 176, 253;
    --tertiary-rgb: 169, 92, 169;
    --quaternary-rgb: 103, 67, 185;
    --primary-darker: #9062af;
    --secondary-darker: #ce98dd;
    --tertiary-darker: #894b89;
    --quaternary-darker: #553799;
    --body: #4e4e4e;
    --alternate: #7c7c7c;
    --muted: #535151 !important;
    --separator: #e6e6e6;
    --separator-light: #f1f1f1;
    --body-rgb: 59, 59, 59;
    --alternate-rgb: 124, 124, 124;
    --muted-rgb: 176, 176, 176;
    --separator-rgb: 221, 221, 221;
    --separator-light-rgb: 241, 241, 241;
    --background: #f9f9f9;
    --foreground: #ffffff;
    --background-rgb: 249, 249, 249;
    --foreground-rgb: 255, 255, 255;
    --background-theme: #efeaf1;
    --background-light: #f8f8f8;
    --gradient-1: #a772cb;
    --gradient-2: #ae76d3;
    --gradient-3: #b67edb;
    --gradient-1-lighter: #c28ce6;
    --gradient-1-darker: #9868b9;
    --light-text: #fff;
    --dark-text: #343a40;
    --light-text-darker: #eeeeee;
    --dark-text-darker: #23272b;
    --light-text-rgb: 255, 255, 255;
    --dark-text-rgb: 52, 58, 64;
    --danger: #cf2637;
    --info: #279aac;
    --warning: #ebb71a;
    --success: #285422;
    --light: #dadada;
    --dark: #4e4e4e;
    --danger-darker: #771a23;
    --info-darker: #19545d;
    --warning-darker: #aa830f;
    --success-darker: #439b38;
    --light-darker: #c9c9c9;
    --dark-darker: #282828;
    --body-darker: #333333;
    --alternate-darker: #616161;
    --muted-darker: #888888;
    --separator-darker: #c0c0c0;
    --danger-rgb: 182, 40, 54;
    --info-rgb: 41, 138, 153;
    --warning-rgb: 235, 183, 26;
    --success-rgb: 65, 139, 56;
    --light-rgb: 218, 218, 218;
    --dark-rgb: 78, 78, 78;
    --menu-shadow: 0px 3px 10px rgba(0, 0, 0, 0.12);
    --menu-shadow-navcolor: 0px 2px 6px rgba(0, 0, 0, 0.05);
    --background-navcolor-light: #fff;
    --background-navcolor-dark: #242424;
    --theme-image-filter: hue-rotate(74deg) contrast(0.9) brightness(0.95);
    --footer-size: 0.5rem !important;
}

html[data-footer=true] #root > footer{
	border-top: 0px !important;
}

/*
*
* Wizard
*
* Styles for wizard ui.
*
*/

.nav-link{
	font-size:1.2em !important;
}
.nav-item{
	font-size:1.0em !important;
}
.wizard .card-header {
  padding-top: var(--card-spacing-sm);
}
.wizard .nav-tabs {
  position: relative;
  border: initial;
}
.wizard .nav-tabs:before {
  content: " ";
  position: absolute;
  bottom: 1px;
  width: 100%;
  height: 1px;
  z-index: 0;
  background: rgba(var(--separator-rgb), 0.8);
}
.wizard .nav-tabs.disabled .nav-link {
  pointer-events: none;
}
.wizard .nav-tabs .nav-link {
  border: initial;
  position: relative;
  background: initial;
  margin: initial;
  padding-bottom: 20px !important;
}
.wizard .nav-tabs .nav-link .title {
  color: var(--alternate);
}
.wizard .nav-tabs .nav-link .description {
  color: var(--separator);
}
.nav-link.active{
	/* background-color: #224a90 !important; */
	background-color: #a5c7e7 !important;
	/* color: #ffffff !important;	 */
	color: var(--primary) !important;
	border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
    border-bottom-left-radius: var(--border-radius-md) !important;
    border-bottom-right-radius: var(--border-radius-md) !important;
}
.nav-link.submenu{
	background-color: whitesmoke !important;
	border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
    border-bottom-right-radius: 0px !important; 
}
.nav-link.submenu.active{
	background-color: var(--primary) !important;
	color: #ffffff !important;	
	border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
    border-bottom-right-radius: 0px !important; 
    line-height: 0px;
}

.sidemenu{
	background-color: #224a90 !important;
}
.sidemenu.active{
	background-color: #477cd3!important;
}

.accmenu{
	font-size:16px;
	background-color:whitesmoke;
}
.imgtext{
	font-size: 12px;
    font-weight: 600;
    text-align: left;
}

/* .wizard .nav-tabs .nav-link.active .title {
  color: var(--primary);
} */
.wizard .nav-tabs .nav-link.active .title {
	/* color: var(--primary); */
    color: #073180;/* 
    font-weight: 800; */
}

.wizard .nav-tabs .nav-link.active .description {
  color: var(--primary);
}
.wizard .nav-tabs .nav-link.active:before {
  background: var(--primary);
}

.wizard .nav-tabs .nav-link:before {
  content: " ";
  position: absolute;
  border: initial;
  background: var(--separator);
  width: 18px;
  height: 18px;
  z-index: 1;
  display: block;
  border-radius: var(--border-radius-lg);
  color: initial;
  text-decoration: none;
  left: 50%;
  transform: translateX(-50%);
  bottom: -7px;
}
.wizard .nav-tabs .nav-link.done:before {
  background: var(--primary);
}
.wizard .nav-tabs .nav-link.done:after {
  content: " ";
  width: 8px;
  height: 8px;
  left: 50%;
  bottom: -2px;
  transform: translateX(-50%);
  z-index: 2;
  position: absolute;
  display: block;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
}
.wizard .nav-tabs .nav-link:not([disabled=true]):hover .title {
  color: var(--primary);
}
.wizard .nav-tabs .nav-link:not([disabled=true]):hover .description {
  color: var(--primary);
}
.wizard .nav-tabs .nav-link[disabled=true] {
  cursor: default;
}

.wizard.short-border .nav-tabs:before {
  background: initial;
}
.wizard.short-border .nav-tabs .nav-item {
  position: relative;
}
.wizard.short-border .nav-tabs .nav-item:before {
  content: " ";
  position: absolute;
  bottom: 1px;
  width: 100%;
  height: 1px;
  z-index: 0;
  background: rgba(var(--separator-rgb), 0.8);
}
.wizard.short-border .nav-tabs .nav-item:first-of-type:before {
  width: 50%;
  left: 50%;
}
.wizard.short-border .nav-tabs .nav-item:nth-last-child(2):before {
  width: 50%;
}

.appointment-wizard .tab-pane {
  min-height: 500px;
}

.spdiv:hover{
	background-color: aliceblue;
}
.activediv {
     background-color: aliceblue !important;
     border: 2px solid #224a90 !important;
     /* color: white; */
}


/* html[data-color=light-purple] {
    --primary: #a772cb;
    --secondary: #ecb0fd;
    --tertiary: #a95ca9;
    --quaternary: #6743b9;
    --primary-rgb: 167, 114, 203;
    --secondary-rgb: 236, 176, 253;
    --tertiary-rgb: 169, 92, 169;
    --quaternary-rgb: 103, 67, 185;
    --primary-darker: #9062af;
    --secondary-darker: #ce98dd;
    --tertiary-darker: #894b89;
    --quaternary-darker: #553799;
    --body: #4e4e4e;
    --alternate: #7c7c7c;
    --muted: #afafaf;
    --separator: #e6e6e6;
    --separator-light: #f1f1f1;
    --body-rgb: 59, 59, 59;
    --alternate-rgb: 124, 124, 124;
    --muted-rgb: 176, 176, 176;
    --separator-rgb: 221, 221, 221;
    --separator-light-rgb: 241, 241, 241;
    --background: #f9f9f9;
    --foreground: #ffffff;
    --background-rgb: 249, 249, 249;
    --foreground-rgb: 255, 255, 255;
    --background-theme: #efeaf1;
    --background-light: #f8f8f8;
    --gradient-1: #a772cb;
    --gradient-2: #ae76d3;
    --gradient-3: #b67edb;
    --gradient-1-lighter: #c28ce6;
    --gradient-1-darker: #9868b9;
    --light-text: #fff;
    --dark-text: #343a40;
    --light-text-darker: #eeeeee;
    --dark-text-darker: #23272b;
    --light-text-rgb: 255, 255, 255;
    --dark-text-rgb: 52, 58, 64;
    --danger: #cf2637;
    --info: #279aac;
    --warning: #ebb71a;
    --success: #439b38;
    --light: #dadada;
    --dark: #4e4e4e;
    --danger-darker: #771a23;
    --info-darker: #19545d;
    --warning-darker: #aa830f;
    --success-darker: #285422;
    --light-darker: #c9c9c9;
    --dark-darker: #282828;
    --body-darker: #333333;
    --alternate-darker: #616161;
    --muted-darker: #888888;
    --separator-darker: #c0c0c0;
    --danger-rgb: 182, 40, 54;
    --info-rgb: 41, 138, 153;
    --warning-rgb: 235, 183, 26;
    --success-rgb: 65, 139, 56;
    --light-rgb: 218, 218, 218;
    --dark-rgb: 78, 78, 78;
    --menu-shadow: 0px 3px 10px rgba(0, 0, 0, 0.12);
    --menu-shadow-navcolor: 0px 2px 6px rgba(0, 0, 0, 0.05);
    --background-navcolor-light: #fff;
    --background-navcolor-dark: #242424;
    --theme-image-filter: hue-rotate(74deg) contrast(0.9) brightness(0.95);
} */




html[data-color=light-blue] .logo .img,
html[data-color=light-lime] .logo .img,
html[data-color=light-green] .logo .img,
html[data-color=light-red] .logo .img,
html[data-color=light-pink] .logo .img,
html[data-color=light-purple] .logo .img,
html[data-color=light-teal] .logo .img,
html[data-color=light-sky] .logo .img,
html[data-color=dark-blue] .logo .img,
html[data-color=dark-green] .logo .img,
html[data-color=dark-red] .logo .img,
html[data-color=dark-pink] .logo .img,
html[data-color=dark-purple] .logo .img,
html[data-color=dark-lime] .logo .img,
html[data-color=dark-sky] .logo .img,
html[data-color=dark-teal] .logo .img {
  background-image: url(../img/logo/logo.png);
}

html[data-color=light-sky] .logo-default {
  background-image: url(../img/logo/logo.png);
}

html[data-color=light-blue] .logo-default {
  background-image: url(../img/logo/logo.png);
}

html[data-color=light-green] .logo-default {
  background-image: url(../img/logo/logo.png);
}

html[data-color=light-red] .logo-default {
  background-image: url(../img/logo/logo.png);
}

html[data-color=light-pink] .logo-default {
  background-image: url(../img/logo/logo.png);
}

html[data-color=light-purple] .logo-default {
  background-image: url(../img/logo/logo.png);
}

html[data-color=light-teal] .logo-default {
  background-image: url(../img/logo/logo.png);
}

html[data-color=light-lime] .logo-default {
  background-image: url(../img/logo/logo.png);
}

html[data-color=dark-blue] .logo-default {
  background-image: url(../img/logo/logo.png);
}

html[data-color=dark-green] .logo-default {
  background-image: url(../img/logo/logo.png);
}

html[data-color=dark-red] .logo-default {
  background-image: url(../img/logo/logo.png);
}

html[data-color=dark-pink] .logo-default {
  background-image: url(../img/logo/logo.png);
}

html[data-color=dark-purple] .logo-default {
  background-image: url(../img/logo/logo.png);
}

html[data-color=dark-lime] .logo-default {
  background-image: url(../img/logo/logo.png);
}

html[data-color=dark-teal] .logo-default {
  background-image: url(../img/logo/logo.png);
}

html[data-color=dark-sky] .logo-default {
  background-image: url(../img/logo/logo.png);
}

html[data-color=light-teal][data-navcolor=light] .logo .img,
html[data-color=dark-teal][data-navcolor=light] .logo .img {
  background-image: url(../img/logo/logo.png);
}

html[data-color=light-sky][data-navcolor=light] .logo .img,
html[data-color=dark-sky][data-navcolor=light] .logo .img {
  background-image: url(../img/logo/logo.png);
}

html[data-color=light-blue][data-navcolor=light] .logo .img,
html[data-color=dark-blue][data-navcolor=light] .logo .img {
  background-image: url(../img/logo/logo.png);
}

html[data-color=light-green][data-navcolor=light] .logo .img,
html[data-color=dark-green][data-navcolor=light] .logo .img {
  background-image: url(../img/logo/logo.png);
}

html[data-color=light-red][data-navcolor=light] .logo .img,
html[data-color=dark-red][data-navcolor=light] .logo .img {
  background-image: url(../img/logo/logo.png);
}

html[data-color=light-pink][data-navcolor=light] .logo .img,
html[data-color=dark-pink][data-navcolor=light] .logo .img {
  background-image: url(../img/logo/logo.png);
}

html[data-color=light-purple][data-navcolor=light] .logo .img,
html[data-color=dark-purple][data-navcolor=light] .logo .img {
  background-image: url(../img/logo/logo.png);
}

html[data-color=light-lime][data-navcolor=light] .logo .img,
html[data-color=dark-lime][data-navcolor=light] .logo .img {
  background-image: url(../img/logo/logo.png);
}

html[data-color=light-blue][data-navcolor=dark] .logo .img,
html[data-color=dark-blue][data-navcolor=dark] .logo .img {
  background-image: url(../img/logo/logo.png);
}

html[data-color=light-green][data-navcolor=dark] .logo .img,
html[data-color=dark-green][data-navcolor=dark] .logo .img {
  background-image: url(../img/logo/logo.png);
}

html[data-color=light-red][data-navcolor=dark] .logo .img,
html[data-color=dark-red][data-navcolor=dark] .logo .img {
  background-image: url(../img/logo/logo.png);
}

html[data-color=light-pink][data-navcolor=dark] .logo .img,
html[data-color=dark-pink][data-navcolor=dark] .logo .img {
  background-image: url(../img/logo/logo.png);
}

html[data-color=light-purple][data-navcolor=dark] .logo .img,
html[data-color=dark-purple][data-navcolor=dark] .logo .img {
  background-image: url(../img/logo/logo.png);
}

html[data-color=light-teal][data-navcolor=dark] .logo .img,
html[data-color=dark-teal][data-navcolor=dark] .logo .img {
  background-image: url(../img/logo/logo.png);
}

html[data-color=light-lime][data-navcolor=dark] .logo .img,
html[data-color=dark-lime][data-navcolor=dark] .logo .img {
  background-image: url(../img/logo/logo.png);
}

html[data-color=light-sky][data-navcolor=dark] .logo .img,
html[data-color=dark-sky][data-navcolor=dark] .logo .img {
  background-image: url(../img/logo/logo.png);
}

.borderformsmall span {
    font-size: .7em; /* Adjust the size as needed */
}
.borderformbig span {
    font-size: .7em; /* Adjust the size as needed */
}

.form-control{
	font-size: 1em !important;	
}
/* .attachment-group {
    margin-bottom: 10px; Reduce spacing between categories
} */

.file-container {
    display: flex; /* Ensures horizontal alignment */
    flex-wrap: wrap; /* Allows wrapping to next row if needed */
    gap: 10px; /* Space between files */
    align-items: center; /* Align items to center within row */
}

.file-item {
    flex: 0 0 auto; /* Prevents stretching */
    display: flex; /* Aligns items properly */
    align-items: center; /* Centers images inside the div */
}

.msgme{
	background: #60b28b !important;
}
.msgmetext{
	color: #ffffff !important;
}
.msgother{
	background: #224a90 !important;
}

@media (max-width: 768px) {  /* Adjust breakpoint as needed */
    .hide-on-mobile {
        display: none !important;
    }
    .clasdivlogo{
    background-color:unset;}
}

@media (max-width: 576px) {
	  .hide-on-mobile {
        display: none !important;
    }
}

/* Small devices (tablets) */
@media (max-width: 768px) {
	  .hide-on-mobile {
        display: none !important;
    }
    
    .new-logo .new-logo-size img {
        max-width: 80px;
        height: 36px;
    }
}

/* Medium devices (desktops) */
@media (max-width: 992px) {
	  .hide-on-mobile {
        display: none !important;
    }
}

/* Large devices (large desktops) */
@media (max-width: 1200px) {
	 /*  .hide-on-mobile {
        display: none !important;
    } */
}
/* Large devices (large desktops) */
@media (max-width: 1400px) {
	/*   .hide-on-mobile {
        display: none !important;
    } */
}

.required {
  color: red;
  font-weight: bold;
}

.bborder{
	border: 1px solid #b7b7b7 !important;
}

.menuicon{
	height: 16px;
    float: left;
    margin-right: 5px;
}

/* 
label, div, span {
  font-size: 14px; Default for mobile
}

@media (min-width: 576px) {
  label, div, span {
    font-size: 10px;
  }
}

@media (min-width: 768px) {
  label, div, span {
    font-size: 12px;
  }
}

@media (min-width: 992px) {
  label, div, span {
    font-size: 14px;
  }
}

@media (min-width: 1200px) {
  label, div, span {
    font-size: 16px;
  }
}
 */


label, div, span {
  font-size: 0.875rem; /* 14px (Default for mobile) */
}
.padbut{
  	padding: 0px !important; 
}
.mshow {
 display: none !important;
}


@media (max-width: 560px) {
  .mtop{
  	margin-top:4px;
  }
  .mfont{
  	font-size: 16px !important;
  }
  .msfont{
  	font-size: 12px !important;
  }
  .mpadleft{
  	padding-left: 3%;
  }
  #perscore, #pernotes, #perdetail, #persum{
  	padding: 0.5em !important;
  }
  .nav-item .mperfm{
  	font-size: 0.8em !important;
  }
  .mindex{
  	margin-top: 10px;
  }
  .mindex2{
  	margin-top: 15px;
  }
  .mindex3{
  	margin-top: 20px;
  }
  .full-page-content-right-border{
  	border-radius: 30px !important;
  }
  .mshow{
  	display: flex !important;
  }
  .mhide{
  	display: none !important;
  }
  .btnleftmenu{
  	font-size: 12px;
  	padding: 5px 10px;
  }
  .tab-scroll-wrapper{
  	overflow-x: auto;
  	white-space: nowrap;
  	-webkit-overflow-scrolling: touch;
  	border-bottom: 2px solid #ddd;
  	scrollbar-width: none; 
  }
  .tab-scroll-wrapper::-webkit-scrollbar {
    display: none;
	}
  .tab-scroll{
  	display: flex;
  	gap: 10px;
  	padding: 5px;
  	min-width: max-content;
  }
  
  .btnleftmenu{
  	flex: 0 0 auto;
  	border: none;
  	border-radius: 10px;
  	font-size: 14px;
  	text-align: center;
  	transition: all 0.3s ease-in-out;
  	diaplsy: flex;
  	flex-direction: column;
  	align-items: center;
  	justify-content: center;
  }
  .btnleftmenu i{
  	font-size: 24px;
  	margin-bottom: 5px;
  }
  .btnleftmenu.active, .btnmenu:hover{
  	background: #007bff;
  	color: white;
  }
  .mdivwidth{
  	width:75% !important;
  }
  .mdivbutwidth{
  	width: 20% !important;
  }
  .padbut{
  	padding: 0px !important; 
  }
  .mheight{
  	height: 45vh !important;
  }
  .mpadding0{
  	padding: 0px !important;
  }
   .mpadding5{
  	padding: 5px !important;
  }
  .mtopmargin{
  	margin-top: 10px;
  }
  
}

@media (max-width: 980px){
  .mheight{
  	height: 50vh !important;
  }
	
}

@media ( max-width : 1200px) {
	.ptop {
		padding-top: 15px;
	}
	.padbut{
  	padding: 0px !important; 
  }
}

@media ( min-width : 355px) {
	.classcheck375 {
		
	}
}

@media (min-width: 480px) {
  label, div, span {
    /* font-size: 0.625rem; */ /* 10px */
  }
  .col-vsm{
  	width:50%;
  }
  .col-lg-6{
  	margin-bottom:10px;
  }
}


@media (min-width: 576px) {
  label, div, span {
    /* font-size: 0.625rem; */ /* 10px */
  }
  .col-lg-6{
  	margin-bottom:10px;
  }
}

@media (min-width: 768px) {
  label, div, span {
    /* font-size: 0.75rem; */ /* 12px */
  }
  .col-lg-6{
  	margin-bottom:10px;
  }
  
  .new-logo .new-logo-size img {
  	    max-width: 90px;
        height: 45px;
  }
}

@media (min-width: 992px) {
  label, div, span {
    /* font-size: 0.875rem; */ /* 14px */
  }
  .col-lg-6{
  	margin-bottom:10px;
  }
}

@media (min-width: 1200px) {
  label, div, span {
    /* font-size: 1rem; */ /* 16px */
  }
}

.dashdivscroll{
	height: 11rem;
    overflow: auto;
    padding-right: 1rem;
}


.bluebutton {
  background-color: #041d4d !important;
  color: #ffffff !important;
  border: none !important;
  padding: 8px 20px;
  border-radius: 6px;
  font-weight: 500;
  transition: background-color 0.2s ease, transform 0.1s ease;
}

.bluebutton:hover {
  background-color: #093da8 !important; /* slightly lighter blue */
  transform: translateY(-1px);
}

.whitebutton {
  
  background-color: #ffffff !important;
  color: #000000 !important;
  border: 1px solid #ccc !important;
  padding: 8px 20px;
  border-radius: 6px;
  font-weight: 500;
  transition: background-color 0.2s ease, transform 0.1s ease;
}

.whitebutton:hover {
  background-color: #f3eded !important;
  transform: translateY(-1px);
}

.bg-red{
	 background-color: #b30b00 !important;
}
.bg-orange{
	 background-color: #ffa500 !important;
}
.bg-green{
	 background-color: #5eae8c !important;
}
.bg-lev{
	 background-color: #efdffd !important;
}
.bg-greenchart{
	 background-color: #b2e5df !important;
}
.bg-bluechart{
	 background-color: #cffafe !important;
}

.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
/*   background-color: #d3d3d3 !important;
  color: #dddddd !important; */
  cursor: not-allowed !important;
  opacity: 0.6;
}

.ql-toolbar.ql-snow {
  display: flex;
  justify-content: flex-end; /* Push icons to the right */
}

.notification-badge {
  color: #ffffff;
  background-color: #de2222;
  border-radius: 10px;
  height: 20px;
  width: 20px;
  text-align: center;
  display: inline-block;
  line-height: 20px; /* optional – centers text vertically */
  font-size: 12px;   /* optional – adjust as needed */
}