html {
  scroll-behavior: smooth!important;
}
body {
    overflow-x: hidden;
}

.b-appname {
    font-size: 28px;
}
.b-appfullname {
    font-size: 16px;
}

/*Simple Sidebar*/
#sidebar-wrapper {
    min-height: 100vh;
    margin-left: -15rem;
    -webkit-transition: margin .25s ease-out;
    -moz-transition: margin .25s ease-out;
    -o-transition: margin .25s ease-out;
    transition: margin .25s ease-out;
}

#sidebar-wrapper .sidebar-heading {
    padding: 0.875rem 1.25rem;
    font-size: 1rem;
}
#sidebar-wrapper .sidebar-heading span{
    font-weight: 600;
}

#sidebar-wrapper .list-group {
    width: 15rem;
}

#page-content-wrapper {
    min-width: 100vw;
}

#wrapper.toggled #sidebar-wrapper {
    margin-left: 0;
}
.b-gnav {
    height: 100px;
}

.btn {
    padding: 8px 24px!important;
}

/*Accessibility*/
.b-acc-goi,
.b-acc-ministry {
    font-size: 12px;
    margin-bottom: 13.5px!important;
    margin-top: 13.5px!important;
}
.b-acc-goi {
    border-right: 1px solid #999;
}
.b-acc-goi a,
.b-acc-ministry a {
    color: #505050;
}
#b-accessibility {
    color: #505050;
    height: 100%;
}



/*Header*/
#b-header {
    height: 110px;
    overflow: hidden;
}


/*------------------
Header section
 ---------------------*/

.header-section {
    position: relative;
    width: 100%;
    left: 0;
    top: 0;
    padding: 0 53px;
    background: rgba(0, 0, 0, 0.7);
    z-index: 999;
    height: 100px;
}

.header-section.header-bg-2 {
    background: rgba(34, 34, 34, 0.83);
}

.header-nav {
    text-align: right;
    padding-top: 35px;
}

.site-logo {
    float: left;
    display: inline-block;
    padding: 39px 0;
}

.main-menu {
    display: inline-block;
    padding: 0px 0px;
    width: 100%;
}

.main-menu li {
    display: inline-block;
    position: relative;
}

.main-menu li a {
    display: block;
    font-size: 16px;
    color: #fff;
    font-family: "Lato", sans-serif;
    padding: 0 1px 5px;
    border-bottom: 2px solid transparent;
    margin-right: 45px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    text-decoration: none;
}

.main-menu li a.nav-link {
    color: #fff!important;
}

.main-menu li:last-child a {
    margin-right: 0px;
}

.main-menu li a:hover,
.main-menu li a.active {
    border-bottom: 2px solid #1e87f0;
    text-decoration: none;
}

.main-menu li:hover>.sub-menu1 {
    visibility: visible;
    opacity: 1;
    margin-top: 20px;
}

.main-menu .sub-menu1 {
    position: absolute;
    list-style: none;
    width: 220px;
    left: 0;
    top: 100%;
    text-align: left;
    padding: 0px 0;
    visibility: hidden;
    opacity: 0;
    margin-top: 50px;
    background: #083a6f ;
    z-index: 99;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-box-shadow: 2px 7px 20px rgba(0, 0, 0, 0.15);
    box-shadow: 2px 7px 20px rgba(0, 0, 0, 0.15);
}





.main-menu .sub-menu1 li {
    display: block;
	border-bottom:2px solid #f17000 ;
}

.main-menu .sub-menu1 li a {
    display: block;
    color: #fff;
    margin-right: 0;
    padding: 10px 20px;
    border-bottom: none;
}

.main-menu .sub-menu1 li a:hover {
    color: #ababab;
}

.header-right {
    display: inline-block;
}

.header-right a {
    color: #fff;
    font-size: 16px;
    font-family: "Lato", sans-serif;
    display: inline-block;
}

.header-right .register {
    border: 2px solid #fff;
    min-width: 130px;
    text-align: center;
    padding: 8px 15px;
    margin-left: 25px;
}

.slicknav_menu {
    display: none;
}



/*------------------
Global navigation
 ---------------------*/
.dropdown-slide > .dropdown-menu {
  opacity:.3;
  display: block;
  -webkit-transform-origin: top;
  transform-origin: top;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-transform: scale(1, 0);
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
}

.show.dropdown-slide > .dropdown-menu {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  opacity:1;
}

.carousel-indicators li {
    background-color: #000;
}

/*------------------
Honepage Dashboard
 ---------------------*/
.b-dbcard {
    border-radius: 12px;
    /*box-shadow: 0px 0px 5px 0px #999;*/
    /*box-shadow: 0px 10px 1px #ddd, 0 10px 20px #ccc;*/
    transition: box-shadow 0.4s;
    box-shadow: 0 4px 6px rgba(50,50,93,.15), 0 1px 3px rgba(0,0,0,.08);
	margin-bottom: 66px;
	background:#fff !important;
    
}
.b-dbcard:hover {
    /*box-shadow: 0px 2px 10px 0px #999;*/
    /*box-shadow: 0px 0px 1px #ddd, 0 0px 3px #ccc;*/
    box-shadow: 0 13px 27px -5px rgba(50,50,93,.25), 0 8px 16px -8px rgba(0,0,0,.3), 0 -6px 16px -6px rgba(0,0,0,.025);
}

/*------------------
Footer logos
 ---------------------*/
.footer-carousal, .footer-carousal .container{
    overflow: hidden;
    white-space: nowrap;
}
.footer-carousal .f-logo {
    width: 20%;
    display:inline-block;
}

@media only screen and (min-width: 992px) {
    .footer-carousal .f-logo.active + .f-logo + .f-logo + .f-logo + .f-logo ~ .f-logo{
        display: none;
    } 
    
}




/*Footer*/


.footer-bs {
    background-color: #3c3d41;
    padding: 15px 40px;
    color: rgba(255,255,255,1.00);
    border-bottom-right-radius: 6px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 6px;
}
.footer-bs .footer-nav, .footer-bs .footer-social, .footer-bs .footer-ns { padding:10px 25px; }
.footer-bs .footer-nav, .footer-bs .footer-social, .footer-bs .footer-ns { border-color: transparent; }

.footer-bs .footer-nav ul.pages { list-style:none; padding:0px; }
.footer-bs .footer-nav ul.pages li { padding:5px 0px;}
.footer-bs .footer-nav ul.pages a { color:rgba(255,255,255,1.00); font-weight:bold; text-transform:uppercase; }
.footer-bs .footer-nav ul.pages a:hover { color:rgba(255,255,255,0.80); text-decoration:none; }
.footer-bs .footer-nav p {
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-bottom:10px;
    font-weight: bold;
}

.footer-bs .footer-nav ul.list { list-style:none; padding:0px; }
.footer-bs .footer-nav ul.list li { padding:5px 0px;}
.footer-bs .footer-nav ul.list a { color:rgba(255,255,255,1); }
.footer-bs .footer-nav ul.list a:hover { color:rgba(255,255,255,1); }

.footer-bs .footer-social ul { list-style:none; padding:0px; }
.footer-bs .footer-social h4 {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 3px;
}
.footer-bs .footer-social li { padding:5px 4px;}
.footer-bs .footer-social a { color:rgba(255,255,255,1.00);}
.footer-bs .footer-social a:hover { color:rgba(255,255,255,0.80); text-decoration:none; }

.footer-bs .footer-ns h4 {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-bottom:10px;
}
.footer-bs .footer-ns p { font-size:12px; color:rgba(255,255,255,0.70); }

@media (min-width: 768px) {
    .footer-bs .footer-social { border-left:solid 1px rgba(255,255,255,0.10); }
}


.backtotop {
    width: 50px;
    height: 50px;
    border: 1px;
    border-radius: 50%;
    background-color: #1e87f0;
    cursor: pointer;
}

.b-social-dropdown,
.b-accessibility-dropdown {
    min-width: 50px!important;
    width: 50px!important;
    left: -10px!important;
}
.b-social-dropdown a {
    padding: .25rem 0.5rem;
    text-align: center;
}
.b-accessibility-dropdown a {
    padding: 4px 8px 4px 18px;

}

.b-site-search:focus {
    border: 1px solid #80bdff;
    outline: 0!important;
    box-shadow: 0 0 0 0.2rem rgba(0,123,255,0)!important;
}
.b-search.show {
    top: 10px!important;
}



/*Dashboard Page*/

/*Breadcrumb*/
ul.breadcrumb {
  padding: 10px 16px;
  list-style: none;
  background-color: #F5F5F5;
}
ul.breadcrumb li {
  display: inline;
  font-size: 16px;
}
ul.breadcrumb li+li:before {
  padding: 8px;
  color: black;
  content: "/\00a0";
}
ul.breadcrumb li a {
  color: #0275d8;
  text-decoration: none;
}
ul.breadcrumb li a:hover {
  color: #01447e;
  text-decoration: underline;
}



.b-dropmenubtn {
    border: none!important;
}
.b-dropmenubtn:focus {
    outline: none!important;
}

.btn#menu-toggle.focus, .btn#menu-toggle:focus {
    outline: 0!important;
    box-shadow: 0 0 0 0.1rem rgba(255,255,255,1)!important;
}



.form-control:focus {
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0,123,255,0)!important;
}

button.close:focus {
    outline: none!important;
}

/* Background image */
.b-bg-image {
    background-image: url("../images/bg.jpg")!important;
    background-size: cover;
}


/* Theme style */
.globalnav-bg {
    background-color: #083a6f!important;
}
.main-menu li a.nav-link,
.footer-bs,
.footer-bs .footer-nav ul.list a,
.b-footer-credit,
.b-footer-credit a {
    color: #FFF!important;
}

.main-menu li a:hover, .main-menu li a.active {
    border-bottom: 2px solid #f17000!important;
}

.backtotop {
    background-color: #f17000;
}

.b-btn {
    background-color: #083a6f!important;
    border-color: #083a6f!important;
    color: #FFF!important;
}
.b-btn.focus, .b-btn:focus {
    box-shadow: 0 0 0 0.2rem #00577639!important;
}
.b-notreg a,
.b-already-reg a {
    color: #005776!important;
}

.breadcrumb li a {
    color: #000!important;
}
.b-db-color {
    color: #FFF!important;
    font-weight: 500!important;
}

.dashboard-bgcolor {
    background-color: #083a6f!important;
}

.b-leftmenu a.b-newpage:hover {
    background: #ebebeb!important;
    border-left: 4px solid #083a6f!important;
    color: #333!important;
}

.dropdown-toggle::after,
.dropdown-toggle .fa-users:before {
    color: #FFF!important;
}
.b-dropmenu-db a:hover,
.b-dropmenu-db a:active {
    background-color: #083a6f!important;
    color: #FFF!important;
}

.dropdown-item.active, .dropdown-item:active {
    background-color: #005776;
}

#b-sitemap a {
    color: #005776!important;
}
#b-sitemap a:hover {
    color: #111!important;
}
/*.carousel-caption {
    color: #ffffff;
    background-color: #000000EE;
}*/

.b-left-head {
    color:#ffffff!important;
}
.b-login-head {
    color:#ffffff; 
    border-bottom: 2px solid #f17000; 
    padding-bottom: 10px;
}
.b-login-sec {
    background-color: #22222299; 
    border-radius: 25px;
}
.b-heading-sec {
    background-color: #22222299; 
    border-radius: 25px;
}

.custom-control-label::after {
    /*background-color: green;
    border-radius: 5px;*/
}

/*** --- Custom CSS ==== ***/

.calendar {
            width: 100%;
            margin: 20px auto;
            text-align: center;
            border: 1px solid #f1f1f1;
            border-radius: 10px;
        }

        .calendar-header {
            display: flex;
            justify-content: space-between;
            padding: 12px;
            background: #083a6f !important;
            cursor: pointer;
			height: 50px;
  font-size: 19px;
  border-top-left-radius:8px;
  border-top-right-radius:8px;
        }

        .calendar-body {
            display: grid;
            grid-template-columns: repeat(7, 1fr);
            padding: 10px;
        }

        .calendar-body div {
            padding: 12px 0px;
            cursor: pointer;
			border-top:1px solid #dbe9f7;
  border-right:1px solid #dbe9f7;
  
        }
		.cal-holiday th {background:#ecf2f7 !important;color:#000;font-size:11px;border:none;font-weight: 600;}
		.cal-holiday  {background:#ecf2f7 !important;color:#000;font-size:11px;font-weight: 600;padding:10px 0px;}
		.calendar-body div:nth-last-child(-n + 7)  { border-bottom:1px solid #dbe9f7;}
		.holiday-span-red{background:red;
  width: 15px;
  height: 15px;
 margin-right:5px;
  display: inline-block;
  vertical-align: middle;}
  .holiday-span-green{background:#2dc909;
  width: 15px;
  height: 15px;
 margin-right:5px;
  display: inline-block;
  vertical-align: middle;}
  
    .holiday-span-blue{background:#1545d3;
  width: 15px;
  height: 15px;
 margin-right:5px;
  display: inline-block;
  vertical-align: middle;}

        .calendar-body .today {
            background-color: #ffcc00;
						 margin:1px;
        }

        .calendar-body .holiday {
            background-color: #ff0000;
            color: white !Important;
			margin:1px;
        }
		.calendar-body .holiday:hover {
            background-color: #ff0000;
            color: white !Important;
			margin:1px;
        }

        .calendar-body .restricted {
            background-color: #ff8080;
            color: white;
        }
		.calendar-body .province {
            background-color: #2dc909;
             color: white !important;
			 margin:1px;
        }
		.calendar-body .province:hover {
            background-color: #2dc909;
             color: white !important;
			 margin:1px;
        }
		.calendar-body .kprovince {
            background-color: #fff000;
            color: white !important;
			margin:1px;
        }

        .calendar-body .empty {
            background-color: #f9f9f9;
        }

        .calendar-body div:hover {
            background-color: #e0e0e0;
        }

        .month-name {
            text-transform: capitalize;
        }

        .tooltipcal {
            /**position: absolute; **/
            background-color: #083a6f !important;
            color: #fff;
            padding: 7px 5px;
            border-radius: 4px;
            font-size: 14px;
            display: none;
			font-weight:600;
        }
		.day{color:#000000;}
		.day:nth-of-type(7n+1){color:#1545d3;}
		.day:nth-of-type(7n+7){color:#1545d3;}



.login-shdw {box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
-webkit-box-shadow: 0px 10px -14px 14px #FFF;
-moz-box-shadow: 0px 10px -14px 14px rgb(255, 255, 255);}

.pad-loginpg{padding:2%;margin-bottom:50px;margin:0 auto;}
.pad-loginpg-tab{margin-bottom:50px;}
.text-loging{text-align:center;color:#083a6f;font-weight:700;}
.form-control-new{
display: inline-block;
  width: 25%;
  height: calc(1.5em + .75rem + 2px);
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  margin:.2rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;}
  .decl-ul li{list-style-type:none;margin-bottom:10px;}
  
  .form-control-new:disabled, .form-control-new[readonly] {
  background-color: #e9ecef;
  opacity: 1;}
  
  .modal-dialog{width:50% !important;}
  .mt-4{flex: 1;background:#fff;}
  .register-box-tab{background:#fff;border-radius: 12px;
  box-shadow: 0 5px 20px rgba(0,0,0,0.1);padding:20px 10px;}
  /** a,h1,h2,h3,h4,h5,h6{color:#083a6f;} **/
  h6{font-weight:600;}
  .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active{color: #fff;
  background-color: #083a6f;
 
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border:none;
  }
  
  .btn-primary{background-color: #083a6f;color:#fff;border-color: #083a6f;}
  .thead-light th {background:#083a6f !important; color:#000 !Important;font-weight:600;text-align:center}
  .margindiv{margin:0 auto}
  .ndloff_border{border:2px solid #083a6f;border-radius:5px;margin-top:30px;}
  .myfont_color{color:#083a6f !important;font-weight:600;}
  .floatbutton{float:right !important;}
  .updownspace{margin:2% 0; color:#000 !important}
  .card a{color:#fff !important;text-decoration:none !important;text-align:center}
  .b-bg-image {
  background-image: url("../images/sect-1.jpg") !important;
   background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}

/* Remove the fixed padding-bottom via CSS if possible */
.b-bg-image.py-5 {
    padding-bottom: 0 !important;
}
  .b-heading-sec {
  background-color: #22222299;
  border-radius: 25px;
}
.homeicontext{color: #083a6f !important;
  font-size: 35px;
  font-weight: bold;
text-align: center;}
.carousel-wrapper {
	padding:0px 0 0px 0px;
	background:url(../images/carousel-bg.png) repeat;
	border-top:1px solid #d2d2d2;
}
.carousel-wrapper:after {
	position:absolute;
	content:'';
	top:0px;
	left:0px;
	height:10px;
	width:100%;
	background:url(../images/after-bg.png) repeat;
	z-index:10;
}
.carousel-wrapper h3 {
	padding-bottom:15px;
}
.thead-light tr th {color:#fff !important;}
.signup-textspan{color:#fff;}
.signup-textspan a{color:#fff;font-weight:bold;}
.hometextp{margin-left:26px;}
.styled-paragraph {
      text-align: justify;
      font-family: 'Segoe UI', sans-serif;
      font-size: 1rem;
      line-height: 1.6;
      max-width: 800px;
      margin: 20px auto;
    }

    .styled-paragraph .first-word {
      float: left;
      font-size: 1.8em;
      line-height: 1;
      font-weight: bold;
      margin-right: 10px;
      color: #000;
    }
	.errorloginmsg{color: #D8000C;
            background-color: #FFBABA;
            width:90%;text-align:center;padding:7px 10px;margin: 0 auto;
  font-weight: 500;
	border-radius: 3px;}
	
	
	
	/* Form */
        .login-form {
            display: flex;
            flex-direction: column;
            gap: 1.5rem;
        }

        .form-group {
            position: relative;
            display: flex;
            flex-direction: column;
        }

        .form-group label {
            font-size: 0.875rem;
            color: #666;
            margin-bottom: 0.5rem;
            text-align: left;
        }

        .form-group input {
           
           
            border-radius: 12px;
            font-size: 1rem;
            transition: all 0.3s ease;
            background: #f8f9fa;
        }

        .form-group input:focus {
            outline: none;
            border-color: #667eea;
            background: white;
            box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.1);
        }

        /* Remember Me & Forgot Password */
        .form-options {
            display: flex;
            justify-content: space-between;
            align-items: center;
            font-size: 0.875rem;
            color: #666;
        }

        .remember-me {
            display: flex;
            align-items: center;
            gap: 0.5rem;
        }

        .remember-me input[type="checkbox"] {
            width: 18px;
            height: 18px;
            accent-color: #667eea;
        }

        .forgot-password {
            color: #667eea;
            text-decoration: none;
            transition: color 0.3s ease;
        }

        .forgot-password:hover {
            color: #5a67d8;
        }

        /* Social Login */
        .social-login {
            display: flex;
            flex-direction: column;
            gap: 1rem;
            margin: 1.5rem 0;
        }

        .social-btn {
            padding: 1rem;
            border: 2px solid #e1e5e9;
            border-radius: 12px;
            background: white;
            cursor: pointer;
            transition: all 0.3s ease;
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 0.75rem;
            font-weight: 500;
            color: #333;
            text-decoration: none;
        }

        .social-btn:hover {
            border-color: #667eea;
            transform: translateY(-2px);
            box-shadow: 0 5px 15px rgba(102, 126, 234, 0.2);
        }

        .social-btn.google {
            color: #db4437;
        }

        .social-btn.apple {
            color: #000;
        }

        /* Submit Button */
        .submit-btn {
            padding: 1rem;
            background: #083a6f;
            color: white;
            border: none;
            border-radius: 12px;
            font-size: 1rem;
            font-weight: 600;
            cursor: pointer;
            transition: all 0.3s ease;
            position: relative;
            overflow: hidden;
        }

        .submit-btn:hover {
            transform: translateY(-2px);
            box-shadow: 0 10px 25px rgba(102, 126, 234, 0.3);
        }

        .submit-btn:active {
            transform: translateY(0);
        }

        /* Signup Link */
        .signup-link {
            margin-top: 1.5rem;
            color: #666;
            font-size: 0.875rem;
        }

        .signup-link a {
            color: #667eea;
            text-decoration: none;
            font-weight: 500;
        }

        .signup-link a:hover {
            text-decoration: underline;
        }

        /* Responsive */
        @media (max-width: 480px) {
            .login-container {
                margin: 1rem;
                padding: 1.5rem;
            }

            .logo {
                font-size: 2rem;
            }
        }

      

        .error-message {
            color: #e53e3e;
            font-size: 0.75rem;
            text-align: left;
            margin-top: 0.25rem;
            opacity: 0;
            transition: opacity 0.3s ease;
        }

        .form-group.error .error-message {
            opacity: 1;
        }

        .form-group.error input {
            border-color: #e53e3e;
        }
			
			/* Container */
        .login-container {
            background: rgba(255, 255, 255, 0.95);
            backdrop-filter: blur(10px);
            border-radius: 20px;
            box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
            padding: 2rem;
            width: 100%;
            max-width: 400px;
            text-align: center;
			margin:0 auto;
			margin-top:40px;margin-bottom:70px;
            animation: fadeInUp 0.6s ease-out;
        }
		.maintitle {
            font-size: 2.5rem;
            font-weight: 500;
            color: #083a6f;
            margin-bottom: 1rem;
            letter-spacing: -1px;
        }

        @keyframes fadeInUp {
            from {
                opacity: 0;
                transform: translateY(30px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }
		
		.topnav{background:#fbfbfb;border:1px solid #eeeeee}
		#b-inner-sec{min-height:80vh;}
		

.homage-banner {
    width: 100%;
    max-width: 1920px;   /* Ideal for projectors & large screens */
    margin: 0 auto;
    overflow: hidden;
    background-color: #000;
}

/* Banner Image */
.homage-banner img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

/* Ultra-wide / Projector Screens */
@media (min-width: 1600px) {
    .homage-banner {
        max-height: 650px;
    }
    .homage-banner img {
        max-height: 650px;
    }
}

/* 4K Screens */
@media (min-width: 2560px) {
    .homage-banner {
        max-width: 2560px;
        max-height: 800px;
    }
    .homage-banner img {
        max-height: 800px;
    }
}

/* Tablets */
@media (max-width: 1024px) {
    .homage-banner {
        max-height: 420px;
    }
}

/* Mobile */
@media (max-width: 600px) {
    .homage-banner {
        max-height: 320px;
    }
}

.success_error_clr{color:#fff !Important; padding:7px 10px;font-weight: 500;}


.table-responsive-wrapper {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; /* smooth scrolling on iOS */
}

.table-responsive-wrapper table {
    width: 100%;
    min-width: 900px;          /* ? force horizontal scroll when screen < ~900px */
    table-layout: auto;        /* or fixed — test both */
}

.table {
    margin-bottom: 0;          /* optional - removes bottom margin if needed */
}

/* Optional: make text smaller on very small screens */
@media (max-width: 576px) {
    .table {
        font-size: 0.9rem;
    }
    .table td, .table th {
        padding: 0.5rem;       /* reduce cell padding */
        white-space: nowrap;   /* prevent wrapping — important for scroll */
    }
}

.table-responsive {
    overflow-x: auto !important;
}

.table {
    min-width: 1200px;           /* adjust this value */
    font-size: 0.92rem;
}

.table td, .table th {
    white-space: nowrap;
    vertical-align: middle;
}

/* Optional: hide less important columns on mobile */
@media (max-width: 992px) {
    th:nth-child(9), td:nth-child(9),   /* Session User Id */
    th:nth-child(10), td:nth-child(10), /* IP */
    th:nth-child(11), td:nth-child(11), /* User Agent */
    th:nth-child(12), td:nth-child(12), /* Referer */
    th:nth-child(13), td:nth-child(13)  /* Browser Language */
    {
        display: none;
    }
}

@media (max-width: 768px) {
    .table {
        border: 0;
    }

    .table thead {
        display: none;
    }

    .table tr {
        margin-bottom: 1rem;
        display: block;
        border: 1px solid #dee2e6;
        border-radius: 0.25rem;
        background: #fff;
    }

    .table td {
        display: block;
        text-align: right;
        border: none;
        border-bottom: 1px solid #dee2e6;
        position: relative;
        padding-left: 50%;
    }

    .table td::before {
        content: attr(data-label);
        position: absolute;
        left: 0;
        width: 48%;
        padding-left: 1rem;
        font-weight: bold;
        text-align: left;
        white-space: nowrap;
    }
}


.table td, .table th {
  padding: .35rem;
 
  font-size: 12px;}

.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link {color:#fff !important;}