* {
  font-family: sans-serif;
}

.material-icons {
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: "liga";
}

body,
html {
  background-color: #ebeef7;
  /* background-image: url(/home_assets/login-bg.png); */
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.brandNameAndSlogan {
  height: 100px;
  padding: 10px 0;
  box-sizing: border-box;
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
  color: #404040;
}
.brandNameAndSlogan h4,
.brandNameAndSlogan2 h4 {
  padding: 0;
  margin: 20px 0 0 0;
}
.brandNameAndSlogan p,
.brandNameAndSlogan2 p {
  padding: 0;
  margin: 10px 0 0 0;
  font-size: 13px;
}

.brandNameAndSlogan2 {
  background: url(/home_assets/brand-name-slogan2.png) no-repeat center !important;
  -o-background-size: cover;
  background-size: 100% 100%;
  height: 100px;
  padding: 10px 0;
  box-sizing: border-box;
  color: #46b171;
  margin: -19px 0 0 0;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
}

.signin-container {
  height: auto;
  margin: 6% auto;
  display: inherit;
  width: 100%;
  max-width: 500px;
  border-radius: 4px;
}
.signin-container img.logo {
  margin: 0 auto;
  display: inherit;
  border-radius: 5px;
}
.authCon {
  padding: 200px 5%;
}

/*# End Grid System */
/* Start Real codes */
.animated0 {
  animation-duration: 1.2s;
  animation-fill-mode: both;
}

.animated4 {
  animation-duration: 0.8s;
  animation-fill-mode: both;
}

.animated3 {
  animation-duration: 2s;
  animation-fill-mode: both;
}

.animated {
  animation-duration: 0.5s;
  animation-fill-mode: both;
}

.animated2 {
  animation-duration: 0.2s;
  animation-fill-mode: both;
}

.animatedSerial1 {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.animatedSerial2 {
  animation-duration: 1.4s;
  animation-fill-mode: both;
}

.animatedSerial3 {
  animation-duration: 1.8s;
  animation-fill-mode: both;
}

.animatedSerial4 {
  animation-duration: 2.2s;
  animation-fill-mode: both;
}

.animatedSerial5 {
  animation-duration: 2.6s;
  animation-fill-mode: both;
}

.animatedSerial6 {
  animation-duration: 3s;
  animation-fill-mode: both;
}

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

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

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

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@-o-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@-moz-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  -o-animation-name: fadeIn;
  -moz-animation-name: fadeIn;
  animation-name: fadeIn;
}

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

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@-moz-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-10%, 0, 0);
    transform: translate3d(-10%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@-o-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-10%, 0, 0);
    transform: translate3d(-10%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

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

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  -moz-animation-name: fadeInLeft;
  -o-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

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

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@-o-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(10%, 0, 0);
    transform: translate3d(10%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@-moz-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(10%, 0, 0);
    transform: translate3d(10%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

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

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

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

.loadingBar {
  background: #74d074;
  width: 1%;
  position: fixed;
  height: 2px;
  top: 0;
  left: 0;
  box-shadow: 0 0 10px rgb(116, 208, 116);
  -o-box-shadow: 0 0 10px rgb(116, 208, 116);
  -moz-box-shadow: 0 0 10px rgb(116, 208, 116);
  -webkit-box-shadow: 0 0 10px rgb(116, 208, 116);
  z-index: 1;
}

.routloading-error {
  background: #8a5353;
  width: 100%;
  position: static;
  height: 22px;
  top: 0;
  left: 0;
  z-index: 2;
  text-align: center;
  color: #fff;
  font-size: 14px;
  animation: errorLoadingAnimate 2s infinite;
  -o-animation: errorLoadingAnimate 2s infinite;
  -moz-animation: errorLoadingAnimate 2s infinite;
  -webkit-animation: errorLoadingAnimate 2s infinite;
}

@keyframes errorLoadingAnimate {
  0% {
    background: #868686;
  }

  60% {
    background: #8a5353;
  }

  100% {
    background: #868686;
  }
}

@-webkit-keyframes errorLoadingAnimate {
  0% {
    background: #868686;
  }

  60% {
    background: #8a5353;
  }

  100% {
    background: #868686;
  }
}

@-moz-keyframes errorLoadingAnimate {
  0% {
    background: #868686;
  }

  60% {
    background: #8a5353;
  }

  100% {
    background: #868686;
  }
}

@-o-keyframes errorLoadingAnimate {
  0% {
    background: #868686;
  }

  60% {
    background: #8a5353;
  }

  100% {
    background: #868686;
  }
}

.loading-submit {
  background: url(../images/mini-loading.gif) no-repeat center;
  width: 40px;
  height: 40px;
  margin: -30px 7px 0 auto;
  display: inherit;
}

.btn_in_loading {
  background: #f0f4ff !important;
  border: 2px solid #aabdf1;
}

.loading-btn {
  border: 2px solid #9a9a9a;
  border-top: 2px solid;
  border-top-color: #ececec;
  border-radius: 50%;
  -o-border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  animation: loading_btn 1s linear infinite;
  -o-animation: loading_btn 1s linear infinite;
  -moz-animation: loading_btn 1s linear infinite;
  -webkit-animation: loading_btn 1s linear infinite;
  width: 30px;
  height: 30px;
  margin: -31px 20% 0 0;
  display: inherit;
  right: 13px;
  position: absolute;
  outline: none !important;
  margin-top: 2px;
}

@keyframes loading_btn {
  0% {
    transform: rotate(0deg);
  }

  50% {
    transform: rotate(180deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@-o-keyframes loading_btn {
  0% {
    transform: rotate(0deg);
  }

  50% {
    transform: rotate(180deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@-moz-keyframes loading_btn {
  0% {
    transform: rotate(0deg);
  }

  50% {
    transform: rotate(180deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@-webkit-keyframes loading_btn {
  0% {
    transform: rotate(0deg);
  }

  50% {
    transform: rotate(180deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.error_request {
  padding: 9px 8px;
  background: #f9efef;
  margin: 20px 0;
  color: #c35959;
  border-radius: 4px;
  -o-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}

.succed_request {
  padding: 12px 8px 15px 8px;
  background: #eff9ef;
  margin: 20px 0;
  color: #247b24;
  border-radius: 4px;
  -o-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #b1b1b1;
  font-weight: 200;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: #b1b1b1;
  font-weight: 200;
}

:-ms-input-placeholder {
  /* IE 10+ */
  color: #b1b1b1;
  font-weight: 200;
}

:-moz-placeholder {
  /* Firefox 18- */
  color: #b1b1b1;
  font-weight: 200;
}

.padding1 {
  padding: 5px 15px;
}

.padding2 {
  padding: 7px 17px;
}

.padding3 {
  padding: 13px 45px;
}

.padding4 {
  padding: 10px 20px;
}

.left {
  float: left;
}

.right {
  float: right;
}

.hide {
  display: none;
}

.show {
  display: inline-block;
}

.align-center {
  text-align: center;
}

.align-left {
  text-align: left;
}

.align-right {
  text-align: right;
}

.rtl {
  text-decoration: rtl;
}

.ltr {
  text-decoration: ltr;
}

.purple {
  background: #bb2084;
  color: #fff;
}

.transition1 {
  transition: all 0.3s cubic-bezier(0.75, 0.85, 0.165, 1);
  -o-transition: all 0.3s cubic-bezier(0.75, 0.85, 0.165, 1);
  -moz-transition: all 0.3s cubic-bezier(0.75, 0.85, 0.165, 1);
  -webkit-transition: all 0.3s cubic-bezier(0.75, 0.85, 0.165, 1);
  -ms-transition: all 0.3s cubic-bezier(0.75, 0.85, 0.165, 1);
}

.transition3 {
  transition: all 0.6s cubic-bezier(0.75, 0.85, 0.165, 1);
  -o-transition: all 0.6s cubic-bezier(0.75, 0.85, 0.165, 1);
  -moz-transition: all 0.6s cubic-bezier(0.75, 0.85, 0.165, 1);
  -webkit-transition: all 0.6s cubic-bezier(0.75, 0.85, 0.165, 1);
  -ms-transition: all 0.6s cubic-bezier(0.75, 0.85, 0.165, 1);
}

.relative {
  position: relative;
}

.backToLogin {
  padding: 5px 0 0 10px;
  border: 1px solid #000;
  cursor: pointer;
  position: absolute;
  border-radius: 50%;
  color: #000;
  margin-top: -10px;
  left: 20px;
  outline: none !important;
  width: 35px;
  height: 35px;
  box-sizing: border-box;
}
.backToLogin:hover {
  background-color: #000;
  color: #fff;
}
.signup-container {
  width: 600px;
  margin: 200px auto 0 auto;
  height: auto;
  min-height: 500px;
  padding: 40px;
}

.signup-form p .spacing {
  width: 32px;
  height: 10px;
  background: #fff;
  display: inline-block;
}

.social-login h5 {
  text-align: center;
  font-size: 16px;
  font-weight: 200;
  margin: 0 0 35px 0;
}

.social-login .google-login {
  width: 80%;
  margin: 0 10%;
  background: #dc4e4f;
  color: #fff;
  position: relative;
}

.social-login .google-login span {
  width: 38px;
  height: 38px;
  background: url(../images/social-icons.png) no-repeat;
  background-position: -80px 2px !important;
  float: left;
  position: absolute;
  top: 6px;
  right: 9px;
}

.social-login .facebook-login {
  width: 80%;
  margin: 0 10%;
  background: #5779c1;
  color: #fff;
  position: relative;
}

.social-login .facebook-login span {
  width: 38px;
  height: 38px;
  background: url(../images/social-icons.png) no-repeat;
  background-position: 2px 5px !important;
  float: left;
  position: absolute;
  top: 6px;
  right: 9px;
}

.social-login .twitter-login {
  width: 80%;
  margin: 0 10%;
  background: #26bae8;
  color: #fff;
  position: relative;
}

.social-login .twitter-login span {
  width: 38px;
  height: 38px;
  background: url(../images/social-icons.png) no-repeat;
  background-position: -37px 3px !important;
  float: left;
  position: absolute;
  top: 6px;
  right: 9px;
}

.social-login .btn {
  margin-bottom: 12px;
  opacity: 0.8;
}

.social-login .btn:hover {
  opacity: 1;
}

.loginform-error-show {
  font-size: 14px;
  background: #f9f9f9;
  padding: 13px 8px;
  border: 1px solid #f3d0d0;
  border-radius: 5px;
  color: #b54141;
  margin-top: -19px;
}

.signupForm-error-show {
  font-size: 14px;
  background: #f9f9f9;
  padding: 13px 8px;
  border: 1px solid #f3d0d0;
  border-radius: 5px;
  color: #b54141;
  margin-top: -19px;
}

.login-form {
  height: auto;
  padding: 0 5%;
  float: none;
  margin-bottom: 93px;
  display: inline-block;
  width: 100%;
  box-sizing: border-box;
  background: #f6f8fa;
  padding: 0;
  box-shadow: 0 5px 53px -10px rgba(0, 0, 0, 0.16);
  border: 1px solid #c6c6c6;
  border-radius: 10px;
  max-width: 96%;
  margin: 0 auto;
  display: inherit;
  position: relative;
}
.login-form form {
  max-width: 300px;
  margin: 0 auto;
}

.signup-form {
  height: auto;
  padding: 0 10px 30px 40px;
}

.login-form h5,
.signup-form h5 {
  text-align: center;
  font-size: 16px;
  font-weight: 200;
  margin: 15px 0 5px 0;
  width: 100%;
  display: inline-block;
}

.login-form h5 span {
  font-weight: 600;
}

.login-form .text-input,
.signup-form .text-input {
  width: 100%;
  margin-bottom: 12px;
}

.signin-btn {
  width: 100%;
  color: #fff;
  height: 73px;
  margin: 0;
  left: 0;
  bottom: -100px;
  border-radius: 0;
  font-size: 22px;
}

.signup-btn {
  background: #f17721;
  width: 100%;
  color: #fff;
  height: 73px;
  position: absolute;
  margin: 0;
  left: 0;
  bottom: -100px;
  border-radius: 0;
  font-size: 22px;
}

.btn:disabled {
  background: #b3b3b3 !important;
}

form.signUpForm {
  width: 100%;
  margin: 0;
}

.btn:hover {
  opacity: 0.9;
}

@media (max-width: 575px) {
  body {
    width: 100% !important;
  }
}

.signLogo {
  background: #fff;
  padding: 15px;
  text-align: center;
}

.signLogo img {
  height: 50px;
  width: auto;
  max-width: 80%;
  margin: 6px auto;
}

.signTabs {
  padding: 0;
  width: 100%;
  text-align: center;
}

.signTabs span {
  cursor: pointer;
  float: left;
  width: 50%;
  margin: 0 0 40px 0;
  padding: 5px;
  text-align: center;
  border-bottom: 1px solid #eee;
}

.signTabs span.active {
  border-bottom: 1px solid #ababab;
}

.nopadding {
  padding: 0 3px;
}

.signupForm-error {
  font-size: 14px;
  background: #fff8f8;
  padding: 13px 8px;
  margin: 0 0 12px 0;
  border-radius: 5px;
  color: #b54141;
}

.nopadding input {
  height: 45px !important;
}

.errorSignupshow {
  color: #b14949;
  text-align: center;
  font-size: 25px;
  padding: 47px 40px;
  display: inline-block;
  width: 100%;
  background: snow;
}

.forgotLink {
  color: #1a95d2;
  display: inherit;
  cursor: pointer;
  width: 100%;
  margin: 40px 0 0 0;
  text-align: left;
  float: left;
}
.loginBtn {
  margin: 0;
  float: left;
  width: 140px !important;
  min-height: unset !important;
  min-width: unset !important;
  height: 60px;
}

.forgot-btn {
  background: #5da300;
  width: 100%;
  color: #fff;
  height: 70px;
  margin: 25px 0 10px 0;
  border-radius: 3;
  -o-border-radius: 3;
  -moz-border-radius: 3;
  -webkit-border-radius: 3;
  font-size: 16px;
  padding: 0 20px;
}
.formLoadingBig {
  padding-top: 30%;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #fffffff2;
  z-index: 5;
}
.forgotTitle {
  text-align: center;
  font-size: 16px;
  font-weight: 200;
  margin: -4px 0 25px 0;
  width: 100%;
  display: inline-block;
  color: #000 !important;
  width: 200px;
  margin: 0 auto 25px auto;
  display: inherit;
  padding: 13px;
}
.preBrandLoading {
  margin: 100px auto;
  display: inline;
}
.forgot-form input {
  width: 100%;
}

[ng\:cloak],
[ng-cloak],
[data-ng-cloak],
[x-ng-cloak],
.ng-cloak,
.x-ng-cloak {
  display: none !important;
}

.recapchaArea {
  margin: -1px 0 15px 5px;
  float: left;
  width: 100%;
}

.signUpForm .checkbox {
  margin: 0 0 0 7px;
}

.captcha {
  width: 100%;
  height: 80px;
  overflow: hidden;
  background: #c2f7e9;
  position: relative;
  padding: 0;
  border-radius: 4px;
}

.captcha img {
  float: left;
  width: 44%;
  margin: 26px 2%;
}

.captcha input {
  float: right;
  width: 40% !important;
  height: 80px;
  background: #f8fffd;
  border: 1px solid #b2e4d7;
  border-radius: 0 4px 4px 0;
  outline: none !important;
  text-align: center;
  margin-left: 2%;
}

.captcha input:active,
.captcha input:focus {
  background: #ffffff;
  border: 1px solid #7fcab6;
}

.captcha i {
  position: absolute;
  bottom: 1px;
  z-index: 5;
  font-size: 15px;
  left: 0;
  width: 19px;
  height: 17px;
  padding: 1px 0 0 2px;
  box-sizing: border-box;
  cursor: pointer;
  color: #feffff;
  background: #92d8c5;
}

.captcha i:hover {
  background: #80ccb7;
}

.captchaCon {
  border-radius: 4px;
}

.captcha-step1 {
  width: 100%;
  height: 80px;
  border-radius: 4px;
  position: relative;
  padding: 20px;
  border-radius: 8px;
  overflow: hidden;
  font-weight: bold;
}

.captcha-step1 .radio {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 2px solid #d3eaf9;
  background: #fff;
  cursor: pointer;
  box-shadow: 0 0 19px -8px rgb(33, 160, 236);
  display: block;
}

.active_radio {
  animation: active_radio_animate 1s infinite;
  -o-animation: active_radio_animate 1s infinite;
  -moz-animation: active_radio_animate 1s infinite;
  -webkit-animation: active_radio_animate 1s infinite;
}

@keyframes active_radio_animate {
  0% {
    box-shadow: 0 0 19px -8px rgb(33, 160, 236);
  }

  60% {
    box-shadow: 0 0 19px -4px rgb(0, 81, 165);
  }

  100% {
    box-shadow: 0 0 19px -8px rgb(33, 160, 236);
  }
}

@-webkit-keyframes active_radio_animate {
  0% {
    box-shadow: 0 0 19px -8px rgb(33, 160, 236);
  }

  60% {
    box-shadow: 0 0 19px -4px rgb(0, 81, 165);
  }

  100% {
    box-shadow: 0 0 19px -8px rgb(33, 160, 236);
  }
}

@-moz-keyframes active_radio_animate {
  0% {
    box-shadow: 0 0 19px -8px rgb(33, 160, 236);
  }

  60% {
    box-shadow: 0 0 19px -4px rgb(0, 81, 165);
  }

  100% {
    box-shadow: 0 0 19px -8px rgb(33, 160, 236);
  }
}

@-o-keyframes active_radio_animate {
  0% {
    box-shadow: 0 0 19px -8px rgb(33, 160, 236);
  }

  60% {
    box-shadow: 0 0 19px -4px rgb(0, 81, 165);
  }

  100% {
    box-shadow: 0 0 19px -8px rgb(33, 160, 236);
  }
}

.captcha-step1 a {
  color: #21a0ec;
}

.captcha-step1 p {
  color: #797979;
  width: 50%;
  position: absolute;
  margin: 0 0;
  width: auto;
  display: block;
  position: absolute;
  left: 30%;
  top: 23px;
  font-size: 1.2em;
}

.captcha-step1 span {
  height: 45px !important;
  width: 45px !important;
  margin: 10px auto !important;
  position: initial;
  border-width: 5px;
  border-color: #8ee0ca;
  border-bottom-color: #bcecdf;
}

.tinyErrorValidation {
  position: absolute;
  width: 231px;
  top: 0;
  background: #fff7eb;
  z-index: 5;
  color: #e05c0c;
  font-size: 13px;
  box-shadow: -8px 2px 26px -9px rgba(0, 0, 0, 0.3);
  text-align: center;
  padding: 7px 0 10px 0;
}

.teLeft {
  right: 106%;
  box-shadow: -8px 2px 26px -9px rgba(0, 0, 0, 0.3);
}

.teLeft:after {
  content: "";
}

.teRight {
  left: 106%;
  box-shadow: 8px 2px 26px -9px rgba(0, 0, 0, 0.3);
}

.teRight:after {
  content: "";
}

.forgot-form {
  float: none !important;
  padding: 5%;
}

.signup_result {
  padding: 12px 8px 15px 8px !important;
}

.noselect,
.input-filed label,
.material-icons,
button,
.pageNumber,
.line-list-head,
.tab-title,
h1.title,
img,
.tableFIlters {
  user-select: none;
  -o-user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
}

input:-moz-read-only {
  /* For Firefox */
  background: #eee;
  opacity: 0.5;
}

input:read-only {
  background: #eee;
  opacity: 0.5;
}

.rightLogin {
}

.rightLogin h3 {
  text-align: center;
  font-size: 2em;
  color: #3f3f3f;
}

.rightLogin h4 {
  text-align: center;
  font-size: 1.4em;
  font-weight: 100;
  color: #3f3f3f;
}

.dashOptions {
  margin: 0 0 50px auto;
  float: none;
  display: flow-root;
  width: 60%;
}

.dashOptions h4 {
  text-align: left;
  width: 100%;
  display: inline-block;
  border-bottom: 3px solid;
  padding: 10px 0;
  font-weight: 600;
}

.dashOptions p {
  width: 100%;
  text-align: left;
  padding: 0;
  margin: 0;
  font-weight: 400;
}

.innerRightBox {
  width: 60%;
  margin: 50px 0px 0 auto;
  display: flow-root;
}

.onceOption {
}

.innerDashOption {
  background: #ffffff63;
  padding: 20px;
  border-radius: 5px;
  height: 230px;
  width: 90%;
  margin: 10px auto;
}

.towStepTabs {
  width: 100%;
  display: inline-block;
}

.towStepTabs .towfaTabs {
  padding: 0;
  margin: 0;
  width: 100%;
  height: 40px;
  text-align: center;
}

.towStepTabs .towfaTabs li {
  list-style: none;
  float: left;
  width: 49%;
  height: 40px;
  padding: 9px 0;
  background: #e8f5ff;
  cursor: pointer;
}

.towStepTabs .towfaTabs li.active2FATab {
  background: #fff;
  border: 1px solid #a0a0a0;
  border-bottom: none;
  height: 43px;
  margin: 0 0 -2px 0;
  z-index: 8;
  position: relative;
}

.login-gradiant1 {
  background: #ffafbd;
  background: linear-gradient(90deg, #ffafbd 0%, #ffc3a0 100%);
}

.login-gradiant2 {
  background: #ee9ca7;
  background: linear-gradient(90deg, #ee9ca7 0%, #ffdde1 100%);
}

.login-gradiant3 {
  background: #2193b0;
  background: linear-gradient(157deg, #2193b0 0%, #6dd5ed 100%);
}

.login-gradiant4 {
  background: #06beb6;
  background: linear-gradient(157deg, #06beb6 0%, #48b1bf 100%);
}

.login-gradiant5 {
  background: #dd5e89;
  background: linear-gradient(157deg, #dd5e89 0%, #f7bb97 100%);
}

.login-gradiant6 {
  background: #f8a2a9;
  background: linear-gradient(157deg, #f8a2a9 0%, #fcbcb0 100%);
}

.login-gradiant7 {
  background: #4ca1af;
  background: linear-gradient(157deg, #4ca1af 0%, #c4e0e5 100%);
}

.login-gradiant8 {
  background: rgb(160, 255, 183);
  background: linear-gradient(
    83deg,
    rgba(160, 255, 183, 1) 0%,
    rgba(107, 201, 123, 1) 100%
  );
}

.progressbar_material_slider {
  position: absolute;
  width: 100%;
  height: 5px;
  overflow-x: hidden;
  top: 0;
  left: 0;
}

.progressbar_material_line {
  position: absolute;
  opacity: 0.4;
  background: #4a8df8;
  width: 150%;
  height: 5px;
}

.progressbar_material_subline {
  position: absolute;
  background: #4a8df8;
  height: 5px;
}

.progressbar_material_inc {
  animation: increase 2s infinite;
}

.progressbar_material_dec {
  animation: decrease 2s 0.5s infinite;
}

@keyframes increase {
  from {
    left: -5%;
    width: 5%;
  }

  to {
    left: 130%;
    width: 100%;
  }
}

@keyframes decrease {
  from {
    left: -80%;
    width: 80%;
  }

  to {
    left: 110%;
    width: 10%;
  }
}

/* custmizes boot 4 */
/* General Styles */

/* Buttons */
.btn {
  border-radius: 6px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease-in-out;
}

.btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}

/* Cards */
.card {
  border-radius: 10px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  transition: box-shadow 0.3s ease-in-out;
}

.card:hover {
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

/* Navbar */
.navbar {
  background-color: #ffffff;
  border-bottom: 1px solid #e3e3e3;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
}

.navbar .nav-link {
  color: #555;
  font-weight: 500;
}

.navbar .nav-link:hover {
  color: #007bff;
}

/* Forms */
.form-control {
  border-radius: 6px;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  transition: box-shadow 0.2s ease-in-out;
}

.form-control:focus {
  border-color: #007bff;
  box-shadow: 0 0 6px rgba(0, 123, 255, 0.25);
}

/* Tables */
.table {
  background-color: #ffffff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

/* Alerts */
.alert {
  border-radius: 6px;
  padding: 1.25rem 1.5rem;
  font-weight: 500;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

/* Footer */
footer {
  background-color: #f1f1f1;
  padding: 2rem 0;
  text-align: center;
  color: #555;
}

/* Utility Classes */
.shadow-soft {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
}

.rounded-lg {
  border-radius: 12px !important;
}
