body {
  /* background-image: linear-gradient( 135.9deg,  rgba(109,25,252,1) 16.4%, rgba(125,31,165,1) 56.1% ); */
  min-height: 100vh;
  overflow-x: hidden;
}
.vertical-nav {
  min-width: 17rem;
  width: 17rem;
  height: 100vh;
  position: fixed;
  top: 3.3rem;
  /* top: 4.5rem; */
  left: 0;
  border-right: solid;
  border-width: 1px;
  border-color: #d7d9dc;

  /* box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.1); */
  transition: all 0.4s;
}
.page-content {
  width: calc(100% - 17rem);
  margin-left: 17rem;
  transition: all 0.4s;
}

#sidebar.active {
  margin-left: -17rem;
}

#content.active {
  width: 100%;
  margin: 0;
}

.custom_box {
  padding: 5px;
}

.custom_box:hover {
  border-color: #ff6600;
  border-bottom-style: solid;
  border-width: 3px;
}

.custom_active {
  border-color: #ff6600;
  border-bottom-style: solid;
  border-width: 3px;
}

.separator {
  margin: 3rem 0;
  border-bottom: 1px dashed #fff;
}



.text-gray {
  color: #aaa;
}


.text-primary {
  color: #ff6600 !important;
}
@media (max-width: 768px) {
  #sidebar {
    margin-left: -17rem;
  }
  #sidebar.active {
    margin-left: 0;
  }
  #content {
    width: 100%;
    margin: 0;
  }
  #content.active {
    margin-left: 17rem;
    width: calc(100% - 17rem);
  }
}


.sign-in{
  background-color: #ff6600;
  color: #fff;
  margin-left: 15px;
  padding-left: 15px;
  padding-right: 15px;
}

.custom_box_nav {
  padding-top: 5px;
  padding-bottom: 5px;
}

.custom_box_hor:hover {
 background-color: #E8E8E8;

}

.custom_box_hor_active {
  border-color: #ff6600;
  border-right-style: solid;
  border-width: 5px;
  background-color:#9e8989;
}


a:link {
  color: black;
  background-color: transparent;
  text-decoration: none;
}

a:visited {
  color: black;
  background-color: transparent;
  text-decoration: none;
}

a:hover {
  color: #ff6600;
  background-color: transparent;
  text-decoration: underline;
}

a:active {
  color: black;
  background-color: rebeccapurple;
  text-decoration: underline;
}

.footer_border{
  border-top-style: solid;
  border-bottom-style: solid;
  border-width: 1px;
  border-color: #d7d9dc;
}


.bg {
  background-image: url('https://images.unsplash.com/photo-1476820865390-c52aeebb9891?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&w=1000&q=80');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 100vh;
  width: 100vw;
}