@media print {
    /* Your print-specific styles here */
  }
      
          body {
              font-family: Arial, sans-serif;
          }
          body, html {
              overflow: auto;
              margin: 0px;
          }        
          .container {
              width: 100%;
              height: 92%; /* only used for top level */
              /*margin: 0 auto;*/
          }

          .loginclass {
              font-size: 1.5em;
              font-weight: bold;
              margin-right: 10px;
          }

          .whitebackground {
              background: #FFFFFF
          }
          .modal {
              display: none;
              position: fixed;
              z-index: 999;
              left: 0;
              top: 0;
              width: 100%;
              height: 100%;
              background-color: rgba(0, 0, 0, 0.5);
          }
          .modal-content {
              background-color: #f5f5f5;
              width: 400px;
              padding: 20px;
              border-radius: 8px;
              box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
              position: absolute;
              top: 50%;
              left: 50%;
              transform: translate(-50%, -50%);
          }
          .topbar {
              /* display: grid;
              grid-template-columns: 1fr auto; */
              height: 100%;
          }
          .left-div {
              height: 100%;
          }
          .right-div {
              /* justify-self: end;  */
              display: flex;
              position: absolute;
              right: 0px;
              top: 0px;
              z-index: 1;
              font-size: 1vw + 1vh;
          }        
          .hero {
              background-color: #00000000;
              color: #fff;
              padding: 200px 0;
              text-align: center;
          }
  
          .grid-container2 {
            display: grid !important;
            grid-template-columns: auto auto;
            gap: 10px; /* Add some gap between grid items */
            pointer-events: none;
          }

          .grid-container3 {
              display: grid !important;
              grid-template-columns: auto auto auto;
              gap: 10px; /* Add some gap between grid items */
              pointer-events: none;
          }
  
          .grid-container4 {
              display: grid !important;
              grid-template-columns: auto auto auto auto;
              gap: 10px; /* Add some gap between grid items */
              pointer-events: none;
          }
  
          .grid-container5 {
              display: grid !important;
              grid-template-columns: auto auto auto auto auto;
              padding: 10px;
              gap: 10px; /* Add some gap between grid items */
              pointer-events: none;
          }
  
          .grid-container6 {
              display: grid !important;
              grid-template-columns: auto auto auto auto auto auto;
              gap: 10px; /* Add some gap between grid items */
              pointer-events: none;
          }

          .grid-container-home {
            pointer-events: none;
            width: 20%;
            height: 100%;
          }

          .grid-item-home {
            width: 50%;
            border: 10px solid rgba(255, 255, 255, 0.8);
            border-style: groove;
            overflow: hidden; /* In case the image is bigger than the grid item */
            position: relative;
            object-fit: cover; /* ensure image covers the whole container */
            transition: width 0.3s;
            margin:auto;
            display:block;
            box-shadow: 5px 10px 20px 5px rgb(0, 0, 0, 0.5);
            pointer-events: auto;
          }

          .grid-item-home:hover {
            width: 100%;
            z-index: 100;
            transition: width 0.3s;
            border: none;
          }

          .grid-item, .grid-item2, .grid-item3 {
              border: 10px solid rgba(255, 255, 255, 0.8);
              border-style: groove;
              overflow: hidden; /* In case the image is bigger than the grid item */
              position: relative;
              object-fit: cover; /* ensure image covers the whole container */
              transition: width 0.3s;
              margin:auto;
              display:block;
            box-shadow: 5px 10px 20px 5px rgb(0, 0, 0, 0.5);
            pointer-events: auto;
          }
  
          .grid-item {
            width: 50%;
            display: flex;
            justify-content: center;  /* Center horizontally */
            align-items: center;      /* Center vertically */        
          }

          .grid-item:hover {
              width: 60%;
              z-index: 100;
              transition: width 0.3s;
              border: none;
          }
  
          .grid-item img, .grid-item3 img {
            width: 100%;
  
              height: auto; /* Keep the aspect ratio of the image */
          }
  
          .grid-item:hover img, .grid-item3:hover img {
              filter: blur(5px) brightness(70%);
          }

          .grid-item2 {
            width: 60%;
            display: flex;
            justify-content: center;  /* Center horizontally */
            align-items: center;      /* Center vertically */        
        }

        .grid-item2:hover {
            width: 70%;
            z-index: 100;
            transition: width 0.3s;
            border: none;
        }

        .grid-item3 {
            width: 80%;
            display: flex;
            justify-content: center;  /* Center horizontally */
            align-items: center;      /* Center vertically */        
        }

        .grid-item3:hover {
            width: 100%;
            z-index: 100;
            transition: width 0.3s;
            border: none;
        }
  
          .overlay {
              position: absolute;
              top: 0;
              left: 0;
              width: 100%;
              height: 100%;
              display: flex;
              justify-content: center;
              align-items: center;
              text-align: center;
              color: white;
              opacity: 0;
              transition: opacity 0.3s;
              pointer-events: none;
  
              font-size: 150%;
              text-shadow: 10px 10px 10px rgba(0, 0, 0, 1);
          }
  
          .homecontainer {
            position: relative;
            /*border: 3px solid #333; Just to show the container area */
          }
          .homeoverlay {
            position: absolute;
            width: 100%;
            height: 100%;
            display: flex;
            align-items: center;
            justify-content: center;
            color: white;
            font-size: 24px;
          }
        
          .grid-item:hover .overlay, .grid-item3:hover .overlay {
              opacity: 1;
              /* pointer-events: auto;  allow text selection */
          }
  
          .invert {
              filter: invert(100%);
          }
  
          .selected {
            /* color: #00ff00 !important; */
            opacity: 1 !important;
          }

          .hidden {
            display: none !important;
          }

          .tabbutton {
                background-size: cover !important;
                background-position: center !important;
                text-shadow: 1px 2px 3px #000000;
                height: 3%;
                box-shadow: 2px 2px 10px 5px rgb(0, 0, 0, 0.5);
                padding: 8px;
                border: 2px solid #000000 !important;
                font-size: large;
          }

          .tabbutton::after {
            background: rgba(255, 255, 255, 0.5); /* White color with 50% opacity */
          }

          .tabwidth {
            width: 8% !important;
            /* margin-left: 20px; */
            color: white;
            opacity: 0.5;
          }

          .pathwidth {
            width: 8% !important;
            margin-left: 20px;
            color: white;
          }

          .itemwidth {
            width: 90%;
            margin-bottom: 10px;
            color: white;
          }

          .itemwidth:hover {
            border: 2px solid #ffffff !important;
            font-weight: bold;
          }

          .breadcrumb {
            color:white;
            height: 100%;
            /* padding: 10px;
            text-shadow: 2px 2px 2px rgba(0, 0, 0, 1);
            background-size: cover; */
          }

          .breadcrumb:hover {
            font-weight: bold;
          }
          
          .tabwidth:hover {
            border: 2px solid #ffffff !important;
            font-weight: bold;
            opacity: 0.75 !important;
          }
 
          .video-background {
            /* position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            min-width: 100%;
            min-height: 100%;
            width: auto;
            height: auto; */
          }
        
          .landing {
              /* font-weight: bold; */
              /* display: none !important; */
              width: 2% !important;
              color: #00000000;
              text-shadow: none !important;
              margin-right: 20px;
            }
  
          .expanded {
              /* opacity: 50%; */
          }
  
          .leaf {
              background: #505050;
          }
  
          .buttonoff {
              background-image: linear-gradient(lightgray, gray);
              font-weight: bold;
              color: black;
          }
  
          .buttonon {
              background-image: linear-gradient(gray, lightgray);
              font-weight: bold;
              color: white;
              border: 2px solid #000000;
          }
  
          .pinbutton {
            padding: 0px;
          }

          .jumpbutton {
            margin-right: 10px;
            padding: 10px;
            box-shadow: 2px 2px 10px 5px rgb(0, 0, 0, 0.5);
            height: 100%;
          }

          .dropdown-content {
              display: none;
              position: absolute;
              background-color: #f9f9f9;
              /* min-width: 160px; */
              box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
              z-index: 1;
              /* margin-top: 10px; */
              padding: 10px;
              user-select: none;
            }
  
          .dropdown-content a {
              /* color: black; */
              /* padding: 12px 16px; */
              text-decoration: none;
              display: block;
          }
  
          .dropdown-content a:hover {
              background-color: #f1f1f1;
          }
  
          .level0 {
              background: #808080;
          }
          .level1 {
              background: #6080a0; /* 708090 */
          }
          .level2 {
              background: #4080c0; /* 6080a0 */
          }
          .level3 {
              background: #2080e0; /* 5080b0 */
          }
          .level4 {
              background: #0080ff; /* 4080c0 */
          }
          .level5 {
              background: #3080d0; /* 3080d0 */
          }
          .level6 {
              background: #2080e0; /* 2080e0 */
          }
          .level7 {
              background: #1080f0; /* 1080f0 */
          }
          .level8 {
              background: #0080ff; /* 0080ff */
          }
          .level9 {
              background: #808080;
          }
  
          /* Rainbow
          .level0 {
              background: #808080;
          }
          .level1 {
              background: #ff4040;
          }
          .level2 {
              background: #ff8040;
          }
          .level3 {
              background: #ffff40;
          }
          .level4 {
              background: #40ff40;
          }
          .level5 {
              background: #40ffff;
          }
          .level6 {
              background: #4080ff;
          }
          .level7 {
              background: #4040ff;
          }
          .level8 {
              background: #8040ff;
          }
          .level9 {
              background: #ff40ff;
          }
          */

          #searchForm input[type="text"] {
            /* padding: 15px; */
          /* margin-right: 4px; */
          border: 2px solid #ccc;
            border-radius: 4px;
        }
        
        #searchForm input[type="text"]:hover {
          /* padding: 15px; */
          /* margin-right: 4px; */
          border: 2px solid #000;
          border-radius: 4px;
      }
      
      #loginSignup button {
            /* padding: 6px 16px 12px; */
            padding: 10px;
            /* background-color: #007BFF; */
            color: white;
            border: none;
            border-radius: 4px;
            cursor: pointer;
        }
        
        #loginSignup button:hover {
            /* background-color: #0056b3; */
        }

        /* ------------------------  PICNIC ---------------------------*/

        /* .pseudo.dropimage, button.pseudo,
.pseudo.button,
.pseudo[type=submit], .pseudo.label, .pseudo[data-tooltip]:after {
  background-color: transparent;
  color: inherit;
} */

.pseudo.dropimage:hover, button.pseudo:hover,
.pseudo.button:hover,
.pseudo[type=submit]:hover, .pseudo.dropimage:focus, button.pseudo:focus,
.pseudo.button:focus,
.pseudo[type=submit]:focus {
  box-shadow: inset 0 0 0 99em rgba(17, 17, 17, 0.1);
}

.dropimage, button,
.button,
[type=submit], .label, [data-tooltip]:after {
  display: inline-block; /* controlled programatically */
  text-align: center;
  letter-spacing: inherit;
  /* margin: 0; */
  /* padding: 0.3em 0.9em; */
  vertical-align: middle;
  background: #0074d9;
  /* color: #fff; */
  border: 0;
  border-radius: 0.2em;
  width: auto;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.success.dropimage, button.success,
.success.button,
.success[type=submit], .success.label, .success[data-tooltip]:after {
  background: #2ecc40;
}
.warning.dropimage, button.warning,
.warning.button,
.warning[type=submit], .warning.label, .warning[data-tooltip]:after {
  background: #ff851b;
}
.error.dropimage, button.error,
.error.button,
.error[type=submit], .error.label, .error[data-tooltip]:after {
  background: #ff4136;
}
/* .pseudo.dropimage, button.pseudo,
.pseudo.button,
.pseudo[type=submit], .pseudo.label, .pseudo[data-tooltip]:after {
  background-color: transparent;
  color: inherit;
} */

.dropimage, button,
.button,
[type=submit] {
  /* margin: 0.3em 0; */
  cursor: pointer;
  transition: all 0.3s;
  border-radius: 0.2em;
  /* height: 80%; auto; */
  vertical-align: middle; /* baseline; */
  /* box-shadow: 0 0 rgba(17, 17, 17, 0) inset; */
}
.dropimage:hover, button:hover,
.button:hover,
[type=submit]:hover, .dropimage:focus, button:focus,
.button:focus,
[type=submit]:focus {
  box-shadow: inset 0 0 0 99em rgba(255, 255, 255, 0.2);
  border: 0;
}
.pseudo.dropimage:hover, button.pseudo:hover,
.pseudo.button:hover,
.pseudo[type=submit]:hover, .pseudo.dropimage:focus, button.pseudo:focus,
.pseudo.button:focus,
.pseudo[type=submit]:focus {
  box-shadow: inset 0 0 0 99em rgba(17, 17, 17, 0.1);
}
.active.dropimage, button.active,
.active.button,
.active[type=submit], .dropimage:active, button:active,
.button:active,
[type=submit]:active {
  box-shadow: inset 0 0 0 99em rgba(17, 17, 17, 0.2);
}
[disabled].dropimage, button[disabled],
[disabled].button,
[disabled][type=submit] {
  cursor: default;
  box-shadow: none;
  background: #aaa;
}

[type] + .toggle {
    /* padding: 0.3em 0.9em; */
    /* margin-right: 0; */
    background-image: linear-gradient(lightgray, gray);
  }
  [type] + .toggle:hover {
    /* padding: 0.3em 0.9em; */
    /* margin-right: 0; */
    background-image: linear-gradient(white, gray);
  }
  
  /* :checked + .toggle {
    box-shadow: inset 0 0 0 99em rgba(17, 17, 17, 0.2);
    background-image: linear-gradient(gray, lightgray);
    color: white;
  }
  :checked + .toggle:hover {
    box-shadow: inset 0 0 0 99em rgba(17, 17, 17, 0.2);
    background-image: linear-gradient(gray, white);
    color: white;
  }
  
  [type] + .toggle:after, [type] + .toggle:before {
    display: none;
  } */
  
  .stack,
.stack .toggle {
  margin-top: 0;
  margin-bottom: 0;
  display: block;
  width: 100%;
  text-align: left;
  border-radius: 0;
}

.stack:first-child,
.stack:first-child .toggle {
  border-top-left-radius: 0.2em;
  border-top-right-radius: 0.2em;
}

.stack:last-child,
.stack:last-child .toggle {
  border-bottom-left-radius: 0.2em;
  border-bottom-right-radius: 0.2em;
}

.tabs {
    position: relative;
    overflow: hidden;
  }
  .tabs > label img {
    float: left;
    /* margin-left: 0.6em; */
  }
  .tabs > .row {
    width: calc(100% + 1.2em);
    display: table;
    table-layout: fixed;
    position: relative;
    padding-left: 0;
    transition: all 1s;
    border-spacing: 0;
    margin: 0;
  }
  .tabs > .row:before, .tabs > .row:after {
    display: none;
  }
  .tabs > .row > *,
  .tabs > .row img {
    display: table-cell;
    vertical-align: top;
    margin: 0;
    width: 100%;
  }
  .tabs > input {
    display: none;
  }
  .tabs > input + * {
    width: 100%;
  }
  .tabs > input + label {
    width: auto;
  }
  .two.tabs > .row {
    width: 200%;
    left: -100%;
  }
  .two.tabs > input:nth-of-type(1):checked ~ .row {
    margin-left: 100%;
  }
  .two.tabs > input:nth-of-type(1):hover ~ .row {
    margin-left: 100%;
  }
  .two.tabs > label img {
    width: 48%;
    /* margin: 4% 0 4% 4%; */
  }
  .three.tabs > .row {
    width: 300%;
    left: -200%;
  }
  .three.tabs > input:nth-of-type(1):checked ~ .row {
    margin-left: 200%;
  }
  .three.tabs > input:nth-of-type(2):checked ~ .row {
    margin-left: 100%;
  }
  .three.tabs > input:nth-of-type(1):hover ~ .row {
    margin-left: 200%;
  }
  .three.tabs > input:nth-of-type(2):hover ~ .row {
    margin-left: 100%;
  }
  .three.tabs > label img {
    width: 30%;
    /* margin: 5% 0 5% 5%; */
  }
  .four.tabs > .row {
    width: 400%;
    left: -300%;
  }
  .four.tabs > input:nth-of-type(1):checked ~ .row {
    margin-left: 300%;
  }
  .four.tabs > input:nth-of-type(2):checked ~ .row {
    margin-left: 200%;
  }
  .four.tabs > input:nth-of-type(3):checked ~ .row {
    margin-left: 100%;
  }
  .four.tabs > input:nth-of-type(1):hover ~ .row {
    margin-left: 300%;
  }
  .four.tabs > input:nth-of-type(2):hover ~ .row {
    margin-left: 200%;
  }
  .four.tabs > input:nth-of-type(3):hover ~ .row {
    margin-left: 100%;
  }
  .four.tabs > label img {
    width: 22%;
    /* margin: 4% 0 4% 4%; */
  }
  .five.tabs > .row {
    width: 500%;
    left: -400%;
  }
  .five.tabs > input:nth-of-type(1):checked ~ .row {
    margin-left: 400%;
  }
  .five.tabs > input:nth-of-type(2):checked ~ .row {
    margin-left: 300%;
  }
  .five.tabs > input:nth-of-type(3):checked ~ .row {
    margin-left: 200%;
  }
  .five.tabs > input:nth-of-type(4):checked ~ .row {
    margin-left: 100%;
  }
  .five.tabs > input:nth-of-type(1):hover ~ .row {
    margin-left: 400%;
  }
  .five.tabs > input:nth-of-type(2):hover ~ .row {
    margin-left: 300%;
  }
  .five.tabs > input:nth-of-type(3):hover ~ .row {
    margin-left: 200%;
  }
  .five.tabs > input:nth-of-type(4):hover ~ .row {
    margin-left: 100%;
  }
  .five.tabs > label img {
    width: 18%;
    /* margin: 2% 0 2% 2%; */
  }
  .six.tabs > .row {
    width: 600%;
    left: -500%;
  }
  .six.tabs > input:nth-of-type(1):checked ~ .row {
    margin-left: 500%;
    /* transform: rotateY(0deg) !important; */
  }
  .six.tabs > input:nth-of-type(2):checked ~ .row {
    margin-left: 400%;
    /* transform: rotateY(90deg) !important; */
  }
  .six.tabs > input:nth-of-type(3):checked ~ .row {
    margin-left: 300%;
    /* transform: rotateY(180deg) !important; */
  }
  .six.tabs > input:nth-of-type(4):checked ~ .row {
    margin-left: 200%;
    /* transform: rotateY(270deg) !important; */
  }
  .six.tabs > input:nth-of-type(5):checked ~ .row {
    margin-left: 100%;
    /* transform: rotateY(330deg) !important; */
  }
  .six.tabs > label img {
    width: 12%;
    /* margin: 1% 0 1% 1%; */
  }
  
  .six.tabs > input:nth-of-type(1):hover ~ .row {
    margin-left: 500%;
    /* transform: rotateY(0deg) !important; */
  }
  .six.tabs > input:nth-of-type(2):hover ~ .row {
    margin-left: 400%;
    /* transform: rotateY(90deg) !important; */
  }
  .six.tabs > input:nth-of-type(3):hover ~ .row {
    margin-left: 300%;
    /* transform: rotateY(180deg) !important; */
  }
  .six.tabs > input:nth-of-type(4):hover ~ .row {
    margin-left: 200%;
    /* transform: rotateY(270deg) !important; */
  }
  .six.tabs > input:nth-of-type(5):hover ~ .row {
    margin-left: 100%;
    /* transform: rotateY(330deg) !important; */
  }
  
  .seven.tabs > .row {
    width: 700%;
    left: -600%;
  }
  .seven.tabs > input:nth-of-type(1):checked ~ .row {
    margin-left: 600%;
  }
  .seven.tabs > input:nth-of-type(2):checked ~ .row {
    margin-left: 500%;
  }
  .seven.tabs > input:nth-of-type(3):checked ~ .row {
    margin-left: 400%;
  }
  .seven.tabs > input:nth-of-type(4):checked ~ .row {
    margin-left: 300%;
  }
  .seven.tabs > input:nth-of-type(5):checked ~ .row {
    margin-left: 200%;
  }
  .seven.tabs > input:nth-of-type(6):checked ~ .row {
    margin-left: 100%;
  }
  .seven.tabs > label img {
    width: 10%;
    /* margin: 1% 0 1% 1%; */
  }
  
  .tabs > label:first-of-type img {
    margin-left: 0;
  }
  
  .one > * {
    width: 100%;
  }
  
  .two > * {
    width: 50%;
  }
  
  .three > * {
    width: 33.33333%;
  }
  
  .four > * {
    width: 25%;
  }
  
  .five > * {
    width: 20%;
  }
  
  .six > * {
    width: 16.66666%;
  }
  
  .seven > * {
    width: 14.28571%;
  }
  
  .eight > * {
    width: 12.5%;
  }
  
  .nine > * {
    width: 11.11111%;
  }
  
  .ten > * {
    width: 10%;
  }
  
  .eleven > * {
    width: 9.09091%;
  }
  
  .twelve > * {
    width: 8.33333%;
  }
  
  /*
  .slideshow {
      position: relative;
      width: 100vw;
      height: 100vh;
      perspective: 1000px;
      overflow: hidden;
  }

  .slideshow-container {
      position: absolute;
      width: 100%;
      height: 100%;
      transform-style: preserve-3d;
      animation: rotate 20s infinite linear;
  }

  .slide {
      position: absolute;
      width: 70%;
      height: 70%;
      left: 15%;
      top: 15%;
      background-size: cover;
      background-position: center;
      backface-visibility: hidden;
      transform-origin: center;
  }

  .slide:nth-child(1) {
      transform: rotateY(0deg) translateZ(0px);
      background-image: url('assets/nootechnocrop.webp');
  }

  .slide:nth-child(2) {
      transform: rotateY(90deg) translateZ(0px);
      background-image: url('assets/aboutuscrop.webp');
  }

  .slide:nth-child(3) {
      transform: rotateY(180deg) translateZ(0px);
      background-image: url('assets/dashboardcrop.webp');
  }

  .slide:nth-child(4) {
      transform: rotateY(270deg) translateZ(0px);
      background-image: url('assets/registrationcrop.webp');
  }

  @keyframes rotate {
      0% {
          transform: rotateY(0deg);
      }
      100% {
          transform: rotateY(360deg);
      }
  }
  */

  .myfooter {
    /* background-color: #333; */
    background-image: linear-gradient(rgb(63, 63, 63), gray);
    color: white;
    text-align: center;
    padding: 0.5rem;
    /* margin-top: 1rem; */
  }

  .myfooter a {
    color: #ff9800;
    text-decoration: none;
  }

  .myfooter a:hover {
    text-decoration: underline;
  }
