/** {
  list-style: none;
}*/

/*body {
  font-family: 'Inter', sans-serif;
  background: #fff;
}*/

/*p {
  font-family: 'Inter', sans-serif;
}*/

/*a,
a:hover,
a:focus {
  color: inherit;
  text-decoration: none;
  transition: all 0.4s;
}*/

/* Side Bar */
.wrapper {
  display: flex;
  text-decoration: none;
  transition: all 0.4s;
}

#sidebar {
  min-width: 250px;
  max-width: 250px;
  /*background: #ff6600;*/
 /* background-image: linear-gradient(to right, #ff6600 , #ff944d);*/
  background-image: linear-gradient(to right, #ff6600 , #ffffff);
  color: #fff;
  transition: all 0.4s;
 
}
/* scrollbar */
::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.3);
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}

::-webkit-scrollbar-thumb:window-inactive {
  background: rgba(255, 255, 255, 0.3);
}
#sidebar.active {
  margin-left: -250px;
}

#sidebar .sidebar-header {
  padding: 20px;
  /*background: #ff6600;*/
  background:#ffffff;
  color: #fff !important;
}
#sidebar .sidebar-header-logo{
  position: fixed !important;
  z-index: 1;
  background-image: linear-gradient(to right, #ff6600 , #ffffff);
  width: 15%;
  margin-top:87px !important;
}
#sidebar ul.components {
  padding: 180px 0px;
  height: 100vh !important;
  overflow-y: scroll;
  position: fixed !important;
  width: 250px;
  background-image: linear-gradient(to right, #ff6600 , #ffffff);
  margin-top:77px !important;
}

#sidebar ul p {
  color: #fff;
  padding: 10px;
}

#sidebar ul li a {
  padding: 10px;
  font-size: 1.1em;
  display: block;
  color:#fff;
}

#sidebar ul li a:hover {
  color: #fff;
  background: #ff8533;
}

#sidebar ul li.active>a,
a[aria-expanded="true"] {
  color: #fff;
  background: #ff6600;
}

a[data-toggle="collapse"] {
  position: relative;

}

.dropdown-toggle::after {
  display: block;
  position: absolute;
  top: 50%;
  right: 20%;
  transform: translateY(-50%);
}

ul ul a {
  font-size: 1em !important;
  padding-left: 30px !important;
  background: #ff6600;
  color: #fff
}

#content {
  width: 100%;
  padding: 20px;
 /* min-width:*/ 
  /*height:100vh !important;*/
  transition: all 0.4s;
}

#content h2 {
  text-align: center;
  margin-bottom: 50px;
}

#content p {
  text-align: justify;
}
.btn-orange{
  background-color: #ff6600;
  color: #fff;
}
.text-orange{
  color: #ff6600;
}
.dropdown-toggle1::after {
  content: none;
}
.dropbtn {
  background-color: #fff;
  color: #ff6600;
 /* padding: 16px;*/
  font-size: 16px;
  border: none;
  cursor: pointer;
}

.dropbtn:hover, .dropbtn:focus {
  background-color: #fff;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 160px;
  overflow: auto;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown a:hover {background-color: #ddd;}

.show {display: block;}
/*#grad {
  background-image: linear-gradient(to right, red , yellow);
}*/
@media (max-width: 768px) {
  #sidebar {
    margin-left: -250px;
  }

  #sidebar.active {
    margin-left: 0;
  }

  #sidebarCollapse span {
    display: none;
  }

 /* #sidebar .sidebar-header-logo{
  position: fixed !important;
  z-index: 1;
  background-image: linear-gradient(to right, #ff6600 , #ffffff);
  width: 18%;
}*/
 
}
