.mt_10 {
  margin-top: 10px;
}

.pt_10 {
  padding-top: 10px;
}

.mb_10 {
  margin-bottom: 10px;
}

.pb_10 {
  padding-bottom: 10px;
}

.ml_10 {
  margin-left: 10px;
}

.pl_10 {
  padding-left: 10px;
}

.mr_10 {
  margin-right: 10px;
}

.pr_10 {
  padding-right: 10px;
}

.mt_15 {
  margin-top: 15px;
}

.pt_15 {
  padding-top: 15px;
}

.mb_15 {
  margin-bottom: 15px;
}

.pb_15 {
  padding-bottom: 15px;
}

.ml_15 {
  margin-left: 15px;
}

.pl_15 {
  padding-left: 15px;
}

.mr_15 {
  margin-right: 15px;
}

.pr_15 {
  padding-right: 15px;
}

.mt_20 {
  margin-top: 20px;
}

.pt_20 {
  padding-top: 20px;
}

.mb_20 {
  margin-bottom: 20px;
}

.pb_20 {
  padding-bottom: 20px;
}

.ml_20 {
  margin-left: 20px;
}

.pl_20 {
  padding-left: 20px;
}

.mr_20 {
  margin-right: 20px;
}

.pr_20 {
  padding-right: 20px;
}

.mt_30 {
  margin-top: 30px;
}

.pt_30 {
  padding-top: 30px;
}

.mb_30 {
  margin-bottom: 30px;
}

.pb_30 {
  padding-bottom: 30px;
}

.ml_30 {
  margin-left: 30px;
}

.pl_30 {
  padding-left: 30px;
}

.mr_30 {
  margin-right: 30px;
}

.pr_30 {
  padding-right: 30px;
}

.mt_35 {
  margin-top: 35px;
}

.pt_35 {
  padding-top: 35px;
}

.mb_35 {
  margin-bottom: 35px;
}

.pb_35 {
  padding-bottom: 35px;
}

.ml_35 {
  margin-left: 35px;
}

.pl_35 {
  padding-left: 35px;
}

.mr_35 {
  margin-right: 35px;
}

.pr_35 {
  padding-right: 35px;
}

.fs_18 {
  font-size: 18px;
}

.fs_20 {
  font-size: 20px;
}

.fs_22 {
  font-size: 22px;
}

.fs_35 {
  font-size: 35px;
}

.text-black {
  color: #000000 !important;
}

/*
 * Implementation of themes
 */
@font-face {
  font-family: "icomoon";
  src: url("../assets/fonts/icomoon/icomoon.eot?i5hmaa");
  src: url("../assets/fonts/icomoon/icomoon.eot?i5hmaa#iefix") format("embedded-opentype"), url("../assets/fonts/icomoon/icomoon.ttf?i5hmaa") format("truetype"), url("../assets/fonts/icomoon/icomoon.woff?i5hmaa") format("woff"), url("../assets/fonts/icomoon/icomoon.svg?i5hmaa#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-arrow-left:before {
  content: "\e900";
}

.icon-arrow-right:before {
  content: "\e901";
}

.icon-checkmark:before {
  content: "\e902";
}

.icon-close:before {
  content: "\e903";
}

.icon-facebook:before {
  content: "\e904";
}

.icon-google:before {
  content: "\e905";
}

.icon-user:before {
  content: "\e906";
}

.icon-tasks:before {
  content: "\e907";
}

.icon-exclamation-mark:before {
  content: "\e908";
}

.icon-info:before {
  content: "\e909";
}

.icon-add:before {
  content: "\e90a";
}

.icon-bin:before {
  content: "\e90b";
}

.icon-bin-x:before {
  content: "\e90c";
}

.icon-auth:before {
  content: "\e90d";
}

.icon-door:before {
  content: "\e90e";
}

.icon-door-open:before {
  content: "\e90f";
}

.icon-download:before {
  content: "\e910";
}

.icon-generate:before {
  content: "\e911";
}

.icon-home:before {
  content: "\e912";
}

.icon-issue:before {
  content: "\e913";
}

.icon-keylock:before {
  content: "\e914";
}

.icon-person:before {
  content: "\e915";
}

.icon-security:before {
  content: "\e916";
}

.icon-apple:before {
  content: "\e917";
}

.icon-arrow-right-thin:before {
  content: "\e918";
}

.icon-chevron-left:before {
  content: "\e919";
}

.icon-chevron-right:before {
  content: "\e91a";
}

.icon-key:before {
  content: "\e91b";
}

.icon-badge:before {
  content: "\e91c";
}

.icon-personal:before {
  content: "\e91d";
}

.icon-eye:before {
  content: "\e91e";
}

.icon-eye-slash:before {
  content: "\e91f";
}

.icon-education:before {
  content: "\e920";
}

.btn {
  padding: 11px 24px;
  font-weight: 600;
  line-height: 24px;
  font-size: 18px;
  text-transform: initial;
  box-shadow: none !important;
}
.layout-sprintax .btn {
  border-radius: 10px;
}
@media (max-width: 575px) {
  .btn {
    font-size: 16px;
  }
}
.btn:hover {
  box-shadow: none;
}
.btn:focus {
  outline: 0;
  box-shadow: none;
}
.btn:active:focus {
  outline: 0;
  box-shadow: none !important;
}
.layout-sprintax .btn--primary {
  background-color: #1360a0 !important;
  border: 1px solid transparent !important;
  color: #fff !important;
}
.layout-sprintax .btn--primary:hover {
  background-color: rgb(16.2932960894, 82.3240223464, 137.2067039106) !important;
  border: 1px solid transparent !important;
  color: #fff !important;
}
.layout-sprintax .btn--primary:active:focus {
  background-color: rgb(16.2932960894, 82.3240223464, 137.2067039106) !important;
}
.layout-sprintax .btn--secondary {
  background-color: #2ba6Ab !important;
  border: 1px solid transparent !important;
  color: #fff !important;
}
.layout-sprintax .btn--secondary:hover {
  background-color: rgb(37.8761682243, 146.2196261682, 150.6238317757) !important;
  border: 1px solid transparent !important;
  color: #fff !important;
}
.layout-sprintax .btn--secondary:active:focus {
  background-color: rgb(37.8761682243, 146.2196261682, 150.6238317757) !important;
}
.layout-sprintax .btn--outline {
  background-color: transparent !important;
  border: 1px solid #031C2B !important;
  color: #031C2B !important;
}
.layout-sprintax .btn--outline:hover {
  background-color: #031C2B !important;
  border: 1px solid #031C2B !important;
  color: #fff !important;
}
.layout-sprintax .btn--outline:active:focus {
  background-color: #031C2B !important;
}
.layout-sprintax .btn--outline-primary {
  background-color: transparent !important;
  border: 1px solid #1360A0 !important;
  color: #1360A0 !important;
}
.layout-sprintax .btn--outline-primary:hover {
  background-color: #1360A0 !important;
  border: 1px solid rgb(16.2932960894, 82.3240223464, 137.2067039106) !important;
  color: #fff !important;
}
.layout-sprintax .btn--outline-primary:active:focus {
  background-color: #1360A0 !important;
}
.layout-sprintax .btn--outline-secondary {
  background-color: transparent !important;
  border: 1px solid #fff !important;
  color: #fff !important;
}
.layout-sprintax .btn--outline-secondary:hover {
  background-color: #fff !important;
  border: 1px solid #fff !important;
  color: #1360a0 !important;
}
.layout-sprintax .btn--outline-secondary:active:focus {
  background-color: #fff !important;
}
.layout-sprintax .btn--back {
  background-color: transparent !important;
  border: 1px solid transparent !important;
  color: #eb004e !important;
}
.layout-sprintax .btn--back:hover {
  background-color: transparent !important;
  border: 1px solid transparent !important;
  color: rgb(209.5, 0, 69.5361702128) !important;
}
.layout-sprintax .btn--back:active:focus {
  background-color: transparent !important;
}
.layout-sprintax .btn--back-primary {
  background-color: transparent !important;
  border: 1px solid transparent !important;
  color: #031C2B !important;
}
.layout-sprintax .btn--back-primary:hover {
  background-color: transparent !important;
  border: 1px solid transparent !important;
  color: rgb(1.3369565217, 12.4782608696, 19.1630434783) !important;
}
.layout-sprintax .btn--back-primary:active:focus {
  background-color: transparent !important;
}
.layout-sprintax .btn--disabled {
  background-color: #e9e9e9 !important;
  border: 1px solid transparent !important;
  color: rgba(111, 111, 111, 0.5) !important;
}
.layout-sprintax .btn--disabled:hover {
  background-color: rgba(111, 111, 111, 0.5) !important;
  border: 1px solid transparent !important;
  color: #e9e9e9 !important;
}
.layout-sprintax .btn--disabled:active:focus {
  background-color: rgba(111, 111, 111, 0.5) !important;
}
.layout-sprintax .btn--delete {
  background-color: #eb004e !important;
  border: 1px solid transparent !important;
  color: #fff !important;
}
.layout-sprintax .btn--delete:hover {
  background-color: rgb(209.5, 0, 69.5361702128) !important;
  border: 1px solid rgb(209.5, 0, 69.5361702128) !important;
  color: #fff !important;
}
.layout-sprintax .btn--delete:active:focus {
  background-color: rgb(209.5, 0, 69.5361702128) !important;
}
.layout-sprintax .btn--icon {
  background-color: transparent !important;
  border: 1px solid transparent !important;
  color: #000 !important;
}
.layout-sprintax .btn--icon:hover {
  background-color: transparent !important;
  border: 1px solid transparent !important;
  color: #000 !important;
}
.layout-sprintax .btn--icon:active:focus {
  background-color: transparent !important;
}

.btns-nav .btn--back {
  width: 25%;
}
@media only screen and (max-width: 575px) {
  .btns-nav .btn--back {
    width: 35%;
  }
}
.btns-nav .btn--primary {
  width: 75%;
}
@media only screen and (max-width: 575px) {
  .btns-nav .btn--primary {
    width: 65%;
  }
}

@media (min-width: 992px) {
  .btns-group {
    margin: 0 20px;
  }
}

@media (min-width: 992px) {
  .btn-add-wrapper {
    margin: 0 30px;
  }
}
.btn-add-wrapper .btn-add {
  border-radius: 0 0 10px 10px;
}

.form-title {
  margin-bottom: 30px;
  line-height: 58px;
  font-size: 48px;
  text-align: center;
}
@media only screen and (max-width: 575px) {
  .form-title {
    font-size: 28px;
    line-height: 36px;
  }
}

.form-group {
  margin-bottom: 30px;
}
.form-group .form-control {
  height: auto;
  padding: 8px 15px;
  border: 2px solid #eee;
  color: #000;
  text-align: center;
}
.layout-sprintax .form-group .form-control {
  border-radius: 10px;
}
.form-group .form-control::-webkit-input-placeholder {
  font-weight: 300;
  font-size: 14px;
  font-style: italic;
  color: #6f6f6f;
  opacity: 1 !important;
}
.form-group .form-control:-ms-input-placeholder {
  font-weight: 300;
  font-size: 14px;
  font-style: italic;
  color: #6f6f6f;
  opacity: 1 !important;
}
.form-group .form-control::placeholder {
  font-weight: 300;
  font-size: 14px;
  font-style: italic;
  color: #6f6f6f;
  opacity: 1 !important;
}
.form-group .form-control.is-invalid {
  background-image: none;
}
.layout-sprintax .form-group .form-control.is-invalid {
  border-color: #eb004e;
}
.form-group .form-control.code-input {
  padding: 20px 15px;
  font-weight: 700;
  font-size: 36px;
  color: #031c2b;
}
.form-group .form-control.code-input::-webkit-input-placeholder {
  font-size: 36px;
}
.form-group .form-control.code-input:-ms-input-placeholder {
  font-size: 36px;
}
.form-group .form-control.code-input::placeholder {
  font-size: 36px;
}
.layout-sprintax .form-group .form-control.input-validation-error {
  border-color: #eb004e;
}
.layout-sprintax .form-group .form-control.input-validation-error + .input-group-append .btn {
  border-color: #eb004e !important;
}
.form-group .invalid-feedback {
  font-weight: 600;
  font-size: 12px;
  text-align: center;
}
.layout-sprintax .form-group .invalid-feedback {
  color: #eb004e;
}
.layout-sprintax .form-group .invalid-feedback p {
  color: #eb004e;
}
.form-group label {
  max-width: 100%;
  padding: 0;
  margin: 0 0 8px 0;
  position: relative;
  font-weight: 400;
  font-size: 16px;
  color: #000;
  text-align: left;
  left: auto;
  transition: unset;
}
.form-group .custom-select {
  padding: 9px 15px;
  border: 2px solid #eee;
  border-radius: 10px;
  color: #000;
  text-align: center;
}
.form-group .custom-select:focus {
  border-color: #eee;
  box-shadow: none;
}

.custom-checkbox {
  margin-bottom: 20px;
}
.custom-checkbox .invalid-feedback {
  font-weight: 600;
  font-size: 12px;
  color: #eb004e;
}
.custom-checkbox .custom-control-input.is-invalid ~ .custom-control-label {
  color: #000;
}
.custom-checkbox .custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: none;
}
.custom-checkbox .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #8a8a8a;
}
.layout-sprintax .custom-checkbox .custom-control-input:checked ~ .custom-control-label:before {
  border-color: #1360a0;
  background-color: #1360a0;
}
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  border-color: rgba(43, 166, 171, 0.1);
}
.custom-checkbox .custom-control-input ~ .custom-control-label {
  font-weight: 500;
  padding-left: 10px;
}
.custom-checkbox .custom-control-input ~ .custom-control-label:before {
  min-width: 24px;
  width: 24px;
  height: 24px;
  border: 2px solid #8a8a8a;
  top: 0;
}
.custom-checkbox .custom-control-input ~ .custom-control-label:after {
  width: 24px;
  height: 24px;
  top: 0;
}
.custom-checkbox .custom-control-input ~ .custom-control-label a {
  font-weight: 600;
  text-decoration: underline;
  color: #000;
}
.custom-checkbox .custom-control-input ~ .custom-control-label a:hover {
  text-decoration: none;
}

.list-group-item .custom-checkbox .custom-control-input ~ .custom-control-label {
  padding-left: 35px;
}
.list-group-item .custom-checkbox .custom-control-input ~ .custom-control-label:before {
  left: 0;
}
.list-group-item .custom-checkbox .custom-control-input ~ .custom-control-label:after {
  left: 0;
}

.vue-tel-input {
  height: 44px;
  padding: 5px 15px 5px 5px;
  border: 2px solid #eee;
  border-radius: 10px;
  color: #000;
}
.layout-sprintax .vue-tel-input.is-invalid {
  border-color: #eb004e;
}
.vue-tel-input.is-invalid ~ .invalid-feedback {
  display: block;
}
.vue-tel-input .vti__country-code {
  font-weight: 400;
  font-size: 14px;
  color: #000;
}
.vue-tel-input .vti__dropdown-arrow {
  margin-left: 5px;
  color: #000;
}
.vue-tel-input .vti__dropdown-list {
  width: 390px;
}

.login-wrapper .login-left {
  overflow: hidden;
}
@media (max-width: 992px) {
  .login-wrapper .login-left {
    background: #1360a0;
    margin-bottom: 50px;
  }
}
@media (min-width: 992px) {
  .login-wrapper .login-left {
    background-image: url("../img/login-left-background.jpg");
    background-repeat: no-repeat;
    background-position: left;
    background-size: cover;
    border-top-right-radius: 40px;
    border-bottom-right-radius: 40px;
    position: relative;
  }
}
@media (min-width: 992px) {
  .login-wrapper .login-left:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 48.44%, rgba(0, 0, 0, 0.9) 100%);
  }
}
.login-wrapper .login-left .login-content {
  justify-content: space-between;
  position: relative;
  z-index: 2;
}
@media (min-width: 992px) {
  .login-wrapper .login-left .login-content {
    margin: 40px 30px 0 30px;
  }
}
@media (max-width: 992px) {
  .login-wrapper .login-left .login-content {
    margin: 21px auto;
  }
}
.login-wrapper .login-left .login-content a {
  vertical-align: middle;
}
.login-wrapper .login-left .login-content a:hover {
  text-decoration: none;
}
.login-wrapper .login-left .login-content a.back-to {
  display: none;
  background: rgba(3, 28, 43, 0.5);
  backdrop-filter: blur(12.5px);
  border-radius: 30px;
  color: #fff;
  padding: 8px 13px 0 19px;
  font-size: 14px;
  font-weight: 500;
  line-height: 2.2;
  transition: background-color 0.3s, transform 0.3s;
}
.login-wrapper .login-left .login-content a.back-to:hover {
  background: rgb(3, 28, 43);
}
@media (min-width: 992px) {
  .login-wrapper .login-left .login-content a.back-to {
    display: block;
  }
}
.login-wrapper .login-right {
  color: #111;
}
@media (min-width: 992px) {
  .login-wrapper .login-right {
    margin: auto;
  }
}
.login-wrapper .login-right .form-wrapper {
  width: 100%;
}
@media (min-width: 992px) {
  .login-wrapper .login-right .form-wrapper {
    max-width: 560px;
    margin: auto;
  }
}
.login-wrapper .login-right .form-wrapper .form-title {
  font-size: 35px;
  line-height: 42px;
  font-weight: 600;
  margin-bottom: 10px;
}
.login-wrapper .login-right .form-wrapper .login-signup-action {
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  margin-bottom: 29px;
}
.login-wrapper .login-right .form-wrapper .login-signup-action a {
  font-weight: 600;
  text-decoration: underline;
  color: #111;
}
.login-wrapper .login-right .form-wrapper .login-signup-action a:hover {
  text-decoration: none;
}
.login-wrapper .login-right .form-wrapper .login-or {
  position: relative;
  margin-top: 25px;
  margin-bottom: 30px;
}
.login-wrapper .login-right .form-wrapper .login-or span {
  display: inline-block;
  text-align: center;
  color: #686868;
  font-size: 16px;
  line-height: 24px;
  padding: 0 15px;
  position: relative;
  z-index: 2;
  background: #fff;
}
.login-wrapper .login-right .form-wrapper .login-or:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  background: #E9E9E9;
  top: 50%;
  z-index: 1;
}
.login-wrapper .login-right .form-wrapper .login-external-providers {
  padding: 0;
}
@media (min-width: 992px) {
  .login-wrapper .login-right .form-wrapper .login-external-providers {
    display: flex;
    justify-content: center;
    margin: 0 -9px;
  }
}
.login-wrapper .login-right .form-wrapper .login-external-providers li {
  list-style: none;
}
@media (max-width: 992px) {
  .login-wrapper .login-right .form-wrapper .login-external-providers li {
    margin-top: 15px;
  }
}
@media (min-width: 992px) {
  .login-wrapper .login-right .form-wrapper .login-external-providers li {
    margin: 0 9px;
    width: 33.3333333333%;
    box-sizing: border-box;
  }
}
.login-wrapper .login-right .form-wrapper .login-external-providers li a {
  display: block;
  vertical-align: middle;
  text-align: center;
  color: #111111;
  font-size: 18px;
  font-weight: 600;
  line-height: 26px;
  border: 1px solid #E9E9E9;
  border-radius: 10px;
  text-decoration: none;
  padding: 12px 23px;
}
.login-wrapper .login-right .form-wrapper .login-external-providers li a:hover {
  border-color: #111;
}
.login-wrapper .login-right .form-wrapper .login-external-providers li a.login-icon {
  margin-right: 10px;
}
.login-wrapper .login-right .form-wrapper .form-group {
  margin-bottom: 18px;
}
.login-wrapper .login-right .form-wrapper .forgot-pass {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 14px;
  text-decoration: underline;
  color: #000;
}
.login-wrapper .login-right .form-wrapper .forgot-pass:hover {
  text-decoration: none;
}
.login-wrapper .login-icon {
  display: inline-block;
  background-repeat: no-repeat;
  background-position: left center;
  width: 24px;
  height: 24px;
  vertical-align: middle;
}
.login-wrapper .login-icon.i-google {
  background-image: url("../img/login-i-google.svg");
}
.login-wrapper .login-icon.i-apple {
  background-image: url("../img/login-i-apple.svg");
}
.login-wrapper .login-icon.i-campus {
  background-image: url("../img/login-i-campus.svg");
}
.login-wrapper .login-icon.l-arrow-up {
  background-image: url("../img/login-i-arrow-up.svg");
}

.input-group .form-control {
  border-right: 0 !important;
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.layout-sprintax .input-group .form-control.is-invalid + .input-group-append .btn {
  border-color: #eb004e !important;
}
@media only screen and (max-width: 575px) {
  .input-group .tooltip {
    right: 0;
    left: auto !important;
    transform: none !important;
  }
}
.input-group .btn {
  width: 45px;
  padding: 8px 10px;
  border: 2px solid #eee !important;
  border-left: 0 !important;
}
.layout-sprintax .input-group .btn {
  border-top-right-radius: 10px !important;
  border-bottom-right-radius: 10px !important;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group .btn .icon {
  color: #a8a8a8;
}
.input-group .btn .icon.icon-eye {
  font-size: 16px;
}
.input-group .btn .icon.icon-eye-slash {
  font-size: 18px;
}
.input-group .btn:hover {
  border: 2px solid #eee !important;
  border-left: 0 !important;
  background-color: #eee !important;
}
.input-group .btn:active {
  background-color: #eee !important;
}
.input-group .btn:active:focus {
  background-color: #eee !important;
}
.input-group .btn.custom-tooltip:hover + .tooltip-content {
  opacity: 1;
  visibility: visible;
}

.tooltip-content {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: -5px;
  left: auto;
  right: -30px;
  width: auto;
  max-width: 275px;
  background-color: rgba(0, 0, 0, 0.85);
  color: rgba(242, 239, 239, 0.95);
  text-align: center;
  padding: 0.24em 0.5em;
  display: inline-block;
  border-radius: 3px;
  font-size: 0.83em;
  font-weight: 400;
  z-index: 200000;
  opacity: 0;
  -webkit-transition: opacity 0.2s, visibility 0.2s;
  transition: opacity 0.2s, visibility 0.2s;
}
@media only screen and (max-width: 575px) {
  .tooltip-content {
    right: 0;
  }
}

.back-to-login .back-to {
  display: inline-block;
  color: #fff;
  background: rgba(3, 28, 43, 0.5);
  backdrop-filter: blur(12.5px);
  border-radius: 10px;
  padding: 10px 14px;
  margin: 10px 0 0 10px;
  text-decoration: none;
}
.back-to-login .back-to:hover {
  background: #000;
}

@font-face {
  font-family: "Poppins";
  src: url("../assets/fonts/custom/Poppins-Light.woff2") format("woff2"), url("../assets/fonts/custom/Poppins-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Poppins";
  src: url("../assets/fonts/custom/Poppins-Italic.woff2") format("woff2"), url("../assets/fonts/custom/Poppins-Italic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: "Poppins";
  src: url("../assets/fonts/custom/Poppins-Regular.woff2") format("woff2"), url("../assets/fonts/custom/Poppins-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Poppins";
  src: url("../assets/fonts/custom/Poppins-Medium.woff2") format("woff2"), url("../assets/fonts/custom/Poppins-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Poppins";
  src: url("../assets/fonts/custom/Poppins-SemiBold.woff2") format("woff2"), url("../assets/fonts/custom/Poppins-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Poppins";
  src: url("../assets/fonts/custom/Poppins-Bold.woff2") format("woff2"), url("../assets/fonts/custom/Poppins-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Lato";
  src: url("../assets/fonts/custom/Lato-Bold.woff2") format("woff2"), url("../assets/fonts/custom/Lato-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
html {
  height: 100%;
  overflow-x: hidden;
}

.grecaptcha-badge {
  visibility: hidden !important;
}

.main {
  min-height: 100%;
}

.v-toast__text {
  color: #fff !important;
}

.vue-btn {
  border: none !important;
  background: none !important;
}

.is-pointer-none {
  pointer-events: none;
}

.wrapper {
  padding: 35px 40px;
  position: relative;
}
.wrapper.wrapper-enroll {
  padding: 35px 80px;
}
@media only screen and (max-width: 1199px) {
  .wrapper.wrapper-enroll {
    padding: 35px 40px;
  }
}
@media only screen and (max-width: 991px) {
  .wrapper.wrapper-enroll {
    height: 100%;
  }
}
@media only screen and (max-width: 575px) {
  .wrapper.wrapper-enroll {
    padding: 30px 15px;
    height: auto;
    min-height: auto;
  }
}
.layout-sprintax .wrapper:not(.wrapper-enroll) {
  background: #1360a0;
}
.wrapper:not(.wrapper-enroll)::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
}
.layout-sprintax .wrapper:not(.wrapper-enroll)::before {
  background-size: 45vw 57vw;
  background-position: center;
  background-image: url(../assets/img/x-character.svg);
  background-repeat: no-repeat;
}
@media only screen and (min-width: 992px) {
  .wrapper:not(.wrapper-enroll) {
    padding-bottom: 100px;
  }
}
.wrapper.wrapper-visa::before {
  display: none;
}
@media only screen and (max-width: 991px) {
  .wrapper {
    width: 100%;
    height: auto;
  }
}
@media only screen and (max-width: 575px) {
  .wrapper {
    min-height: 65px;
    padding: 10px 15px;
  }
}
.wrapper h1 {
  font-weight: 700;
  line-height: 92px;
  font-size: 82px;
}
.layout-sprintax .wrapper h1 {
  color: #fff;
}
@media only screen and (max-width: 1199px) {
  .wrapper h1 {
    font-size: 62px;
    line-height: 72px;
  }
}
.layout-sprintax .wrapper .logo {
  width: 198px;
  height: 48px;
  background: url(../assets/img/sprintax-logo.svg) no-repeat center center/cover;
}

.products-container {
  max-width: 1500px !important;
  margin-left: 0 !important;
}

.white-box__container .white-box, .white-box__container .red-box, .white-box__container .blue-box, .white-box__container .btns-group, .white-box__container .btn-add-wrapper {
  width: 70%;
}

.white-box {
  padding: 30px;
  margin: 20px 30px;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0px 8px 42px rgba(0, 0, 0, 0.04);
}
@media (max-width: 991px) {
  .white-box {
    padding: 30px 20px;
    margin: 20px 0;
  }
}
.white-box .white-box__item {
  padding: 15px;
  border-bottom: 1px solid #e9e9e9;
}
@media (max-width: 575px) {
  .white-box .white-box__item {
    padding: 15px 0;
  }
}
.white-box .white-box__item:last-of-type {
  border-bottom: 0;
  padding-bottom: 0;
}
.white-box h3 {
  margin: 0;
  font-weight: 600;
  font-size: 24px;
  line-height: 24px;
}
.white-box .icon-arrow {
  -webkit-transform: rotate(270deg) translateX(-75%);
  -ms-transform: rotate(270deg) translateX(-75%);
  transform: rotate(270deg) translateX(-75%);
}
.white-box .title {
  font-weight: 600;
  line-height: 26px;
  font-size: 16px;
  text-transform: uppercase;
}
@media (max-width: 575px) {
  .white-box .title {
    width: 100%;
    margin-bottom: 5px;
    font-size: 14px;
  }
}
.white-box .info {
  font-size: 14px;
  color: #6F6F6F;
}

.pe-none {
  pointer-events: none;
}

.modal-logout {
  position: fixed;
  width: 100vw;
  height: 100vh;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.2509803922);
  z-index: 2;
}
.modal-logout.open {
  visibility: visible;
  opacity: 1;
  transition-delay: 0s;
}
.modal-logout-bg {
  position: absolute;
  background: teal;
  width: 100%;
  height: 100%;
}
.modal-logout-container {
  border-radius: 10px;
  background: #fff;
  position: relative;
  padding: 30px;
}

.alert-danger {
  color: #721c24 !important;
  font-size: 14px;
}

.backup-codes .code {
  width: 90%;
  padding: 5px;
  text-align: center;
  border-radius: 10px;
}
.layout-sprintax .backup-codes .code {
  border: 2px solid #1360a0;
}
.backup-codes .code.used {
  text-decoration: line-through;
  background: #F8F8F8;
  border: 2px solid #e9e9e9;
}

.blue-box {
  padding: 30px;
  margin: 20px 30px;
  color: #fff;
  box-shadow: 0px 8px 42px rgba(0, 0, 0, 0.04);
  border-radius: 10px;
}
.layout-sprintax .blue-box {
  background: #1360a0;
}

.red-box {
  padding: 15px 40px;
  margin: 20px 30px;
  color: #fff;
  box-shadow: 0 8px 42px rgba(0, 0, 0, 0.04);
  border-radius: 10px;
}
.layout-sprintax .red-box {
  background: #eb004e;
}

.modal-content {
  border-radius: 10px !important;
}
.modal-content p {
  color: #6f6f6f;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 700px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .white-box__container .white-box, .white-box__container .red-box, .white-box__container .blue-box, .white-box__container .btns-group, .white-box__container .btn-add-wrapper {
    width: auto;
  }
}
.layout-sprintax .mfa-on {
  background: #1360a0 !important;
}

.layout-sprintax .alert {
  border-radius: 10px;
}
.layout-sprintax .alert.alert-danger {
  background-color: #eb004e;
  border-color: #eb004e;
  color: #fff !important;
}
.layout-sprintax .alert.alert-danger p {
  color: #fff !important;
}
.alert ul {
  margin-bottom: 0;
}

.h-points {
  display: inline-block;
  text-align: left;
}
.h-points:before {
  content: "";
  display: inline-block;
  width: 20px;
  animation: pulse-dots 1.5s infinite;
}

@keyframes pulse-dots {
  0% {
    content: "";
  }
  25% {
    content: ".";
  }
  50% {
    content: "..";
  }
  75% {
    content: "...";
  }
  100% {
    content: "";
  }
}
.mfa-container .mfa-mfa-info__text {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
}
.mfa-container .mfa-info__list {
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
}

.avatar {
  width: 40px;
  height: 40px;
  margin-right: 15px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  font-weight: 600;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.15);
  text-transform: uppercase;
}
.layout-sprintax .avatar {
  color: #1360a0;
}

h1, p {
  color: #031C2B;
}

.icon-arrow {
  width: 13px;
  height: 8px;
  margin-left: 6px;
  display: inline-block;
  background: url(../assets/img/arrow-down.png);
  background-size: cover;
}

.mfa-toggle {
  padding: 6px 17px !important;
  border-radius: 50px !important;
  font-weight: 500;
  font-size: 14px;
  font-style: normal;
  color: #fff !important;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1) !important;
}
.layout-sprintax .mfa-toggle {
  background: #eb004e;
  border-radius: 10px !important;
}

.mfa-disable {
  padding: 13px 30px !important;
  font-size: 18px !important;
  background: #eb004e !important;
}

.header {
  padding: 25px 40px;
}
@media (min-width: 992px) {
  .header {
    position: absolute;
    right: 5px;
  }
}
@media (max-width: 991px) {
  .header {
    padding: 20px 15px 20px 30px;
    background: #fff;
  }
}
.header p {
  font-size: 20px;
}
.header .hamburger .line {
  width: 40px;
  height: 4px;
  background-color: #031C2B;
  display: block;
  margin: 8px auto;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 575px) {
  .header .hamburger .line {
    width: 20px;
    height: 2px;
    margin: 5px auto;
  }
}
.header .hamburger.is-active .line:first-child {
  -webkit-transform: translateY(13px) rotate(45deg);
  -ms-transform: translateY(13px) rotate(45deg);
  -o-transform: translateY(13px) rotate(45deg);
  transform: translateY(13px) rotate(45deg);
}
.header .hamburger.is-active .line:nth-child(2) {
  opacity: 0;
}
.header .hamburger.is-active .line:last-child {
  -webkit-transform: translateY(-13px) rotate(-45deg);
  -ms-transform: translateY(-13px) rotate(-45deg);
  -o-transform: translateY(-13px) rotate(-45deg);
  transform: translateY(-13px) rotate(-45deg);
}
.header .header--actions li {
  list-style: none;
  padding: 0 15px;
}
.header .header--actions .account__triger .sub-menu {
  min-width: 300px;
  position: absolute;
  top: 50px;
  right: 0;
  z-index: 1;
  border-radius: 10px;
  background: #fff;
  transition: ease 0.5s;
  -webkit-transition: ease 0.5s;
  -o-transition: ease 0.5s;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
  text-align: center;
  opacity: 0;
  visibility: hidden;
}
.header .header--actions .account__triger .sub-menu .name {
  font-size: 16px;
}
.header .header--actions .account__triger .sub-menu .email {
  font-size: 14px;
  color: #6F6F6F;
}
.header .header--actions .account__triger .sub-menu.visible {
  opacity: 1;
  visibility: visible;
}
.header .header--actions .account__triger .sub-menu .logout a {
  width: 100%;
  padding: 15px;
  border-top: 1px solid #e9e9e9;
  border-radius: 0 0 10px 10px;
  font-weight: 500;
  font-size: 18px;
}
.layout-sprintax .header .header--actions .account__triger .sub-menu .logout a {
  color: #eb004e;
}
.layout-sprintax .header .header--actions .account__triger .sub-menu .logout a:hover {
  color: #fff;
  background-color: #eb004e;
}
h1 {
  font-size: 48px;
  font-weight: 700;
}

/*# sourceMappingURL=app.css.map */
