/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */
body{
    background-color: #f1f1f1;
}

/*main > .container-fluid {
  padding: 65px 15px 0;
}*/

.footer {
  background-color: #f5f5f5;
}

.footer > .container-fluid {
  padding-right: 15px;
  padding-left: 15px;
}
.navbar-dark-purple{
    background-color: #3c0942 !important; 
}
.bg-purple{
    background-color: #3c0942 !important; 
}
code {
  font-size: 80%;
}

.bd-placeholder-img {
font-size: 1.125rem;
text-anchor: middle;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}

@media (min-width: 768px) {
.bd-placeholder-img-lg {
  font-size: 3.5rem;
}
}

#wrapper {
  overflow-x: hidden;
  width: 100%;
  position: relative;
}

.align-items-stretch {
  -webkit-box-align: stretch !important;
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}

#sidebar-wrapper {    
    /*position: fixed;    */
  min-height: 100vh;  
  /*margin-left: -15rem;*/
  transition: margin 0.25s ease-out;
}

#sidebar-wrapper .sidebar-heading {    
  padding: 0.875rem 1.25rem;
  font-size: 1.2rem;
}
#sidebar-wrapper .list-group .list-group-item i{
    font-size: 2rem;
    display: block;
}
#sidebar-wrapper .list-group {
  width: auto;
}

#page-content-wrapper {
    margin-top: 60px;
    padding-top: 10px;
  min-width: 100vw;
  /*margin-left: 85px;*/
}
.container-page-formx {
  position: relative;
  /*width: 100%;
  height: 100vh;*/
  overflow: hidden;
}
.page-form-title {
    
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 100%;  
}
.page-form {
  /*position: absolute;
  top: 100%;
  width: 100%;
  height: 100%;
  transition: top 0.6s ease-in-out, opacity 0.2s ease-in-out;
  opacity: 0;*/
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 100%;
  opacity: 0;
  transition: top 0.5s ease-in-out, opacity 0.5s ease-in-out;
}
.container-page-form{
    height: 100%;
}
.page-form.active {
  top: 0;
  opacity: 1;
}
.controls-form {
  margin-top: 20px;
}

body.sb-sidenav-toggled #wrapper #sidebar-wrapper {
  margin-left: 0;
}
.btn-outline-purple {
  color: #67106F;
  border-color: #67106F;
}
@media (min-width: 768px) {
  #sidebar-wrapper {
    margin-left: 0;
  }

  #page-content-wrapper {
    min-width: 0;
    width: 100%;
  }

  body.sb-sidenav-toggled #wrapper #sidebar-wrapper {
    margin-left: -15rem;
  }
}