
.btn {
  display: inline-block;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  box-shadow: unset;
  -webkit-box-shadow: unset;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.navrow {
  display: contents;
  width: 100%;
}

.btn-circle {
    margin-top: 18px;
    height: 52px;
    width: 100%;
    text-align: center;
    font-size: 12px;
    color: #0f74bc;
    border-radius: 15% 15% 0% 0%;
}

.step-on {
    color: #fafbfc;
    background-color: #0f74bc;
}

.tab-work {
    height: 90vh;
    background-color: transparent;
}

.margin-work {
   height: 100%;
}

.nav-acrip {
    font-family: "rubik";
    font-size: large;
    font-weight: bold;
    text-transform: none;
}

.navbar-acrip {
 box-shadow: unset;
}

.navbar-brand-acrip{
    border-radius: 50%;
    height: 60px;
    width: 60px;
    vertical-align: middle;
    background-color: #0f74bc;
}

.navbar > .container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}


.brand-center {
    position: relative;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.bg-dark{
    background-color: #222 !important;
    padding: 0.15em;
    height: 4vh;
    width:100%;
    margin:auto;
}

.bg-light {
    background-color: transparent !important;
    padding: 0.25em;
    height: 4vh;
}

.center-pagination {
    margin: 0 auto;
    display: table;
}

.wrapper {
    display: flex;
    width: 100%;
    height: calc( 100% - 1rem );
    align-items: stretch;
}

.content {
   width: 94vw;
   height: 100%;
}

#sidebar {
    position: unset;
    top: 0;
    height: 100%;
    width: 4vw;
    color: #47748b;
}


#sidebar .sidebar-header {
    padding: 20px;
    background: #dddddd;
}

#sidebar ul.components {
    padding: 20px 0;
    display: inline-grid;
    width:100%;
}

#sidebar ul p {
    color: #47748b;
    padding: 2px;
}

#sidebar ul li a {
    padding: 2vh 0;
    font-size: 1.1rem;
    display: block;
}

#sidebar ul li a i {
    width:100%;
    text-align:center;
}

#sidebar ul li a:hover {
    color: #fff;
    background: #2f3283;
    border-radius: 50% 50%;
}

#sidebar ul li.active > a, a[aria-expanded="true"] {
    color: #fff;
    background: #6d7fcc;
}

.fullpage {
    height: 100%;
}
