ul.collapsible li.toggle > a::after {
    content: "▶";
    position: absolute;
    right: 20px;
  }

  ul.collapsible li.toggle > a.active::after {
    content: "▼";
  }

  ul.collapsible li.toggle {
    position: relative;
   
  }
  ul.collapsible  li.toggle ul {
    display: none;
   
  }
  .left-sidebar{
      height: 100vh;
     
      overflow-y: auto;
      overflow-x: hidden;
      position: fixed;
      width: 7.80%;
      left: 0px;
      top:0px;
      bottom: 0px;
	  border-right:1px solid lightgray;
  }
  .left-sidebar h3{
    font-weight: bold;
    font-size: 25px;
    text-align: center;
    border-bottom: 1px solid lightgray;
    padding: 20px 0px;
    color: white;
  }
  .nav-item {
  text-align:center;
  font-size:13px;
  }
  .tbimg {
  width:20px;
  }
   .tbfont {
  font-size:15px!important;
  font-weight:bold;
  }
  .tb-btn {
      background-color: #001bd8;
      border-color: #001bd8;
	  font-size:15px;
  }
  tr:nth-child(odd) {background-color: #f2f2f2; --bs-table-bg:none}
  .tbtable {
  font-size:15px;
  }
  #tbcontainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#tbcontainer .text {
  border: none;
  background: none;
  font-size: 18px;
  font-weight: 400;
}

#tbcontainer #menu-wrap {
  position: relative;
  height: 25px;
  width: 25px;
}

#tbcontainer #menu-wrap .dots {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 1;
}

#tbcontainer #menu-wrap .dots > div,
#tbcontainer #menu-wrap .dots > div:after,
#tbcontainer #menu-wrap .dots > div:before {
  height: 6px;
  width: 6px;
  background-color: rgba(49, 49, 49, 0.8);
  border-radius: 50%;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

#tbcontainer #menu-wrap .dots > div {
  position: relative;
}

#tbcontainer #menu-wrap .dots > div:after {
  content: "";
  position: absolute;
  bottom: calc((25px / 2) - (6px / 2));
  left: 0;
}

#tbcontainer #menu-wrap .dots > div:before {
  content: "";
  position: absolute;
  top: calc((25px / 2) - (6px / 2));
  left: 0;
}

#tbcontainer #menu-wrap .menu {
  position: absolute;
  right: -10px;
  top: calc(-12px + 50px);
  width: 0;
  height: 0;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 20px 15px;
  -webkit-box-shadow: 2px 4px 6px rgba(49, 49, 49, 0.2);
  box-shadow: 2px 4px 6px rgba(49, 49, 49, 0.2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
}

#tbcontainer #menu-wrap .menu ul {
  list-style: none;
}

#tbcontainer #menu-wrap .menu ul li {
  margin: 15px 0;
}

#tbcontainer #menu-wrap .menu ul li .link {
  text-decoration: none;
  color: rgba(49, 49, 49, 0.85);
  opacity: 0;
  visibility: hidden;
}

#tbcontainer #menu-wrap .toggler {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  z-index: 2;
}

#tbcontainer #menu-wrap .toggler:hover + .dots > div,
#tbcontainer #menu-wrap .toggler:hover + .dots > div:after,
#tbcontainer #menu-wrap .toggler:hover + .dots > div:before {
  background-color: rgba(49, 49, 49, 0.6);
}

#tbcontainer #menu-wrap .toggler:checked + .dots > div {
  -webkit-transform: translateX(calc(((25px / 2) - (6px / 2)) * -0.7071067812))
    translateY(calc(((25px / 2) - (6px / 2)) * -0.7071067812));
  -ms-transform: translateX(calc(((25px / 2) - (6px / 2)) * -0.7071067812))
    translateY(calc(((25px / 2) - (6px / 2)) * -0.7071067812));
  transform: translateX(calc(((25px / 2) - (6px / 2)) * -0.7071067812))
    translateY(calc(((25px / 2) - (6px / 2)) * -0.7071067812));
}

#tbcontainer #menu-wrap .toggler:checked + .dots > div:after {
  -webkit-transform: translateX(calc(((25px / 2) - (6px / 2)) * 0.7071067812))
    translateY(calc((2 * (25px / 2) - (6px / 2)) * 0.7071067812));
  -ms-transform: translateX(calc(((25px / 2) - (6px / 2)) * 0.7071067812))
    translateY(calc((2 * (25px / 2) - (6px / 2)) * 0.7071067812));
  transform: translateX(calc(((25px / 2) - (6px / 2)) * 0.7071067812))
    translateY(calc((2 * (25px / 2) - (6px / 2)) * 0.7071067812));
}

#tbcontainer #menu-wrap .toggler:checked + .dots > div:before {
  -webkit-transform: translateX(
      calc(2 * (((25px / 2) - (6px / 2)) * 0.7071067812))
    )
    translateY(
      calc(((25px / 2) - (6px / 2)) - (((25px / 2) - (6px / 2)) * 0.7071067812))
    );
  -ms-transform: translateX(calc(2 * (((25px / 2) - (6px / 2)) * 0.7071067812)))
    translateY(
      calc(((25px / 2) - (6px / 2)) - (((25px / 2) - (6px / 2)) * 0.7071067812))
    );
  transform: translateX(calc(2 * (((25px / 2) - (6px / 2)) * 0.7071067812)))
    translateY(
      calc(((25px / 2) - (6px / 2)) - (((25px / 2) - (6px / 2)) * 0.7071067812))
    );
}

#tbcontainer #menu-wrap .toggler:checked:hover + .dots > div,
#tbcontainer #menu-wrap .toggler:checked:hover + .dots > div:after,
#tbcontainer #menu-wrap .toggler:checked:hover + .dots > div:before {
  background-color: rgba(49, 49, 49, 0.6);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

#tbcontainer #menu-wrap .toggler:checked ~ .menu {
  opacity: 1;
  visibility: visible;
  width: 150px;
  height: 130px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  z-index:3
}

#tbcontainer #menu-wrap .toggler:checked ~ .menu ul .link {
  opacity: 1;
  visibility: visible;
  -webkit-transition: 0.5s ease 0.3s;
  -o-transition: 0.5s ease 0.3s;
  transition: 0.5s ease 0.3s;
}

#tbcontainer #menu-wrap .toggler:checked ~ .menu ul .link:hover {
  color: #2980b9;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

#tbcontainer #menu-wrap .toggler:not(:checked) ~ .menu {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

#tbcontainer #menu-wrap .toggler:not(:checked) ~ .menu ul .link {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
  transition: 0.1s;
}

@media (max-width: 600px) {
  #tbcontainer {
    position: absolute;
    top: 50px;
    width: calc(100% - 40px);
    margin: 0;
  }
}

/* Style tab links */
.tablink {
  background-color: #fff;
  color: #001bd8;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  font-size: 17px;
  width: 25%;
  border-bottom:1px solid #ccc;
}

.tablink:hover {
border:1px solid #ccc;
  border-radius:4px;
  border-bottom:none;
}
.myclass {
border:1px solid #ccc;
  border-radius:4px;
  border-bottom:none;
}
/* Style the tab content (and add height:100% for full page content) */
.tabcontent {
  color: white;
  display: none;
  padding: 100px 20px;
  height: 100%;
}

#Home {background-color: white;}
#News {background-color: white;}


  .shadow {
   
  }
  &.bottom {
    box-shadow: 0px 15px 10px -15px #111;    
  }
  &.left {
    box-shadow: -15px 0px 10px -15px #111;    
  }
  &.right {
    box-shadow: 15px 0px 10px -15px #111;    
  }
  .sidebar-col{
    padding-right: 0px;
  }
  .dashboard-col{
    padding-left: 0px;
  }
  .toggle-list{
      position: relative;
      left: 22px;
  }
  .left-sidebar .nav-link{
      color: #000;
     
  }
  
  

  @media only screen and (max-width: 600px) {
 
    .left-sidebar {
        width: 75.5%;
        z-index: 99;
        display: none;
  }
}

 footer {
            background-color: #333;
            color: #000;
            text-align: center;
            padding: 20px 0;
        }

        .footer-menu {
            list-style: none;
            padding: 0;
            margin: 0;
            display: flex;
            justify-content: center;
			margin-top:20px;
			margin-bottom:20px;
        }

        .footer-menu li {
            margin: 0 20px;
            display: inline;
        }

        .footer-menu a {
            text-decoration: none;
            color: #000;
        }

        .footer-menu a:hover {
            border-bottom: 2px solid #fff;
        }
		        .signup-link {
            text-decoration: none;
            color: #333;
            padding: 10px 20px;
            border-radius: 5px;
            display: flex;
            align-items: center;
            transition: background-color 0.3s ease;
        }

        .signup-link:hover {
        }

        .icon {
            margin-right: 10px;
        }