﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */
/* Variablen 
----------------------------------------------------------*/
/*COLORS*/
/*FONT SIZE*/
html * {
  font-family: "Celias", -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol !important;
  -webkit-font-smoothing: antialiased;
  letter-spacing: 0px;
}

/* PRIMARY LAYOUT ELEMENTS   - LAYOUT, NAV, HEADER, FOOTER   
----------------------------------------------------------*/
a {
  outline: none;
}

a img {
  outline: none;
}

.sbps-html-order-life {
  min-height: 100%;
  position: relative;
  background-image: url("../images/Background_1920x1080_cardorder.svg");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-color: #8A3F66;
}

.sbps-html-register {
  position: relative;
  min-height: 100%;
  background-image: url("../images/Background_Macbook-pro_register.svg");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-color: #8E1713;
}

.sbps-html-order-travel {
  position: relative;
  min-height: 100%;
  background-image: url("../images/Background_Macbook_travel.svg");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-color: #2E673E;
}

.sbps-body {
  padding-top: 40px;
  margin-right: auto;
  margin-left: auto;
  background-color: transparent;
  position: relative;
  margin: 0;
  padding-bottom: 100px;
  box-sizing: border-box;
  min-height: 90vh;
}

.container {
  width: 90%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container {
    max-width: 500px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 690px;
  }
  .sbps-main-container {
    /* min-height: 300px;*/
    flex-grow: 0;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 800px;
  }
  .sbps-main-container {
    /* min-height: 400px;*/
    flex-grow: 0;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1040px;
  }
  .sbps-main-container {
    /* min-height: 500px;*/
    flex-grow: 0;
  }
}
@media (min-width: 1500px) {
  .container {
    max-width: 1340px;
  }
  .sbps-main-container {
    /*min-height: 600px;*/
    flex-grow: 0;
  }
}
.sbps-main-container {
  padding: 0px 21px 50px 21px;
  background-color: white;
}

.sbps-white-background {
  background-color: white;
  padding: 40px;
}
@media (max-width: 768px) {
  .sbps-white-background {
    padding: 20px;
  }
}

@media (max-width: 768px) {
  .sbps-html-order-life {
    background-image: url("../images/Background_mobile_cardorder.svg");
  }
  .sbps-html-register {
    background-image: url("../images/Background_mobile_register.svg");
  }
  .sbps-html-order-travel {
    background-image: url("../images/Background_mobile_travel.svg");
  }
  .sbps-body {
    margin-top: 10px;
    padding-bottom: 50px;
  }
}
@media (min-width: 768px) {
  .sbps-html-order-life {
    background-image: url("../images/Background_1152x700_cardorder.svg");
  }
  .sbps-html-register {
    background-image: url("../images/Background_1152x700_register.svg");
  }
  .sbps-html-order-travel {
    background-image: url("../images/Background_1152x700_travel.svg");
  }
}
@media (min-width: 1500px) {
  .sbps-html-order-life {
    background-image: url("../images/Background_1920x1080_cardorder.svg");
  }
  .sbps-html-register {
    background-image: url("../images/Background_Macbook-pro_register.svg");
  }
  .sbps-html-order-travel {
    background-image: url("../images/Background_Macbook_travel.svg");
  }
}
.sbps-clear {
  clear: both;
}

.sbps-cursor-pointer {
  cursor: pointer;
}

.sbps-logo-div {
  display: block;
  float: left;
  text-align: left;
  margin: 0;
}

.sbps-img-logo {
  display: inline;
  float: right;
  text-align: right;
  padding: 0 3 0 0;
  width: auto;
  height: 30px;
}

/*METANAVIGATION - LANGUAGES*/
.sbps-metanavigation {
  margin-top: 0px;
  float: right;
  text-align: right;
  font-size: 13px;
  color: #606060;
}

.sbps-metanavigation a {
  font-size: 14px;
  color: white;
  text-decoration: none;
  /*    font-weight: normal;
  */
}

.sbps-metanavigation a:hover {
  text-decoration: none;
  color: #EAB40F;
}

.sbps-metanavigation a:active {
  text-decoration: none;
  font-weight: normal;
}

.sbps-spacer-vertical-10 {
  margin-bottom: 10px;
}

.sbps-trennstrich-black {
  padding: 0px 5px 0px 0px;
  margin-right: 5px;
  border-right: 1px solid #606060;
  font-size: 10px;
}

.sbps-trennstrich-grey {
  padding: 0px 5px 0px 0px;
  margin-right: 5px;
  border-right: 1px solid #999999;
  font-size: 10px;
}

/*NAV*/
.sbps-nav-mobile {
  display: block;
  border-bottom: 1px solid #dedede;
  color: #999;
  box-sizing: border-box;
  margin: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  list-style-type: none;
  font-size: 16px;
  background-color: #EEEEEE;
}

.sbps-subnav {
  background-color: #F9F9F9;
}

.navbar-light .navbar-toggler {
  border: none;
}

@media (max-width: 767px) {
  .sbps-navbar-toggler {
    border: none;
    outline: none;
  }
  .sbps-navbar-toggler:focus {
    border: none;
    outline: none;
  }
  .navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='white' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
  }
  .navbar-light .navbar-toggler-icon:active {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(227, 4, 19, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
  }
}
/* FOOTER*/
.sbps-footer {
  display: inline;
  color: #606060;
  margin-top: auto;
  text-align: left;
  font-size: 9px;
  position: absolute;
  bottom: 0;
  height: 120px;
  padding-bottom: 30px;
  padding-top: 30px;
  width: 100%;
}

.sbps-footer-mobile {
  display: inline;
  color: #606060;
  margin-top: auto;
  text-align: left;
  font-size: 9px;
  /*-webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;*/
}

.sbps-footer a {
  color: white;
  font-size: 12px;
  text-decoration: none;
  font-weight: 700;
}

.sbps-footer a:hover {
  color: #EAB40F !important;
  cursor: pointer;
}

.sbps-footer-mobile-font {
  display: block;
  text-align: center;
  color: white !important;
  box-sizing: border-box;
  margin: 0px;
  padding-top: 10px;
  list-style-type: none;
  font-size: 16px;
}
.sbps-footer-mobile-font > a {
  color: white !important;
  font-style: normal;
  text-decoration: none;
  cursor: pointer;
}

.sbps-footer-mobile-font:hover > a {
  color: #EAB40F !important;
}

.sbps-footer-mobile-last {
  display: block;
  color: white;
  text-align: center;
  box-sizing: border-box;
  margin: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  list-style-type: none;
  font-size: 16px;
}

.sbps-yellow-hover:hover {
  color: #EAB40F;
}

.sbps-font-small {
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  color: #606060;
  text-decoration: none;
}

.sbps-no-border {
  border: 0px solid transparent;
}

.sbps-modal {
  text-align: center;
  padding: 20px;
  background: rgba(255, 255, 255, 0.5) !important;
  min-height: 100%;
  min-width: 100%;
}

.sbps-modal:before {
  content: "";
  display: inline-block;
  height: auto;
  vertical-align: middle;
  margin-right: -4px;
}

.sbps-modal-dialog {
  display: inline-block;
  text-align: center;
  height: auto;
  max-width: 500px;
  width: auto;
  background-color: #F8F9FA;
  /*        border-radius: 30px;
  */
}

.sbps-modal-content {
  display: inline-block;
  padding: 20px;
  text-align: center;
  vertical-align: middle;
  margin-top: 50px;
  height: 100%;
  background-color: transparent;
  border: none;
}

.modal-backdrop.modal-backdrop-fullscreen {
  background: #ffffff;
}

/* Buttons*/
.sbps-btn {
  font-family: "Celias-Regular" !important;
  background-color: #CE3333;
  color: white;
  text-decoration: none;
  font-size: 16px;
  /*    text-align: center;
  */
  font-weight: bold;
  margin: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 8px;
  padding-right: 8px;
  border: 0px none;
  cursor: pointer;
  white-space: normal;
  word-wrap: break-word;
  overflow: hidden;
  display: inline-block;
  position: relative;
  appearance: none;
  -webkit-appearance: none;
  vertical-align: top;
  text-align: center;
}
.sbps-btn > span {
  font-family: "Celias-Regular" !important;
  color: transparent;
  text-decoration: none;
  font-size: 16px;
  text-align: center;
  font-weight: bold;
  z-index: 200;
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 12px;
  padding-bottom: 12px;
}
@media (max-width: 400px) {
  .sbps-btn > span {
    padding-left: 5px;
    padding-right: 5px;
  }
}
.sbps-btn a > span {
  font-family: "Celias-Regular" !important;
  color: white;
  text-decoration: none;
  font-size: 16px;
  text-align: center;
  font-weight: bold;
  z-index: 200;
  position: absolute;
  padding-left: 25px;
  padding-right: 25px;
  padding-bottom: 12px;
}
@media (max-width: 400px) {
  .sbps-btn a > span {
    padding-left: 5px;
    padding-right: 5px;
  }
}

.sbps-btn:hover {
  color: white;
  text-decoration: none;
}

.sbps-btn:before {
  content: "";
  width: 200px;
  height: 200px;
  top: 50%;
  left: 50%;
  opacity: 0.2;
  background-color: #1E1E1E;
  position: absolute;
  /*        z-index:-1;
      */
  transform: translate(-50%, -50%) scale(0);
  border-radius: 50%;
  transition: 0s;
}

.sbps-btn-large:before {
  width: 250px !important;
}

.sbps-btn:hover:before {
  transition: 2s;
  opacity: 1;
  transform: translate(-50%, -50%) scale(2);
  background-color: #8A3F66;
}

.sbps-btn-register:hover:before {
  background-color: #8E1713 !important;
}

.sbps-btn-travel:hover:before {
  background-color: #2E673E !important;
}

.sbps-btn:active, .sbps-btn:focus {
  color: white;
  font-size: 16px;
  text-decoration: none;
}

.sbps-btn.disabled, .sbps-btn:disabled {
  opacity: 0.33;
  background-color: grey;
}

.sbps-btn-secondary {
  font-family: "Celias-Regular" !important;
  background: transparent;
  color: #CE3333;
  text-decoration: none;
  font-size: 16px;
  text-align: center;
  font-weight: bold;
  margin: 0;
  padding: 10px;
  width: auto;
  min-width: 150px;
  height: 44px;
  border: 2px solid #CE3333;
  cursor: pointer;
}

.sbps-btn-secondary:hover {
  background: transparent;
  color: #CE3333;
  box-shadow: 0px 0px 0px rgba(255, 255, 255, 0);
  font-size: 17px;
  text-decoration: none;
}

.sbps-btn-secondary:active .sbps-btn-secondary:focus {
  background-color: #606060;
  color: white;
  font-size: 16px;
  text-decoration: none;
}

.sbps-btn-large {
  min-width: 240px;
  /*    height: 50px;
  */
}

.sbps-btn-wide {
  width: 240px;
}

.sbps-btn-220 {
  width: 220px;
}

.sbps-btn-disabled {
  background-color: #B5B5AF;
  /*border-radius: 3px;*/
  pointer-events: visible;
}
.sbps-btn-disabled > a {
  pointer-events: none;
}
.sbps-btn-disabled > div {
  pointer-events: visible;
}

.sbps-btn-clicked {
  font-family: "Celias-Regular" !important;
  background-color: #CE3333;
  color: white;
  text-decoration: none;
  font-size: 16px;
  /*    text-align: center;
  */
  font-weight: bold;
  margin: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 8px;
  padding-right: 8px;
  border: 0px none;
  cursor: pointer;
  white-space: normal;
  word-wrap: break-word;
  overflow: hidden;
  display: inline-block;
  position: relative;
  appearance: none;
  -webkit-appearance: none;
  vertical-align: top;
  text-align: center;
}
.sbps-btn-clicked > span {
  font-family: "Celias-Regular" !important;
  color: transparent;
  text-decoration: none;
  font-size: 16px;
  text-align: center;
  font-weight: bold;
  z-index: 200;
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 12px;
  padding-bottom: 12px;
}
@media (max-width: 400px) {
  .sbps-btn-clicked > span {
    padding-left: 5px;
    padding-right: 5px;
  }
}
.sbps-btn-clicked a > span {
  font-family: "Celias-Regular" !important;
  color: white;
  text-decoration: none;
  font-size: 16px;
  text-align: center;
  font-weight: bold;
  z-index: 200;
  position: absolute;
  padding-left: 25px;
  padding-right: 25px;
  padding-bottom: 12px;
}
@media (max-width: 400px) {
  .sbps-btn-clicked a > span {
    padding-left: 5px;
    padding-right: 5px;
  }
}

@media (max-width: 480px) {
  .sbps-btn-large {
    width: 100%;
  }
  .sbps-btn-wide {
    width: 100%;
  }
}
/* FONTS*/
.sbps-h1 {
  font-size: 32px;
  line-height: 36px;
  letter-spacing: 0px;
  line-height: 36px;
  letter-spacing: 0px;
  color: #303030;
  font-family: "Celias-Bold" !important;
  margin-bottom: 20px;
}

.sbps-h2 {
  font-size: 24px;
  line-height: 28px;
  letter-spacing: 0px;
  color: #303030;
  font-family: "Celias-Bold" !important;
  margin-bottom: 30px;
}

.sbps-h3 {
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 0px;
  color: #303030;
  font-family: "Celias-Bold" !important;
  margin-bottom: 30px;
}

.sbps-h1-fit {
  font-size: 32px;
  line-height: 36px;
  letter-spacing: 0px;
  line-height: 36px;
  letter-spacing: 0px;
  color: #303030;
  font-family: "Celias-Bold" !important;
}

@media (max-width: 768px) {
  .sbps-h1-fit {
    font-size: 25px;
    line-height: 24px;
    letter-spacing: 0px;
  }
}
.sbps-h2-fit {
  font-size: 25px;
  line-height: 24px;
  letter-spacing: 0px;
  color: #303030;
  font-family: "Celias-Bold" !important;
}

@media (max-width: 768px) {
  .sbps-h2-fit {
    font-size: 20px;
    line-height: 22px;
    letter-spacing: 0px;
  }
}
.sbps-text {
  font-size: 17px;
  color: #606060;
}

.sbps-bold {
  font-weight: 700;
}

.sbps-text-bigger {
  font-size: 20px;
  color: #606060;
}

.sbps-text-small {
  font-size: 14px;
  color: #606060;
  line-height: 22px;
}

.sbps-text-small-2 {
  font-size: 13px;
  color: #606060;
}

.sbps-text-realy-small {
  font-size: 12px;
  color: #606060;
}

.sbps-mark-text {
  background-color: #EAB40F;
}

.sbps-accordion-text {
  font-size: 15px;
  font-weight: normal;
  color: #606060;
  letter-spacing: 32px;
}

.sbps-accordion-titel {
  font-size: 15px;
  font-weight: 600;
  color: #606060;
  cursor: pointer;
}

.sbps-red-underline {
  color: #CE3333;
  text-decoration: underline;
}

.sbps-red {
  color: #CE3333 !important;
}

.sbps-travelblue {
  color: #58ABB5 !important;
}

.sbps-white {
  color: white !important;
}

.sbps-green {
  color: #228B22 !important;
}

.sbps-green-border {
  border-color: #228B22 !important;
  border-width: 2px;
}

.sbps-red-border {
  border-color: #CE3333 !important;
  border-width: 2px;
}

.sbps-transparent-70 {
  opacity: 0.3;
}

.sbps-red-background {
  background-color: #CE3333;
}

.sbps-color-inactiv {
  color: #999999;
}

/* Form Controls*/
.sbps-form-control {
  font-size: 17px;
  color: #606060;
}

.sbps-form-control:focus {
  border-color: rgba(227, 4, 19, 0.7);
  box-shadow: 0px 0px 0px rgba(255, 255, 255, 0);
  outline: 0 none;
}

.sbps-textarea-customerform {
  min-height: 35vh;
}

.sbps-checkbox {
  margin: 7px 10px 5px 5px;
}

.sbps-register-checkbox {
  margin-left: -38px;
  padding-top: 2px;
}
@media (max-width: 1200px) {
  .sbps-register-checkbox {
    margin-left: -24px;
    padding-top: 2px;
  }
}
@media (max-width: 992px) {
  .sbps-register-checkbox {
    margin-left: -5px;
    padding-top: 2px;
  }
}
@media (max-width: 768px) {
  .sbps-register-checkbox {
    margin-left: 0px;
    padding-top: 2px;
  }
}

.sbps-select {
  -webkit-appearance: none;
  -moz-appearance: none;
  font-family: Celias-Regular !important;
}
.sbps-select .option {
  -webkit-appearance: none;
  -moz-appearance: none;
  font-family: Celias-Regular !important;
}

select > option {
  -webkit-appearance: none;
  -moz-appearance: none;
  font-family: Celias-Regular !important;
}

.form-check:checked ~ .form-check-label::before {
  color: #CE3333;
  border-color: #CE3333;
}

.form-check-label:before {
  background-color: #CE3333;
}

.form-check-inline .form-check-input {
  color: #CE3333;
  border-color: #CE3333;
  background-color: #CE3333;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #CE3333;
}

/* Label, Textfields etc*/
.sbps-label {
  margin-top: 4px;
  margin-bottom: 2px;
  color: #606060;
  font-size: 17px;
}

/* Links*/
.sbps-a-underline {
  color: #CE3333;
  text-decoration: underline !important;
}

.sbps-a-underline:hover {
  color: #8E1713;
  text-decoration: underline;
}

.sbps-a {
  color: #CE3333;
  font-weight: bold;
  text-decoration: none;
  background-color: transparent;
}

.sbps-a:hover {
  color: #8E1713;
  font-weight: bold;
  text-decoration: underline;
  background-color: transparent;
  cursor: pointer;
}

.sbps-a-red {
  color: #CE3333;
  font-weight: bold;
  text-decoration: none;
  background-color: transparent;
}

.sbps-a-red:hover {
  color: #CE3333;
  font-weight: bold;
  text-decoration: underline;
  background-color: transparent;
  cursor: pointer;
}

.sbps-a:active {
  color: inherit;
  font-weight: bold;
  text-decoration: none;
  background-color: transparent;
  text-decoration: none;
}

.sbps-popuplink {
  font-size: 16px;
  color: #000000;
  font-weight: normal;
  text-decoration: none;
  display: block;
  padding: 5px 10px 5px 10px;
}

.sbps-popuplink:visited {
  color: #000000;
}

.sbps-popuplink:hover {
  color: #ff0000;
  text-decoration: none;
}

.sbps-popuplink2 {
  font-size: 16px;
  color: #000000;
  font-weight: normal;
  text-decoration: none;
}

.sbps-popuplink2:visited {
  color: #000000;
}

.sbps-popuplink2:hover {
  color: #ff0000;
  text-decoration: none;
}

.sbps-active-nav-link {
  color: white;
  font-weight: bold;
  font-size: 16px;
  padding: 8px 20px;
  display: block;
  text-decoration: none;
  background-color: #CE3333;
}

.sbps-active-nav-link:hover {
  color: white;
  text-decoration: none;
}

.sbps-active-nav-link:active {
  font-weight: bold;
  color: white;
  text-decoration: none;
}

.sbps-nav-link {
  color: black;
  font-weight: bold;
  font-size: 16px;
  padding: 8px 20px;
  display: block;
  text-decoration: none;
}

.sbps-nav-link:active, .sbps-nav-link:hover {
  font-weight: bold;
  color: black;
  text-decoration: underline;
}

.sbps-nav-link-mobile {
  color: black;
  font-weight: bold;
  font-size: 16px;
  padding: 0px;
  display: block;
  text-decoration: none;
}

.sbps-nav-link-mobile:active, .sbps-nav-link-mobile:hover {
  font-weight: bold;
  color: #CE3333;
  text-decoration: underline;
}

.sbps-active-nav-link-mobile {
  color: #CE3333;
  font-weight: bold;
  font-size: 16px;
  padding: 0px;
  display: block;
  text-decoration: none;
  background-color: none;
}

.sbps-active-nav-link-mobile:active, .sbps-active-nav-link-mobile:hover {
  font-weight: bold;
  color: #CE3333;
  text-decoration: underline;
}

.sbps-active-nav-link:hover, .sbps-active-nav-link:active {
  color: white;
  text-decoration: underline;
}

/* Images*/
.img-responsive {
  width: 100%;
  height: auto;
}

.sbps-img-card {
  max-width: 350px;
}

/* Backgrounds*/
.sbps_darkgrey_background {
  background-color: #EEEEEE;
}

/*BREAD CRUMB*/
.sbps-breadcrumb {
  background-color: transparent;
}

.sbps-breadcrumb-item {
  text-decoration: none;
  color: #606060;
  font-size: 12px;
}

.sbps-breadcrumb-item:hover {
  color: #CE3333;
  font-size: 12px;
}

.sbps-breadcrumb-item-active {
  color: #CE3333;
  font-size: 12px;
}

.sbps-breadcrumb-item + .sbps-breadcrumb-item-active::before {
  display: inline-block;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  color: #606060;
  content: " > ";
}

.sbps-breadcrumb-item-nav {
  text-decoration: none;
  color: #606060;
  font-size: 12px;
}

.sbps-breadcrumb-item-nav:hover {
  color: #CE3333;
  font-size: 12px;
}

.sbps-breadcrumb-item-nav::before {
  display: inline-block;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  color: #606060;
  content: " > ";
}

/*TOOLTIP*/
.sbps-z-100 {
  z-index: 100;
}

.tooltip-main {
  /*    border-radius: 0px;
  */
  font-weight: 700;
  background: #f3f3f3;
  /*  border: 1px solid #737373;*/
  color: #737373;
  margin: 4px 4px 0 5px;
  float: right;
  text-align: left !important;
  padding: 50px;
}

.tooltip-qm {
  float: left;
  margin: -2px 0px 3px 4px;
  font-size: 12px;
}

.tooltip-inner {
  font-size: 12px;
  background: none;
  z-index: 50;
  border-radius: 3px;
  color: #333333;
  text-align: left;
  line-height: 1.5em;
  border: none;
  max-width: 700px;
}

.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^=right] .arrow::before {
  color: none;
  border-bottom-color: none;
  background: none;
}

.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^=left] .arrow::before {
  color: none;
  border-bottom-color: none;
  background: none;
}

.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^=bottom] .arrow::before {
  color: none;
  border-bottom-color: none;
  background: none;
}

.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^=top] .arrow::before {
  color: none;
  border-bottom-color: none;
  background: none;
}

.tooltip-arrow-hide {
  display: none !important;
}

.tooltip.show {
  opacity: 1;
}

.tooltip::after {
  content: "";
}

.sbps-tooltip-background-bottom > .tooltip-inner {
  background-image: url("../images/Tooltip_bottom.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  color: white;
  font-size: 10px;
  margin-top: -70px;
  padding: 80px 50px 50px 50px;
  width: 300px;
  height: 200px;
  z-index: 10;
  max-width: 700px;
}

.sbps-tooltip-background-bottom-red > .tooltip-inner {
  background-image: url("../images/Tooltip_bottom_red.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  color: white;
  font-size: 10px;
  margin-top: -70px;
  padding: 80px 50px 50px 50px;
  width: 300px;
  height: 200px;
  z-index: 10;
  max-width: 700px;
}

.sbps-tooltip-background-bottom-touch > .tooltip-inner {
  padding: 80px 50px 50px 50px;
  width: 360px !important;
  height: 240px !important;
  font-size: 12px !important;
  margin-top: -220px !important;
  max-width: 700px;
}
@media (max-width: 568px) {
  .sbps-tooltip-background-bottom-touch > .tooltip-inner {
    width: 100% !important;
    height: auto !important;
    min-height: 280px !important;
  }
}

.sbps-tooltip-large > .tooltip-inner {
  background-image: url("../images/Tooltip_bottom.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  color: white;
  font-size: 10px;
  margin-top: -70px;
  padding: 80px 50px 50px 50px;
  width: 340px;
  height: 225px;
  z-index: 10;
  max-width: 700px;
}

.sbps-tooltip-large-touch > .tooltip-inner {
  background-image: url("../images/Tooltip_bottom.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  color: white;
  font-size: 13px;
  margin-top: -70px;
  padding: 80px 50px 50px 50px;
  width: 460px;
  height: 304px;
  z-index: 10;
  max-width: 700px;
}
@media (max-width: 568px) {
  .sbps-tooltip-large-touch > .tooltip-inner {
    width: 100%;
    height: auto;
    min-height: 280px;
  }
}

/* LOGIN   */
.loginNameContainer {
  width: auto;
  float: left;
  margin-left: 16px;
}
@media (max-width: 768px) {
  .loginNameContainer {
    float: initial;
    margin-left: 0px;
    margin-bottom: 10px;
  }
}

.sbps-login-white {
  color: white;
  font-weight: bold;
}

.sbps-login-white:hover {
  color: #EAB40F;
}

.sbps-header-container {
  width: 100%;
  background-color: transparent !important;
}

@media (min-width: 992px) {
  .loginNameContainer {
    width: 305px;
    margin: 0;
  }
}
@media (max-width: 768px) {
  .sbps-header-container {
    padding: 0;
  }
}
.sbps-login-modal {
  background: rgba(255, 255, 255, 0.6) !important;
}

.sbps-scroll-y {
  width: auto;
  overflow-y: scroll;
}

.sbps-fixed-col {
  position: fixed;
  overflow-y: scroll;
}

.column-scroll {
  overflow: auto;
}

.column-image {
  display: flex;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  padding-right: 15px;
  padding-left: 15px;
}

.sbps-image-registration {
  border: none;
  margin-left: 10px;
  position: relative;
  top: -3px;
  display: none;
}

/* ORDER CARD  */
.sbps-ordercard-body {
  margin-top: -50px;
  background-color: transparent;
}

.sbps-fixed-div {
  width: auto;
  height: auto;
  position: -webkit-sticky; /* Safari */
  position: sticky;
  top: 0;
}

@keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}
.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: spinner-border 0.75s linear infinite;
  animation: spinner-border 0.75s linear infinite;
}

.spinner-border-thin {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: 0.15em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: spinner-border 0.75s linear infinite;
  animation: spinner-border 0.75s linear infinite;
}

/* Star DIV  */
.star-div {
  border: none;
  min-height: 400px;
  height: 100%;
  width: 100%;
  margin: 20px;
  border-radius: 50%;
  background-color: white;
}

/* do onboarding  */
.sbps-onboarding-codeDiv > div {
  padding: 5px;
  padding-top: 10px;
  margin-left: 16px;
  width: 70%;
  height: 50px;
  border: 1px solid #CE3333;
  color: #CE3333;
  background-color: #EEEEEE;
  font-size: 25px;
  text-align: center;
  width: 280px;
}
@media (max-width: 767px) {
  .sbps-onboarding-codeDiv > div {
    width: 100%;
  }
}

.sbps-onboarding-qrcode {
  width: 100px;
  height: auto;
}

.sbps-onboarding-qrcode-big {
  width: 150px;
  height: auto;
}

.sbps-onboarding-phone-div {
  width: 70%;
  height: 50px;
  background-color: #EEEEEE;
  font-size: 25px;
  padding-top: 8px;
  text-align: center;
  width: 280px;
}
@media (max-width: 767px) {
  .sbps-onboarding-phone-div {
    width: 100%;
  }
}

.sbps-onboarding-circle {
  height: 40px;
  width: auto;
  padding-bottom: 5px;
}

@media (min-width: 992px) {
  .sbps-Onboarding-success-div {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .sbps-Onboarding-success-div {
    width: 70%;
  }
}
@media (max-width: 480px) {
  .sbps-Onboarding-success-div {
    width: 100%;
  }
}
.sbps-header-circle {
  height: 25px;
  width: auto;
  margin-right: 6px;
}

.sbps-img-redLine {
  height: auto;
  width: 100px;
  margin-left: 12px;
  margin-right: 12px;
}

.sbps-tan-input-div {
  margin-top: 25px;
  margin-bottom: 25px;
}
@media (max-width: 480px) {
  .sbps-tan-input-div {
    padding-right: 0px;
  }
}

.sbps-tan-number {
  width: 52px;
  height: 70px;
  margin: 3px;
  font-size: 35px;
  display: unset;
}
@media (max-width: 992px) {
  .sbps-tan-number {
    margin: 2px;
    font-size: 27px;
    width: 42px;
    height: 60px;
  }
}
@media (max-width: 450px) {
  .sbps-tan-number {
    margin: 2px;
    font-size: 22px;
    width: 28px;
    height: 45px;
    padding: 5px;
  }
}
@media (max-width: 350px) {
  .sbps-tan-number {
    margin: 1px;
    font-size: 16px;
    width: 25px;
    height: 35px;
    padding: 6px;
  }
}

.sbps-tan-number-profil {
  width: 42px;
  height: 55px;
  margin: 2px;
  font-size: 26px;
  display: unset;
  /*
  @media (max-width: 992px) {
      margin: 2px;
      font-size: 27px;
      width: 42px;
      height: 60px;
  }*/
}
@media (max-width: 500px) {
  .sbps-tan-number-profil {
    margin: 1px;
    font-size: 20px;
    width: 32px;
    height: 40px;
    padding: 8px;
  }
}

.sbps-tan-tooltip {
  width: 17px;
  height: 17px;
  margin-left: 20px;
  margin-top: 50px;
  margin-bottom: auto;
  z-index: 2000;
}
@media (max-width: 480px) {
  .sbps-tan-tooltip {
    margin-top: 35px;
  }
}

.sbps-tooltip-icon {
  z-index: 2001;
  position: absolute;
  cursor: pointer;
}

.sbps-disabled-link {
  pointer-events: none;
  color: lightgrey !important;
}

.sbps-registration-nav-link {
  cursor: pointer;
}

.sbps-order-process {
  background-image: url("../images/process_bg.svg");
  background-repeat: repeat;
  background-size: 100% 100%;
}

.sbps-order-process-bar {
  margin-top: -4px;
  /*        height:100%;;
  */
  width: 100%;
}

.sbps-conditions-images-div {
  position: relative;
  min-height: 250px;
  margin-top: 20px;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .sbps-conditions-images-div {
    margin-left: 20px;
  }
}
@media (max-width: 767px) {
  .sbps-conditions-images-div {
    min-height: 230px;
  }
}
@media (max-width: 520px) {
  .sbps-conditions-images-div {
    min-height: 250px;
  }
}
@media (max-width: 420px) {
  .sbps-conditions-images-div {
    min-height: 190px;
  }
}
@media (max-width: 380px) {
  .sbps-conditions-images-div {
    min-height: 160px;
    margin-top: 0px;
  }
}

.sbps-conditions-images-div-registered-outer {
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 992px) {
  .sbps-conditions-images-div-registered-outer {
    padding-left: 70px;
    padding-right: 70px;
  }
}
@media (max-width: 500px) {
  .sbps-conditions-images-div-registered-outer {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 400px) {
  .sbps-conditions-images-div-registered-outer {
    padding-left: 0px;
    padding-right: 0px;
  }
}

.sbps-conditions-images-div-registered {
  position: relative;
  min-height: 350px;
  margin-top: 20px;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .sbps-conditions-images-div-registered {
    min-height: 250px;
  }
}
@media (max-width: 520) {
  .sbps-conditions-images-div-registered {
    min-height: 200px;
  }
}
@media (max-width: 400) {
  .sbps-conditions-images-div-registered {
    min-height: 150px;
  }
}

.sbps-conditions-card {
  margin-top: 10%;
  margin-left: 10%;
  position: absolute;
  z-index: 2;
  width: 65%;
}
@media (min-width: 992px) {
  .sbps-conditions-card {
    width: 65%;
  }
}
@media (max-width: 1200px) {
  .sbps-conditions-card {
    width: 65%;
  }
}
@media (max-width: 992px) {
  .sbps-conditions-card {
    width: 65%;
  }
}

.sbps-conditions-vieleck {
  position: absolute;
  z-index: 1;
  width: 80%;
}
@media (min-width: 992px) {
  .sbps-conditions-vieleck {
    width: 85%;
  }
}
@media (max-width: 1200px) {
  .sbps-conditions-vieleck {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .sbps-conditions-vieleck {
    width: 80%;
  }
}

.sbps-conditions-text {
  position: absolute;
  z-index: 3;
  width: 100%;
  font-size: 14px;
  color: white;
  font-style: bold;
  margin-top: 53%;
  margin-left: 30%;
  margin-right: 28%;
  width: 35%;
  line-height: 18px;
}
@media (max-width: 1200px) {
  .sbps-conditions-text {
    margin-left: 30%;
    margin-top: 51%;
    font-size: 13px;
  }
}
@media (max-width: 992px) {
  .sbps-conditions-text {
    margin-left: 30%;
    margin-top: 53%;
    font-size: 12px;
    line-height: 13px;
  }
}
@media (max-width: 765px) {
  .sbps-conditions-text {
    font-size: 11px;
    line-height: 12px;
  }
}
@media (max-width: 520px) {
  .sbps-conditions-text {
    /*margin-top: 65%;*/
    font-size: 10px;
    line-height: 13px;
    margin-left: 39%;
    margin-top: 65%;
  }
}
@media (max-width: 400px) {
  .sbps-conditions-text {
    /*margin-top: 65%;*/
    font-size: 10px;
    line-height: 11px;
    font-weight: normal;
  }
}

.sbps-conditions-text-registered {
  position: absolute;
  z-index: 3;
  width: 100%;
  font-size: 14px;
  color: white;
  font-style: bold;
  margin-top: 52%;
  margin-left: 30%;
  margin-right: 28%;
  width: 35%;
  line-height: 18px;
}
@media (max-width: 520px) {
  .sbps-conditions-text-registered {
    font-size: 12px;
    line-height: 13px;
    margin-left: 33%;
    margin-top: 58%;
  }
}
@media (max-width: 400px) {
  .sbps-conditions-text-registered {
    font-size: 10px;
    line-height: 11px;
    font-weight: normal;
  }
}

.sbps-conditions-voucher {
  position: absolute;
  z-index: 3;
  width: 50%;
  margin-left: 64%;
  margin-top: 40%;
}
@media (min-width: 992px) {
  .sbps-conditions-voucher {
    width: 50%;
  }
}
@media (max-width: 1200px) {
  .sbps-conditions-voucher {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .sbps-conditions-voucher {
    width: 50%;
  }
}
@media (max-width: 520px) {
  .sbps-conditions-voucher {
    margin-left: 74%;
  }
}

.sbps-voucher-condition-text {
  position: absolute;
  z-index: 4;
  width: 40%;
  margin-left: 70%;
  margin-top: 42%;
  color: white;
  font-size: 13px;
  padding: 15px;
  line-height: 18px;
}
@media (max-width: 1200px) {
  .sbps-voucher-condition-text {
    font-size: 12px;
    margin-top: 45%;
  }
}
@media (max-width: 992px) {
  .sbps-voucher-condition-text {
    width: 45%;
    margin-top: 45%;
    margin-left: 73%;
    line-height: 16px;
  }
}
@media (max-width: 768px) {
  .sbps-voucher-condition-text {
    margin-top: 45%;
    width: 45%;
    margin-left: 70%;
  }
}
@media (max-width: 520px) {
  .sbps-voucher-condition-text {
    margin-left: 80%;
    font-size: 9px;
    line-height: 13px;
    margin-top: 40%;
  }
}

/*Onbaording Animation Images*/
.sbps-anim-vieleck {
  position: absolute;
  z-index: 1;
  width: 50%;
  height: auto;
  top: 75px;
  left: 10%;
}
.sbps-anim-vieleck > p {
  z-index: 2;
  position: absolute;
  padding: 32px;
  margin-top: 10px;
  margin-right: 50%;
  width: 90%;
  font-weight: bold;
  color: white;
  font-size: 12px;
}
@media (max-width: 576px) {
  .sbps-anim-vieleck {
    width: 40%;
  }
}

.sbps-vieleck-blink-anim {
  animation: blink-animation 5600ms ease-in alternate-reverse infinite;
  -webkit-animation: blink-animation 5600ms ease-in alternate-reverse infinite;
}

.sbps-anim-card {
  position: absolute;
  z-index: 4;
  width: 33%;
  height: auto;
  top: 88px;
  left: 5%;
  margin-left: 7%;
}

.sbps-slide-from-left-card {
  /* for chrome and safari*/
  -webkit-animation: slideinFromLeft 300ms cubic-bezier(0.31, 0.2, 0.59, 1) forwards;
  /*for firefox*/
  -moz-animation: slideinFromLeft 300ms cubic-bezier(0.31, 0.2, 0.59, 1) forwards;
  /* for opera*/
  -o-animation: slideinFromLeft 300ms cubic-bezier(0.31, 0.2, 0.59, 1) forwards;
  /* Standard syntax*/
  animation: slideinFromLeft 300ms cubic-bezier(0.31, 0.2, 0.59, 1) forwards;
}

.sbps-anim-phone {
  position: absolute;
  z-index: 3;
  width: 65%;
  height: auto;
  left: 85%;
  top: -20px;
}

.sbps-slide-from-right-phone {
  animation-delay: 800ms;
  /* for chrome and safari*/
  -webkit-animation: slideinFromRight 300ms cubic-bezier(0.31, 0.2, 0.59, 1) forwards;
  /*for firefox*/
  -moz-animation: slideinFromRight 300ms cubic-bezier(0.31, 0.2, 0.59, 1) forwards;
  /* for opera*/
  -o-animation: slideinFromRight 300ms cubic-bezier(0.31, 0.2, 0.59, 1) forwards;
  /* Standard syntax*/
  animation: slideinFromRight 300ms cubic-bezier(0.31, 0.2, 0.59, 1) forwards;
}

.sbps-anim-phoneContent {
  position: absolute;
  z-index: 2;
  width: 43%;
  height: auto;
  left: 54%;
  top: 20px;
}

/**/
@media (min-width: 992px) {
  .sbps-anim-phoneContent {
    width: 50%;
  }
  .sbps-anim-phone {
    width: 75%;
  }
  .sbps-anim-card {
    width: 45%;
    left: 7%;
  }
  .sbps-anim-vieleck {
    width: 60%;
  }
  .sbps-anim-vieleck > p {
    font-size: 14px;
    width: 100%;
    padding-right: 80px;
  }
}
@media (max-width: 1500px) {
  .sbps-anim-phoneContent {
    width: 55%;
    left: 55%;
  }
  .sbps-anim-phone {
    width: 83%;
  }
  .sbps-anim-card {
    width: 51%;
    left: 8%;
  }
  .sbps-anim-vieleck {
    width: 65%;
  }
  .sbps-anim-vieleck > p {
    font-size: 14px;
    width: 80%;
    padding-right: 35px;
  }
}
@media (max-width: 1200px) {
  .sbps-anim-phoneContent {
    width: 60%;
    left: 56%;
    top: 14px;
  }
  .sbps-anim-phone {
    width: 90%;
  }
  .sbps-anim-card {
    width: 57%;
    top: 65px;
    left: 8%;
    margin-left: 0px;
  }
  .sbps-anim-vieleck {
    width: 70%;
    top: 55px;
    left: 0%;
  }
  .sbps-anim-vieleck > p {
    font-size: 11px;
    width: 90%;
    padding-left: 20px;
  }
}
@media (max-width: 992px) {
  .sbps-anim-phoneContent {
    width: 58%;
    left: 56%;
    top: 0px;
  }
  .sbps-anim-phone {
    width: 85%;
  }
  .sbps-anim-card {
    width: 53%;
    top: 35px;
    left: 8%;
  }
  .sbps-anim-vieleck {
    width: 75%;
    top: 15px;
  }
  .sbps-anim-vieleck > p {
    font-size: 10px;
    padding-top: 20px;
    width: 85%;
  }
}
.sbps-onboarding-animationDiv {
  display: flex;
  align-items: baseline;
  justify-content: left;
  margin-top: -30px;
  max-width: 500px;
}
@media (max-width: 1200px) {
  .sbps-onboarding-animationDiv {
    margin-top: 0px;
  }
}

@keyframes blink-animation {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  60% {
    opacity: 0.58;
  }
  65% {
    opacity: 0;
  }
  70% {
    opacity: 0.4;
  }
  75% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink-animation {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  60% {
    opacity: 0.58;
  }
  65% {
    opacity: 0;
  }
  70% {
    opacity: 0.4;
  }
  75% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes slideinFromLeft {
  from {
    margin-left: 0%;
  }
  to {
    margin-left: 50%;
  }
}
@-moz-keyframes slideinFromLeft {
  from {
    margin-left: 0%;
  }
  to {
    margin-left: 50%;
  }
}
@-o-keyframes slideinFromLeft {
  from {
    margin-left: 0%;
  }
  to {
    margin-left: 50%;
  }
}
@keyframes slideinFromLeft {
  from {
    margin-left: 0%;
  }
  to {
    margin-left: 50%;
  }
}
@-webkit-keyframes slideinFromRight {
  from {
    left: 85%;
  }
  to {
    left: 45%;
  }
}
@-moz-keyframes slideinFromRight {
  from {
    left: 85%;
  }
  to {
    left: 45%;
  }
}
@-o-keyframes slideinFromRight {
  from {
    left: 85%;
  }
  to {
    left: 45%;
  }
}
@keyframes slideinFromRight {
  from {
    left: 85%;
  }
  to {
    left: 45%;
  }
}
/*AUTHENTICATION*/
.sbps-authentication-dialog {
  height: 450px;
}
@media (max-width: 476px) {
  .sbps-authentication-dialog {
    height: auto;
  }
}
@media (max-width: 476px) {
  .sbps-authentication-dialog {
    max-height: none;
  }
}

.sbps-authentication-dialog-content {
  height: 560px;
  /*    min-height: calc(100% - (1.75rem * 2));
  */
  display: flex;
  align-content: space-between;
  /*    justify-content: center;
  */
  flex-direction: column;
}
@media (max-width: 476px) {
  .sbps-authentication-dialog-content {
    height: auto;
    max-height: none;
  }
}
.sbps-authentication-dialog-content .sbps-authentication-dialog-flex-1 {
  flex: 1;
}
.sbps-authentication-dialog-content .sbps-transparent-card {
  border: none;
}
.sbps-authentication-dialog-content .sbps-transparent-card .card-header {
  background-color: transparent;
  border: none;
}
.sbps-authentication-dialog-content .sbps-authentication-grey-box {
  display: flex;
  align-content: space-between;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

.sbps-phishing-div {
  position: fixed;
  bottom: 16px;
  right: 16px;
  max-height: -webkit-calc(100% - 200px);
  max-height: calc(100% - 200px);
  overflow: auto;
  background-color: #fff;
  padding: 20px;
  z-index: 100;
  max-width: 574px;
  -webkit-box-shadow: 0 40px 80px -20px rgba(0, 0, 0, 0.5);
  box-shadow: 0 40px 80px -20px rgba(0, 0, 0, 0.5);
}

@media (max-width: 480px) {
  .sbps-phishing-div {
    right: 0;
    bottom: 0;
  }
}
.sbps-registrationSDDNavBar {
  flex: 1;
  flex-direction: row;
  justify-content: center;
}
@media (max-width: 1200px) {
  .sbps-registrationSDDNavBar {
    flex-direction: column;
    justify-content: left;
    margin-left: 30px;
  }
}

.sbps-registrationMDDNavBar {
  flex: 1;
  flex-direction: row;
  justify-content: center;
}
@media (max-width: 1000px) {
  .sbps-registrationMDDNavBar {
    flex-direction: column;
    justify-content: left;
    margin-left: 30px;
  }
}

/*STATIC REF NUMBER*/
.static-ref-number-div-parent {
  width: 100%;
}

.static-ref-number-div {
  max-width: 700px;
  margin-right: auto;
  margin-left: auto;
}

.sbps-static-ref-body {
  margin-top: 40px;
  max-width: 700px;
  margin-right: auto;
  margin-left: auto;
}

/*Overrides*/
p {
  margin-bottom: 30px;
}

input[readonly] {
  cursor: text;
  background-color: #fff;
}

.form-control:disabled, .form-control[readonly] {
  cursor: text;
  background-color: #fff;
}

.sbps-pw-eye {
  float: right;
  margin-right: 10px;
  margin-top: -30px;
  position: relative;
  z-index: 2;
  width: 25px;
  height: auto;
}

.btn-check {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.grey-background {
  background-color: grey !important;
}

/*RADIO Buttons*/
/*Hover only on not checked radios*/
.sbps-radio input[type=radio] {
  appearance: none;
  background-color: #fff;
  font: inherit;
  color: #818181;
  width: 1.35em;
  height: 1.35em;
  border: 0.15em solid #818181;
  border-radius: 50%;
  display: grid;
  place-content: center;
  margin-right: 8px;
}
.sbps-radio input[type=radio]::before {
  box-shadow: inset 1em 1em #fff;
  color: #fff;
}
.sbps-radio input[type=radio]::after {
  box-sizing: border-box;
  box-shadow: inset 1em 1em #fff;
  color: #fff;
}
.sbps-radio input[type=radio]:not(:checked):hover {
  color: #1E1E1E;
  border: 0.15em solid #1E1E1E;
}
.sbps-radio input[type=radio]:checked {
  color: #CE3333;
  border: 0.38em solid #CE3333;
}
.sbps-radio .form-check-label {
  margin-top: 2px;
}

.sbps-radio-error input[type=radio] {
  border: 0.15em solid #8E1713;
}
