        



html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

.container{
    overflow-x: auto;
}
html { line-height: 1; }

ol, ul { list-style: none; }

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote { quotes: none; }

q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img { border: none; }

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary { display: block; }

/*-------------------------
  CSS Chapters:
  0 - Variables
  1 - General formatting
  2 - Header
  3 - Sidebar
  4 - Main Content
  5 - Main Site Footer
  6 - Media Queries
-------------------------*/
/*-------------------------
  0 - Variables
-------------------------*/
/*-------------------------
  1 - General formatting
-------------------------*/

* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body, html { height: 100%; }

strong {
  font-weight: 400;
  display: inline-block;
  background-color: #FFD480;
  padding: 0 8px;
}

body {
  padding-top: 60px;
  background-color: #FFF;
}

body.nav-open section { margin-left: 0; }

body.nav-open aside { left: 0; }

body, h1, h2, h3, p { font-family: "roboto", sans-serif; }

h2 { margin-bottom: 15px; }

.right { float: right; }

.left { float: left; }

.controls {
  position: relative;
  margin-bottom: 15px;
}

a { text-decoration: none; }

.sep {
  content: '';
  border-right: 1px solid rgba(0, 0, 0, 0.13);
}


/*-------------------------
  2 - Header
-------------------------*/

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  background: #1A194A;
  height: 60px;
  line-height: 60px;
  color: #fff;
  background-size: 100%;
  
}
.notification{
    background-color: #1A194A;
}

.sidebar a {
  display: block;
  color: rgba(255, 255, 255, 0.7);
  background-color:  #1A194A;
  padding: 10px;
  text-decoration: none;
}


header h1, header button { display: inline-block; }

header h1 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow-y: auto;
}

header .utils { margin-right: 15px; }

header .utils a {
  display: inline-block;
  padding: 0 5px;
  margin-right: -3px;
}

header .utils a {
  color: rgba(0, 0, 0, 0.3);
  -moz-transition: color 0.3s linear;
  -o-transition: color 0.3s linear;
  -webkit-transition: color 0.3s linear;
  transition: color 0.3s linear;
}

header .utils a:hover { color: rgba(0, 0, 0, 0.6); }

header button {
  cursor: pointer;
  color: #fff;
  -webkit-appearance: none;
  margin: 0;
  padding: 0;
  border: none;
  height: 60px;
  width: 60px;
  vertical-align: top;
  background: transparent;
  border-right: 1px solid rgba(255, 255, 255, 0.7);
  margin-right: 15px;
  -moz-transition: background-color 0.3s linear;
  -o-transition: background-color 0.3s linear;
  -webkit-transition: background-color 0.3s linear;
  transition: background-color 0.3s linear;
}
.nav-list li a:hover{
    background-color: #0000ff;
}


header button:hover, header button:focus, header button.active { outline: none; }

header button:hover, header button.active { background-color: rgba(0, 0, 0, 0.1); }

/*-------------------------
  3 - Sidebar
-------------------------*/

aside {
    display:block;
  height: 100%;
  width: 100%;
  color: #fff;
  left: -100%;
  background-color:#006a00;
  padding: 20px;
  -moz-transition: left 0.4s ease, width 0.5s cubic-bezier(0.525, -0.35, 0.115, 1.335);
  -o-transition: left 0.4s ease, width 0.5s cubic-bezier(0.525, -0.35, 0.115, 1.335);
  -webkit-transition: left 0.4s ease, width 0.5s cubic-bezier(0.525, -0.35, 0.115, 1.335);
  transition: left 0.4s ease, width 0.5s cubic-bezier(0.525, -0.35, 0.115, 1.335);
}

aside a {
  padding: 8px;
  color: rgba(255, 255, 255, 0.7);
  font-weight: 300;
  -moz-transition: background-color 0.3s, color 0.3s;
  -o-transition: background-color 0.3s, color 0.3s;
  -webkit-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
}

aside a:hover { color: #fff; }

aside a i, aside a img {
  width: 20px;
  text-align: center;
  margin-right: 6px;
}

aside .site-nav a { margin-bottom: 3px;color: white;background-color: orange;   }

aside .site-nav a.active, aside .site-nav a:hover {color: white; background-color:#00CC00; border: none}

aside .site-nav a.active i {; color: white; }


aside footer {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid rgba(0, 0, 0, 0.3);
  width: 100%;
  position: absolute;
  bottom: 40px;
  left: 0;
  padding-left: 10px;
}

aside footer a { padding: 8px; }

aside footer .avatar img {
  max-width: 20px;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  display: inline-block;
  vertical-align: -3px;
  margin-right: 10px;
}

/*-------------------------
  4 - Main Content
-------------------------*/

section {
  -moz-transition: margin-left 0.4s ease;
  -o-transition: margin-left 0.4s ease;
  -webkit-transition: margin-left 0.4s ease;
  transition: margin-left 0.4s ease;
}

section article { padding: 20px; }

section article h2 {
  font-weight: 300;
  font-size: 24px;
}

section article p {
  line-height: 1.5;
  margin-bottom: 10px;
}

/*-------------------------
  5 - Main Site Footer
-------------------------*/

.site-footer {
  background: #f7846a;
  width: 100%;
  padding: 0;
  margin: 0;
  height: 30px;
  line-height: 30px;
  padding: 0 10px;
  background-color: #fafafa;
  border-top: 1px solid #ddd;
  font-size: 12px;
}

.site-footer a {
  color: #2A3744;
  display: inline-block;
  margin-right: -4px;
  padding: 0 8px;
}

.site-footer a.feedback { color: #FF870E; }

/*-------------------------
  6 - Media Queries
-------------------------*/
@media (min-width: 500px) {

body.nav-open section { margin-left: 150px; }

.site-footer {
  position: fixed;
  z-index: 5;
  bottom: 0;
  left: 0;
}
}
.logo {
  height: 50px;
  width: 130px; /* Make the logo wider to create an egg shape */
  background-image: url('../img/logo.jpg');
  background-repeat: no-repeat;
  background-size: 90% 90%; /* Scale the image to 90% of the container's width and height */
  background-position: center; /* Center the image */
  border-radius: 90px; /* Increase the border-radius for more rounded corners */
  margin: auto; /* Center the logo inside the wrapper */
  background-color: transparent; /* Fallback color if the image doesn't load */
}

.logo-wrapper {
  height: 60px; /* Slightly larger than the logo for padding */
  width: 140px; /* Adjusted width for more space and better egg shape */
  display: flex; /* Use flexbox for centering */
  align-items: center; /* Vertically center the logo */
  justify-content: center; /* Horizontally center the logo */
  border-radius: 50px; /* Matching rounded corners for the wrapper */
  background-color: transparent; /* Wrapper background for better contrast */
  overflow: hidden; /* Ensure any overflow from the logo is hidden */
}

.logo h2{
    color:white;
    font-size: 16px;
}



#mainmain {
    margin: 20px auto;
    text-align: center;
    width: 100%;
    min-height: 200px; /* Prevents the height from shrinking too small */
    height: 200px;     /* Fixes the height to a specific value */
}


#mainmain a {
	text-decoration: none;
	padding-top:15px;
	padding-bottom:5px;
	padding-left:15px;
	padding-right:15px;
	border-radius:0px;
        overflow-x:hidden;
	margin:10px;
	box-shadow:0 5px 5px 2px #1A194A;
	-moz-box-shadow:0 5px 5px 2px #1A194A;//#484848;
	-webkit-box-shadow:0 5px 5px 2px #1A194A;//#484848;
	border:1px solid #1A194A;
	background: #fff;
	color: #1A194A;
	font-size:20px;
	display:inline-block;
	width: 20%;
	height: 200px;
	text-align: center;
	margin-bottom: 5px;
}


@media screen and (max-width: 700px) {
   #mainmain a{
    width: 40%; /* The width is 100%, when the viewport is 800px or smaller */
  }
  mainmain{
      width:100%;
  }
}

.sidebar {
  margin: 0;
  padding: 0;
  width: 200px;
  background-color: #006a00;
  position: fixed;
  height: 100%;
  overflow: auto;
}

.logo-wrapper{
 height: 60px;
 width: 100%;
}
.sidebar a {
  display: block;
  color: rgba(255, 255, 255, 0.8);
  background-color:  #006a00;
  padding: 10px;
  text-decoration: none;
}
 
.sidebar a.active {
  background-color: #00CC00;
  border: 1px solid #1A194A;
  color: white;

}

.sidebar a:hover:not(.active) {
  background-color: #00CC00;
  color: white;
  border: 1px solid white;
}

#mainmain a:hover{
    transform: scale(1.05);
}
 ul li a{
    color:#FFF;
        
}
.spinner {
    
    position: absolute;
    top: 48%;
    left: 48%;
  width: 70px;
  text-align: center;
}

.spinner > div {
  width: 18px;
  height: 18px;
  background-color: #333;

  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% { -webkit-transform: scale(0) }
  40% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bouncedelay {
  0%, 80%, 100% { 
    -webkit-transform: scale(0);
    transform: scale(0);
  } 40% { 
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
  }
}



@media screen and (max-width: 400px) {
    .sidebar {
    width: 100%;
    height: auto;
    position: relative;
  }
  .sidebar a{
      padding:6px;
  }
 .sidebar a {float:none;}
  div.content {margin-left: 0;}

}


/*
extra small devices...(phones, 600px and down)
*/


@media screen and (min-width: 400px) {

 .sidebar {
    width: 100%;
    height: auto;
    position: relative;
    text-align: center;
  }
  .sidebar a{
      padding:6px;
  }
  
  .sidebar a {float:none;}
  div.content {margin-left: 0;}

}


@media screen and (min-width: 500px) {

  .sidebar {
    width: 100%;
    height: auto;
    position: relative;
    text-align: center;
  }
  .sidebar a{
      padding:8px;
      
  }
  
  .sidebar a {float:none;}
  div.content {margin-left: 0;}

   .ful-cont{
      width:100%;
      overflow-x: auto;

  }
 
  
}

/*
small devices, tablets etc...
*/


@media screen and (max-width: 699px) {
    .site-footer{display:none;}
    .table{width: 100%;margin:0px}
}
@media screen and (min-width: 700px) {
  
   .sidebar {
    width: 150px;
    height: 100%;
    position:fixed;
    text-align:left;
  } 
  
.ful_cont{
    margin-left:200px;
 
}
  
  .sidebar a{
      padding:8px;
      font-size:1vw
  }
  
  .sidebar a {float:none;}
  div.content {margin-left: 150px;}

}

/*
small devices, potrait tablets etc...
*/


@media screen and (min-width: 764px) {
    
   .sidebar {
    width: 150px;
    height: 100%;
    position:fixed;
  } 
  
  .sidebar a{
      padding:12px;
  }
  
  .sidebar a {float:none;}
  div.content {margin-left: 150px;}


}

.table-responsive-sm{border: none;}
 
@media screen and (min-width: 764px) {
.sidebar {
    width:200px;
}
.ful_cont{
    margin-left:200px;

}
}

.ful_cont{
    
}
    

.sidebar {
  margin: 0;
  padding: 0;
  width: 200px;
  background-color: #1A194A;
  position: fixed;
  height: 100%;
  overflow: auto;
}

.logo-wrapper{
 height: 60px;
 width: 100%;
}
.sidebar a {
  display: block;
  color: rgba(255, 255, 255, 0.7);
  background-color:  #1A194A;
 padding: 5px;
  text-decoration: none;
}
 

.sidebar a:hover:not(.active) {
  background-color: #00CC00 ;
  color: white;
}

div.content {
  margin-left: 200px;
  padding: 1px 10px;
  height: 1000px;
}

    @media screen and (min-width: 1024px) {
 
.sidebar {
    width:290px;
}
}
@media screen and (min-width: 2560px) {
 
.sidebar {
    width:290px;
}
}

/*
extra small devices...(phones, 600px and down)
*/


@media screen and (max-width: 400px) {
    .sidebar {
    width: 100%;
    height: auto;
    position: relative;
  }
  #mainmain a{
      width:90%
  }
  
  #mainmain {
      width:100%
  }
  .sidebar a{
      padding:6px;
  }
  
  .sidebar a {float:none;}
  div.content {margin-left: 0;}

}


/*
extra small devices...(phones, 600px and down)
*/


@media screen and (min-width: 400px) {

 .sidebar {
    width: 100%;
    height: auto;
    position: relative;
    text-align: center;
  }
  #mainmain a{
      width:50%;
      display:inline-block;
   
  }
  .sidebar a{
      padding:6px;
  }
  
  .sidebar a {float:none;}
  div.content {margin-left: 0;}

    
}


@media screen and (min-width: 500px) {

  .sidebar {
    width: 100%;
    height: auto;
    position: relative;
    text-align: center;
  }
  #mainmain a{
      width:40%;
      display:inline-block;       
  }
  #mainmain{
      width:100%;
  }
  .sidebar a{
      padding:8px;
      
  }
  
  .sidebar a {float:none;}
  div.content {margin-left: 0;}

body.nav-open section { margin-left: 0px; }
}


/*
small devices, tablets etc...
*/


@media screen and (min-width: 700px) {
  
   .sidebar {
    width: 150px;
    height: 100%;
    position:fixed;
    text-align:left;
  } 
  
  
  #mainmain a{
      width:35%;
      display:inline-block;
  }
  #mainmain{
      width:100%;
  }
  .sidebar a{
      padding:8px;
      font-size:1vw
  }
  
  .sidebar a {float:none;}
  div.content {margin-left: 150px;}

body.nav-open section { margin-left: 0px; }

}

/*
small devices, potrait tablets etc...
*/

@media screen and (min-width: 764px) {
    
   .sidebar {
    width: 150px;
    height: 100%;
    position:fixed;
  } 
  
  
  #mainmain a{
      width:20%;
      display:inline-block;
  }
  #mainmain a{
      font-size:2vw;
  }
  #mainmain{
      width:100%;
  }
  .sidebar a{
      padding:8px;
  }
  
  .sidebar a {float:none;}
  div.content {margin-left: 150px;}
body.nav-open section { margin-left: 0px; }


}

#mainmain a{
    height:100%;
}    
@media screen and (min-width: 1024px) {
 
.sidebar {
    width:200px;
}
}
@media screen and (min-width: 2560px) {
 
.sidebar {
    width:250px;
}
}
/* Set a max height for the modal body and enable scrolling */
.modal-body {
    max-height: 70vh; /* Adjust the height as needed */
    overflow-y: auto; /* Enable vertical scrolling */
}

 
