:root {
    --prim-green: #ACC435;
    --sec-green:#7A9F41;
    --text:#4A4C4F;
    --splatterfyld: #CFAC3D;
    --splatterstroke:#B39009;
    --menubg:#f1f1f1;

  }


body {
    color: var(--text);
    height: 100vh;
    overflow-x: hidden;
    font-family: 'Open Sans', sans-serif !important;
}
.relatel_btn{
    padding:7px 20px 7px 20px;
    background-color:greenyellow;
    border-radius:50px;
    text-decoration:none;
    font-size:16px;

}
h1 {
    color: var(--text);

}

h2 {

    color: var(--text);
    font-size: 2em;
    margin-bottom: 15px;
}

h3 {

    color: var(--text);
    font-size: 1.5em;
    margin-bottom: 15px;
}

h4 {
 
    color: var(--text);
    font-size: 1em;
    font-weight: 900;
    margin-bottom: 12px;
}

p {

    color: var(--text);
}
video{
  background-color: black;
}


.video_wrapper{
  width: 920px;
  line-height: 1.5;
  margin:20px auto 50px 100px;
}

.checked::after{
  color:var(--prim-green);
  content: "\2713";
  font-weight:bolder;
  margin-left: 3px;
}

  ul{
list-style-type: none;
}
  .sidebar {
    grid-area: sidebar;
    background-color:var(--menubg);
padding-left:20px;
padding-top:20px;
  }

.sidebar a {
    color:var(--text);
    font-size: .8em;
    text-decoration: none;
}

.sidebar a:hover{
  color:var(--sec-green);

}

  
  .content {
    grid-area: content;
    position: relative;
  }
  
  .header {
    grid-area: header;
    background-color:var(--menubg);
  }

  .banner_wrapper{
    position: relative;
    top:20px;
    height: 70px;
    padding-left:20px;
   overflow:hidden;
  }

    .banner_wrapper h1 {
        position: absolute;
        top: -20px;
        left: 35%;
        color: var(--prim-green);
        color: white;
        z-index: 1;
        font-size: 3em;
        -webkit-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

  .banner_wrapper div{
    position: relative;
    left:35px;
    background-color: var(--prim-green);
    width: calc(100% - 100px);
    top: 1px;
    width:100%;
    height: 68px;
    cursor: pointer;
  }
  .banner_wrapper img{
    position:absolute;
    top:0px;
    cursor: pointer;
  }

    .banner_wrapper img:hover {
        transform: rotate(360deg);
      
    }

.banner_wrapper img {
    transition: all 2s;
    box-sizing: border-box;
    max-width: 100%;
}

  .news{
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
    background-color: white;
    box-shadow: 2px 2px 5px 2px #33333325;
    width: 70%;
    height: auto;
 
    padding: 15px;
    padding-bottom: 105px;
    position: relative;
  }

  .news a{
    border-radius: 15px;
    background-color: var(--prim-green);
    padding: 10px;
    text-decoration: none;
    font-size: 1em;
    color:white;
    position:absolute;
    bottom: 10px;
    right: 10px;
    -webkit-user-select: none; 
    -ms-user-select: none;
    user-select: none; 
  }

  .news a:hover{
    background-color: var(--splatterfyld);
  }


  .login_form{
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
    background-color: white;
    box-shadow: 2px 2px 5px 2px #33333325;
    width: 350px;
    height: 250px;
  }

.btn_link {
    display: block;
    border: none;
    box-shadow: 2px 2px 5px 2px #33333325;
    margin-bottom: 15px;
    height: 25px;
    width: 170px;
    margin-left: auto;
    margin-right: auto;
    background-color: white;
    color: var(--text);
    text-align: center;
    height: 20px;
    padding-top: 2px;
    padding-bottom: 2px;

}

.login_form span{
    margin-left:10px;
}

.login_form input{
    margin-top:10px;
}

    .login_form input[type='text'], .login_form input[type='password'], .login_form input[type='submit'] {
        display: block;
        border: none;
        box-shadow: 2px 2px 5px 2px #33333325;
        margin-bottom: 15px;
        height: 25px;
        width: 170px;
        margin-left: auto;
        margin-right: auto;
        background-color: white;
 
    }

  .login_form input[type='submit']:hover
  {
    cursor:pointer;
    box-shadow: 2px 2px 10px 0px #33333325;
  }



  .login_form h4{
    padding-top: 15px;
    margin-left: 15px;
  }

  .login_form input[type='checkbox']
  {  
    width:15px;
    height: 15px;
    border:none;
    box-shadow: 2px 2px 5px 2px #33333325;
  }

.login_form div{
  float: right;
  position: relative;
  top: 20px;
  right: 5px;
}

.login_form label{
  position: relative;
  bottom: 5px;
  font-size: 0.7em;
}

.top_menu{
grid-area:menu;
background-color:#333;
}

.top_menu li{
  display: inline;
  float: left;
  height:25px;
  position:relative;

}

.top_menu a{
  color: white;
  text-decoration: none;
  padding-left: 10px;
  padding-right: 10px;
  position:relative;
  top:5px;
}

.top_menu li:hover{
  background-color: var(--splatterfyld);

}

.pdf {
    width: 100%;
    aspect-ratio: 4 / 3;
}

.video_sidebar{
  width:144px;
  height:576px;
  background-color: black;
  float:left;
}

.video_sidebar p{
  color:white;
  margin-bottom: 15px;
  margin-left: 5px;
  font-weight: bolder;
}

.video_sidebar div{
  background-color: black;
  width: 144px;

}

.video_sidebar img{
  cursor: pointer;
  width:140px;
}

video{
  float: left;
  cursor: pointer;
}

  
  .footer {
    grid-area: footer;
    background-color: var(--menubg);
    text-align: center;
    color:var(--text);
  }

.wrapper {
    min-height: 98vh;
    width: 100vw;
    display: grid;
    grid-template-columns: 200px auto;
    grid-template-rows: 120px 25px auto;
    grid-template-areas:
        "header  header"
        "menu menu"
        "sidebar content";
    /*  "footer  footer"; */
    background-color: #fff;
}
  
details{
    cursor: pointer;
}

.menu_header
{
    color:var(--prim-green);

}
.menu_item{
   margin-left: 15px;
margin-top: 10px;
margin-bottom: 15px;
}

 .menu_item::before{
color:var(--text);
    content: '-';
 }

 .menu_item:hover{
  padding-left: 5px;
 }

#btn_deleteGuide:hover{
    cursor:pointer;
}

#btn_editGuide:hover{
    cursor:pointer;
}

#btn_editGuide {
    background-color: green;
    color: white;
    margin: 0em;
    padding: 1px 0px;
    white-space: pre;
    padding-block: 1px;
    padding-inline: 6px;
    border-width: 2px;
    border-color: buttonborder;
    font-size:larger;
}

#admin_panel {
    padding: 10px;
    background-color: #808080ff;
    border: 1px solid black;
    margin-bottom: 50px;
}
#admin_panel h2{
    color:#fff;
}

table, th, td {
    border: 1px solid black;
}
table {
    border-collapse: collapse;
}
th, td {
    padding: 15px;
}

.tbl_users{
   
    width:auto;
}



@media only screen and (max-width: 600px) {

    .wrapper {
    min-height: 98vh;
    width:100vw;
      display: grid;
      grid-template-columns: 1fr;
      grid-template-rows: auto auto 1fr auto;
      grid-row-gap: 30px;
      grid-template-areas:
      "header"
	    "menu"
      "content";
    /*  "footer  footer"; */
      background-color: #fff;
    }

    .guidelistBox {
        margin-top: 20px;
        margin-left: auto;
        margin-right: auto;
        background-color: white;
        box-shadow: 2px 2px 5px 2px #33333325;
        width: 85%;
        height: 20px;
        padding: 15px;
        padding-bottom: 5px;
        position: relative;
        border-radius: 0px 15px 15px 0px;
        
    }

        .guidelistBox a {
            
            border-radius: 15px 15px 15px 15px;
            background-color: var(--prim-green);
            padding: 10px;
            text-decoration: none;
            font-size: 1em;
            color: white;
            position: absolute;
            top: 0px;
            right: 0px;
            bottom: 0px;
            -webkit-user-select: none;
            -ms-user-select: none;
            user-select: none;
        }

    .hamburger
    {
        align-content:center;
        background-color:#4b4a4a;
        padding-top:5px;
        padding-left:5px;
        padding-bottom:5px;
        width:100%;

        position:relative;
        min-height:25px;
    }


    .top_menu li {
        display: block;
        float: none;
        padding-top: 5px;
        padding-bottom: 5px;
        -webkit-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

    .hamburger div{
   
        width:25px;
        height:25px;
        position:absolute;
        top:6px;
        right:20px;
      
    }

    .hamburger span{
        background-color:white;
        display:block;
        width:25px;
        height:4px;
        margin-top:3px;
        border-radius:5px;
    }

    .video_wrapper {
        margin: 5px;
    }

    .header {
        background-color: #fff;
    }

    .banner_wrapper{
        padding-left:5px;
    }

        .banner_wrapper h1 {
            position: absolute;
            top: 13px;
            left: 80px;
            font-size: 1.5em;
            font-weight: bolder;

        }

  .sidebar{
    background-color: #fff;
  }



}
