html,
body {
  font-family: 'Roboto', sans-serif;
  background: #E0E0E0;
  color: rgba(0, 0, 0, 0.87);
}

body {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
  margin: 0px;
  padding: 0px;
  height: 100%;
  width: 100%;
  overflow: auto !important;
}

main, .content {
  flex: 1 0 auto;
}





nav,
.navbar-fixed {
  color: #3f51b5 !important;
  background-color: #F5F5F5 !important;
  background: transparent;
  box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.14), 0px 0px 2px 2px rgba(0, 0, 0, 0.098), 0px 0px 5px 1px rgba(0, 0, 0, 0.084) !important;
  z-index: 999 !important;
}

nav a.button-collapse > i {
  font-size: 32px;
}

.side-nav a {
  margin: 0 !important;
  padding-bottom: 0 !important;
}

.side-nav a:hover {
  background-color: rgba(0, 0, 0, 0.23) !important;
}

.side-nav .top-bg {
  background-image: url(https://pathli.com/app/assets/build/images/todo_icon.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  height: 140px;
  width: 100%;
  margin-top: 1rem;
  margin-bottom: 1.2rem;
  background-color: rgba(0, 0, 0, 0);
}

.side-nav.sub-side-nav {
  z-index: 999 !important;
  top: 62px !important;
  background-color: #F5F5F5 !important;
}

.side-nav.sub-side-nav > li:nth-child(2) {
  margin-top: .5rem !important;
}

.side-nav .divider {
  margin: 0 !important;
}

.side-nav .subheader {
  cursor: initial;
  pointer-events: none;
  color: rgba(0, 0, 0, 0.54);
  font-size: 1rem !Important;
  font-weight: 500;
  line-height: 32px !important;
  padding: 0.5rem 1rem !important;
  height: 32px !important;
  margin-bottom: .5rem !important;
}

.drag-target {
  z-index: 997 !important;
}

.dark-1 {
  background-color: #000000;
}

.dark-2 {
  background-color: #212121;
}

.dark-3 {
  background-color: #303030;
}

.dark-4 {
  background-color: #424242;
}

.light-1 {
  background-color: #E0E0E0;
}

.light-2 {
  background-color: #F5F5F5;
}

.light-3 {
  background-color: #FAFAFA;
}

.light-4 {
  background-color: #FFFFFF;
}

.primary-500 {
  background-color: #cddc39;
}

.primary-50 {
  background-color: #f9fbe7;
}

.primary-100 {
  background-color: #f0f4c3;
}

.primary-700 {
  background-color: #afb42b;
}

.accent-50 {
  background-color: #e0f7fa;
}

.accent-A100 {
  background-color: #84ffff;
}

.accent-A200 {
  background-color: #18ffff;
}

.accent-A400 {
  background-color: #00e5ff;
}

.warn-500 {
  background-color: #ff5722;
}

.warn-100 {
  background-color: #ffccbc;
}

.warn-700 {
  background-color: #e64a19;
}

.dropdown-content {
  overflow: visible !important;
  background-color: #e5e5e5 !important;
  margin-top: -4px !important;
}

.dropdown-content.sub-menu {
  margin-top: -0.3rem;
}

.button-collapse {
  width: 64px;
  text-align: -webkit-center;
}

a.button-collapse:hover {
  background: rgba(0, 0, 0, 0.13);
  border-radius: 50%;
}


/* Stepper */
label.invalid {
   font-size: 0.8rem;
   font-weight: 500;
   color: red !important;
   top: 50px !important;
}

label.invalid.active {
   -webkit-transform: translateY(0%) !important;
   transform: translateY(0%) !important;
}
/*Validate.js FIX*/

ul.stepper {
   counter-reset: section;
   /*max-width: 800px;*/
}

ul.stepper.horizontal {
   position: relative;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-pack: justify;
   -ms-flex-pack: justify;
   justify-content: space-between;
   min-height: 554px;
}

.card-content ul.stepper.horizontal {
   margin-left: -20px;
   margin-right: -20px;
   padding-left: 20px;
   padding-right: 20px;
}

.card-content ul.stepper.horizontal:first-child {
   margin-top: -20px;
}



ul.stepper .wait-feedback {
   left: 0;
   right: 0;
   top: 0;
   z-index: 2;
   position: absolute;
   width: 100%;
   height: 100%;
   text-align: center;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-pack: center;
   -ms-flex-pack: center;
   justify-content: center;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
}

ul.stepper:not(.horizontal) .step {
   position: relative;
}

ul.stepper .step.feedbacking .step-content>*:not(.wait-feedback) {
   opacity: 0.1;
}

ul.stepper.horizontal .step {
   width: 100%;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
   height: 84px;
}

ul.stepper.horizontal .step:last-child {
   width: auto;
}



ul.stepper:not(.horizontal) .step:not(:last-child) {
   margin-bottom: 10px;
   -webkit-transition:margin-bottom 0.4s;
   transition:margin-bottom 0.4s;
}

ul.stepper:not(.horizontal) .step:not(:last-child).active {
   margin-bottom: 36px;
}

ul.stepper:not(.horizontal) .step::before {
   position: absolute;
   top: 12px;
   counter-increment: section;
   content: counter(section);
   height: 28px;
   width: 28px;
   color: white;
   background-color: rgba(0,0,0,0.3);
   border-radius: 50%;
   text-align: center;
   line-height: 28px;
   font-weight: 400;
}

ul.stepper:not(.horizontal) .step.active::before, ul.stepper:not(.horizontal) .step.done::before, ul.stepper.horizontal .step.active .step-title::before, ul.stepper.horizontal .step.done .step-title::before {
    color: #003499;
}

ul.stepper:not(.horizontal) .step.done::before, ul.stepper.horizontal .step.done .step-title::before {
   content: '\e5ca';
   font-size: 16px;
   font-family: 'Material Icons';
   background: #14359c;
   color: white;
   width: 27px;
   height: 27px;
}

ul.stepper:not(.horizontal) .step.wrong::before, ul.stepper.horizontal .step.wrong .step-title::before {
   content: '\e001';
   font-size: 24px;
   font-family: 'Material Icons';
   color: red !important;
}

ul.stepper:not(.horizontal) .step-title {
   margin: 0 -20px;
   cursor: pointer;
   padding: 15.5px 44px 24px 60px;
   display: block;
}

ul.stepper.horizontal .step-title {
   display: inline-block;
   max-width: 220px;
   white-space: nowrap;
   text-overflow: ellipsis;
   -ms-flex-negative: 0;
   flex-shrink: 0;
   color: #4F5F6D;
   padding-top: 18px;
   font-family: 'Poppins', sans-serif;

}

ul.stepper.horizontal .step .step-title::before {
    position: absolute;
    top: 9px;
    left: 55%;
    counter-increment: section;
    content: counter(section);
    color: #4F5F6D;
    border-radius: 50%;
    text-align: center;
    line-height: 28px;
    font-weight: 400;
    font-size: 40px;
    font-weight: 700;
}




ul.stepper .step.active .step-title {
    font-weight: 500;
    color: #003499;
}

ul.stepper .step-content {
   position: relative;
   display: none;
   height: calc(100% - 132px);
   width: inherit;
   overflow: visible;
   margin-left: 41px;
   margin-right: 24px;
}

ul.stepper.horizontal .step-content {
   position: absolute;
   top: 84px;
   left: 0;
   width: 100%;
   margin: 0;
   padding: 20px;
}


ul.stepper:not(.horizontal)>.step:not(:last-child)::after {
   content: '';
   position: absolute;
   top: 50px;
   left: 13.5px;
   width: 1px;
   height: calc(100% - 38px);
   background-color: rgba(0,0,0,0.1);
   -webkit-transition:height 0.4s;
   transition:height 0.4s;
}

ul.stepper:not(.horizontal)>.step.active:not(:last-child)::after {
   height: calc(100% - 12px);
}

ul.stepper .step-actions {
   padding-top: 16px;
   -webkit-display: flex;
   -moz-display: flex;
   -ms-display: flex;
   display: -webkit-box;
   display: flex;
   -webkit-box-pack: start;
   -ms-flex-pack: start;
   justify-content: flex-start;
}

ul.stepper:not(.horizontal) .step-actions .btn:not(:last-child), ul.stepper:not(.horizontal) .step-actions .btn-flat:not(:last-child), ul.stepper:not(.horizontal) .step-actions .btn-large:not(:last-child) {
   margin-right:5px;
}

ul.stepper.horizontal .step-actions .btn:not(:last-child), ul.stepper.horizontal .step-actions .btn-flat:not(:last-child), ul.stepper.horizontal .step-actions .btn-large:not(:last-child) {
   margin-left:5px;
}

ul.stepper .step-content .row {
   margin-bottom: 7px;
}

ul.stepper.horizontal .step .step-title::before {
    position: relative;
    top: -24px;
    content: '';
    counter-increment: section;
    content: counter(section);
    color: #4F5F6D;
    border-radius: 50%;
    text-align: center;
    line-height: 28px;
    font-weight: 400;
    font-size: 40px;
    font-weight: 700;
    left: 50%;
}
input,select {
    border: 1px solid #D1DAE0;
   height: 51px; 
    font-size: 14px;
    color: #4F5F6D !important;
}
.check-box{
        font-size: 14px;
        color: #4F5F6D;
}

.register-h{
    height: 80vh;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}