.Theamecolor
{
	background:-webkit-linear-gradient(top,rgb(0 205 241 / 95%),rgb(11 233 255));
	/*background-color:rgb(41, 48, 51);*/
	/* background-color:#c4110d; */
	/*background:-webkit-linear-gradient(top,rgb(253, 16, 10),rgb(167, 39, 36));*/
	/* background:-webkit-linear-gradient(top,rgb(255, 255, 255),rgba(243, 243, 243, 0.92)); */
}
.TheamecolorAdmin
{
	/*background:-webkit-linear-gradient(top,rgba(2, 151, 177, 0.95),rgb(15, 108, 117));*/
	/*background-color:rgb(41, 48, 51);*/
	background-color:#c4110d;
	/*background:-webkit-linear-gradient(top,rgb(253, 16, 10),rgb(167, 39, 36));*/
	background: -webkit-linear-gradient(top,rgb(22, 96, 119),rgba(11, 16, 21, 0.92));
        border-top: 2px solid #043a30;
    border-left: 2px solid #043a30;
    border-right: 2px solid #043a30;
	
	/* border-left: 2px solid #165f76;
    border-right: 2px solid #175d73; */
}
.TheamecolorB
{
	background:-webkit-linear-gradient(top,rgba(2, 151, 177, 0.95),rgb(15, 108, 117));
	/*background-color:rgb(41, 48, 51);*/
	/* background-color:#f11212; */
	/* background:-webkit-linear-gradient(top,rgb(253, 16, 10),rgb(167, 39, 36)); */
	/*background:-webkit-linear-gradient(top,rgba(74, 215, 239, 1),rgba(58, 120, 173, 0.92));*/
}

.activatebutton
{
	background-color:limegreen;
	background:-webkit-linear-gradient(top,rgba(19, 236, 96, 0.95),rgb(13, 191, 84));
}




.img-box {
	border: 1px solid #7d7a7a;
	min-height: 200px;
	padding: 0px;
	margin-bottom: 20px;
	position: relative;
	overflow: hidden;
	text-align: center;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
}

.imgboxuplpoadimage{
	border: 1px solid #ececec;
	min-height: 132px;
	padding: 0px;
	margin-bottom: 20px;
	position: relative;
	overflow: hidden;
	text-align: center;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
}
.img-box:hover {
	/*background-color: #00000082;*/
	background-color: #0b97b7;
	border-color: #797979;
}

.imgboxuplpoadimage:hover {
	/*background-color: #00000082;*/
	background-color: #0b97b7;
	border-color: #797979;
}
.img-box:hover i {
	color: #ffc908;
}
.img-box:hover:after {
	background-color: #3864868c;
}

.imgboxuplpoadimage:hover i {
	color: #ffc908;
}
.imgboxuplpoadimage:hover:after {
	background-color: #3864868c;
}

.img-box-user
{
	width:100%;
	float:left;
	height:154px;
}

.img-box .img-icon-box {
	font-size: 35px;
	margin-bottom: 0px;
	margin-top: 0px;
	background:red;
	height:40px;
	text-align:left;
	padding-left:10px;
}

.img-box hr {
	border: 2px solid #000;
    border-left: 0;
    border-right: 0;
    height: 0px;
    margin: 0px auto 0px;
    padding: 0px;
    position: relative;
}
.imgboxuplpoadimage .img-icon-box {
	font-size: 35px;
	margin-bottom: 0px;
	margin-top: 0px;
	/*background:#23bff7;*/
	background:black;
	height:40px;
	text-align:left;
	padding-left:10px;
	color: cornsilk;
}

.imgboxuplpoadimage hr {
	border: 2px solid #000;
    border-left: 0;
    border-right: 0;
    height: 0px;
    margin: 0px auto 0px;
    padding: 0px;
    position: relative;
}

.home-section {
	overflow: hidden;
}


.home-section {
	padding: 70px 0;
	background-color: #fff;
	position: relative;
}
.no-bg-color-parallax.parallax-white .parallax-bg:after {
	background-color: rgba(255, 255, 255, 0.9);
}
.no-bg-color-parallax .parallax-bg:after {
	background-color: rgba(0, 0, 0, 0.7);
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
.no-bg-color-parallax .parallax-bg {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
	min-height: 400%;
	background-color: #666;
	background-color: rgba(0, 0, 0, 0.7);
}
.no-bg-color-parallax {
	background-color: transparent !important;
	overflow: hidden;
}
.parallax-black *, .parallax-black .about-tabs .tab-li-content h4 {
	color: #fff;
}

.home-section ul, .x-section ul {
	list-style: outside none none;
	padding: 0;
	margin: 0;
}

a:focus, a:hover{
	color:white;
}

/********main selection********/
/* The container */
.INPMaincontainer {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 0px;
    cursor: pointer;
    font-size: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
	float: left;
}



/* Hide the browser's default checkbox */
.INPMaincontainer input {
    /* position: absolute; */
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.INPMaincheckmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
        background-color: #f9f9f9;
    border: 1px solid #a5a5a5;
}

/* On mouse-over, add a grey background color */
.INPMaincontainer:hover input ~ .INPMaincheckmark {
    background-color: #11f718;
}

/* When the checkbox is checked, add a blue background */
.INPMaincontainer input:checked ~ .INPMaincheckmark {
    background-color: #11f718;
}

/* Create the checkmark/indicator (hidden when not checked) */
.INPMaincheckmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.INPMaincontainer input:checked ~ .INPMaincheckmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.INPMaincontainer .INPMaincheckmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}


/* Green check mean Approval checks */
/* The container */
.INPcontainer {
    /* display: block; */
    /* position: relative; */
    padding-left: 0px;
    margin-bottom: 5px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.INPcontainer input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 204;
    left: 10;
    height: 25px;
    width: 25px;
    background-color: #eee;
}

/* On mouse-over, add a grey background color */
.INPcontainer:hover input ~ .checkmark {
    background-color: #11f718;
}

/* When the checkbox is checked, add a blue background */
.INPcontainer input:checked ~ .checkmark {
    background-color: #11f718;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.INPcontainer input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.INPcontainer .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

/* orange check mean Review checks */
/* The container */
.INPRevcontainer {
    /* display: block; */
    /* position: relative; */
    padding-left: 0px;
    margin-bottom: 5px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.INPRevcontainer input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.Revcheckmark {
    position: absolute;
    top: 204;
    left: 40;
    height: 25px;
    width: 25px;
    background-color: #eee;
}

/* On mouse-over, add a grey background color */
.INPRevcontainer:hover input ~ .Revcheckmark {
    background-color: #ffbc00;
}

/* When the checkbox is checked, add a blue background */
.INPRevcontainer input:checked ~ .Revcheckmark {
    background-color: #ffbc00;
}

/* Create the checkmark/indicator (hidden when not checked) */
.Revcheckmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.INPRevcontainer input:checked ~ .Revcheckmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.INPRevcontainer .Revcheckmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

/* red check mean Deleted checks */
/* The container */
.INPDelcontainer {
    /* display: block; */
    /* position: relative; */
    padding-left: 0px;
    margin-bottom: 5px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.INPDelcontainer input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.Delcheckmark {
    position: absolute;
    top: 204;
    left: 190;
    height: 25px;
    width: 25px;
    background-color: #eee;
}

/* On mouse-over, add a grey background color */
.INPDelcontainer:hover input ~ .Delcheckmark {
    background-color: #ff2300;
}

/* When the checkbox is checked, add a blue background */
.INPDelcontainer input:checked ~ .Delcheckmark {
    background-color: #ff2300;
}

/* Create the checkmark/indicator (hidden when not checked) */
.Delcheckmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.INPDelcontainer input:checked ~ .Delcheckmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.INPDelcontainer .Delcheckmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}


/* **********approve requests check matrk open********** */
/* The container */
.Approvcontainer {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 25px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.Approvcontainer input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.Approvcheckmark {
    position: absolute;
    top: 0;
    left: 10;
    height: 25px;
    width: 25px;
    background-color: #4ad0e8;
}

/* On mouse-over, add a grey background color */
.Approvcontainer:hover input ~ .Approvcheckmark {
    background-color: #11f718;
}

/* When the checkbox is checked, add a blue background */
.Approvcontainer input:checked ~ .Approvcheckmark {
    background-color: #11f718;
}

/* Create the checkmark/indicator (hidden when not checked) */
.Approvcheckmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.Approvcontainer input:checked ~ .Approvcheckmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.Approvcontainer .Approvcheckmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
/* **********approve requests check matrk close********** */

@media screen and (max-width: 767px) {
	
	.home-section {
	padding: 2px 0;
	background-color: #fff;
	position: relative;
}
	
	.img-box {
	border: 1px solid #7d7a7a;
	min-height: auto;
	padding: 0px;
	margin-bottom: 20px;
	position: relative;
	overflow: hidden;
	text-align: center;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
}

	.imgboxuplpoadimage{
	border: 1px solid #7d7a7a;
	min-height: auto;
	padding: 0px;
	margin-bottom: 20px;
	position: relative;
	overflow: hidden;
	text-align: center;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
}
.img-box:hover {
	/*background-color: #00000082;*/
	background-color: #0b97b7;
	border-color: #797979;
}

.imgboxuplpoadimage:hover {
	/*background-color: #00000082;*/
	background-color: #0b97b7;
	border-color: #797979;
}
.img-box:hover i {
	color: #ffc908;
}
.img-box:hover:after {
	background-color: #3864868c;
}

.imgboxuplpoadimage:hover i {
	color: #ffc908;
}
.imgboxuplpoadimage:hover:after {
	background-color: #3864868c;
}

.img-box-user
{
	width:100%;
	float:left;
	height:Auto !important;
}

.img-box .img-icon-box {
	font-size: 35px;
	margin-bottom: 0px;
	margin-top: 0px;
	background:red;
	height:40px;
	text-align:left;
	padding-left:10px;
}

.img-box hr {
	border: 2px solid #000;
    border-left: 0;
    border-right: 0;
    height: 0px;
    margin: 0px auto 0px;
    padding: 0px;
    position: relative;
}
.imgboxuplpoadimage .img-icon-box {
	font-size: 35px;
	margin-bottom: 0px;
	margin-top: 0px;
	background:black;
	height:40px;
	text-align:left;
	padding-left:10px;
	color: cornsilk;
}

.imgboxuplpoadimage hr {
	border: 2px solid #000;
    border-left: 0;
    border-right: 0;
    height: 0px;
    margin: 0px auto 0px;
    padding: 0px;
    position: relative;
}
}



/* Further Aditional data that may conflict in other pages  */


/* Translate */
.translate-x-0 { transform: translateX(0); }
.translate-x-4 { transform: translateX(1rem); }
.translate-y-4 { transform: translateY(1rem); }

/* Scale */
.scale-50 { transform: scale(.5); }
.scale-100 { transform: scale(1); }

/* Rotate */
.rotate-0 { transform: rotate(0deg); }
.rotate-45 { transform: rotate(45deg); }

/* Skew */
.skew-x-6 { transform: skewX(6deg); }
.skew-y-6 { transform: skewY(6deg); }


.shadow-none { box-shadow: none !important; }
.shadow-sm   { box-shadow: 0 1px 2px rgba(0,0,0,.05); }
.shadow      { box-shadow: 0 1px 3px rgba(0,0,0,.1); }
.shadow-md   { box-shadow: 0 4px 6px rgba(0,0,0,.1); }
.shadow-lg   { box-shadow: 0 10px 15px rgba(0,0,0,.1); }
.shadow-xl   { box-shadow: 0 20px 25px rgba(0,0,0,.15); }


.bg-gradient-blue {
  background: linear-gradient(to right, #3b82f6, #2563eb);
}
.bg-gradient-green {
  background: linear-gradient(to right, #10b981, #059669);
}


.blur-sm   { filter: blur(2px); }
.blur      { filter: blur(4px); }
.brightness-50 { filter: brightness(.5); }
.contrast-125  { filter: contrast(1.25); }


@keyframes spin { to { transform: rotate(360deg); } }
.animate-spin { animation: spin 1s linear infinite; }

@keyframes bounce {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-25%); }
}
.animate-bounce { animation: bounce 1s infinite; }

/* Animations */
        @keyframes fadeInUp {
            0% { opacity: 0; transform: translateY(30px); }
            100% { opacity: 1; transform: translateY(0); }
        }

        @keyframes slideInFromLeft {
            0% { opacity: 0; transform: translateX(-50px); }
            100% { opacity: 1; transform: translateX(0); }
        }

        @keyframes slideInFromRight {
            0% { opacity: 0; transform: translateX(50px); }
            100% { opacity: 1; transform: translateX(0); }
        }

        @keyframes pulse {
            0%, 100% { opacity: 1; }
            50% { opacity: 0.5; }
        }

        @keyframes bounce {
            0%, 20%, 53%, 80%, 100% { transform: translateY(0); }
            40%, 43% { transform: translateY(-30px); }
            70% { transform: translateY(-15px); }
            90% { transform: translateY(-4px); }
        }

        @keyframes ping {
            75%, 100% { transform: scale(2); opacity: 0; }
        }

        @keyframes floatUpDown {
            0%, 100% { transform: translateY(0px); }
            50% { transform: translateY(-10px); }
        }

        @keyframes scroll-left {
            0% { transform: translateX(100%); }
            100% { transform: translateX(-100%); }
        }
        /* Glow animation */
        @keyframes glow {
            0%, 100% { box-shadow: 0 0 5px rgba(220, 38, 38, 0.5); }
            50% { box-shadow: 0 0 20px rgba(220, 38, 38, 0.8); }
        }


        .animate-fade-in-up { animation: fadeInUp 0.6s ease-out forwards; }
        .animate-slide-in-left { animation: slideInFromLeft 0.6s ease-out forwards; }
        .animate-slide-in-right { animation: slideInFromRight 0.6s ease-out forwards; }
        .animate-pulse { animation: pulse 2s infinite; }
        .animate-bounce { animation: bounce 1s infinite; }
        .animate-ping { animation: ping 1s infinite; }
        .animate-float { animation: floatUpDown 3s ease-in-out infinite; }
        .animate-glow { animation: glow 2s ease-in-out infinite; }






         table {
    border-collapse: collapse; 
    overflow: hidden;
    box-shadow: 2px 1px 9px 1px rgb(0 0 0 / 47%);
    border-radius: 16px;
  }

  td, th {
    /* padding: 14px 24px; */
    /* border: 1px solid rgba(255,255,255,0.1); */
    text-align: left;
    /* position: relative; */
    /* background: rgba(255,255,255,0.05); */
    backdrop-filter: blur(8px);
  }

  /* thead {
    background: rgba(255,255,255,0.1);
  } */

  tr {
    transform: translateY(-200px) scale(0.8);
    opacity: 0;
    animation: dropIn 1s ease forwards;
  }

  @keyframes dropIn {
    0% { transform: translateY(-10px) scale(1); opacity: 0; }
    60% { transform: translateY(20px) scale(1); opacity: 1; }
    100% { transform: translateY(0) scale(1); opacity: 1; }
  }

  /* td::before {
    content: '';
    position: absolute; 
    inset: 0;*/
    /* background: linear-gradient(120deg, #00c3ff44, #ffff1c33); 
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.4s ease;
    z-index: -1;
  }*/

  /* td:hover::before {
    transform: scaleX(1);
  } */

  tr:nth-child(1) { animation-delay: 0.2s; }
  tr:nth-child(2) { animation-delay: 0.4s; }
  tr:nth-child(3) { animation-delay: 0.6s; }
  tr:nth-child(4) { animation-delay: 0.8s; }
  tr:nth-child(5) { animation-delay: 1.0s; }
  tr:nth-child(6) { animation-delay: 1.2s; }
  tr:nth-child(7) { animation-delay: 1.4s; }
  tr:nth-child(8) { animation-delay: 1.6s; }
  tr:nth-child(9) { animation-delay: 1.8s; }
  tr:nth-child(10) { animation-delay: 2.0s; }
  tr:nth-child(11) { animation-delay: 2.2s; }
  tr:nth-child(12) { animation-delay: 2.4s; }

  /* td span {
    display: inline-block;
    animation: wave 1.4s ease-in-out infinite;
    animation-delay: calc(var(--delay) * 0.1s);
  }

  @keyframes wave {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-6px); }
  } */

  .searchrowheight
      {
        height: 40px;
      }

      .inputsizefulldate
      {
        width:100%;
        display: block;
        background: white;
        border: 1px solid #acacac;
        padding: 7px;
        width: 100%;
      }
   
   


/* Cards for Mobiles Other inventory */


    .dashboard-stats { margin:15px 0; display:grid; grid-template-columns:repeat(auto-fit,minmax(220px,1fr)); gap:15px; }
    .stat-card {
    background:#fff; border-radius:14px; padding:15px;
    box-shadow:0 4px 20px rgba(0,0,0,0.08);
    display:flex; align-items:center;
    transition:all .2s ease-in-out; border-left:6px solid transparent;
    cursor:pointer;
    }
    .stat-card:hover { transform:translateY(-5px); box-shadow:0 10px 25px rgba(0,0,0,0.15); }
    .stat-icon {
    width:55px; height:55px; border-radius:50%;
    display:flex; align-items:center; justify-content:center;
    color:#fff; font-size:22px; margin-right:12px; flex-shrink:0;
    }
    .stat-body { flex:1; }
    .stat-title { font-size:13px; color:#777; font-weight:600; }
    .stat-value { font-size:18px; font-weight:800; color:#111; margin:2px 0; }
    .stat-meta { font-size:11px; color:#666; }

    .border-blue { border-left-color:#0d6efd; }
    .border-green{ border-left-color:#28a745; }
    .border-yellow{ border-left-color:#ffc107; }
    .border-red{ border-left-color:#dc3545; }
    .border-purple{ border-left-color:#6f42c1; }
    .border-gray{ border-left-color:#adb5bd; }
    .border-pink{ border-left-color:#d63384; }
    .border-cyan{ border-left-color:#0dcaf0; }

    .icon-blue { background:linear-gradient(135deg,#007bff,#0d6efd); }
    .icon-green{ background:linear-gradient(135deg,#28a745,#56f29d); }
    .icon-yellow{ background:linear-gradient(135deg,#ffc107,#fff176); color:#000;}
    .icon-red{ background:linear-gradient(135deg,#dc3545,#ff6b6b); }
    .icon-purple{ background:linear-gradient(135deg,#6f42c1,#b184f0); }
    .icon-cyan{ background:linear-gradient(135deg,#17a2b8,#0dcaf0); }
    .icon-gray{ background:linear-gradient(135deg,#adb5bd,#6c757d); }
    .icon-black{ background:linear-gradient(135deg,#212529,#343a40); }
    .icon-pink{ background:linear-gradient(135deg,#d63384,#ff99c8); }



    /* Link wrapper */
    .notif-link {
        text-decoration: none !important;
        color: inherit !important;
        display: block;
    }

    /* Main item */
    .notif-item {
        display: flex;
        padding: 12px 14px;
        border-radius: 8px;
        /* transition: background 0.2s, transform 0.15s; */
        gap: 12px;
    }

    .notif-item:hover {
        background: #f0f4ff;
        /* transform: translateX(2px); */
    }

    /* Notification content area */
    .notif-content {
        flex: 1;
        overflow: hidden;
    }

    /* Time */
    .notif-time {
        font-size: 11px;
        color: #777;
        margin-bottom: 2px;
    }

    /* Title */
    .notif-title {
        font-weight: bold;
        font-size: 13px;
        color: #222;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    /* Message */
    .notif-message {
        font-size: 12px;
        color: #444;
        margin-top: 2px;
        line-height: 1.3;
        max-height: 38px;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    /* View link inside notification */
    /* .notif-view {
        font-size: 12px;
        font-weight: bold;
        margin-top: 6px;
        color: #fefefe;
        text-decoration: underline;
        background: #07479b;
        text-align : center;
        padding: 6px;
        box-shadow: 1px 1px 1px 1px rgb(0, 0, 0);
    } */

    #notifCount {
        /* position: absolute;
        top: 0px;
        right: -3px;
        padding: 3px 7px;
        font-size: 11px;
        border-radius: 50%; */
        animation: pulseNotif 1.2s infinite;
    }

    /* Pulse Animation */
    @keyframes pulseNotif {
        0% { transform: scale(1); }
        50% { transform: scale(1.25); }
        100% { transform: scale(1); }
    }

    /* Dropdown Panel */
    #notifDropdown {
        width: 360px !important;
        max-height: 420px;
        overflow-y: auto;
        border-radius: 10px !important;
    }

    /* Notification item */
    .notif-item {
        padding: 10px 15px;
        display: flex;
        gap: 10px;
        transition: background 0.2s;
    }

    .notif-item:hover {
        background: #f7f7f7;
    }

    /* Icon circle */
    .icon-circle {
        width: 38px;
        height: 38px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        color: white;
    }

    /* Type Colors */
    .bg-transfer  { background:#3498db !important; }
    .bg-sale      { background:#27ae60 !important; }
    .bg-warning2  { background:#e67e22 !important; }
    .bg-message   { background:#9b59b6 !important; }


    @media(max-width:768px){ .stat-card{padding:12px;} }



      @media (max-width: 767px) {
      /* Hide desktop-only action items */
      .hide-xs 
      { 
        display: none !important;
        opacity: 0 !important;
        visibility: hidden !important;
        pointer-events: none !important; /* <--- FIXED: Prevents click, hover, tab */
        height: 0 !important;
        overflow: hidden !important;
      }

      .inputsizefulldate
      {
        /* width:250px !important; */
        width:100% !important;
        display: block;
        background: white;
        border: 1px solid #acacac;
        padding: 7px;
      }

      .searchrowheight
      {
        height: auto;
      }

      .marginbottondate
      {
        margin-bottom: 10px;
      }

    }

    
    @media (max-width: 768px) {
      /* Hide desktop-only action items */
      .hide-xs 
      { 
        display: none !important;
        opacity: 0 !important;
        visibility: hidden !important;
        pointer-events: none !important; /* <--- FIXED: Prevents click, hover, tab */
        height: 0 !important;
        overflow: hidden !important;
      }

      .padmargin
      {
        padding: 0px;margin-bottom: 8px;
      }

      .inputsizefulldate
      {
        /* width:250px !important; */
        width:100% !important;
        display: block;
        background: white;
        border: 1px solid #acacac;
        padding: 7px;

      }

      .searchrowheight
      {
        height: auto;
      }

      .marginbottondate
      {
        margin-bottom: 10px;
      }
    }