        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        }

   /*    body {
            height: 100vh;
/*             display: flex; */
/*            justify-content: center;
            align-items: center;
            background-image: url('../images/ghmsbg.jpg');
            background-size: cover;
            background-position: center;
            background-repeat: no-repeat;
            position: relative;
        }

        body::after {
            content: '';
/*             position: absolute; */
    /*        top: 0;
   /*         left: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(76, 53, 6, 0.5);
            z-index: 0;
        }*/
       body {
  height: 100vh;
  margin: 0;
  background-image: url('../images/ghmsbg.jpg') ;
  background-size: cover;
  background-position: center;
/*   background-repeat: no-repeat; */
  position: relative;
  z-index: 0;
  font-family: sans-serif;
  overflow-x: hidden !important;
}

body.pub_login {
	background: url("../images/ghmsbg.jpg")  scroll center center/cover

} 
/* Dark fade overlay */
body::after {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color:rgba(76, 53, 6, 0.2);
  z-index: -1;
} 



        .login-container {
          position: relative;
            z-index: 1;
            width: 90%;
            max-width: 400px;
            padding: 2.5rem;
            /* Gradient background */
            background: linear-gradient(135deg, #fde7ba 0%, #fbf6ec 100%);
            border-radius: 15px;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
            /* Add a subtle border */
            border: 1px solid rgba(255, 255, 255, 0.2);
        }

        .login-header {
            text-align: center;
            margin-bottom: 2rem;
            color: #4c3506;
        }

        .login-header h1 {
            font-size: 1.8rem;
            font-weight: 600;
            margin-bottom: 0.5rem;
        }

        .login-header p {
            color: #db782b;
            font-size: 0.9rem;
        }

        .input-group {
            margin-bottom: 1.5rem;
            position: relative;
        }

        .input-group label {
            display: block;
            margin-bottom: 0.5rem;
            color: #4c3506;
            font-weight: 500;
            font-size: 0.9rem;
        }

        .input-group input {
            width: 100%;
            padding: 1rem;
            border: 2px solid #cf996f;
            border-radius: 8px;
            background-color: rgba(255, 255, 255, 0.8);
            font-size: 1rem;
            transition: all 0.3s ease;
            outline: none;
        }

        .input-group input:focus {
            border-color: #db782b;
            box-shadow: 0 0 0 3px rgba(219, 120, 43, 0.2);
        }

        .input-group input::placeholder {
            color: #cf996f;
            opacity: 0.7;
        }

        .captcha-container {
            display: flex;
            align-items: center;
            margin-bottom: 1.5rem;
        }

        .captcha-image {
            background-color: #4c3506;
            color: #f1ccb0;
            padding: 0.5rem 1rem;
            border-radius: 5px;
            font-family: 'Courier New', monospace;
            font-weight: bold;
            letter-spacing: 2px;
            margin-right: 1rem;
            user-select: none;
        }

        .captcha-refresh {
            background: none;
            border: none;
            color: #db782b;
            cursor: pointer;
            font-size: 1.2rem;
        }

        .login-button {
            width: 100%;
            padding: 1rem;
            background-color: #77540c;
            color: white;
            border: none;
            border-radius: 8px;
            font-size: 1rem;
            font-weight: 600;
            cursor: pointer;
            transition: all 0.3s ease;
            margin-top: 0.5rem;
        }

        .login-button:hover {
            background-color: #cf996f;
            transform: translateY(-2px);
        }

        .login-footer {
            text-align: center;
            margin-top: 1.5rem;
            font-size: 0.9rem;
            color: #4c3506;
        }

        .login-footer a {
            color: #db782b;
            text-decoration: none;
            font-weight: 500;
        }
		.info-box {
            width: 300px;
            padding: 1.5rem;
            background: linear-gradient(135deg, rgba(219, 120, 43, 0.9) 0%, rgba(76, 53, 6, 0.9) 100%);
            border-radius: 15px;
            box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
            border: 1px solid rgba(255, 255, 255, 0.2);
        }
		  .info-box h3 {
            color: #f1ccb0;
            margin-bottom: 1rem;
            font-size: 1.1rem;
            border-bottom: 1px solid #cf996f;
            padding-bottom: 0.5rem;
        }

        .info-links {
            list-style: none;
        }

        .info-links li {
            margin-bottom: 0.8rem;
        }

        .info-links a {
            color: #f1ccb0;
            text-decoration: none;
            font-size: 0.9rem;
            transition: all 0.2s ease;
            display: block;
            padding: 0.2rem 0;
        }

        .info-links a:hover {
            color: white;
            transform: translateX(5px);
        }
        @media (max-width: 480px) {
            .login-container {
                padding: 1.5rem;
            }
            
            .login-header h1 {
                font-size: 1.5rem;
            }
        }
        
/*         FOOTER */


    .accessLogo {
        position: absolute;
        top: 10px;
        right: 10px;
        z-index: 1000;
        cursor: pointer;
    }

   
/*     cursor pointer */

a, button, input[type="button"], input[type="submit"], .clickable {
  cursor: pointer;
  position:relative;
}
a {
  color: blue;
  text-decoration: underline;
  position:relative;
  cursor: pointer !important;
  pointer-events: auto !important;
    z-index: 10;
}

a:hover {
  color: darkblue;
  text-decoration: none;
}
/*accessbility menu*/
.sidenav {
  height: 100%; 
  width: 0; 
  position: fixed; 
  z-index: 1000; 
  top: 0;
  right: 0; 

  overflow-x: hidden; 
  transition: 0.5s; 
  padding-top: 60px;

}

button {
  pointer-events: auto;
  position:relative;
}
/*alert container*/


#alertcontainer {
	display: none;
}

#alertbg {
	position: fixed;
	z-index: 1000;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: black;
	opacity: 0.50;
}

#messagefg {
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 5000;
	display: none;
}

#messagefg div .alert_message {
	background: none repeat scroll 0 0 #f8f6f6;
	border: 1px solid #444444;
	border-radius: 5px;
	box-shadow: 2px 2px 5px #444444;
	color: #505050;
	/*   font-size: 15px; */
	font-weight: bold;
	left: 50%;
	margin-left: -220px;
	padding: 0;
	position: fixed;
	text-align: left;
	top: 30%;
	width: 400px;
}

.heading {
	border-bottom: 1px solid #cccccc;
	color: #ffffff;
}

.heading.notification {
	/*   background: none repeat scroll 0 0 #a08312; */
	background: url(../images/alert_bg.png) repeat-x;
	/*   background:url("../images/btnbg.png") repeat scroll 0 0 #a28512; */
}

.heading.error { /*   background: none repeat scroll 0 0 #a08312; */
	background: url(../images/alert_error.png) repeat-x;
	/*   background:url("../images/btnbg.png") repeat scroll 0 0 #af2c2e; */
}

#messagefg div div p.calertbuttons {
	margin-right: 15px;
	text-align: right;
	border: none;
	padding: 0;
}

.alerts {
	height: 50px;
	left: 2px;
	position: absolute;
	top: -13px;
	width: 50px;
}

#messagefg h3 {
	font-size: 20px;
	margin-left: 48px;
	margin-top: 0;
	padding: 5px 0 0;
	text-transform: uppercase;
}

.alert_message>p {
	border: 1px solid #dddddd;
	border-radius: 4px;
	color: #666666;
	margin: 10px;
	padding: 10px;
}

.alerts.notification {
	background: url("../images/infos.png") no-repeat scroll 0 0
		rgba(0, 0, 0, 0);
}

.alerts.error {
	background: url("../images/eroor.png") no-repeat scroll 0 0
		rgba(0, 0, 0, 0);
}

.alerts.confirmation {
	background: url("../images/confirmation.png") no-repeat scroll 0 0
		rgba(0, 0, 0, 0);
}

table tr td {
	border: 1px solid #dddddd;
	padding: 5px;
}

.footer {
  background: #64a0ba none repeat scroll 0 0;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  display: block;
  height: 40px;
  margin: 0 auto;
  width: 95%;
}

.footer a {
	color: #ffffff;
	display: block;
	padding: 10px 15px;
	font-weight: 600;
}

.block {
	float: left;
	margin-bottom: 20px;
	padding: 5px 10px;
	width: 100%;
}

.small-box-header {
  border-radius: 5px;
  height: 50px;
  padding: 8px 10px;
  background: rgba(0, 0, 0, 0) url("../images/btnbg.png") repeat scroll 0 0;
}

.small-box {
	border: 5px solid #ffffff;
	height: 65px;
	padding: 12px;
	border-radius: 5px;
}
/* registered user login*/
 .container-wrapper {
            position: relative;
            z-index: 1;
            display: flex;
            gap: 20px;
            align-items: center;
            width: 90%;
            max-width: 800px;
        }
        
        /* accessbility*/
      .page-wrapper {
        position: absolute;
        top: 10px;
        right: 10px;
/*         z-index: 1000; */
/*         cursor: pointer; */
    }
.tooltip.show {
  opacity: 1;
}

.tooltip .tooltip-inner {
  background-color: #3c8dbc !important;
  color: #fff;
  font-size: 14px;
  border-radius: 4px;
  max-width: 250px;
  padding: 8px 12px;
}

.tooltip .tooltip-arrow::before {
  border-top-color: #3c8dbc !important;
}
img.transparent {
  opacity: 1; /* Value between 0 (fully transparent) and 1 (fully opaque) */
}
/* Custom panel border */
.custom-panel {
  border: 2px solid #775529 !important;
}

/* Custom header background and text color */
.custom-panel-header {
  background-color: #775529 !important;
  color: white !important;
}

/* Custom body background */
.custom-panel-body {
  background-color: #eac9ab !important;
}

/* Table header row styling */
.custom-table thead {
  background-color: #775529 !important;
  color: white !important;
}

/* Optional: table row hover effect */
.custom-table tbody tr:hover {
  background-color: #f4dfc4 !important;
}
.custom-wide-container {
  max-width: 100% !important;
  margin: 0 auto;
}
.custom-table,
.custom-table thead,
.custom-table tbody,
.custom-table th,
.custom-table td {
  background-color: #eac9ab !important;
  /* Optional text color for contrast */
  color: #3a2e1a !important;
}
.btn-custom {
  background-color: #794e39  !important;
  border-color: #794e39  !important;
  color: white !important;
  transition: background-color 0.3s ease, border-color 0.3s ease;
}

.btn-custom:hover,
.btn-custom:focus,
.btn-custom:active {
  background-color: #9f6e56 !important;  /* darker shade for hover */
  border-color:#9f6e56 !important;
  color: white !important;
}

#datapage a {
  padding: 6px 12px;
  margin: 2px;
  background-color: #9f6e56;
  color: white;
  text-decoration: none;
  border-radius: 4px;
}

#datapage a:hover {
  background-color: #7a553f;
}


