@import url('https://fonts.googleapis.com/css?family=Montserrat:400,500, 600, 700');

html, body {
  font-size: 16px;
  overflow-x: hidden;
  scroll-behavior: smooth;
}
.font-semi-bold {
  font-weight: 600 !important;
}
.font-bold {
  font-weight: 700 !important;
}
.font-extra-bold {
  font-weight: 800 !important;
}
.btn {
  font-weight: 600;
  font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif !important;
  border-radius: 5px;
  cursor: pointer;
}

.m-radio > span, .m-checkbox > span {
  border-radius: 3px;
}
#section-3 .text-left .m-checkbox {
  font-size: .825rem;
}

.registration-trial {
  overflow: hidden;
}

/* Start Background */
.registration-trial .bg-payright {
  background-color: var(--color-primary);
  height: 100vh;
  font-weight: 800;
  padding: 5rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: fixed;
  left: -5px;
  top: 0;
}
.registration-trial .bg-payright .text-content {
  color: #fff;
  font-weight: 600;
  border-left: 4px solid #fff;
  padding-left: 1rem;
}
.registration-trial .bg-payright .img-wrapper {
  display: flex;
  justify-content: center;
}
/* helper */
.m-wizard.m-wizard--2 .m-wizard__head {
  margin: 3rem 0 0rem 0;
}
.m-wizard.m-wizard--2 .m-wizard__head .m-wizard__nav .m-wizard__steps .m-wizard__step .m-wizard__step-info .m-wizard__step-title {
  font-size: .875rem;
}
.m-form .m-form__heading .m-form__heading-title {
  font-size: 1rem;
  font-weight: 600;
}

/* Header */
.registration-trial #header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 70px;
  padding: 2rem;
  position: fixed;
  top: 0;
  width: 74.2%;
  z-index: 10;
}

.registration-trial #header .header-text {
  font-weight: 700;
  color: var(--color-primary);
}

/* Content */
.registration-trial .register-content > section {
  margin-top: 70px;
  padding: 2rem;
}

.registration-trial .register-content section .text {
  color: var(--color-primary);
  margin-bottom: 1.25rem;
  font-family: Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif
}

.registration-trial .register-content section .client-details, .registration-trial .register-content section .company-details, .registration-trial .register-content section .shift-schedule, .registration-trial .register-content section .more-types {
  padding-bottom: 2rem;
}

/* Form */
.registration-trial .register-content section .small-notes {
  color: var(--color-secondary);
  margin-top: .5rem;
  font-size: .725rem;
}

.registration-trial .register-content section label {
  font-size: .750rem;
  font-weight: 600;
  color: var(--color-secondary);
}

.registration-trial .register-content section .has-danger .form-control-feedback {
  color: var(--color-red-soft);
  font-size: .75rem;
  font-weight: 600;
  margin-top: .5rem;
  width: 100%;
  text-align: center;
  padding: .2rem;
  border-radius: 5px;
  border: 1px solid;
}

.registration-trial .register-content section .client-details .action {
  padding-top: 1.5rem;
}

.introjs-tooltiptext {
  font-family: Roboto, Montserrat, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  font-size: .925rem;
  font-weight: 400;
}

.introjs-tooltiptext small {
  margin-top: .5rem;
  color: var(--color-secondary);
}

/* Popover styles */
.wrapper1.registration + .m-popover.popover {
  font-family: Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  border-radius: 5px;
}

.wrapper1.registration + .m-popover.popover .popover-header {
  display: none;
}

.wrapper1.registration + .m-popover.popover .popover-body {
  font-size: 0.825rem;
  color: var(--color-secondary);
  font-weight: 400;
  padding: 1.5rem;
  line-height: 1.6;
}

.registration-trial .support-center {
  position: fixed;
  bottom: 1rem;
  right: 2rem;
}

.registration-trial .support-center .question-icon {
position: fixed;
bottom: 5rem;
right: 2.5rem;
}

.heartbeat {
-webkit-animation: heartbeat 1.5s ease-in-out infinite both;
        animation: heartbeat 1.5s ease-in-out infinite both;
}

@-webkit-keyframes heartbeat {
from {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
}
10% {
  -webkit-transform: scale(0.91);
          transform: scale(0.91);
  -webkit-animation-timing-function: ease-in;
          animation-timing-function: ease-in;
}
17% {
  -webkit-transform: scale(0.98);
          transform: scale(0.98);
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
}
33% {
  -webkit-transform: scale(0.87);
          transform: scale(0.87);
  -webkit-animation-timing-function: ease-in;
          animation-timing-function: ease-in;
}
45% {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
}
}
@keyframes heartbeat {
from {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
}
10% {
  -webkit-transform: scale(0.91);
          transform: scale(0.91);
  -webkit-animation-timing-function: ease-in;
          animation-timing-function: ease-in;
}
17% {
  -webkit-transform: scale(0.98);
          transform: scale(0.98);
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
}
33% {
  -webkit-transform: scale(0.87);
          transform: scale(0.87);
  -webkit-animation-timing-function: ease-in;
          animation-timing-function: ease-in;
}
45% {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
}
}

@media (max-width: 768px) {
  .registration-trial .bg-payright {
      display: none;
  }
  #header {
      width: 100% !important;
  }
  .registration-trial .register-content .client-details .user-wrapper {
    text-align: center;
    padding-top: 2rem;
  }
}
@media (max-width: 575px) {
  img {
      width: auto !important;
      height: auto !important;
  }
  .registration-trial .support-center {
      position: fixed;
      bottom: 1rem;
      right: 1rem;
  }
  
  .registration-trial .support-center .question-icon {
    bottom: 5rem;
    right: 1.5rem;
  }

  .registration-trial .register-content .client-details .img-wrapper img {
    width: 100% !important;
    height: 100% !important;
  }
}

/* Animation */

.animated {
-webkit-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
}
.animated.delay-1s {
-webkit-animation-delay: .5s;
animation-delay: .5s;
}

.animated.delay-2s {
-webkit-animation-delay: 1s;
animation-delay: 1s;
}

.animated.delay-3s {
-webkit-animation-delay: 1.5s;
animation-delay: 1.5s;
}

@-webkit-keyframes fadeInUp {
from {
  opacity: 0;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
}

to {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
}

@keyframes fadeInUp {
from {
  opacity: 0;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
}

to {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
}

.fadeInUp {
-webkit-animation-name: fadeInUp;
animation-name: fadeInUp;
}

/* Success Redirect */

/* Fonts */
@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);
/* Variables */
/* Mixins */
.success-wrapper {
height: 100vh;
font-family: "Montserrat", sans-serif;
text-align: center;
overflow: hidden;
}
.success-wrapper h1 {
text-transform: uppercase;
font-size: 30px;
color: var(--color-primary);
font-weight: 600;
margin: 30px 0px 0px 0px;
text-shadow: 0px 0px 2px #fff;
}
.success-wrapper h2 {
font-weight: normal;
font-size: 18px;
color: var(--color-dark);
margin: 10px 0px 0px 0px;
text-shadow: 0px 0px 2px #fff;
font-family: 'Roboto', 'Montserrat', sans-serif;
}
.success-wrapper p {
margin: 0 auto;
color: var(--color-black);
}
.success-wrapper .loader {
height: 100%;
position: relative;
margin: auto;
width: 400px;
}
.success-wrapper .loader_overlay {
width: 150px;
height: 150px;
background: transparent;
box-shadow: 0px 0px 0px 1000px rgba(255, 255, 255, 0.67), 0px 0px 19px 0px rgba(0, 0, 0, 0.16) inset;
border-radius: 100%;
z-index: -1;
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
margin: auto;
}
.success-wrapper .loader_cogs {
z-index: -2;
width: 100px;
height: 100px;
top: -120px !important;
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
margin: auto;
}
.success-wrapper .loader_cogs__top {
position: relative;
width: 100px;
height: 100px;
-webkit-transform-origin: 50px 50px;
        transform-origin: 50px 50px;
-webkit-animation: rotate 10s infinite linear;
        animation: rotate 10s infinite linear;
}
.success-wrapper .loader_cogs__top div:nth-of-type(1) {
-webkit-transform: rotate(30deg);
        transform: rotate(30deg);
}
.success-wrapper .loader_cogs__top div:nth-of-type(2) {
-webkit-transform: rotate(60deg);
        transform: rotate(60deg);
}
.success-wrapper .loader_cogs__top div:nth-of-type(3) {
-webkit-transform: rotate(90deg);
        transform: rotate(90deg);
}
.success-wrapper .loader_cogs__top div.top_part {
width: 100px;
border-radius: 10px;
position: absolute;
height: 100px;
background: var(--color-primary);
}
.success-wrapper .loader_cogs__top div.top_hole {
width: 50px;
height: 50px;
border-radius: 100%;
background: white;
position: absolute;
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
margin: auto;
}
.success-wrapper .loader_cogs__left {
position: relative;
width: 80px;
-webkit-transform: rotate(16deg);
        transform: rotate(16deg);
top: 28px;
-webkit-transform-origin: 40px 40px;
        transform-origin: 40px 40px;
animation: rotate_left 10s .1s infinite reverse linear;
left: -24px;
height: 80px;
}
.success-wrapper .loader_cogs__left div:nth-of-type(1) {
-webkit-transform: rotate(30deg);
        transform: rotate(30deg);
}
.success-wrapper .loader_cogs__left div:nth-of-type(2) {
-webkit-transform: rotate(60deg);
        transform: rotate(60deg);
}
.success-wrapper .loader_cogs__left div:nth-of-type(3) {
-webkit-transform: rotate(90deg);
        transform: rotate(90deg);
}
.success-wrapper .loader_cogs__left div.left_part {
width: 80px;
border-radius: 6px;
position: absolute;
height: 80px;
background: var(--color-primary-soft);
}
.success-wrapper .loader_cogs__left div.left_hole {
width: 40px;
height: 40px;
border-radius: 100%;
background: white;
position: absolute;
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
margin: auto;
}
.success-wrapper .loader_cogs__bottom {
position: relative;
width: 60px;
top: -65px;
-webkit-transform-origin: 30px 30px;
        transform-origin: 30px 30px;
-webkit-animation: rotate_left 10.2s .4s infinite linear;
        animation: rotate_left 10.2s .4s infinite linear;
-webkit-transform: rotate(4deg);
        transform: rotate(4deg);
left: 79px;
height: 60px;
}
.success-wrapper .loader_cogs__bottom div:nth-of-type(1) {
-webkit-transform: rotate(30deg);
        transform: rotate(30deg);
}
.success-wrapper .loader_cogs__bottom div:nth-of-type(2) {
-webkit-transform: rotate(60deg);
        transform: rotate(60deg);
}
.success-wrapper .loader_cogs__bottom div:nth-of-type(3) {
-webkit-transform: rotate(90deg);
        transform: rotate(90deg);
}
.success-wrapper .loader_cogs__bottom div.bottom_part {
width: 60px;
border-radius: 5px;
position: absolute;
height: 60px;
background: var(--color-primary-hover);
}
.success-wrapper .loader_cogs__bottom div.bottom_hole {
width: 30px;
height: 30px;
border-radius: 100%;
background: white;
position: absolute;
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
margin: auto;
}

/* Animations */
@-webkit-keyframes rotate {
from {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
to {
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}
}
@keyframes rotate {
from {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
to {
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}
}
@-webkit-keyframes rotate_left {
from {
  -webkit-transform: rotate(16deg);
          transform: rotate(16deg);
}
to {
  -webkit-transform: rotate(376deg);
          transform: rotate(376deg);
}
}
@keyframes rotate_left {
from {
  -webkit-transform: rotate(16deg);
          transform: rotate(16deg);
}
to {
  -webkit-transform: rotate(376deg);
          transform: rotate(376deg);
}
}
@-webkit-keyframes rotate_right {
from {
  -webkit-transform: rotate(4deg);
          transform: rotate(4deg);
}
to {
  -webkit-transform: rotate(364deg);
          transform: rotate(364deg);
}
}
@keyframes rotate_right {
from {
  -webkit-transform: rotate(4deg);
          transform: rotate(4deg);
}
to {
  -webkit-transform: rotate(364deg);
          transform: rotate(364deg);
}
}

/* Success Generate */

.registration-trial .register-content .client-details .img-wrapper {
display: inline-block;
position: relative;
width: 100px;
height: 100px;
overflow: hidden;
border-radius: 50%;
}

.registration-trial .register-content .client-details .img-wrapper img {
width: auto;
height: 100%;
}

.registration-trial .register-content .client-details .m-portlet {
  border-left: 5px solid var(--color-yellow);
}

.registration-trial .register-content .client-details .m-portlet .card-body {
  font-family: Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

/* Swal */
.swal2-content {
font-family: Roboto, 'Montserrat', Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
padding: 1.25rem !important;
}

.swal2-container .swal2-title .icon.question {
height: 3rem !important;
}

.swal2-container #swal2-content {
font-weight: 400;
text-align: justify;
}

.swal2-shown .registration {
filter: blur(1.5px);
}

.swal2-shown .small {
font-size: .8rem;
color: var(--color-secondary);
}