html {
  font-family: "Europa", "Helvetica", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-feature-settings: 'ss01';
  font-size: 13px;
  line-height: 20px;
  text-align: center;
  max-width: 100%;
  min-height: 100%;
  width: 100%;
  height: 100%;
  margin: 0;
  color: #000000;
  letter-spacing: 0.03em;
}

body {
  display: flex;
  min-height: 100%;
  flex-direction: column;
  margin: 0;
  max-width: 100%;
  color: black;
  border-top: 8px solid;
  border-image: linear-gradient(to right, #C4A277 calc(1 / 6 * 100%), #FFC32D calc(1 / 6 * 100%) calc(2 / 6 * 100%), #F67858 calc(2 / 6 * 100%) calc(3 / 6 * 100%), #84D160 calc(3 / 6 * 100%) calc(4 / 6 * 100%), #B384D3 calc(4 / 6 * 100%) calc(5 / 6 * 100%), #72C7F9 calc(5 / 6 * 100%)) 6;
  box-sizing: border-box;
  position: relative;
}

article, aside, footer, header, nav, section {
  position: relative;
}

textarea {
  min-height: 3rem;
  height: auto;
}

.row {
  margin: 0;
}

.row > .col {
  padding: 0 4.36px;
  min-height: 0;
}

.col .row {
  margin: 0 -4.36px;
}

.icon-row {
  width: 100%;
}

.light-gray-background {
  background: #F5F5F5;
}

h5 {
  font-size: 24px;
  line-height: 30px;
  font-weight: 300;
  margin: 0;
}

p {
  margin: 0;
}

label {
  font-size: 13px;
}

strong {
  font-weight: 700;
}

left-text {
  text-align: left;
}

right-text {
  text-align: right;
}

.galaxus-white-text {
  color: #FFFFFF;
}

.galaxus-black-text {
  color: #000000;
}

.valign-wrapper {
  flex-wrap: wrap;
}

#fringe-referral-notification-wrapper {
  align-items: normal;
}

.no-break {
  white-space: nowrap;
}

ul:not(.dropdown-content) > li {
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  text-align: left;
  justify-content: space-between;
}

ul.collapsible-list > li {
  position: relative;
}

ul:not(.dropdown-content) > li.info-text-small {
  font-size: 13px;
  line-height: 18px;
  font-weight: 400;
  position: relative;
  text-align: left;
}

ul:not(.dropdown-content) > li.with-icon {
  padding-left: 26px;
}

ul:not(.dropdown-content) > li.with-icon.done {
  color: #218521;
}

ul:not(.dropdown-content) > li.with-icon.inactive {
  opacity: 0.4;
}

ul:not(.dropdown-content) > li > img.svg.list-icon, ul:not(.dropdown-content) > li > svg.list-icon {
  height: 16px;
  width: 16px;
  fill: #000000;
  position: absolute;
  left: 0;
  top: 0;
}

ul:not(.dropdown-content) > li > img.svg.list-icon.grey, ul:not(.dropdown-content) > li > svg.list-icon.grey {
  color: #333333;
  fill: #333333;
  background-color: transparent !important;
}

ul:not(.dropdown-content) > li > img.svg.list-icon.gruen, ul:not(.dropdown-content) > li > svg.list-icon.gruen {
  fill: #218521;
}

ul:not(.dropdown-content) > li.done > img.svg.list-icon, ul:not(.dropdown-content) > li.done > svg.list-icon {
  color: #218521;
  fill: #218521;
}

main {
  width: 100%;
  padding-top: 90px;
  padding-bottom: 100px;
  flex: 1 0 auto;
  position: relative;
}

@media only screen and (min-width: 601px) {
  main {
    padding-bottom: 200px;
  }
}
@media only screen and (max-width: 1279px) {
  main {
    padding-top: 96px;
  }
}
.container {
  max-width: 940px;
  padding: 0 20px;
}

.QRCodeDownload {
  max-width: 940px;
  margin: 0 auto;
}

.row > .col {
  padding: 0 2.18px;
}

.col .row {
  margin: 0 -2.18px;
}

.container > .row, .page-items-container .row {
  margin: 0;
}

.page-items-container .col .row {
  margin: 0 -2.18px;
}

.page-items-container.col {
  padding: 0;
}

img.svg {
  opacity: 0;
}

img.small-svg, svg.small-svg {
  width: 16px;
  height: 16px;
}

.no-opacity img.svg {
  display: none;
}

@media only screen and (max-width: 992px) {
  html {
    font-size: 16px;
    line-height: 24px;
  }

  body {
    border-top: 5px solid;
  }

  p {
    font-size: 16px;
    line-height: 24px;
  }
}
@media only screen and (min-width: 768px) {
  .row > .col {
    padding: 0 4.68px;
  }

  .col .row {
    margin: 0 -4.68px;
  }

  .container {
    padding: 0;
  }

  .container > .row, .page-items-container .row {
    margin: 0;
  }

  .page-items-container .col .row {
    margin: 0 -4.68px;
  }

  .page-items-container.col {
    padding: 0;
  }
}
@media only screen and (min-width: 992px) {
  .row > .col {
    padding: 0 9.165px;
  }

  .col .row {
    margin: 0 -9.165px;
  }

  .container {
    padding: 0;
  }

  .container > .row, .page-items-container .row {
    margin: 0;
  }

  .page-items-container .col .row {
    margin: 0 -9.165px;
  }

  .page-items-container.col {
    padding: 0;
  }
}
/* **************************** */
/* Helper - Text not selectable */
.no-text-select {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
}

/* **************************** */
/* **************************** */
.page-content {
  margin: auto;
  max-width: 400px;
}

@media only screen and (min-width: 601px) {
  .page-content {
    margin: auto;
    max-width: 400px;
  }
}
@media only screen and (min-width: 993px) {
  .page-content {
    margin: auto;
    min-width: 400px;
    max-width: 400px;
  }
}
@media only screen and (min-width: 1201px) {
  .page-content {
    margin: auto;
    min-width: 400px;
    max-width: 400px;
  }
}
.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.divider {
  background-color: #DDDDDD;
}

.divider.grey-divider {
  background-color: #DDDDDD;
}

.page-title {
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.75px;
  line-height: 36px;
  margin-bottom: 30px;
  text-align: center;
}

@media only screen and (max-width: 600px) {
  .page-title {
    text-align: left;
  }
}
.visibility-hidden {
  visibility: hidden;
}

.connect .subtitle {
  color: #000000;
  font-size: 18px;
  letter-spacing: 0.75px;
  line-height: 24px;
  font-weight: 300;
}

.page-subtitle {
  color: #000000;
  font-size: 24px;
  font-weight: 300;
  line-height: 36px;
}

.page-title-left {
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.75px;
  line-height: 28px;
  margin-bottom: 18px;
  text-align: left;
}

.page-divider {
  margin: 10px auto;
  max-width: 500px;
}

.global-objects {
  display: none;
}

p.small-text, .input-field > label.small-text {
  font-size: 13px;
  line-height: 20px;
}

button, input, optgroup, select, textarea {
  font-family: "Europa", "Helvetica", sans-serif, Helvetica, Arial, serif;
}

.simcard-chart-content.detail g {
  fill: #000000;
}

.user-header-margin {
  margin-top: 45px;
  margin-bottom: 12px;
}

@media only screen and (min-width: 993px) {
  .user-header-margin {
    margin-top: 90px;
    margin-bottom: 12px;
  }
}
.white-outline {
  border: 1px solid white;
}

.fixed-bottom {
  position: fixed !important;
  bottom: 0 !important;
  left: 0 !important;
  top: initial !important;
  z-index: 1001;
}

@media only screen and (max-width: 372px) {
  .input-field > label {
    font-size: 14px !important;
  }
}
@media only screen and (max-width: 600px) {
  h4 {
    font-size: 1.5rem;
    word-wrap: break-word;
  }

  h5 {
    font-size: 1.3rem;
    word-wrap: break-word;
  }

  p {
    word-wrap: break-word;
  }

  p.small-text, .input-field > label.small-text {
    font-size: 16px;
    line-height: 24px;
  }
}
.image-placeholder {
  width: 70px;
  height: 70px;
  background-color: #DDDDDD;
  border-radius: 68px;
  display: inline-flex;
  margin-bottom: 20px;
}

.breadcrumb {
  font-size: 14px;
  color: #666666;
  text-align: center;
}

[data-link-target-url], .modal-trigger {
  cursor: pointer;
}

.icon-rotation-90 {
  transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -o-transform: rotate(90deg);
}

.icon-rotation-180 {
  transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}

.justify-right {
  justify-content: flex-end;
}

.no-border {
  border: none !important;
}

/**********
* V-ALIGN *
***********/
.valign-start-s {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.valign-center-s {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.valign-bottom-s {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

@media only screen and (min-width: 993px) {
  .valign-start-l {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .valign-center-l {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .valign-bottom-l {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
@-webkit-keyframes fade-in-y {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  90% {
    -webkit-transform: translateY(2px);
    transform: translateY(2px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fade-in-y {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  90% {
    -webkit-transform: translateY(3px);
    transform: translateY(3px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes fade-in-x {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  90% {
    -webkit-transform: translateX(3px);
    transform: translateX(3px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fade-in-x {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  90% {
    -webkit-transform: translateX(3px);
    transform: translateX(3px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
/*******************
****** FOOTER ******
********************/
.page-footer {
  padding-top: 38px;
  padding-bottom: 35px;
  background: #FFFFFF;
  color: #9353B9;
  font-size: 14px;
  border-top: 1px solid rgba(0, 85, 157, 0.2);
  position: fixed;
  bottom: 0px;
  width: calc(100%);
  z-index: 10000;
}
.page-footer .row {
  margin-bottom: 0;
}
.page-footer a:not(.btn-large), .page-footer .material-icons {
  color: #9353B9;
  font-size: 16px;
  line-height: 48px;
}
.page-footer a:not(.btn-large):hover, .page-footer a:not(.btn-large):active, .page-footer a:not(.btn-large):focus {
  color: #E86646;
}
.page-footer a:not(.btn-large):hover img.svg, .page-footer a:not(.btn-large):hover svg,
.page-footer a:not(.btn-large):active img.svg, .page-footer a:not(.btn-large):active svg,
.page-footer a:not(.btn-large):focus img.svg, .page-footer a:not(.btn-large):focus svg {
  fill: #E86646;
}
.page-footer .btn-large {
  color: #FFFFFF;
}
.page-footer ul .collapsible {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  margin: 0;
}
.page-footer ul .collapsible li {
  margin-bottom: 0;
}
.page-footer .collapsible-header {
  padding: 0;
  line-height: 40px;
  height: 40px;
  border-bottom: none;
}
.page-footer .material-icons {
  margin: 0 5px 0 0;
  line-height: 40px;
  width: 24px;
  font-size: 30px;
}
.page-footer .collapsible-body {
  padding: 0 2rem 2rem;
  border: none;
}
.page-footer .collapsible-body .footer-link {
  border-bottom: none;
  padding: 0.5rem;
}
.page-footer .input-field {
  margin: 0;
  padding-top: 0;
}
.page-footer .link-with-icon {
  border-bottom: none;
  padding: 0;
  font-size: 14px;
  line-height: 40px;
  height: 40px;
}
.page-footer .link-with-icon a {
  text-align: left;
}
.page-footer .link-with-icon a .material-icons {
  margin: 0 1px 0 0;
  font-size: 30px;
  height: 40px;
  width: 24px;
  line-height: 40px;
  vertical-align: middle;
}
.page-footer .modal {
  font-size: 16px;
}
.page-footer #logout-link-wrapper .material-icons {
  margin-right: 2px;
}

@media only screen and (min-width: 1000px) {
  .page-footer .collapsible-body .footer-link {
    padding-top: 0.3rem;
    padding-bottom: 0.3rem;
  }
}
@media only screen and (min-width: 601px) {
  .page-footer #logout-link-wrapper {
    position: absolute;
    right: 16px;
    bottom: 14px;
  }
}
@media only screen and (min-width: 993px) {
  .page-footer #logout-link-wrapper {
    bottom: 12px;
  }
}
@media only screen and (min-width: 1400px) {
  .page-footer #logout-link-wrapper {
    left: 85%;
  }
}
/***********************
****** BACKGROUND ******
************************/
.background {
  position: fixed;
  z-index: -3;
  overflow: hidden;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
}

.background > .bg-img {
  position: absolute;
  inset: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  z-index: -4;
}

.background > .bg-img img {
  position: absolute;
  inset: 0;
  margin: auto;
  min-width: 50%;
  min-height: 50%;
}

.background .bg-overlay {
  position: absolute;
  inset: 0;
  margin: auto;
  min-width: 50%;
  min-height: 50%;
  width: 50%;
  height: 50%;
  background: #5b2564;
  /* Old browsers */
  background: -moz-linear-gradient(top, #5b2564, #1900ff);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #5b2564, #1900ff);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #5b2564, #1900ff);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  opacity: 0.6;
}

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

.text-light {
  font-weight: 400;
}

.text-giant {
  font-size: 32px;
  line-height: 40px;
}

.text-big {
  font-size: 24px;
  line-height: 30px;
}

.text-tiny {
  font-size: 13px;
  line-height: 20px;
}

/*********************
* MATERIALIZE CUSTOM *
**********************/
a {
  color: #007BC8;
  cursor: pointer;
}

a:active {
  color: #000000;
}

a:hover, nav.cockpit-header .profile-buttons .profile-buttons-text:hover {
  color: #004478;
  cursor: pointer;
}

a:focus {
  color: #004478;
  text-decoration: underline;
}

a.disabled,
a:disabled {
  color: rgba(0, 0, 0, 0.26);
}

a.text-decoration-none {
  text-decoration: none;
}

.material-icons {
  color: #9353B9;
}

@media only screen and (min-width: 1280px) {
  .hide-on-xlarge {
    display: none !important;
  }
}
@media only screen and (max-width: 1279px) {
  .only-show-on-xlarge {
    display: none !important;
  }
}
@media only screen and (min-width: 1280px) {
  .row .col.xlarge4 {
    width: 33.3333333333%;
  }
}
/***************
* NOTIFICATIONS *
*****************/
.alert-box {
  position: relative;
  border: 1px solid #FFC32D;
  color: #000000;
  width: 100%;
  font-size: 13px;
  line-height: 20px;
  text-align: left;
  border-radius: 3px;
  background: #FFC32D;
}
.alert-box svg {
  height: 16px;
}

.alert-box-header {
  font-size: 36px;
  font-weight: 300;
  line-height: 40px;
  color: #000000;
}

.alert-box-btn {
  width: 100%;
}

.alert-box--disabled {
  border: 1px solid #999999;
}

.alert-box--disabled div {
  color: #999999 !important;
}

.alert-box--disabled .alert-box-btn {
  color: #999999;
  background-color: #FFFFFF;
  border: 1px solid #999999;
}

.alert-box a, .feedback-messages .feedback-message .notification a {
  color: rgba(0, 0, 0, 0.54);
  text-decoration-line: underline;
}
.alert-box a:hover, .feedback-messages .feedback-message .notification a:hover {
  color: #000000;
}

.feedback-messages, .success-messages, .alert-box {
  max-width: 672px;
  margin: auto;
  width: 100%;
}
@media only screen and (max-width: 600px) {
  .feedback-messages, .success-messages, .alert-box {
    max-width: 400px;
  }
}

.feedback-messages .feedback-message {
  border-radius: 3px;
}

.feedback-messages .feedback-message .notification.notification-info {
  background-color: #EEEEEE;
  border-radius: 3px;
}

.feedback-messages .feedback-message .notification.notification-negative {
  background-color: #F67858;
  border-radius: 3px;
}

.feedback-messages .feedback-message .notification.notification-warning {
  background-color: #FFC32D;
  border-radius: 3px;
}

.success-messages .feedback-message .notification.notification-positive {
  background-color: #84D160;
  border-radius: 3px;
}

.feedback-messages .feedback-message .notification, .alert-box {
  font-size: 13px;
  line-height: 20px;
}
.feedback-messages .feedback-message .notification .notification-content, .alert-box .notification-content {
  flex: 1;
}
.feedback-messages .feedback-message .notification .close-feedback svg, .alert-box .close-feedback svg {
  fill: #000000;
}
.feedback-messages .feedback-message .notification .notification-icon, .alert-box .notification-icon {
  width: 46px;
  padding-left: 20px;
  padding-top: 20px;
  text-align: left;
}
.feedback-messages .feedback-message .notification .notification-text, .alert-box .notification-text {
  flex: 1;
  padding-top: 18px;
  padding-bottom: 16px;
  text-align: left;
}
.feedback-messages .feedback-message .notification .notification-textblock, .alert-box .notification-textblock {
  flex: 1;
  padding-top: 0px;
  padding-bottom: 10px;
  text-align: left;
  padding-left: 46px;
  padding-right: 64px;
}
.feedback-messages .feedback-message .notification .notification-dismissible-icon, .alert-box .notification-dismissible-icon {
  width: 64px;
  text-align: right;
  padding-right: 20px;
  padding-top: 20px;
}
.feedback-messages .feedback-message .notification .notification-text-link-container, .alert-box .notification-text-link-container {
  padding-top: 10px;
}
.feedback-messages .feedback-message .notification .notification-text-link-container .notification-text-link, .alert-box .notification-text-link-container .notification-text-link {
  text-decoration: underline;
  color: #0000008A;
  font-size: 13px;
  line-height: 20px;
}

@media only screen and (max-width: 992px) {
  .alert-box, .alert-box-notification-wrapper .alert-box p {
    font-size: 16px;
    line-height: 24px;
  }
}
/*
  TURTLE SPINNER
*/
.preloader-wrapper-turtle {
  top: 45%;
  left: 45%;
}

.turtle {
  background-image: url("../../img/icon/turtle-feb8decabd6177e2a379a6c91698bbc9.svg");
  background-size: 100%;
}

.spinner-layer.turtle {
  width: 250%;
  height: 250%;
}

@keyframes turtle-rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.active .spinner-layer.turtle {
  animation: turtle-rotate 1750ms infinite;
}

/********************
*** RADIO BUTTONS****
*********************/
.collapsible.radio-collapsible {
  box-shadow: none;
  border-color: #DDDDDD;
  border-radius: 3px;
}

.radio-collapsible .collapsible-header {
  position: relative;
  border-color: #DDDDDD;
  padding: 32px;
}

.radio-collapsible .collapsible-header [type="radio"] + span {
  color: #000000;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
}

.sub-radio-collapsible .collapsible-header [type="radio"] + span {
  line-height: 18px;
  padding-right: 50px;
}

.sub-radio-collapsible .collapsible-header.inner-collapsible-header {
  padding: 2px 0;
}

.sub-radio-collapsible .collapsible-header.inner-collapsible-header [type="radio"] + span {
  font-weight: normal;
  padding: 0 0 0 30px;
}

.collapsible.sub-radio-collapsible [type="radio"].inner-collapsible-radio + span::before, .collapsible.sub-radio-collapsible [type="radio"].inner-collapsible-radio + span::after {
  margin-top: 0px;
}

@media only screen and (max-width: 600px) {
  .collapsible.sub-radio-collapsible [type="radio"].inner-collapsible-radio + span::before, .collapsible.sub-radio-collapsible [type="radio"].inner-collapsible-radio + span::after {
    margin-top: 3px;
  }
}
.radio-collapsible .collapsible-header span.header-subline {
  color: rgba(0, 0, 0, 0.6);
  font-size: 13px;
  font-weight: normal;
  display: block;
  line-height: 20px;
  padding-top: 4px;
}

.sub-radio-collapsible .collapsible-header span.header-subline {
  color: #000000;
  padding-top: 0px;
}

.radio-collapsible li.active .collapsible-header:before {
  position: absolute;
  top: -1px;
  bottom: -1px;
  left: -1px;
  width: 8px;
  content: "";
  background-color: #FFC32D;
}

.radio-collapsible li:first-child .collapsible-header:before {
  border-top-left-radius: 3px;
}

.radio-collapsible .collapsible-body {
  background-color: #FBFBFB;
  padding: 33px 40px 25px 68px;
  border-color: #DDDDDD;
  font-size: 13px;
  line-height: 18px;
}

.collapsible.radio-collapsible [type="radio"]:checked + span::after, .collapsible.radio-collapsible [type="radio"]:checked + span::before {
  border: 6px solid #565656;
}

.collapsible.radio-collapsible [type="radio"] + span::before, .collapsible.radio-collapsible [type="radio"] + span::after {
  width: 18px;
  height: 18px;
  border: 1px solid #B3B3B3;
  margin-top: 4px;
}

.collapsible.sub-radio-collapsible [type="radio"] + span::before, .collapsible.sub-radio-collapsible [type="radio"] + span::after {
  margin-top: -1px;
}

.collapsible.radio-collapsible [type="radio"]:not(:disabled).invalid + span::before, .collapsible.radio-collapsible [type="radio"]:not(:disabled).invalid + span::after {
  border: 1px solid #E86646;
}

.sub-radio-collapsible, .sub-radio-collapsible .collapsible-header, .sub-radio-collapsible .collapsible-body {
  border: none;
  box-shadow: none;
}

.sub-radio-collapsible .collapsible-header {
  padding: 8px 0;
}

.sub-radio-collapsible .collapsible-body {
  padding: 5px 0 10px 36px;
}

.radio-collapsible .sub-radio-collapsible li .collapsible-header:before {
  display: none;
}

.sub-radio-collapsible .collapsible-header [type="radio"] + span, .radio-collapsible .collapsible-body p {
  font-size: 13px;
}

.collapsible-header-auto-height [type="radio"] + span {
  height: auto;
}

.radio-collapsible .collapsible-header-with-icons {
  padding: 24px 32px;
}

.collapsible-header-with-icons [type="radio"] + span {
  display: flex;
  align-items: center;
  height: auto;
  padding-left: 30px;
}

.collapsible-header-with-icons [type="radio"] + span svg {
  margin-right: 12px;
}

.collapsible.radio-collapsible .collapsible-header-with-icons [type="radio"] + span::before,
.collapsible.radio-collapsible .collapsible-header-with-icons [type="radio"] + span::after {
  top: auto;
  margin-top: auto;
}

.radio-button-dropdown {
  height: 40px;
  background-color: #FFFFFF;
  color: #666666;
  text-align: left;
  font-size: 13px;
  padding: 11px 0 0 10px;
  border: 1px solid #B3B3B3;
  margin-top: 5px;
}
.radio-button-dropdown li {
  margin-left: 16px;
  margin-right: 16px;
  width: auto !important;
}

ul.dropdown-content.select-dropdown {
  width: 102% !important;
  left: -1px !important;
  top: -1px !important;
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.16), 0px 6px 12px rgba(0, 0, 0, 0.08);
  border-radius: 3px 3px 0px 0px;
  border: none !important;
}
ul.dropdown-content.select-dropdown li {
  margin-right: 20px;
  width: auto !important;
}

.svg-border {
  border: 1px solid #DDDDDD;
  border-radius: 3px;
  padding: 7px 11px;
}

svg.onboarding {
  min-width: 60px;
  height: 40px;
  width: 60px;
}

.text-decoration-none {
  text-decoration: none !important;
}

/************************
*		LOGOs			*
**************************/
.logo-img {
  width: 150px;
  height: 30px;
  background: url("https://abos.galaxus.ch/static/img/logo_galaxus.svg?v=1.0.0") no-repeat;
  background-size: 150px;
  -webkit-transform: none;
  transform: none;
  margin-top: 28px;
  margin-left: 30px;
  margin-left: 30px;
}

.logo-small-img {
  width: 150px;
  height: 30px;
  background: url("https://abos.galaxus.ch/static/img/logo_galaxus.svg?v=1.0.0") no-repeat;
  background-size: 150px;
  -webkit-transform: none;
  transform: none;
  margin-top: 31px;
}

@media only screen and (max-width: 600px) {
  .logo-small-img {
    width: 108px;
    height: 18px;
    background-size: 108px;
  }
}
.cockpit-connect-logo {
  width: 150px;
  height: 24px;
  background: url("https://abos.galaxus.ch/static/img/gax_mobile_logo_short_galaxus.svg?v=1.0.0") no-repeat;
  background-size: 115px;
  -webkit-transform: none;
  transform: none;
  margin-top: 34px;
  positon: absolute;
  margin-left: 0px;
  display: flex;
}

@media only screen and (max-width: 1200px) {
  .cockpit-connect-logo {
    width: 108px;
    height: 18px;
    background: url("https://abos.galaxus.ch/static/img/gax_mobile_logo_short_galaxus.svg?v=1.0.0") no-repeat;
    background-size: 108px;
    margin: 0;
  }

  .cockpit-connect-logo-container {
    display: flex;
    justify-content: left;
    align-items: center;
  }
}
/******************************
* FEEDBACK  und NOTIFICATIONS*
******************************/
#data-protection-notice {
  display: none;
}
#data-protection-notice .data-protection-notice {
  padding-top: 8px;
  padding-bottom: 12px;
  position: relative;
  width: 100%;
  top: 0;
  left: 0;
  background-color: #9353B9;
  color: white;
}
#data-protection-notice a {
  text-decoration: underline;
}
#data-protection-notice .btn {
  font-size: 14px;
  height: 30px;
  line-height: 30px;
}

.feedback-messages {
  position: relative;
  width: 100%;
  height: auto;
  z-index: 1001;
  top: 0;
  left: 0;
}
.feedback-messages .feedback-message .notification {
  position: relative;
  width: 100%;
  font-size: 13px;
  line-height: 20px;
  text-align: left;
  border-radius: 3px;
  margin-bottom: 20px;
}

@media only screen and (max-width: 992px) {
  .feedback-messages .feedback-message .notification {
    font-size: 16px;
  }
}
.feedback-message {
  overflow: hidden;
}
.feedback-message .notification.notification-warning a {
  text-decoration: underline;
  color: rgba(0, 0, 0, 0.6);
}

.alert-box-notification-wrapper .valign-wrapper {
  flex-wrap: wrap;
}

.success-messages .feedback-message .notification {
  position: relative;
  padding: 14px 20px;
  width: 99%;
  font-size: 13px;
  line-height: 20px;
  text-align: left;
  border-radius: 3px;
  margin-bottom: 20px;
}

.feedback-messages .feedback-message .notification .close-feedback img.svg, .success-messages .feedback-message .notification .close-feedback img.svg,
.feedback-messages .feedback-message .notification .close-feedback svg, .success-messages .feedback-message .notification .close-feedback svg {
  top: 15px;
}

.feedback-messages .feedback-message .notification {
  -webkit-animation-name: fade-in-y;
  animation-name: fade-in-y;
  -webkit-transform-origin: 0% -100%;
  transform-origin: 0% -100%;
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.success-messages {
  display: block;
  position: fixed;
  bottom: 30px;
  z-index: 10000;
  height: auto;
  padding: 0 16px;
}

.success-messages .feedback-message .notification {
  width: 100%;
  margin-right: 2px;
  -webkit-animation-name: fade-in-x;
  animation-name: fade-in-x;
  -webkit-transform-origin: -100%;
  transform-origin: -100% 0%;
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.feedback-messages .feedback-message .notification.notification-dismissible, .success-messages .feedback-message .notification.notification-dismissible {
  padding: 16px 56px 16px 24px;
}

.feedback-messages .feedback-message .notification .close-feedback, .success-messages .feedback-message .notification .close-feedback, .feedback-messages .notification.notification-positive {
  display: none;
}

.feedback-messages .feedback-message .notification.notification-dismissible .close-feedback, .success-messages .feedback-message .notification.notification-dismissible .close-feedback {
  display: block;
}

.feedback-messages .feedback-message .notification .close-feedback img.svg, .success-messages .feedback-message .notification .close-feedback img.svg,
.feedback-messages .feedback-message .notification .close-feedback svg, .success-messages .feedback-message .notification .close-feedback svg {
  position: absolute;
  right: 24px;
  top: 18px;
  width: 16px;
  height: 16px;
  fill: rgba(255, 255, 255, 0.7);
}

.feedback-messages .feedback-message .notification > .row, .success-messages .feedback-message .notification > .row {
  max-height: 100%;
  overflow-y: auto;
}

.feedback-messages .feedback-message .notification[data-target-url], .success-messages .feedback-message .notification[data-target-url] {
  cursor: pointer;
}

.feedback-messages .feedback-message .notification.notification-info {
  background-color: #EEEEEE;
}
.feedback-messages .feedback-message .notification.notification-info .close-feedback svg {
  fill: #000000;
}

.feedback-messages .feedback-message .notification.notification-positive, .success-messages .feedback-message .notification.notification-positive {
  background-color: #000000;
  color: #FFFFFF;
}

.success-messages .feedback-message .notification.notification-positive {
  margin-top: 20px;
  margin-bottom: 0;
}

.feedback-messages .feedback-message .notification.notification-warning {
  background-color: #F67858;
}
.feedback-messages .feedback-message .notification.notification-warning .close-feedback svg {
  fill: #000000;
}
.feedback-messages .feedback-message .notification.notification-warning .close-feedback:hover svg {
  fill: rgba(0, 0, 0, 0.54);
}

.feedback-message ~ main {
  margin-top: 5rem;
}

.feedback-message ~ nav {
  margin-top: 5rem;
}

.feedback-message ~ .nav-trigger {
  top: calc(5rem + 5px);
}

.error-message {
  text-align: left;
  font-size: 13px;
  line-height: 20px;
  color: #C94125;
  margin-bottom: -18px;
}

@media only screen and (max-width: 600px) {
  .error-message {
    font-size: 16px;
    line-height: 24px;
  }
}
.notification-message svg {
  height: 16px;
  width: 16px;
  margin-top: 2px;
}

.notification-content {
  width: 100%;
}

@media only screen and (min-width: 1850px) {
  #data-protection-notice .container {
    width: 70%;
    margin-left: auto;
  }
}
@media only screen and (min-width: 1400px) {
  #data-protection-notice .data-protection-notice {
    height: 9rem;
  }
}
@media only screen and (min-width: 1280px) {
  .feedback-messages .feedback-message .notification .close-feedback img.svg, .success-messages .feedback-message .notification .close-feedback img.svg,
  .feedback-messages .feedback-message .notification .close-feedback svg, .success-messages .feedback-message .notification .close-feedback svg {
    top: 18px;
  }
}
@media only screen and (min-width: 993px) {
  #data-protection-notice .container {
    width: 60%;
    margin-left: 30%;
  }

  #data-protection-notice .container.no-menu {
    width: 70%;
    margin-left: auto;
  }
}
@media only screen and (min-width: 769px) {
  .success-messages {
    left: 30px;
    width: auto;
    margin-left: 0;
    padding: 0;
  }
}
.feedback-messages .feedback-message .notification {
  font-size: 13px;
  line-height: 20px;
}

@media only screen and (max-width: 600px) {
  .feedback-messages .feedback-message .notification {
    font-size: 16px;
    line-height: 24px;
  }

  .alert-box {
    font-size: 16px;
    line-height: 24px;
  }

  .modal-alert-box {
    max-width: 100%;
  }
}
@media only screen and (max-width: 600px) {
  .notification-message svg {
    margin-top: 5px;
  }
}
/***********************
****** NAVIGATION ******
************************/
header {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
}

nav {
  width: 100%;
  max-width: 100%;
  background-color: #FFFFFF;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  z-index: 1003;
  font-size: 16px;
  line-height: 19px;
  color: #565656;
  height: 80px;
  line-height: 80px;
  padding: 0 20px;
  box-shadow: 0 5px 10px -5px rgba(0, 0, 0, 0.1);
}
nav .brand-logo {
  position: relative;
  font-size: 24px;
  font-weight: 300;
  line-height: 24px;
  float: left;
}
nav .nav-wrapper .nav-right {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
nav .nav-wrapper .nav-right:not(:first-of-type) {
  margin-left: 26px;
}
nav .nav-wrapper .nav-right .link {
  color: #007BC8;
}
nav .nav-wrapper .nav-right .link:hover {
  color: #004478;
}
nav .nav-wrapper .btn-floating {
  width: 32px;
  height: 32px;
  font-size: 16px;
  line-height: 33px;
  text-align: center;
  -webkit-box-shadow: none;
  box-shadow: none;
}
nav .nav-wrapper .btn-floating.help {
  background-color: #DDDDDD;
  color: #007BC8;
}
nav .nav-wrapper .btn-floating.name {
  background-color: #000000;
}
nav .nav-wrapper .btn-floating:not(name):hover, nav .nav-wrapper .btn-floating:not(name):focus, nav .nav-wrapper .btn-floating:not(name):active {
  color: #004478;
}
nav .nav-wrapper .btn-floating.name:hover, nav .nav-wrapper .btn-floating.name:focus, nav .nav-wrapper .btn-floating.name:active {
  color: #FFFFFF;
}
nav .nav-wrapper brand-logo.left {
  position: relative;
  float: left !important;
  left: 0;
  -webkit-transform: none;
  transform: none;
}
nav .nav-wrapper .button-collapse {
  margin: 0;
  float: right;
  color: #9353B9;
}
nav .nav-wrapper i.material-icons {
  display: inline-block;
  vertical-align: middle;
  color: #9353B9;
}

nav .nav-wrapper > .row > .col {
  padding: 0;
}

nav .nav-wrapper .btn-floating + .link {
  margin-left: 8px;
  font-size: 13px;
}

.sidenav-overlay {
  top: 8px;
  right: 8px;
  bottom: 8px;
  left: 8px;
  height: calc(100% - 16px);
  display: none !important;
}

.sidenav-custom li > a > i.material-icons {
  color: #9353B9;
  font-size: 32px;
  height: 32px;
  line-height: 32px;
  display: block;
  margin: 0 auto 20px;
  vertical-align: bottom;
}

.sidenav-custom li > a > svg.svg-inline--fa {
  float: left;
  height: 48px;
  line-height: 48px;
  width: 24px;
  margin: 0 10px 0 0;
  color: #FFFFFF;
  font-size: 1.5rem;
  vertical-align: middle;
}

.sidenav-custom {
  display: none;
  position: absolute;
  margin: 0;
  min-height: calc(100% - 76px);
  /* - 68px */
  height: calc(100% - 76px);
  min-height: calc(100vh - 16px);
  height: calc(100vh - 76px);
  padding-bottom: 0;
  padding-top: 0;
  z-index: 1002;
  background-color: #FFFFFF;
  color: #9353B9;
  top: 60px;
  left: 0;
  -webkit-box-shadow: 5px 0 10px -5px rgba(0, 0, 0, 0.1);
  box-shadow: 5px 0 10px -5px rgba(0, 0, 0, 0.1);
  -webkit-transform: translateX(-110%);
  transform: translateX(-110%);
}

.nav-FullHeight {
  min-height: 100vh !important;
}

.sidenav-custom .collapsible-body {
  background: transparent;
  padding: 0;
  border: none;
}
.sidenav-custom .collapsible-body li a {
  padding: 24px;
}

.nav-trigger, .nav-trigger-close, .sidenav-trigger, .sidenav-trigger-close {
  margin: 22px 0;
  z-index: 1004;
  left: 16px;
  position: absolute;
}
.nav-trigger img, .nav-trigger img.svg, .nav-trigger svg, .nav-trigger-close img, .nav-trigger-close img.svg, .nav-trigger-close svg, .sidenav-trigger img, .sidenav-trigger img.svg, .sidenav-trigger svg, .sidenav-trigger-close img, .sidenav-trigger-close img.svg, .sidenav-trigger-close svg {
  width: 16px;
  height: 16px;
  fill: #000000;
  position: absolute;
}

.sidenav-trigger, .sidenav-trigger-close, .nav-trigger-close, .sidenav-trigger-close {
  display: none;
}

.sidenav-custom ul, .sidenav-custom li {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
}

.sidenav-custom li > a, .sidenav-custom li > a.collapsible-header {
  text-align: left;
  color: #9353B9;
  padding: 24px;
  font-weight: 400;
  line-height: 16px;
  font-size: 16px;
  height: auto;
  margin: 0;
  display: block;
}

.sidenav-custom li > a:hover,
.sidenav-custom li > a:active,
.sidenav-custom li > a:focus,
.sidenav-custom li > a.active {
  background-color: #FFFFFF;
  text-decoration: none;
  color: #E86646;
}

.sidenav-custom li.active, .sidenav-custom .collapsible-header:hover, .sidenav-custom.fixed .collapsible-header:hover {
  background-color: #FFFFFF;
}

.nav-collapsible-wrapper {
  position: absolute;
  width: 100%;
  top: 60px;
  left: 0;
}

.nav-collapsible-wrapper > .col {
  padding: 0;
}

.nav-collapsible {
  position: relative;
  margin: 0;
  width: 100%;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  z-index: 1002;
  background: #FFFFFF;
}

.nav-collapsible .collapsible-body {
  border-bottom: none;
  text-align: center;
  padding: 0;
}
.nav-collapsible .collapsible-body a {
  font-size: 16px;
  line-height: 16px;
  padding: 24px 0;
  width: 100%;
  display: block;
  background: #FFFFFF;
}
.nav-collapsible .collapsible-body a i.material-icons {
  display: block;
  margin: 0 auto 20px;
}

img.svg.nav-icon, svg.nav-icon {
  width: 32px;
  height: 32px;
  display: block;
  margin: 0 auto 20px;
  vertical-align: bottom;
}

svg.nav-icon {
  fill: #000000;
}

.nav-collapsible .collapsible-body a:hover svg.nav-icon {
  fill: rgba(0, 0, 0, 0.54);
}

.collapsible.nav-collapsible > li.active {
  margin: 0;
  box-shadow: 0 5px 10px -5px rgba(0, 0, 0, 0.1);
  border: none;
}

@media only screen and (min-width: 768px) {
  nav {
    padding: 0 19.32px;
  }
}
@media only screen and (min-width: 992px) {
  nav {
    padding: 0 24px;
  }
}
@media only screen and (max-width: 992px) {
  nav .nav-wrapper .nav-right {
    margin: 25px 0;
  }

  nav .nav-wrapper .btn-floating + .link {
    display: none;
  }
}
@media only screen and (max-width: 1279px) {
  .nav-trigger ~ nav .brand-logo.left, .sidenav-trigger ~ nav .brand-logo.left {
    left: 46px;
  }
}
@media only screen and (max-width: 768px) {
  .logo-shrink {
    width: 96px;
    height: 20px;
    background: url("https://abos.galaxus.ch/static/imggax_mobile_logo_short.svg?v=1.0.0") no-repeat;
    background-size: 96px;
    -webkit-transform: none;
    transform: none;
    margin-top: 31px;
  }
}
@media only screen and (max-width: 350px) {
  .nav-collapsible-wrapper {
    max-height: 500px;
    overflow-y: auto;
  }
}
@media only screen and (max-width: 600px) {
  .sidenav-trigger, .sidenav-trigger-close {
    display: none !important;
  }

  #card-declined-error-message {
    padding-bottom: 20px;
  }
}
@media only screen and (min-width: 601px) {
  nav .brand-logo {
    font-size: 28px;
    line-height: 28px;
  }

  .sidenav-trigger {
    display: block;
  }

  .sidenav-custom {
    display: block;
    min-width: 160px;
  }
}
@media only screen and (min-width: 1280px) {
  .sidenav-trigger, .sidenav-trigger-close, .nav-trigger, .nav-trigger-close, .nav-collapsible-wrapper {
    display: none !important;
  }

  .nav-collapsible {
    z-index: 1004;
  }

  .sidenav-custom {
    min-width: 10%;
    padding-top: 80px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transform: translateX(0) !important;
    transform: translateX(0) !important;
  }

  img.svg.nav-icon, svg.nav-icon,
  .sidenav-custom li > a > i.material-icons {
    display: inline-block;
    margin: 0 20px 0 0;
  }

  .sidenav-custom li > a > svg.svg-inline--fa {
    float: left;
    height: 48px;
    line-height: 48px;
    width: 24px;
    margin: 0 10px 0 0;
    color: #FFFFFF;
    font-size: 1.5rem;
    vertical-align: middle;
  }

  .sidenav-custom li > a, .sidenav-custom li > a.collapsible-header {
    text-align: left;
    color: #9353B9;
    padding: 24px;
    font-weight: 400;
    line-height: 32px;
    font-size: 16px;
    height: auto;
    margin: 0 0 36px 0;
    display: block;
  }
}
/**********
* BUTTONS *
***********/
.btn, .btn-large, .btn-small {
  text-align: center;
  background-color: #444444;
  border-radius: 3px;
  font-size: 13px;
  line-height: 20px;
  color: #000000;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  padding: 8px 16px;
  height: 40px;
  text-transform: none;
  border: 1px solid rgba(0, 0, 0, 0.2);
  color: #FFFFFF;
}
.btn:active, .btn-large:active, .btn-small:active {
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.72);
  -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.72);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.72);
  color: #FFFFFF;
  text-decoration: none;
}
.btn:hover, .btn:focus, .btn-large:hover, .btn-large:focus, .btn-small:hover, .btn-small:focus {
  background-color: #000000;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  color: #FFFFFF;
  text-decoration: none;
}
.btn.disabled, .btn:disabled, .btn-large.disabled, .btn-large:disabled, .btn-small.disabled, .btn-small:disabled {
  border: 1px solid rgba(0, 0, 0, 0.2);
  background-color: transparent;
  color: rgba(0, 0, 0, 0.2);
}
.btn:focus:not(:focus-visible):not(:hover), .btn-large:focus:not(:focus-visible):not(:hover), .btn-small:focus:not(:focus-visible):not(:hover) {
  background-color: #000000;
}
.btn.secondary, .btn-large.secondary, .btn-small.secondary {
  background-color: #EEEEEE;
  color: #000000;
}
.btn.secondary:hover, .btn-large.secondary:hover, .btn-small.secondary:hover {
  background-color: #DDDDDD;
  color: #000000;
}
.btn.secondary:focus:not(:focus-visible):not(:hover), .btn-large.secondary:focus:not(:focus-visible):not(:hover), .btn-small.secondary:focus:not(:focus-visible):not(:hover) {
  background-color: #DDDDDD;
  color: #000000;
}
.btn.secondary:active, .btn-large.secondary:active, .btn-small.secondary:active {
  background-color: #EEEEEE;
  color: #000000;
}

.btn-with-icon.disabled {
  color: #B3B3B3;
}
.btn-with-icon .material-icons {
  color: white;
}

.btn-small {
  height: 40px;
  padding: 8px 16px;
}

a.btn-small {
  padding: 8px 16px;
}

.btn-xl {
  font-size: 1.2rem;
  font-weight: 300;
}

.btn-full-width {
  width: 100%;
}
.btn-full-width.half {
  width: 100%;
  max-width: 190px;
}

.btn-height-auto {
  height: auto !important;
}

.btn .svg-inline--fa, .btn-large .svg-inline--fa {
  font-size: 2rem;
  height: 3.3rem;
}
.btn .btn-with-icon, .btn-large .btn-with-icon {
  padding: 0 1rem;
  font-size: 0.8rem;
}
.btn i, .btn-large i {
  vertical-align: bottom;
  color: #FFFFFF;
  margin-left: 0;
  margin-right: 12px;
}
.btn.secondary i.right, .btn-large.secondary i.right {
  margin-left: 5px;
  margin-right: 0;
}
.btn.secondary:hover i, .btn-large.secondary:hover i {
  color: #FFFFFF;
}

.btn-invert-colors.btn, .btn-invert-colors.btn-large {
  background-color: white;
  border: none;
}

.btn-social {
  width: 50px;
  height: 50px;
  padding: 0;
  text-align: center;
}

.btn-header {
  height: 36px;
  padding: 6px 39px;
  display: inline-block;
}

.btn.disabled,
.disabled.btn-large,
.btn-floating.disabled,
.btn-large.disabled,
.btn-large.disabled,
.btn-flat.disabled,
.btn:disabled,
.btn-small:disabled,
.btn-floating:disabled,
.btn-large:disabled,
.btn-flat:disabled,
.btn[disabled],
[disabled].btn-large,
[disabled].btn-small,
.btn-floating[disabled],
.btn-large[disabled],
.btn-small[disabled],
.btn-flat[disabled] {
  border: 1px solid rgba(0, 0, 0, 0.2);
  background-color: transparent !important;
  opacity: 0.8;
}

.btn-employee {
  width: 240px;
  hight: 36px;
  font-size: 15px;
}

@media only screen and (max-width: 600px) {
  .btn, .btn-large, .btn-small {
    font-size: 16px;
    line-height: 24px;
    padding: 8px 16px;
  }
}
@media only screen and (min-width: 992px) {
  .share-invitation-button {
    display: none;
  }
}
/*********************
* RADIO BUTTON *
**********************/
[type="radio"]:not(:checked) ~ label, [type="radio"]:checked ~ label {
  color: #000000;
}

[type="radio"]:not(:checked) ~ label::before, [type="radio"]:not(:checked) ~ label::after {
  border-color: #000000;
}

[type="radio"]:checked ~ label::after, [type="radio"].with-gap:checked ~ label::after {
  background-color: #000000;
  border-color: #000000;
}

[type="radio"] + span::before, [type="radio"] + span::after {
  margin: 0 12px 0 0;
}

[type="radio"]:focus + span::before, [type="radio"].tabbed:focus + span::before {
  outline: 0;
  -webkit-box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.2);
}

[type="radio"]:not(:checked) + span::before, [type="radio"]:not(:checked) + span::after {
  border: 1px solid #999999;
  width: 18px;
  height: 18px;
  margin-top: 3px;
}

[type="radio"] + span {
  color: #000000;
}

[type="radio"]:checked + span::before {
  width: 18px;
  height: 18px;
}

[type="radio"]:checked + span::after, [type="radio"].with-gap:checked + span::after {
  background-color: transparent;
  width: 18px;
  height: 18px;
}

[type="radio"]:checked + span::after, [type="radio"].with-gap:checked + span::before, [type="radio"].with-gap:checked + span::after {
  border: 6px solid #9353B9;
  width: 18px;
  height: 18px;
}

[type="radio"]:disabled:not(:checked) + span::before {
  border: 1px solid #999999;
  background-color: #EBEBEB;
  cursor: default;
}

[type="radio"]:disabled:checked + span::before {
  border: none;
  background-color: #FFFFFF;
}

[type="radio"]:disabled:checked + span::after, [type="radio"].with-gap:disabled:checked + span::after {
  border: 8px solid #9353B9;
  background-color: #FFFFFF;
  opacity: 0.8;
}

[type="radio"]:disabled + span {
  opacity: 0.4;
}

[type="radio"].invalid + span::before {
  border: 1px solid #E86646;
}

.radio-as-box [type="radio"] + span {
  padding: 12px 16px;
  min-height: 48px;
  width: 100%;
  border: 1px solid #B3B3B3;
  border-radius: 3px;
  margin-bottom: 24px;
  font-size: 16px;
  line-height: 24px;
  height: auto;
}

.radio-as-box:last-of-type [type="radio"] + span {
  margin-bottom: 0;
}

.radio-as-box [type="radio"]:checked + span {
  border: 2px solid #000000;
  background-color: #FFFFFF;
}

.radio-as-box:hover [type="radio"] + span {
  border: 1px solid #000000;
}

.radio-as-box:hover [type="radio"]:checked + span {
  border: 2px solid #000000;
}

.radio-as-box [type="radio"] + span::before, .radio-as-box [type="radio"] + span::after {
  display: none;
}

.multisim-radiobutton {
  display: flex !important;
  align-items: flex-start;
}

[type="radio"].salutation-radio:checked + span::before {
  margin-top: 3px;
}

[type="radio"].salutation-radio:checked + span::after {
  border: 6px solid #565656;
  margin-top: 3px;
}

[type="radio"].salutation-radio + span {
  line-height: 21px;
  font-size: 13px;
}

@media only screen and (max-width: 600px) {
  [type="radio"].salutation-radio + span {
    line-height: 21px;
    font-size: 16px;
  }
}
/*********************
* GENERAL INPUTFIELDS *
**********************/
.validated ~ .message,
.valid ~ .message,
.invalid ~ .message {
  text-align: left;
  padding: 2px 0.8rem;
}

.invalid.message {
  display: none;
}

.invalid ~ .invalid.message {
  display: block;
  color: #D0021B;
  vertical-align: middle;
}

.invalid ~ .invalid.message::before {
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  line-height: 19px;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  text-rendering: optimizeLegibility;
  -webkit-font-feature-settings: 'liga';
  -moz-font-feature-settings: 'liga';
  font-feature-settings: 'liga';
  content: 'error_outline';
  margin-right: 5px;
  vertical-align: middle;
}

.validate-icon {
  display: none;
}

.validate-icon .correct-icon, .validate-icon .warning-icon {
  width: 16px;
  height: 16px;
  position: absolute;
  top: 13px;
  right: 12px;
  opacity: 1;
  z-index: 100;
  display: none;
}

.input-field {
  min-height: 50px;
}

input.invalid:not(.browser-default) ~ .validate-icon {
  display: block;
}
input.invalid:not(.browser-default) ~ .validate-icon .warning-icon {
  display: block;
}
input.invalid:not(.browser-default) ~ .validate-icon svg.warning-icon {
  fill: #E86646;
}
input.valid:not(.browser-default) ~ .validate-icon {
  display: block;
}
input.valid:not(.browser-default) ~ .validate-icon .correct-icon {
  display: block;
}
input.valid:not(.browser-default) ~ .validate-icon svg.correct-icon {
  fill: #73C44D;
}
input > label {
  color: #000000 !important;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 8px;
  display: block;
  -webkit-transition: none;
  transition: none;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transform: none;
  transform: none;
  top: -26px;
}
input.disabled > label {
  color: #B3B3B3 !important;
}

input[type]:not(.browser-default),
textarea.materialize-textarea {
  font-size: 13px;
  line-height: 20px;
  padding: 0 8px;
  height: 40px;
  border: 1px solid #999999;
  max-width: calc(100% - 16px);
}

.input-field label:not(.label-icon).active {
  -webkit-transform: none;
  transform: none;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}

input[type]:not(.browser-default):focus:not([readonly]), input[type]:not(.browser-default):active:not([readonly]),
textarea.materialize-textarea:focus:not([readonly]), textarea.materialize-textarea:active:not([readonly]) {
  border: 1px solid #565656;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

input[type]:not(.browser-default):disabled:not([readonly]),
textarea.materialize-textarea:disabled:not([readonly]) {
  border: 1px solid #999999;
  color: #999999;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

input:not([type]):focus:not([readonly]) + label,
input[type]:not(.browser-default):focus:not([readonly]) + label,
textarea.materialize-textarea:focus:not([readonly]) + label {
  color: #9353B9;
}

input:not([type]):disabled:not([readonly]) + label,
input[type]:not(.browser-default):disabled:not([readonly]) + label,
textarea.materialize-textarea:disabled:not([readonly]) + label {
  color: rgba(0, 0, 0, 0.6) !important;
}

input.valid:not([type]),
input.valid:not([type]):focus,
input[type].valid:not(.browser-default),
input[type].valid:not(.browser-default):focus,
textarea.materialize-textarea.valid,
textarea.materialize-textarea.valid:focus,
.select-wrapper.valid > input.select-dropdown {
  border: 1px solid rgba(0, 0, 0, 0.6);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

input.invalid:not([type]),
input.invalid:not([type]):focus,
input[type].invalid:not(.browser-default),
input[type].invalid:not(.browser-default):focus,
textarea.materialize-textarea.invalid,
textarea.materialize-textarea.invalid:focus,
.select-wrapper.invalid > input.select-dropdown,
.select-wrapper.invalid > input.select-dropdown:focus {
  border: 1px solid #F67858;
  border-bottom: 1px solid #F67858;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.input-field input[type=text]:not(.browser-default):not(.has-prefix),
.input-field input[type=password]:not(.browser-default):not(.has-prefix) {
  padding: 0 8px;
  width: calc(100% - 8.72px);
  height: 40px;
}

.input-field .prefix.active {
  color: #000000;
}

.input-field .prefix, .input-field .postfix {
  width: 2rem;
  font-size: 1.8rem;
}

.input-field .postfix {
  position: absolute;
  -webkit-transition: color .2s;
  transition: color .2s;
  right: 0;
  top: 8px;
  z-index: 1;
}

.input-field .prefix ~ input, .input-field .prefix ~ textarea, .input-field .prefix ~ .autocomplete-content {
  margin-left: 0;
  padding-left: 2.5rem !important;
  width: calc(100% - 2.5rem) !important;
}

.input-field .prefix ~ label,
.input-field .prefix ~ .validated ~ label,
.input-field .prefix ~ .valid ~ label,
.input-field .prefix ~ .invalid ~ label {
  margin-left: 0;
  padding-left: 3rem;
  color: #000000;
}

.input-field.col .prefix ~ label,
.input-field.col .prefix ~ .validated ~ label,
.input-field.col .prefix ~ .valid ~ label,
.input-field.col .prefix ~ .invalid ~ label {
  width: 100%;
  width: calc(100% - 4.5rem);
}

@media only screen and (max-width: 600px) {
  input[type]:not(.browser-default),
  textarea.materialize-textarea {
    font-size: 16px;
    line-height: 24px;
  }
}
@media only screen and (min-width: 769px) {
  .input-field input[type=text]:not(.browser-default):not(.has-prefix),
  .input-field input[type=password]:not(.browser-default):not(.has-prefix) {
    width: calc(100% - 16px);
  }
}
/*********************
*	 	MODALE		*
**********************/
.modal {
  border-radius: 0;
  background-color: #FFFFFF;
  color: #000000;
  z-index: 1006 !important;
}

.modal .modal-header {
  position: relative;
  color: #000000;
  background: #FFFFFF;
  padding: 1rem 2rem 0.5rem;
}

.modal .modal-header .modal-close {
  position: absolute;
  right: 1rem;
}

.modal .modal-footer {
  height: 80px;
  padding: 10px 50px 0;
}

.modal svg {
  fill: #000000;
}

.modal img.svg, .modal svg {
  width: 16px;
  height: 16px;
}

/* modal form style fix for user adress data and credit card info */
.modal .modal-content #profile-modal-profile2 .input-field {
  margin-bottom: 1rem;
}

.modal .modal-content #profile-modal-payment2 .input-field {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

#profile-modal-profile1 .select-wrapper:not(.select-month):not(.select-year)::after {
  background-image: none;
}

/****************
*	 DROPDOWNS	*
***************/
.dropdown-content {
  background-color: white;
  max-height: 300px;
  border: 1px solid #B3B3B3;
  -webkit-box-shadow: none;
  box-shadow: none;
  transform: scaleX(1) scaleY(1) !important;
}

.select-wrapper:not(.select-month):not(.select-year).invalid > input.select-dropdown:focus {
  border-bottom: 1px solid #B3B3B3;
}

.select-wrapper.disabled input.select-dropdown {
  border: 1px solid #B3B3B3;
}

.select-small .dropdown-content.select-dropdown {
  max-height: 200px;
  padding: 0px 16px;
}

.fake-select-input {
  margin: 0px;
  height: 24px !important;
  min-height: 0px !important;
}

.fake-select-input .select-wrapper::after {
  background-image: none;
}

.fake-select-input .select-wrapper.disabled input.select-dropdown {
  border: none;
  padding: 0;
  color: #000000;
  height: 22px;
}

.fake-select-input .select-wrapper::before {
  display: none;
}

.select-wrapper:not(.select-month):not(.select-year):not(.disabled):not(.invalid):hover input[type=text].select-dropdown, .select-wrapper:not(.select-month):not(.select-year):not(.disabled):not(.invalid):active input[type=text].select-dropdown, .select-wrapper:not(.select-month):not(.select-year):not(.disabled):not(.invalid):focus input[type=text].select-dropdown {
  border: 1px solid #B3B3B3;
}
.select-wrapper:not(.select-month):not(.select-year):not(.disabled):not(.invalid) input[type=text].select-dropdown:hover, .select-wrapper:not(.select-month):not(.select-year):not(.disabled):not(.invalid) input[type=text].select-dropdown:active, .select-wrapper:not(.select-month):not(.select-year):not(.disabled):not(.invalid) input[type=text].select-dropdown:focus {
  border: 1px solid #B3B3B3;
}

.select-wrapper.invalid:not(.disabled):not(.invalid):hover input[type=text].select-dropdown, .select-wrapper.invalid:not(.disabled):not(.invalid):active input[type=text].select-dropdown, .select-wrapper.invalid:not(.disabled):not(.invalid):focus input[type=text].select-dropdown {
  border: 1px solid #F67858;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.select-wrapper.invalid:not(.disabled):not(.invalid) input[type=text].select-dropdown:hover, .select-wrapper.invalid:not(.disabled):not(.invalid) input[type=text].select-dropdown:active, .select-wrapper.invalid:not(.disabled):not(.invalid) input[type=text].select-dropdown:focus {
  border: 1px solid #F67858;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.dropdown-content li > a, .dropdown-content li > span {
  color: #000000;
  font-weight: 400;
}

.dropdown-content li:hover > a, .dropdown-content li:hover > span, .dropdown-content li:hover, .select-dropdown.dropdown-content li:hover {
  color: #000000;
  background-color: transparent;
  font-weight: 600;
}

.dropdown-content li.disabled:hover > a, .dropdown-content li.disabled:hover > span {
  color: #B3B3B3;
  background-color: transparent;
}

.select-dropdown.dropdown-content li.selected {
  background-color: transparent;
}

.select-dropdown.dropdown-content li.selected > a,
.select-dropdown.dropdown-content li.selected > span {
  color: #000000;
  font-weight: 600;
}

.select-dropdown.dropdown-content li.selected.disabled > span {
  color: #999999;
  background-color: #fafafa;
}

.select-dropdown.dropdown-content li.selected.disabled > span:hover {
  color: #999999;
}

.select-dropdown.dropdown-content li.placeholder > span {
  color: #B3B3B3 !important;
}

.select-dropdown.dropdown-content::placeholder {
  color: #B3B3B3 !important;
}

.select-wrapper.disabled + label {
  color: #B3B3B3 !important;
}

.select-wrapper img.svg.caret, .select-wrapper svg.caret {
  color: #9353B9;
  right: 0;
  left: unset;
  display: none;
}

.select-wrapper input.select-dropdown:focus {
  border: 1px solid #B3B3B3;
}

.select-wrapper:not(.select-month):not(.select-year)::after {
  display: inline-block;
  position: absolute;
  top: 12px;
  right: 12px;
  content: '';
  background-image: url("../../img/icon/chevron-down-2b2f2fa783d2816a1b1e450966f08f1b.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  width: 18px;
  height: 18px;
}

.select-wrapper.disabled::before {
  color: #B3B3B3;
}

.select--gray .select-wrapper .select-dropdown {
  border: 1px solid #999999;
}

.select--gray .select-wrapper .select-dropdown {
  color: #B3B3B3;
}

.select .dropdown-content li span {
  box-shadow: 0px -1px 0px #DDDDDD;
  margin-right: 15px;
}

.select .dropdown-content li:not(.disabled) span {
  color: #000000;
}

.select .dropdown-content li:hover > a, .dropdown-content li:hover > span {
  color: #000000;
}

.select .select-dropdown.dropdown-content li.selected:focus, .select .select-dropdown.dropdown-content li.selected {
  background-color: transparent;
}

.select .select-dropdown.dropdown-content li.selected:not(.disabled) > span {
  color: #000000;
}
.select .select-dropdown.dropdown-content li.selected:not(.disabled) > span::after {
  content: 'check';
  display: inline;
  vertical-align: bottom;
  font-family: "Material Icons";
  margin-left: 10px;
}

.select .select-dropdown.dropdown-content li:first-child > span, .select .select-dropdown.dropdown-content li:first-child:hover > span {
  color: #B3B3B3;
  background-color: #FFFFFF;
}

.modal.cockpit-modal .select .select-wrapper:not(.disabled):not(.invalid) input:not(.disabled) {
  color: #B3B3B3;
}

.dropdown-content li > span {
  padding: 16px 0px;
}

table td .material-icons {
  line-height: 1.2rem;
  vertical-align: middle;
}

table td svg.svg-inline--fa {
  height: 1.4rem;
  line-height: 1.4rem;
  width: 1.4rem;
  color: #9353B9;
  font-size: 1.4rem;
  vertical-align: middle;
}

.dropdownWithoutPleaseSelectOption .select-wrapper .dropdown-content.select-dropdown li:first-child > span {
  color: #000000;
  background-color: #FFFFFF;
}

.dropdownWithoutPleaseSelectOption .select-wrapper .dropdown-content.select-dropdown li:first-child:hover > span {
  color: #000000;
  background-color: transparent;
  font-weight: 600;
}

.dropdownWithoutPleaseSelectOptionRoaming {
  padding: 0;
  border: 0;
}

/****************
*	 CHECKBOX	*
***************/
.collapsible-header {
  background-color: transparent;
}

.usage-termination-form [type="checkbox"] ~ span:not(.lever) {
  font-size: 13px;
  line-height: 20px;
}

[type="checkbox"] ~ span:not(.lever) {
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  display: inline-block;
  height: 25px;
  line-height: 25px;
  font-size: 1rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #000000;
}

[type="checkbox"] ~ span:not(.lever).info-text-small {
  font-size: 16px;
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  display: inline-block;
  height: 25px;
  line-height: 24px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

[type="checkbox"]:disabled ~ span {
  opacity: 0.4;
}

[type="checkbox"].filled-in ~ span:not(.lever)::before, [type="checkbox"].filled-in ~ span:not(.lever)::after {
  content: '';
  left: 0;
  position: absolute;
  -webkit-transition: border .25s, background-color .25s, width .20s .1s, height .20s .1s, top .20s .1s, left .20s .1s;
  transition: border .25s, background-color .25s, width .20s .1s, height .20s .1s, top .20s .1s, left .20s .1s;
  z-index: 1;
}

[type="checkbox"] ~ span:not(.lever)::before, [type="checkbox"]:not(.lever) ~ span:not(.lever)::after {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 18px;
  height: 18px;
  z-index: 0;
  border: 2px solid #5a5a5a;
  -webkit-transition: .2s;
  transition: .2s;
}

[type="checkbox"].filled-in:not(:checked) ~ span:not(.lever)::before {
  width: 0;
  height: 0;
  border: 3px solid transparent;
  left: 7px;
  top: 7px;
  -webkit-transform: rotateZ(42deg) skew(4deg, 15deg);
  transform: rotateZ(42deg) skew(4deg, 15deg);
  -webkit-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
  margin-top: 0;
}

[type="checkbox"].filled-in:not(:checked) ~ span:not(.lever)::after {
  height: 18px;
  width: 18px;
  border: 1px solid #999999;
  border-radius: 3px;
  background-color: #FFFFFF;
}

[type="checkbox"].filled-in:not(:checked):focus ~ span:not(.lever)::after {
  background-color: #FFFFFF;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.2);
}

[type="checkbox"].filled-in:not(:checked) ~ span:not(.lever).checkbox-termination::after {
  top: 1px;
}

@media only screen and (max-width: 1279px) {
  [type="checkbox"].filled-in:not(:checked) ~ span:not(.lever).checkbox-termination::after {
    top: 3px;
  }
}
[type="checkbox"].filled-in:checked ~ span:not(.lever)::after {
  height: 18px;
  width: 18px;
  border: 2px solid #565656;
  background-color: #565656;
  border-radius: 3px;
  z-index: 0;
}

[type="checkbox"].filled-in:checked ~ span:not(.lever)::before {
  margin-top: 0;
  top: 3px;
  left: 2px;
  width: 6px;
  height: 11px;
  border-top: 1px solid transparent;
  border-left: 1px solid transparent;
  border-right: 2px solid #FFFFFF;
  border-bottom: 2px solid #FFFFFF;
  -webkit-transform: rotateZ(42deg) skew(4deg, 15deg);
  transform: rotateZ(42deg) skew(4deg, 15deg);
  -webkit-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}

[type="checkbox"].filled-in:disabled:not(:checked) ~ span:not(.lever)::after {
  border: 1px solid #999999;
  background-color: #EBEBEB;
}

[type="checkbox"].filled-in:disabled:checked ~ span:not(.lever)::after {
  border: 2px solid #B3B3B3;
  background-color: #B3B3B3;
}

[type="checkbox"].filled-in.invalid:not(:checked) ~ span:not(.lever)::after {
  border: 1px solid #E86646;
}

[type="checkbox"]:not(.filled-in) ~ label::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
  z-index: 0;
  border: 1px solid #999999;
  border-radius: 3px;
  -webkit-transition: .2s;
  transition: .2s;
}

[type="checkbox"]:not(.filled-in) ~ label::after {
  border: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}

@media only screen and (max-width: 600px) {
  .usage-termination-form [type="checkbox"] ~ span:not(.lever) {
    font-size: 16px;
    line-height: 24px;
  }
}
/**************
* tiny screen *
***************/
@media only screen and (max-width: 414px) {
  .container {
    width: 100%;
  }

  .btn-large {
    font-size: 1rem;
  }
}
span.t-and-c {
  position: relative;
  top: -4px;
}

@media only screen and (min-width: 960px) {
  .flow-text {
    font-size: 1.68rem;
    line-height: 2rem;
  }

  .simcard-chart-wrapper p {
    font-size: 14px;
  }
}
/************
* DASHBOARD *
*************/
.carousel-wrapper {
  position: relative;
}

.carousel-fixed-item {
  width: calc(100% - 3rem);
  z-index: 2;
  height: 0;
  position: absolute;
  margin: 0;
  top: 0;
  left: 0;
}

.carousel-fixed-item .carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  color: #9353B9;
}

.carousel-fixed-item .carousel-control .material-icons {
  font-size: 3rem;
}

.carousel.product-carousel {
  height: 100px;
}

.carousel.product-carousel .carousel-item {
  min-height: 100px;
  height: 100px;
  width: 250px;
}

.carousel.product-carousel .carousel-item .btn-large {
  padding: 8px 16px;
  text-align: left;
  font-size: 14px;
  line-height: 16px;
  height: 54px;
  width: 250px;
}

.carousel.product-carousel .carousel-item.active .btn-large {
  border: 2px solid #9353B9;
}

.carousel.product-carousel .carousel-item .product-name {
  font-weight: 400;
}

.carousel.product-carousel .carousel-item .product-description {
  font-weight: 300;
}

.carousel.product-carousel .carousel-item .product-charge {
  font-weight: 400;
  text-align: right;
  line-height: 34px;
}

.slider .slides li img {
  height: 100%;
  width: 100%;
  background-position: center;
  background-size: 100% auto;
  background-repeat: no-repeat;
}

.dashboard-button-container {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: -1;
}

.dashboard-title {
  font-size: 24px;
  margin-bottom: 12px;
}

.dashboard-circle {
  padding: 5px;
  border: 1px solid #9353B9;
  border-radius: 50%;
}

.dashboard-details-button {
  position: absolute;
  right: -25px;
  top: 2px;
}

.dashboard-subscription-button {
  position: absolute;
  right: -25px;
  bottom: 3px;
}

.dashboard-subscription-button img {
  width: 24px;
  height: 24px;
  object-fit: contain;
}

/***************
* SIM-REGISTER *
****************/
.cover-icon {
  margin-top: 60px;
  margin-bottom: 40px;
  font-size: 3rem;
}

.sim-register-step {
  margin-top: 45px;
  margin-bottom: 12px;
}

.sim-card-img {
  width: 100%;
  height: auto;
}

@media only screen and (min-width: 992px) {
  .sim-register-step {
    margin-top: 90px;
    margin-bottom: 12px;
  }
}
/* ICCID */
.input-field input.iccid-with-prefix {
  padding-left: 62px !important;
  width: calc(100% - 73px) !important;
}

.input-field input.iccid-with-prefix ~ span.iccid-prefix::before {
  content: attr(data-iccid-prefix);
  position: absolute;
  top: 1px;
  bottom: 0;
  left: 10px;
  font-size: 13px;
  line-height: 42px;
  height: 42px;
}

@-moz-document url-prefix() {
  .input-field input.iccid-with-prefix ~ span.iccid-prefix::before {
    top: 0px;
  }
}
.input-field input.iccid-with-prefix.invalid ~ span.iccid-prefix::before {
  color: #C94125;
}

@media only screen and (max-width: 992px) {
  .input-field input.iccid-with-prefix ~ span.iccid-prefix::before {
    line-height: 43px;
    top: 0px;
  }
}
@media only screen and (max-width: 600px) {
  .input-field input.iccid-with-prefix ~ span.iccid-prefix::before {
    font-size: 16px;
    line-height: 41px;
    top: 1px;
  }

  .input-field input.iccid-with-prefix {
    padding-left: 70px !important;
    width: calc(100% - 80px) !important;
  }
}
/* IBAN */
.input-field input.iban-with-prefix {
  padding-left: 30px !important;
  width: calc(100% - 40px) !important;
}

.input-field input.iban-with-prefix ~ span.iban-prefix::before {
  content: attr(data-iban-prefix);
  position: absolute;
  top: 1px;
  bottom: 0;
  left: 10px;
  font-size: 13px;
  line-height: 42px;
  height: 42px;
}

/*

 */
@media only screen and (max-width: 600px) {
  .input-field input.iban-with-prefix ~ span.iban-prefix::before {
    font-size: 16px;
  }

  .input-field input.iban-with-prefix {
    padding-left: 35px !important;
    width: calc(100% - 45px) !important;
  }
}
.carousel.sim-purpose-carousel .carousel-item {
  width: 11rem;
}

.carousel.sim-purpose-carousel {
  height: 5rem;
}

.carousel.sim-purpose-carousel .carousel-item {
  height: 5rem;
}

.carousel.sim-purpose-carousel ~ .carousel-fixed-item {
  top: 0.5rem;
}

.carousel.sim-purpose-carousel .carousel-item [type="radio"].sim-purpose-radio ~ label {
  padding: 0 1rem 0 3rem;
  width: 10rem;
  height: 4rem;
  line-height: 1rem;
  position: relative;
  text-align: left;
  display: flex;
  align-items: center;
  border-radius: 5px;
  background-color: transparent;
  border: 1px solid #9353B9;
  border-radius: 5px;
  font-weight: 400;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  color: #9353B9;
}

.carousel.sim-purpose-carousel .carousel-item [type="radio"].sim-purpose-radio:checked ~ label {
  border: 2px solid #9353B9;
}

.carousel.sim-purpose-carousel .carousel-item [type="radio"].sim-purpose-radio ~ label .material-icons {
  position: absolute;
  width: 2rem;
  left: 0.5rem;
  top: 0;
  height: 4rem;
  line-height: calc(4rem - 1px);
}

.carousel.sim-purpose-carousel .carousel-item [type="radio"].sim-purpose-radio ~ label span {
  height: 4rem;
  line-height: 1.2rem;
  display: flex;
  align-items: center;
}

.carousel.sim-purpose-carousel .carousel-item [type="radio"].sim-purpose-radio ~ label::before,
.carousel.sim-purpose-carousel .carousel-item [type="radio"].sim-purpose-radio ~ label::after {
  display: none;
}

.sim-purpose-description-block {
  min-height: 80px;
}

.sim-purpose-description {
  display: none;
}

.indicator-checked {
  color: #9353B9;
}

ul.decimal {
  padding-left: 20px;
}

ul.decimal > li {
  list-style-type: decimal;
  margin-bottom: 10px;
}

.id-upload {
  display: none;
}

.identity-image {
  max-width: 100%;
  max-height: 130px;
  text-align: center;
}

.identity-image img, .carousel .carousel-item.identity-image img {
  max-width: 100%;
  max-height: 130px;
}

.upload-id-form, .id-upload-image {
  width: 100%;
  min-height: 250px;
  border: 1px dashed #D6E4EF;
}

.upload-id-form label {
  display: block;
  width: 100%;
  min-height: 250px;
  line-height: 250px;
  font-size: 16px;
  color: #9353B9;
  cursor: pointer;
}

.id-upload-image img {
  max-width: 100%;
  max-height: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

.id-upload-formats {
  font-size: 13px;
  color: #B3B3B3;
  line-height: 15px;
  text-align: left;
}

.id-upload-delete {
  font-size: 13px;
  line-height: 15px;
}

.id-upload-delete img.svg, .id-upload-delete svg {
  height: 13px;
  width: 13px;
  fill: #000000;
  vertical-align: text-top;
}

.id-upload-delete:hover svg {
  fill: #E86646;
}

.carousel.identity-carousel {
  height: 150px;
}

.carousel.identity-carousel .carousel-item {
  height: 150px;
  width: 280px;
}

.carousel.identity-carousel ~ .carousel-fixed-item {
  top: 80px;
}

.sim-register-step .step-circle {
  display: inline-block;
  height: 10px;
  width: 10px;
  border: 1px solid #9353B9;
  border-radius: 3px;
  margin: 0 10px;
}

.sim-register-step .step-circle.active {
  background: #9353B9;
}

.page-content .delete-photo {
  font-size: 40px;
  padding: 45px 12px;
  text-align: right;
}

/**************
* SIM-Details *
***************/
.sim-detail-content p.current-package {
  font-size: 16px;
  margin-bottom: 40px;
}

.sim-detail-content p.current-package .current-package-name {
  display: none;
}

.sim-detail-content .toggle-view {
  font-weight: 700;
  border-bottom: 2px solid #FFFFFF;
  width: 100%;
  padding: 10px 0;
}

.sim-detail-content .toggle-view a.toggle-view-link {
  color: #B3B3B3;
}

.sim-detail-content .toggle-view.active {
  border-bottom: 2px solid #9353B9;
}

.sim-detail-content .toggle-view.active a.toggle-view-link {
  color: #9353B9;
}

.sim-detail-content .toggle-view a:hover, .sim-detail-content .toggle-view a:active, .sim-detail-content .toggle-view a:focus {
  color: #9353B9;
  text-decoration: none;
}

.details-chart-wrapper {
  position: relative;
  margin-top: 30px;
}

.details-chart-content-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
}

.details-chart-content {
  position: absolute;
  width: 100%;
  transform: translateY(-5%);
  z-index: -1;
}

.details-chart {
  z-index: 1;
}

.details-chart-content-wrapper .details-chart-content img.chart-img {
  height: 30px;
  width: auto;
}

.details-chart-content-wrapper .details-chart-content p {
  margin: 5px;
}

.details-chart-content-wrapper .details-chart-content .material-icons {
  font-size: 30px;
}

.details-chart-content-wrapper .details-chart-content .availability {
  font-size: 24px;
  line-height: 24px;
}

.details-chart-content-wrapper .details-chart-content .sim-alias {
  font-size: 18px;
  font-weight: 300;
}

.details-chart-content-wrapper .details-chart-content.detail .addl-info {
  font-size: 12px;
  margin-top: 0;
}

.details-chart-content-wrapper .details-chart-content.detail .addl-info .material-icons {
  font-size: 10px;
  vertical-align: middle;
}

.details-chart-content.detail g {
  fill: #9353B9;
}

.details-data-package-heading {
  text-align: left;
  font-weight: 500;
  margin: 0;
  margin-bottom: 10px;
}

.details-data-package {
  position: relative;
  text-align: left;
  font-size: 24px;
  line-height: 24px;
}

.details-renew-icon {
  position: absolute;
  left: -24px;
  top: 50%;
  height: auto;
  width: 24px;
  transform: translate(-50%, -50%);
}

.details-data-package p {
  margin: 0;
  margin-bottom: 5px;
}

/**********
* WELCOME *
***********/
.welcome img.svg, .welcome svg {
  width: 32px;
  height: 32px;
  fill: #000000;
  margin-bottom: 10px;
}

.welcome .page-subtitle {
  margin-bottom: 130px;
}

@media only screen and (max-width: 600px) {
  .welcome .page-subtitle {
    margin-bottom: 80px;
  }
}
/**********
* NUMBER *
***********/
.number .radio-as-box [type="radio"] + span {
  margin-bottom: 16px;
}

.number .radio-as-box:last-of-type [type="radio"] + span {
  margin-bottom: 8px;
}

.number .radio-as-box [type="radio"]:last-child {
  margin-bottom: 160px;
}

.number input::placeholder {
  color: #999999 !important;
}

.number .notice {
  color: #999999;
  line-height: 20px;
  font-weight: 300;
}

/**********
* PAYMENT *
***********/
.input-field.card-number {
  position: relative;
}

.input-field .card-icon {
  position: absolute;
  top: 8px;
  right: 9px;
  height: 26px;
  width: auto;
}

.card-summary .edit-btn img.svg, .card-summary .edit-btn svg {
  height: 16px;
  width: 16px;
  fill: #000000;
}

.card-summary .edit-btn a:hover svg {
  fill: #E86646;
}

@media only screen and (max-width: 600px) {
  .card-summary .edit-btn a {
    float: right;
    width: 60px;
    height: 40px;
  }
}
/*****************
* ADMIN-CONTENTS *
******************/
.uri-prefix {
  display: none;
  position: absolute;
}

.uri-prefix.active {
  display: inline-block;
}

.input-field span.uri-prefix.mode-1.active ~ input.uri-with-prefix {
  padding-left: 61px !important;
  width: calc(100% - 71px) !important;
}

.input-field span.uri-prefix.mode-2.active ~ input.uri-with-prefix {
  padding-left: 98px !important;
  width: calc(100% - 108px) !important;
}

.input-field span.uri-prefix.active::before {
  content: attr(data-uri-prefix);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 8px;
  font-size: 16px;
  line-height: 43px;
  height: 43px;
}

textarea.cke_source {
  color: #000000;
}

#items-card, .page-items-wrapper, .card.add-page-item-card, .card.page-item-card {
  background: transparent;
}

.page-items-wrapper .page-items-container {
  border: 1px dashed #bbb;
}

.page-items-wrapper .page-items-container:not(:first-child) {
  border-left: none;
}

.card.page-item-card {
  border: 1px dotted #ccc;
}

.simcard-chart-wrapper {
  position: relative;
  margin-top: 20px;
  z-index: 1;
}

.simcard-chart-content-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
}

.simcard-chart-wrapper-buttons hr {
  margin-top: 40px;
  width: 70px;
  opacity: .5;
}

.simcard-chart-wrapper-buttons:last-of-type hr {
  display: none;
}

.simcard-chart-wrapper .simcard-chart-link {
  cursor: pointer;
  z-index: 1;
}

.simcard-chart-wrapper .dashboard-button-container {
  z-index: -1;
}

.simcard-chart-content-wrapper .simcard-chart-content {
  width: 100%;
}

.simcard-chart-content-wrapper .simcard-chart-content img.chart-img {
  height: 30px;
  width: auto;
}

.simcard-chart-content-wrapper .simcard-chart-content p {
  margin: 5px;
}

.simcard-chart-content-wrapper .simcard-chart-content .material-icons {
  font-size: 30px;
}

.simcard-chart-content-wrapper .simcard-chart-content .availability {
  line-height: 64px;
  font-size: 64px;
}

.simcard-chart-content-wrapper .simcard-chart-content .availability::after {
  content: "%";
  font-size: 18px;
  position: absolute;
  line-height: 96px;
}

.simcard-chart-content-wrapper .simcard-chart-content .sim-alias {
  position: absolute;
  top: 17%;
  margin: 0px;
  width: 100%;
  font-size: 18px;
  font-weight: 700;
}

.simcard-chart-content-wrapper .simcard-chart-content .activating {
  width: 50%;
  margin: 0% 25%;
  font-weight: 700;
  line-height: 20px;
  font-size: 18px;
}

.simcard-chart-content-wrapper .simcard-chart-content.detail .availability {
  font-size: 18px;
}

.simcard-chart-content-wrapper .simcard-chart-content.detail .addl-info {
  font-size: 12px;
  margin-top: 0;
}

.simcard-chart-content-wrapper .simcard-chart-content.detail .addl-info .material-icons {
  font-size: 10px;
  vertical-align: middle;
}

.empty-simcard {
  width: 100%;
  height: 100%;
  border: 1px dashed #9353B9;
  border-radius: 50%;
}

.add-simcard .empty-simcard .add-simcard-content {
  width: 100%;
}

.add-simcard .empty-simcard .add-simcard-content p {
  margin: 5px;
}

.add-simcard .empty-simcard .add-simcard-content .material-icons {
  font-size: 30px;
}

.autorenew-icon {
  font-size: 30px;
}

.auto-renew-package-select {
  border-top: 1px solid #9353B9;
  padding: 10px 0;
  margin: 0;
}

.auto-renew-package-select .package-volume {
  font-size: 18px;
}

.auto-renew-package-select .package-name {
  font-size: 16px;
}

.auto-renew-package-select .package-duration {
  font-size: 14px;
}

.auto-renew-package-select .package-charge {
  font-size: 18px;
}

.auto-renew-package-select .package-charge .currency-rotate {
  display: inline-block;
  font-size: 8px;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  padding-left: 5px;
  margin-left: -5px;
}

.auto-renew-package-select-no-lines {
  padding: 10px 0;
  margin: 0;
}

.auto-renew-package-select-no-lines .package-volume {
  font-size: 20px;
}

.auto-renew-package-select-no-lines .package-name {
  font-size: 16px;
}

.auto-renew-package-select-no-lines .package-duration {
  font-size: 14px;
}

.auto-renew-package-select-no-lines .package-charge {
  font-size: 18px;
}

.auto-renew-package-select-no-lines .package-charge .currency-rotate {
  display: inline-block;
  font-size: 8px;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  padding-left: 5px;
  margin-left: -5px;
}

.simcard-verify-apn, .simcard-auto-renew-not-activated {
  width: 40px;
  height: 40px;
  border: 1px solid #FFFFFF;
  border-radius: 50%;
  padding: 0px;
  text-align: center;
  position: absolute;
  top: 2px;
  left: -10px;
}

.simcard-verify-apn .material-icons .simcard-auto-renew-not-activated .material-icons {
  font-size: 20px;
}

/***************
*	TEXT-STYLE	*
****************/
.no-display {
  display: none;
}

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

.grey-text {
  color: rgba(0, 0, 0, 0.6) !important;
}

.grey-text-nav {
  color: rgba(0, 0, 0, 0.6);
}

.disabled {
  color: rgba(0, 0, 0, 0.26);
  fill: rgba(0, 0, 0, 0.26);
}

.red-text {
  color: #F67858 !important;
}

.new-dc-red-text {
  color: #E86646 !important;
}

.dark-purple-text {
  color: #9353B9;
}

.dc-red-text {
  color: #E86646;
}

.dc-dark-red-text {
  color: #C94125;
}

.dc-light-error-text {
  color: #BE2D13;
}

.title {
  font-size: 16px;
  line-height: 24px;
}

.blue-text {
  color: #007BC8 !important;
}

.page-content p.with-icon i.material-icons {
  display: inline-block;
  vertical-align: middle;
  font-size: 25px;
  margin-right: 5px;
}

.collapsible-body p.with-icon i.material-icons {
  display: inline-block;
  vertical-align: middle;
  font-size: 25px;
  margin-right: 5px;
}

.sendButton2Link {
  border: none;
  background: none !important;
  padding: 0 !important;
  color: #007BC8;
  cursor: pointer;
  line-height: 20px;
}

.sendButton2Link:hover {
  color: #004478;
}

.sendButton2Link:focus {
  text-decoration: underline;
  color: #004478;
}

.sendButton2Link:active {
  color: #000000;
}

/*****************
* CONTACT - FORM *
******************/
.contact-form textarea {
  max-width: 100%;
  height: 200px;
  overflow-y: auto;
  border: 1px solid #9353B9;
  border-radius: 3px;
  padding: 10px;
}

.contact-form button.topic-select {
  padding: 0;
  background: none;
  cursor: pointer;
  border: none;
}

/**********
* DETAILS *
***********/
.left-absolute {
  float: left;
  position: absolute;
}

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

.pointer {
  cursor: pointer;
}

.tabs, .subscription-tabs {
  overflow-x: auto;
}

.tabs .tab, .subscription-tabs .tab {
  text-align: left;
  -webkit-flex-grow: none;
  flex-grow: none;
  -ms-flex: none;
  flex: none;
  padding-right: 24px;
  color: #9353B9;
  /* for ellipsis */
}

.tabs .tab.invitationTab, .subscription-tabs .tab.invitationTab {
  padding-right: 0px;
  height: 40px;
}

.tabs .tab a, .subscription-tabs .tab a {
  color: rgba(0, 0, 0, 0.6);
  font-size: 13px;
  font-weight: normal;
  text-decoration: none;
  line-height: 55px;
  padding-left: 0px;
  padding-right: 0px;
  text-transform: none;
  position: relative;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-bottom: 10px;
}
.tabs .tab a svg, .subscription-tabs .tab a svg {
  width: 24px;
  height: 24px;
  fill: rgba(0, 0, 0, 0.6);
}

@media only screen and (max-width: 1279px) {
  .tabs .tab a, .subscription-tabs .tab a {
    font-size: 16px;
  }
}
.tabs .tab a.active, .subscription-tabs .tab a.active {
  color: #000000;
  cursor: default;
  pointer-events: none;
  border-bottom: solid 3px #EEB524;
  padding-bottom: 7px;
}
.tabs .tab a.active svg, .subscription-tabs .tab a.active svg {
  fill: #000000;
}

.tabs .tab.disabled a.active, .subscription-tabs .tab.disabled a.active {
  color: rgba(0, 0, 0, 0.5);
  cursor: default;
  pointer-events: none;
}

.tabs .tab.disabled a, .subscription-tabs .tab.disabled a {
  color: rgba(0, 0, 0, 0.26);
  cursor: default;
  pointer-events: none;
}
.tabs .tab.disabled a svg, .subscription-tabs .tab.disabled a svg {
  fill: rgba(0, 0, 0, 0.26);
}

.tabs.disabled .indicator, .subscription-tabs.disabled .indicator {
  background-color: #bdbdbd;
}

div.divider.disabled {
  background-color: rgba(0, 0, 0, 0.26);
}

.tabs .tab a.active:hover, .subscription-tabs .tab a.active:hover {
  color: #000000;
  cursor: default;
}

.tabs .tab a:hover, .subscription-tabs .tab a:hover {
  color: #000000;
}
.tabs .tab a:hover svg, .subscription-tabs .tab a:hover svg {
  fill: #000000;
}

.tabs .tab a:focus, .tabs .tab a:focus.active, .subscription-tabs .tab a:focus, .subscription-tabs .tab a:focus.active {
  background-color: transparent;
}

.tabs .tab a:hover::before, .subscription-tabs .tab a:hover::before {
  content: '';
  border-bottom: solid 3px #EEB524;
  position: absolute;
  width: 100%;
  bottom: 0px;
}

.subscription-tabs .tab a:hover::before {
  margin-bottom: -3px;
}

.tabs .tab.invitationTab a:hover::before, .subscription-tabs .tab.invitationTab a:hover::before {
  left: 0px;
}

.tabs .indicator, .subscription-tabs .indicator {
  background-color: #EEB524;
  height: 3px;
}

.horizontalruler {
  height: 1px;
  width: 100%;
  background-color: #B384D3;
}

button.summary-remove-service, button.summary-remove-service:hover, button.summary-remove-service:active, button.summary-remove-service:focus {
  border: none;
  padding: 0;
  cursor: pointer;
  background: #FFFFFF;
}

.password-policy {
  display: none;
  text-align: left;
  font-size: 14px;
}

#password:not(.invalid):active ~ .password-policy, #password:not(.invalid):focus ~ .password-policy {
  display: block;
}

#password.invalid ~ .invalid.message ~ .password-policy, #password.invalid ~ .invalid.message ~ .password-policy {
  display: none;
}

.payment-form .card-number-placeholder {
  display: inline-block;
  height: 50px;
  width: 100%;
  min-height: 50px;
}

.payment-form input {
  width: calc(100% - 19px) !important;
}

.payment-form .cvv-placeholder {
  display: inline-block;
  width: 100%;
  height: 50px;
  min-height: 50px;
}

p.info-text-small, span.info-text-small {
  font-size: 16px;
  line-height: 24px;
}

.text-xs, label.text-xs {
  font-size: 13px;
  line-height: 20px;
}

.text-xl {
  font-size: 28px;
}

.text-xl-title {
  font-size: 24px;
  line-height: 36px;
}

.cockpit-title {
  font-size: 16px;
  line-height: 24px;
}

.display-block {
  display: block;
}

@media only screen and (max-width: 600px) {
  .text-xs, label.text-xs {
    font-size: 16px;
    line-height: 24px;
  }

  .text-xl-title {
    font-size: 28px;
    line-height: 36px;
  }

  .cockpit-title {
    font-size: 20px;
    line-height: 28px;
  }
}
/***********************************************************/
@media only screen and (max-width: 1216px) {
  span.break-it {
    display: block;
  }
}
@media only screen and (min-width: 1216px) {
  #break-it {
    display: block;
  }
}
.clearfix {
  clear: both;
}

.clearfix::after {
  clear: both;
  content: "";
  display: table;
}

.data-row {
  line-height: 20px;
}

.data-row .input-field {
  margin: 0px;
}

.outro .done img.svg, .outro .done svg {
  fill: #FFFFFF;
  height: 60px;
  width: 60px;
  background-color: #9353B9;
  border-radius: 50%;
  border: 21px solid #9353B9;
  pointer-events: none;
}

.outro {
  padding-bottom: 50px;
}

/************************
*		F+F				*
*************************/
ul.checkmark {
  margin-top: 30px;
}

.cockpit ul.checkmark {
  margin-top: 20px;
}

ul.checkmark li {
  padding-left: 30px;
  margin-bottom: 20px;
  line-height: 24px;
}

.cockpit ul.checkmark li {
  font-size: 13px;
  line-height: 20px;
  margin-bottom: 16px;
}

ul.checkmark li::before {
  display: inline-block;
  content: '';
  background-image: url("../../img/icon/correct-1590c0d92947c92b587b8d1e87f2fdc1.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  width: 16px;
  height: 16px;
  margin: 0px 14px 0px -30px;
  vertical-align: text-top;
}

@media only screen and (max-width: 600px) {
  .cockpit ul.checkmark li {
    font-size: 16px;
    line-height: 24px;
  }

  ul.checkmark li::before {
    position: relative;
    top: 2px;
  }
}
.main-with-footer {
  padding-bottom: 200px;
  padding-top: 30px;
}

.fake-link-language {
  padding: 0;
  margin: 15px 0px;
  border: none;
  background: none;
  cursor: pointer;
  font-size: 13px;
  color: #000000 !important;
  -webkit-text-fill-color: #000000;
}

.fake-link-language.active > span {
  font-weight: 600;
  margin-left: 40px;
}

.fake-link-language:focus {
  background: none;
}

.green-check::before {
  font-family: "Material Icons";
  color: #73C44D;
  font-size: 16px;
  content: 'check';
  margin-right: 5px;
  vertical-align: middle;
}

.fake-link-language:not(.active)::before {
  content: ' ';
  margin-left: 40px;
}

.fake-link-language.active::after {
  font-family: "Material Icons";
  display: inline-block;
  font-size: 13px;
  content: 'check';
  margin-left: 10px;
  vertical-align: middle;
}

.fake-link {
  padding: 0;
  margin: 0 15px;
  border: none;
  background: none;
  cursor: pointer;
  text-transform: uppercase;
  color: #9353B9;
  font-size: 13px;
}

.fake-link.active {
  color: #9353B9;
  border-bottom: 2px solid #9353B9;
}

.fake-link.active:hover {
  color: #9353B9;
}

.fake-link:hover {
  color: #E86646;
}

.fake-link:focus {
  color: #E86646;
  border-bottom: 2px solid #9353B9;
}

@media screen and (max-width: 600px) {
  .fake-link-language {
    font-size: 16px;
    line-height: 24px;
  }

  .fake-link-language.active::after {
    font-size: 16px;
  }
}
/**********
* COCKPIT *
***********/
.cockpit p:not(.bold-text), .cockpit span:not(.bold-text) {
  font-size: 13px;
  line-height: 20px;
}

.cockpit p.text-m {
  font-family: "Europa", "Helvetica", sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.cockpit p.amount, .cockpit span.amount {
  color: #000000;
  font-size: 36px;
  font-weight: 700;
  line-height: 40px;
}

#sim-activation-iccid.input-field input[type="text"]:not(.browser-default):not(.has-prefix) {
  padding-right: 16px;
}

#sim-activation-iccid.input-field > .error-message {
  margin-bottom: 0px;
}

@media only screen and (max-height: 600px) and (min-width: 992px) {
  #profile-modal {
    top: 0 !important;
    bottom: 0;
  }
}
@media only screen and (max-width: 600px) {
  .cockpit p.text-xs, .cockpit span:not(.bold-text):not(.amount):not(.voice-header-text), .cockpit p:not(.bold-text):not(.amount) {
    font-size: 16px;
    line-height: 24px;
  }
}
#invitation-modal {
  top: 8% !important;
}

#invitation-modal .error-message {
  margin-bottom: 0px;
}

#invitation-modal .invitation-pair {
  margin-bottom: 10px;
}

#invitation-modal .modal-headline-wrapper.close-function {
  align-items: flex-start;
}

a[disabled] {
  pointer-events: none;
}

#profile-modal, #invitation-modal, #usage-modal {
  overflow-x: hidden;
  padding: 0 !important;
}

#profile-modal .step, #invitation-modal .step, .usage-modal .step {
  float: left;
  width: 33.33%;
  padding: 48px;
}

#profile-modal .slider, #invitation-modal .slider, .slider.usage-modal {
  position: relative;
  left: 0;
  margin: 0;
  padding: 0;
  width: 300%;
  height: auto;
}

#profile-modal .cancel-btn {
  padding-right: 10px;
}

#profile-modal-code .promo-buttons-wrapper {
  flex-wrap: wrap;
  flex-direction: row-reverse;
}

#profile-modal-code .promo-buttons-wrapper .step-btn, #profile-modal-code .promo-buttons-wrapper .save-btn {
  flex-basis: 50%;
}

#profile-modal-code .promo-buttons-wrapper.flex-grow .step-btn, #profile-modal-code .promo-buttons-wrapper.flex-grow .save-btn {
  flex-grow: 1;
  flex-basis: auto;
}

#profile-modal .error-message, #refund-modal .error-message {
  margin-bottom: 10px;
}

@media only screen and (max-width: 601px) {
  #profile-modal-code .promo-buttons-wrapper .step-btn, #profile-modal-code .promo-buttons-wrapper .save-btn,
  #profile-modal-code .promo-buttons-wrapper.flex-grow .step-btn, #profile-modal-code .promo-buttons-wrapper.flex-grow .save-btn {
    flex-basis: 100%;
  }
}
.cockpit #usage-modal span:not(.bold-text) {
  font-size: 16px;
  line-height: 20px;
}

#invitation-modal .step {
  width: 50%;
}

#invitation-modal .slider {
  width: 200%;
}

#updateAddressForm .ajax-error-message {
  display: none;
}

.modal.cockpit-modal {
  background-color: #FFFFFF;
  color: #000000;
  border-radius: 0px;
  box-shadow: none;
  top: 8% !important;
  z-index: 1006 !important;
  max-height: calc(90% - 8px);
}

.modal.cockpit-modal input[type=text]:not([readonly]), .modal.cockpit-modal .select-wrapper:not(.disabled):not(.invalid) input:not(.disabled) {
  width: 100%;
  border: 1px solid #B3B3B3;
}

.modal.cockpit-modal input[type=text]:focus:not([readonly]), .modal.cockpit-modal input[type=text]:not(.browser-default):focus:not([readonly]), input[type=text].valid:not(.browser-default):focus {
  border: 1px solid #565656;
}

.modal.cockpit-modal input[type=text]:not([readonly]).invalid, .modal.cockpit-modal input[type=text]:not(.browser-default):focus:not([readonly]).invalid {
  border: 1px solid #F67858;
}

.modal.cockpit-modal input[type=text]:hover:not([readonly]), .modal.cockpit-modal input[type=text]:not(.browser-default):hover:not([readonly]), input[type=text].valid:not(.browser-default):hover {
  border: 1px solid #565656;
}

.modal-overlay {
  z-index: 1005 !important;
}

#profile-modal p, #profile-modal a, #profile-modal div:not(.step, .collapsible-header), .headline .col {
  padding-left: 0px;
  padding-right: 0px;
}

.cockpit-modal img.svg, .setting img.svg, .cockpit-modal svg, .setting svg, .close-notification svg, .close-notification img.svg {
  width: 16px;
  height: 16px;
}

.cockpit-modal svg, .setting svg, .close-notification svg {
  fill: #000000;
}

svg.fill-white-svg {
  fill: #FFFFFF;
}

svg.warning {
  fill: #E86646;
}

.linecheck-edit:hover {
  cursor: pointer;
}

.cockpit-modal .card-icon {
  width: 40px;
  height: auto;
  margin-right: 15px;
  vertical-align: bottom;
}

.cockpit-modal .modal-content {
  background-color: #FFFFFF;
  /* padding for content */
  padding: 48px;
}

.cockpit-modal a {
  color: #007BC8;
}

.cockpit-modal a.btn-large:not(.secondary) {
  color: #FFFFFF;
}

.cockpit-modal a:not(.btn-large):hover {
  color: #004478;
}

.cockpit-modal .setting, .payment .setting, .preferences .setting {
  border-bottom: 1px solid #DDDDDD;
  padding: 20px 0;
}

.usage-border {
  border-bottom: 1px solid #dddddd;
}

@media only screen and (max-width: 992px) {
  .modal.cockpit-modal {
    height: calc(100% - 96px) !important;
    max-height: calc(100% - 96px);
    width: calc(100% - 16px) !important;
    top: 112px !important;
  }

  .modal.cockpit-modal.with-border {
    border-bottom: 8px solid #9353B9;
  }

  .modal-overlay {
    opacity: 0.0 !important;
  }

  .modal#invitation-modal, .modal.cockpit-modal:not(#profile-modal) {
    height: 100% !important;
    max-height: 100%;
    top: 0% !important;
    width: 100% !important;
    border-top: 5px solid;
    border-image: linear-gradient(to right, #C4A277 calc(1 / 6 * 100%), #FFC32D calc(1 / 6 * 100%) calc(2 / 6 * 100%), #F67858 calc(2 / 6 * 100%) calc(3 / 6 * 100%), #84D160 calc(3 / 6 * 100%) calc(4 / 6 * 100%), #B384D3 calc(4 / 6 * 100%) calc(5 / 6 * 100%), #72C7F9 calc(5 / 6 * 100%)) 6;
  }

  #invitation-modal .invitation-pair {
    margin-bottom: 20px;
  }

  #profile-modal .step, #invitation-modal .step, #multisim-settings, #usage-modal .step, .cockpit-modal .modal-content {
    padding: 16px 30px 30px;
  }
}
.cockpit-modal #code::placeholder {
  color: #D8D8D8;
}

.cockpit-modal .step-btn:hover .black-text, .preferences .setting:not(.no-hover):hover .black-text {
  color: rgba(0, 0, 0, 0.54) !important;
}

.step-btn:hover svg, .payment .setting:hover svg, .modal-close:hover svg, .preferences .setting:hover svg, .preferences a:hover svg, .setting:hover svg {
  fill: rgba(0, 0, 0, 0.54);
}

@media only screen and (min-width: 993px) {
  .modal.cockpit-modal {
    min-width: 500px;
    max-width: 600px;
    width: 40%;
  }

  #invitation-modal {
    width: 50%;
  }
}
#overview-usage-icon {
  width: 25px;
  font-size: 28px;
  font-weight: 100;
}

@media (max-width: 320px) {
  #overview-usage-text {
    max-width: 80%;
  }
}
/*********************
* COCKPIT - Overview *
**********************/
/*************************************************
			PROGRESS STEPPER - VERTICAL & HORIZONTAL
**************************************************/
.pro-circle {
  width: 20px;
  height: 20px;
  display: inline-block;
  border-radius: 50%;
  background: #B384D3;
}

.pro-circle.active, .pro-circle.done {
  position: relative;
}

.pro-circle.done img, .pro-circle.done svg {
  position: absolute;
  top: 2px;
  left: 2px;
  width: 16px;
  height: 16px;
  fill: #FFFFFF;
}

/*************************************************
			PROGRESS STEPPER - VERTICAL
**************************************************/
.pro-step-vertical {
  padding-bottom: 18px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  background-color: cream;
}

.pro-step-vertical .pro-stepper {
  position: relative;
  margin-top: 2px;
}

.pro-step-vertical:not(:last-child) .pro-line {
  height: calc(100% - 8px);
  position: absolute;
  border-left: 1px solid rgba(0, 0, 0, 0.26);
  left: 10px;
  top: 23px;
}

/*************************************************
			PROGRESS STEPPER - HORIZONTAL
**************************************************/
.horizontal-progress-stepper {
  display: flex;
  justify-content: space-evenly;
  padding: 0;
  list-style-type: none;
}

.horizontal-progress-stepper .pro-stepper {
  margin-bottom: 10px;
}

.pro-step-horizontal {
  flex-basis: 0;
  flex-grow: 2;
  text-align: center;
  position: relative;
  margin: 0 10px;
}

.pro-step-horizontal:not(:last-child) .pro-line {
  position: absolute;
  top: 10px;
  border-top: 1px solid rgba(0, 0, 0, 0.26);
  width: calc(100% - 8px);
  left: calc(50% + 14px);
}

.pro-step-horizontal:last-child {
  margin-right: 0px;
}

.pro-step-horizontal:first-child {
  margin-left: 0px;
}

/************************
* OVERVIEW FAMILY AVATAR *
**************************/
.avatar-container {
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.avatar-container .item-right {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-left: 12px;
}
.avatar-container .item-right .item-right-row {
  margin-left: auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.avatar-container .item-middle {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-left: 12px;
}
.avatar-container .item-middle .item-right-row {
  margin-left: auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.avatar-container .item-left {
  display: flex;
  justify-content: center;
}

.link-no-style,
.link-no-style:visited,
.link-no-style:hover,
.link-no-style:active,
.link-no-style:focus {
  color: inherit;
  text-decoration: none;
  outline: none;
}

.avatar-circle {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 33px;
}
.avatar-circle.filled-light {
  background-color: rgba(0, 0, 0, 0.26);
  color: #000000;
}
.avatar-circle.filled-dark {
  background-color: #AF79D4;
  color: #FFFFFF;
}
.avatar-circle.outlined {
  border: 1px solid #007BC8;
  background-color: unset;
}
.avatar-circle.outlined-dashed {
  border: 1px dashed #007BC8;
  background-color: unset;
}
.avatar-circle.outlined-black {
  border: 1px solid #000000;
  background-color: unset;
}

.avatar-circle > svg {
  width: 14px;
}
.avatar-circle > svg.light {
  fill: #007BC8;
}
.avatar-circle > svg.dark {
  fill: #000000;
}

@media only screen and (max-width: 600px) {
  .avatar-container .item-right {
    display: flex;
    flex-direction: column;
    width: 60%;
  }
}
/********************
* COCKPIT - Payment *
*********************/
.payment svg {
  width: 16px;
  height: 16px;
}

.payment .shortlink:hover svg {
  fill: #E86646;
}

.payment .general-list li {
  width: 100%;
  display: inline-block;
}

.payment .general-list li svg {
  margin-right: 8px;
}

.payment .general-list li div a:hover svg, .payment .general-list li div a:hover span {
  fill: #004478;
  color: #004478;
}

.payment .general-list li span.left {
  width: 80%;
}

.payment .visible-bills li:first-child {
  padding-top: 0px;
}

.payment .visible-bills {
  margin: 0px;
}

ul.bills .collapsible-body ul.general-list li:first-child {
  border-top: 1px solid #dddddd;
}

.payment ul.bills > li > .collapsible-header svg, .payment ul.visible-bill > li > .collapsible-header svg {
  position: relative;
  margin-right: -2px;
}

.payment svg.blue-svg {
  fill: #007BC8;
}

.payment svg.grey-svg {
  fill: rgba(0, 0, 0, 0.6);
}

ul.bills > li > .collapsible-body ~ .collapsible-header > span[data-text-more]::after {
  content: attr(data-text-more);
}

ul.bills > li.active > .collapsible-body ~ .collapsible-header > span[data-text-less]::after {
  content: attr(data-text-less);
}

@media (max-width: 767px) {
  .br-on-mobile {
    display: block;
  }

  .payment svg {
    margin-top: 5px;
  }

  .voucher-code {
    display: block;
  }
}
@media (min-width: 300px) {
  .br-on-mobile {
    display: block;
  }
}
@media (max-width: 299px) {
  .br-on-mobile {
    display: table-caption;
  }
}
/******************
* COCKPIT - Usage *
*******************/
.dot {
  flex: 0 0 16px;
  height: 16px;
  width: 16px;
  border-radius: 50%;
}

@media (max-width: 600px) {
  .dot {
    margin-top: 4px;
  }
}
@media (min-width: 600px) {
  .dot {
    margin-top: 2px;
  }
}
.dot.green-dot {
  background-color: #73C44D;
}

.dot.red-dot {
  background-color: #E86646;
}

.dot.yellow-dot {
  background-color: #EEB524;
}

.dot.grey-dot {
  background-color: #999999;
}

.usage .general-list li, .overview .general-list li {
  width: 100%;
  display: flex;
}

ul.collapsible-list .list-header {
  font-weight: 700;
}

ul li.list-header-bold {
  font-weight: 700;
}

ul.collapsible-list {
  box-shadow: none;
  border: none;
}

@media (min-width: 600px) {
  ul.collapsible-list > li > .collapsible-header {
    height: 38px;
    border: none;
    padding: 0;
    font-size: 13px;
    line-height: 20px;
    column-gap: 10px;
  }
}
@media (max-width: 600px) {
  ul.collapsible-list > li > .collapsible-header {
    height: 38px;
    border: none;
    padding: 0;
    font-size: 16px;
    line-height: 24px;
    column-gap: 10px;
    margin-bottom: 20px;
  }
}
ul.collapsible-list > li > .voice-header {
  height: 38px;
  border: none;
  padding: 0;
  font-size: 13px;
  line-height: 20px;
  column-gap: 10px;
  display: flex;
}

ul.collapsible-list > li > .collapsible-body {
  padding: 0px;
  border: none;
}

ul.general-list li {
  border-bottom: 1px solid #DDDDDD;
  font-size: 13px;
  line-height: 20px;
  padding: 10px 0;
  padding-top: 10px;
  padding-bottom: 10px;
}

ul.general-list li.no-border {
  border-bottom: none;
  padding-top: 10px;
  padding-bottom: 0;
}

ul.general-list li div {
  padding: 0;
}

ul.general-list li:last-child {
  border-bottom: none;
}

ul.general-list.divided li {
  display: flex;
}

ul.general-list.divided li > * {
  flex: 1 0 50%;
}

ul.collapsible-list > li.active > .collapsible-header svg {
  transition-duration: 0.2s;
  transition-property: transform;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

ul.collapsible-list > li > .collapsible-header svg {
  transition: transform 0.2s ease-in;
  transition-property: transform;
  -webkit-transform: initial;
  transform: initial;
}

ul.collapsible-list .collapsible-header img.svg, ul.collapsible-list .collapsible-header svg {
  margin-left: auto;
  width: 16px;
  height: 16px;
  flex: 0 0 16px;
}

ul.collapsible-list .collapsible-header:hover img.svg,
ul.collapsible-list .collapsible-header:hover svg {
  fill: rgba(0, 0, 0, 0.54);
}

ul.collapsible-list .collapsible-header:hover img.svg.blue-svg,
ul.collapsible-list .collapsible-header:hover svg.blue-svg,
ul.collapsible-list .collapsible-header:hover span.blue-text {
  fill: #004478;
  color: #004478 !important;
}

/*BUY PACKAGE - COUNTRY DROPDOWN*/
#country-select.select .dropdown-content li span {
  margin-left: 15px;
  margin-right: 0px;
}

.gray-border {
  border-top: 1px solid #DDDDDD;
  padding: 15px 0;
}

/*MULTISIM BORDERCARD*/
.border-card {
  border: 1px solid #000000;
}

.border-card:hover svg:not(.bigsvg) {
  fill: rgba(0, 0, 0, 0.54);
}

.plus-icon {
  display: flex;
  justify-content: center;
}

.accessory-icon {
  align-self: flex-start;
}

/* RADIOS */
.collapsible-header p {
  width: 100%;
}

.overview ul.collapsible-list > li > .collapsible-header {
  justify-content: end;
}

.overview ul.collapsible-list > li > .collapsible-header .svg {
  position: unset;
  margin-right: 6px;
}

.overview ul.collapsible-list > li > .collapsible-body ~ .collapsible-header > span[data-text-more]::after {
  content: attr(data-text-more);
}

.overview ul.collapsible-list > li.active > .collapsible-body ~ .collapsible-header > span[data-text-less]::after {
  content: attr(data-text-less);
}

#ajaxMultiSimForm .error-message {
  width: 100%;
}

ul.facts > li {
  list-style-type: disc;
  font-size: 13px;
  line-height: 20px;
  list-style-position: outside;
}

/* USED DATA GRAPH*/
.data-bar-graph {
  width: 100%;
  height: 20px;
  margin: 10px 0 6px 0;
  position: relative;
}

.overview .data-bar-graph {
  margin: 4px 0 2px 0;
}

.data-bar-graph span {
  height: 20px;
  display: inline-block;
  float: left;
}

.data-bar-graph .data-used {
  position: absolute;
  left: 0px;
  width: 2px;
  background-color: #9353B9;
}

.overview .data-bar-graph .data-used {
  width: 75%;
}

.data-bar-graph .data-included {
  background-color: #DDDDDD;
  position: relative;
  z-index: 1;
}

.data-bar-graph .data-packages-local-size {
  background-color: #DDDDDD;
  position: absolute;
}

.data-bar-graph .data-packages-local {
  background-color: #DDDDDD;
  height: 20px;
  z-index: 1;
  position: relative;
}

.data-bar-graph .data-left-80 {
  height: 20px;
  width: 80%;
  float: left;
}

.data-bar-graph .data-right-20 {
  height: 20px;
  width: 20%;
  float: right;
}

.cockpit p.usage-title, .cockpit span.usage-title {
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.035em;
}

.cockpit p.usage-subtitle, .cockpit span.usage-subtitle {
  font-size: 13px;
  line-height: 20px;
}

@media only screen and (max-width: 600px) {
  ul.general-list li {
    font-size: 16px;
    line-height: 24px;
  }
}
/************************
* COCKPIT - Preferences *
*************************/
.general-list li span.left {
  width: 40%;
}

.preferences .general-list .list-header {
  border-bottom: none;
}

.preferences .general-list .list-header p {
  font-weight: bold;
}

.preferences #termination-container .checkbox1 {
  margin-bottom: 20px;
}

.preferences .setting p:not(.bold-text), .preferences .setting span:not(.bold-text) {
  line-height: 24px;
}

.preferences ul.general-list span {
  padding-left: 0;
}

.preferences .general-list li {
  width: 100%;
  display: inline-block;
}

.preferences .setting div {
  padding: 0px;
}

.preferences img.svg, .preferences svg,
.usage img.svg, .usage svg, .overview svg, img.svg, svg {
  fill: #000000;
  width: 16px;
  height: 100%;
}

img.svg.middlesvg, svg.middlesvg {
  width: 24px;
  height: 100%;
}

img.svg.bigsvg, svg.bigsvg {
  width: 28px;
  height: 28px;
}

.preferences img.svg:hover, .preferences svg:hover,
.usage img.svg:hover, .usage svg:hover, .overview svg:not(.no-hover):hover {
  fill: rgba(0, 0, 0, 0.54);
}

.border-card > div > svg:hover {
  fill: #000000;
}

.switch label .lever:after {
  box-shadow: none;
  background-color: #FFFFFF;
}

.switch label .lever:after, .switch label .lever:before {
  top: 1px;
  left: 1px;
  width: 16px;
  height: 16px;
}

.switch label .lever {
  margin-right: 0;
  width: 36px;
  height: 18px;
  background-color: #999999;
}

.switch label input[type=checkbox]:checked + .lever {
  background-color: #73C44D;
}

.switch label input[type=checkbox]:checked + .lever:before, .switch label input[type=checkbox]:checked + .lever:after {
  left: 19px;
}

.switch label input[type="checkbox"][disabled] + .lever {
  background-color: rgba(179, 179, 179, 0.4);
  opacity: inherit;
}

.switch label input[type="checkbox"][disabled]:checked + .lever {
  background-color: rgba(115, 196, 77, 0.4);
  opacity: inherit;
}

.switch label input[type=checkbox]:checked + .lever:after,
.switch label input[type="checkbox"][disabled] + .lever::after,
.switch label input[type="checkbox"][disabled]:checked + .lever::after {
  background-color: #FFFFFF;
}

#profile-modal .switch label input[type=checkbox]:checked + .lever {
  background-color: rgba(115, 196, 77, 0.4);
}

.preferences {
  overflow-x: hidden;
}

.preferences .slider {
  position: relative;
  width: 400%;
}

.preferences .slider .step {
  float: left;
  width: 25%;
}

.preferences .sub-setting {
  margin-left: 25px;
}

.preferences .sub-setting .switch label .lever {
  margin-left: 10px;
}

.red-cricle {
  background-color: #E86646;
  height: 35px;
  width: 35px;
  color: #FFFFFF;
  border-radius: 50%;
  font-size: 16px;
  line-height: 35px;
  text-align: center;
  float: left;
  margin-right: 20px;
}

.preferences img.svg.disabled, .preferences svg.disabled, .preferences img.svg.disabled:hover, .preferences svg.disabled:hover, .setting:hover svg.disabled {
  fill: rgba(0, 0, 0, 0.26);
  pointer-events: none;
}

.usage-modal-back-button {
  padding-left: 20px;
  padding-right: 20px;
  height: 40px;
}

@media only screen and (max-width: 1279px) {
  .preferences p:not(.bold-text), .preferences span:not(.bold-text) {
    font-size: 13px;
    line-height: 24px;
  }

  .preferences .general-list li span.left {
    width: 30%;
  }
}
@media only screen and (max-width: 520px) {
  .preferences .general-list li span.left {
    width: 40%;
  }

  .preferences #termination-container .checkbox1 {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 375px) {
  .preferences .general-list li span.left {
    width: 100%;
  }
}
/**********
* SPINNER *
***********/
.spinner-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 99999;
  background-color: rgba(0, 0, 0, 0.5);
}

.spinner-blue, .spinner-blue-only {
  border-color: #FFFFFF;
}

/*******************
* SIM REGISTRATION *
********************/
img.svg.sim-activation-img, svg.sim-activation-img {
  width: 300px;
  max-width: 100%;
  height: auto;
}

.sim-activation-modal .btn-large:disabled {
  color: rgba(0, 0, 0, 0.54) !important;
}

.step-btn {
  cursor: pointer;
}

.labels-list-wrapper {
  overflow-x: hidden;
  padding: 0 2px;
}

.remove-label-card {
  padding-right: 10px;
  padding-top: 5px;
  float: right;
}

.remove-label-card img, .remove-label-card svg {
  width: 20px;
  height: 20px;
}

.remove-label-card svg {
  fill: #000000;
}

.remove-label-card svg:hover, .remove-label-card svg:active, .remove-label-card svg:focus {
  fill: #E86646;
}

.old-label-card {
  cursor: pointer;
}

.old-label-card:active {
  box-shadow: -1px -1px 1px #000000;
}

.old-label-card:hover .material-icons, .old-label-card:active .material-icons, .old-label-card:focus .material-icons {
  color: #E86646;
}

.fixed-action-btn .btn-floating {
  border-radius: 100%;
}

.fixed-action-btn.to-scroll-top {
  display: none;
}

/*******************
* OTO ID INPUT *
********************/
img.broadband-activation-img {
  width: 250px;
  max-width: 100%;
  height: auto;
}

.oto-id-notification-textblock {
  flex: 1;
  padding-top: 0px;
  text-align: left;
  padding-left: 42px;
  padding-right: 42px;
  margin-bottom: 16px;
}

#oto-id-input-check {
  padding-right: 7px;
}

#oto-id-validation {
  font-size: 13px;
}

.link-light-black {
  color: rgba(0, 0, 0, 0.7) !important;
}

.link-white {
  text-decoration: none !important;
  color: white !important;
}

@media only screen and (max-width: 600px) {
  #oto-id-input-check {
    padding-right: 2px;
  }

  #oto-id-notification-textblock {
    margin-bottom: 24px;
  }

  #oto-id-validation {
    font-size: 16px;
  }
}
@media only screen and (max-width: 760px) {
  #oto-id-input-check {
    padding-right: 0.5px;
  }
}
/*******************
* EMPTY STATE *
********************/
.empty-state-icons {
  width: 36px;
  height: 36px;
  fill: #000000;
  pointer-events: none;
}

.empty-state-container {
  display: flex;
  padding: 16px;
  align-items: center;
  border-radius: 3px;
  border: 1px solid #DDD;
}

.empty-state-icons-container {
  padding: 6px;
}

.empty-state-noaccount-container {
  display: flex;
  padding: 16px;
  align-items: flex-start;
  border-radius: 3px;
  background: #EEEEEE;
}

.empty-state-noaccount-icon-container {
  width: 16px;
  height: 16px;
}

.empty-state-noaccount-link {
  color: rgba(0, 0, 0, 0.7);
  text-decoration: underline;
  font-size: 13px;
  line-height: 20px;
}

.empty-state-noaccount-link:hover {
  color: rgba(0, 0, 0, 0.54);
}

@media only screen and (max-width: 600px) {
  .empty-state-noaccount-link {
    font-size: 16px;
    line-height: 24px;
  }
}
.empty-state-service-description-container {
  display: flex;
  flex-direction: column;
}

.empty-state-service-description-items {
  text-align: left;
  font-size: 13px;
}

.empty-state-service-button-container {
  width: auto !important;
  padding-right: 0px !important;
  padding-left: 0px !important;
}

.empty-state-service-button-item {
  padding-left: 16px;
  padding-right: 16px;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 13px;
}

@media only screen and (max-width: 600px) {
  .empty-state-container {
    flex-wrap: wrap;
  }

  .empty-state-service-button-item {
    width: 100% !important;
    font-size: 16px;
    margin-top: 24px;
  }

  .empty-state-service-button-container {
    width: 100% !important;
  }

  .empty-state-service-description-container {
    flex: 1 1;
  }

  .empty-state-service-description-items {
    font-size: 16px;
  }

  .empty-state-icons {
    width: 36px;
    height: 36px;
  }
}
/*******************
* COCKPIT NAVIGATION *
********************/
nav.cockpit-header {
  width: 100%;
  max-width: 100%;
  font-size: 16px;
  z-index: 1004;
  height: 89px;
  border-bottom: 1px;
  border-bottom-style: solid;
  border-bottom-color: #DDDDDD;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

nav.cockpit-header .row {
  height: 89px;
  padding: 0 44px;
  box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.16), 0px 4px 8px 0px rgba(0, 0, 0, 0.08);
}

nav.cockpit-header .row .col {
  padding: 0;
  height: 89px;
}

nav.cockpit-header .profile-buttons {
  font-family: "Europa", "Helvetica", sans-serif;
  text-align: right;
  height: auto;
  line-height: 89px;
}

nav.cockpit-header .profile-buttons .btn-floating {
  height: 32px;
  width: 32px;
  text-align: center;
  font-size: 13px;
  line-height: 33px;
  box-shadow: none;
  margin-bottom: 2px;
}

nav.cockpit-header .profile-buttons-help, nav.cockpit-header .profile-buttons-user {
  width: 200px;
  display: inline;
}

.btn-floating.help {
  background-color: transparent !important;
  height: 24px;
  width: 24px;
  margin-top: 8px;
  color: rgba(0, 0, 0, 0.6);
  margin-right: -13px;
}

.btn-floating.name {
  background: #AF79D4;
  height: 24px;
  width: 24px;
  margin-left: 16px;
}

nav.cockpit-header .profile-buttons .btn-floating.name:hover {
  color: #FFFFFF;
}

.profile-img {
  height: 24px;
  width: 24px;
}

.help-img, .profile-img {
  margin-top: 3px;
}

nav.cockpit-header .profile-buttons .profile-buttons-text {
  margin-left: 8px;
  font-size: 13px;
  color: #007BC8;
}

nav.cockpit-header .cockpit-navi-trigger-desktop {
  width: 24px;
  height: 24px;
  fill: #565656;
  position: absolute;
  top: 32px;
  left: 36px;
  display: block;
  line-height: 0;
}

.cockpit-sidenavi {
  width: 260px;
  display: block;
  margin: 0;
  height: calc(100% - 89px);
  z-index: 1004;
  position: relative;
  overflow-y: hidden;
  border-right: 1px;
  border-right-style: solid;
  border-right-color: #DDDDDD;
}

.sidenavi-id-container {
  width: 100%;
  position: absolute;
  bottom: 0;
  overflow-y: hidden;
  padding-top: 24px;
  padding-bottom: 24px;
  color: #999999;
}

.sidenavi-id-container::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background-color: #DDDDDD;
  height: 1px;
}

.cockpit-sidenavi-icons {
  width: 16px;
  height: 16px;
  fill: #000000;
  vertical-align: bottom;
  display: inline-block;
  pointer-events: none;
}

.cockpit-sidenavi-family-list > a {
  padding-left: 0 !important;
}

.cockpit-sidenavi-icons-liste {
  width: 94px;
  margin: 0;
  padding-top: 80px;
  background-color: #FFFFFF;
  z-index: 1006;
}

.cockpit-sidenavi-icons-liste li:first-child > a {
  margin-top: 24px;
}

.cockpit-sidenavi-icons-liste li:last-child {
  position: relative;
}

.family-list li {
  margin-bottom: 8px;
}

.divider-list li {
  margin-bottom: 16px;
}

.divider-list li:last-child {
  margin-bottom: 0;
}

.divider-list li:last-child::after {
  content: '';
  position: absolute;
  bottom: -16px;
  left: 44px;
  right: 44px;
  background-color: #DDDDDD;
  height: 1px;
}

@media only screen and (max-width: 600px) {
  .divider-list li:last-child::after {
    content: '';
    position: absolute;
    bottom: -16px;
    left: 24px;
    right: 24px;
    background-color: #DDDDDD;
    height: 1px;
  }
}
.cockpit-sidenavi-icons-liste li > a, .cockpit-sidenavi-contracts-header {
  display: flex;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  font-weight: 400;
  line-height: 24px;
  font-size: 13px;
  color: #000000;
  border-radius: 3px;
  align-items: center;
  margin-right: 16px;
  margin-left: 44px;
  text-decoration: none;
}

@media only screen and (max-width: 600px) {
  .cockpit-sidenavi-icons-liste li > a, .cockpit-sidenavi-contracts-header {
    margin-left: 24px;
    font-size: 16px;
  }
}
.cockpit-sidenavi-contracts-header {
  padding-top: 16px;
  padding-bottom: 16px;
  margin-bottom: 8px;
  margin-top: 32px;
  height: 36px;
  color: #9353B9;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 0.36px;
}

.cockpit-sidenavi-icons-liste li > a.active > div {
  font-weight: 700;
}

.cockpit-sidenavi-icons-liste li > a:hover svg, .cockpit-sidenavi-icons-liste li > a:hover div {
  fill: rgba(0, 0, 0, 0.54);
  color: rgba(0, 0, 0, 0.54);
}

.cockpit-sidenavi-text-liste li > a > div:hover, .cockpit-sidenavi-text-liste-b2c li > a > div:hover {
  color: rgba(0, 0, 0, 0.54);
  cursor: pointer;
}

.cockpit-sidenavi-text-liste, .cockpit-sidenavi-text-liste-b2c {
  width: 256px;
  padding-top: 0;
  -webkit-transform: translateX(-105%);
  transform: translateX(-105%);
  background-color: #FFFFFF;
  z-index: -1;
}

.cockpit-sidenavi-text-liste-b2c {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
  z-index: 1005;
}

.cockpit-sidenavi-text-liste li > a {
  text-decoration: none;
}

.cockpit-sidenavi-text-liste li > a > div, .cockpit-sidenavi-text-liste-b2c li > a > div {
  text-align: left;
  display: inline-flex;
  padding: 8px;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  font-weight: 400;
  line-height: 24px;
  font-size: 13px;
  color: #000000;
  text-decoration: none;
}

@media only screen and (max-width: 600px) {
  .cockpit-sidenavi-text-liste-b2c li > a > div {
    font-size: 16px;
  }
}
.header-menu-text {
  align-content: center;
  text-align: left;
  color: rgba(0, 0, 0, 0.6);
  margin-left: 8px;
  display: flex;
  align-items: center;
}

.header-menu-container {
  display: flex;
  justify-content: left;
}

.header-menu-container .svg {
  display: flex;
  justify-content: left;
}

.header-menu-container .svg-cockpit-header {
  fill: rgba(0, 0, 0, 0.6);
  display: flex;
  flex-shrink: 0;
}

@media only screen and (min-width: 1201px) {
  .hide-on-xl-and-up {
    display: none !important;
  }
}
@media only screen and (max-width: 600px) {
  nav.cockpit-header .row {
    padding-right: 24px;
    padding-left: 24px;
  }

  .cockpit-navi-trigger-mobile {
    width: 16px;
    height: 100%;
    top: 16px;
    left: 20px;
    display: flex;
    fill: rgba(0, 0, 0, 0.6);
  }
}
@media only screen and (max-width: 1200px) {
  .cockpit-navi-trigger-mobile {
    display: flex;
  }

  nav.cockpit-header, nav.cockpit-header .row {
    height: 96px;
  }

  nav.cockpit-header .row .col {
    height: 48px;
  }

  .cockpit-sidenavi {
    height: 100%;
    width: 100%;
    background-color: #FFFFFF;
    position: fixed;
  }

  .cockpit-sidenavi-text-liste-b2c {
    width: 100%;
  }

  .sidenavi-id-container {
    bottom: 96px;
  }

  nav.cockpit-header .cockpit-navi-trigger-desktop {
    display: none;
  }

  .cockpit-sidenavi {
    -webkit-transform: translateX(-105%);
    transform: translateX(-105%);
    z-index: 1003;
  }

  .cockpit-sidenavi-text-liste {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    margin-left: 0;
  }

  nav.cockpit-header .profile-buttons {
    line-height: 45px;
  }

  .container.b2b {
    margin-left: 5%;
  }
}
@media only screen and (min-width: 1280px) {
  .cockpit-navi-trigger-mobile {
    display: none;
  }

  .cockpit-sidenavi {
    -webkit-transform: translateX(0%) !important;
    transform: translateX(0%) !important;
  }
}
@media only screen and (max-width: 350px) {
  .cockpit-sidenavi-icons-liste li, .cockpit-sidenavi-text-liste li {
    margin-bottom: 20px;
  }
}
@-moz-document url-prefix() {
  div.nav-right.hide-on-small-only.m-t-buttons-moz {
    margin-top: 14px;
  }

  .m-t-5-moz {
    margin-top: 5px;
  }
}
.qrCode_div {
  box-shadow: 10px 10px 30px 0 rgba(0, 0, 0, 0.2);
  width: 100%;
  padding-top: 100%;
  position: relative;
}

.qrCode_div > img {
  width: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
}

.qrCode_div > div {
  width: 100%;
  position: absolute;
  top: calc(50% - 18px);
  left: calc(50% - 18px);
}

.qrCode-subtext {
  line-height: 20px;
}

.autoHeight {
  height: auto !important;
}

.autoWidth {
  width: auto !important;
}

/**********************
			USAGE FLEXBOX
********************** */
.flex-usage-container {
  width: 100%;
  box-sizing: content-box;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  flex: 1;
}

flex-start {
  justify-content: flex-start;
}

.flex-end {
  justify-content: flex-end;
}

.center {
  justify-content: center;
}

.flex-all-center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.space-between {
  justify-content: space-between;
}

.space-around {
  justify-content: space-around;
}

.space-evenly {
  justify-content: space-evenly;
}

.flex-usage-item {
  display: flex;
  height: 80px;
  width: calc(50% - 2 * 4px);
  align-items: center;
  margin-bottom: 16px;
  box-sizing: border-box;
}

@media (max-width: 767px) {
  .flex-usage-item {
    flex-basis: 100%;
  }
}
#profile-modal .modal-headline-wrapper.back-function,
.modal-headline-wrapper.back-function {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  line-height: 0;
  margin-left: -20px;
  padding-bottom: 30px;
}

#profile-modal .modal-headline-wrapper.close-function,
.modal-headline-wrapper.close-function,
#profile-modal .modal-headline-wrapper.edit-function,
.modal-headline-wrapper.edit-function {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 30px;
}

.preferences .modal-headline-wrapper {
  padding-bottom: 15px;
}

#profile-modal .modal-headline-wrapper.edit-function {
  padding-bottom: 0px;
}

#profile-modal .modal-headline-wrapper.back-function .step-btn,
.modal-headline-wrapper.back-function .step-btn {
  height: 40px;
  padding-right: 20px;
  padding-left: 20px;
}

.modal-headline-wrapper.back-function.roaming-page {
  align-items: flex-start;
}

.modal-headline-wrapper.back-function.roaming-page .step-btn.roaming-page-btn {
  height: 36px;
}

.modal-headline-wrapper svg {
  height: 100%;
}

#profile-modal .modal-headline-wrapper.close-function .modal-close,
.modal-headline-wrapper .modal-close {
  height: 40px;
  padding-left: 20px;
  padding-right: 20px;
  margin-right: -20px;
  margin-left: auto;
}

#profile-modal .modal-headline-wrapper.edit-function .step-btn,
.modal-headline-wrapper.edit-function .step-btn,
.feedback-message .modal-headline-wrapper.close-function .close-feedback {
  height: 40px;
  padding-left: 20px;
  padding-right: 20px;
  margin-right: -20px;
  margin-top: -12px;
}

.feedback-message .modal-headline-wrapper.close-function {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 0px;
}

.flex {
  display: flex !important;
}

.invitationInput {
  padding: 0 7px;
}

.invitationInput.linkDiv {
  border: 1px solid #B3B3B3;
  font-size: 13px;
  display: flex;
  max-width: 100%;
  width: 100%;
  align-items: center;
  height: auto;
  min-height: 40px;
  padding: 5px 10px;
  word-break: break-all;
}

.close-chip {
  cursor: pointer;
}

#pref-tabs {
  max-height: 40px;
  height: 40px;
}

#chipContainer {
  display: inline-block;
  margin-bottom: -8px;
}

#pref-tabs .invitationTab a {
  display: flex;
  justify-content: center;
  align-items: center;
}

.invitationModalMarginTopBottom.invitationModalMarginTopBottomInputFields {
  margin-top: 16px;
}

@media only screen and (max-width: 992px) {
  .invitationRadioSelectMargin {
    margin-top: 32px !important;
  }

  .invitationModalMarginTopBottom {
    margin-top: 32px;
  }

  .invitationModalMarginTopBottom div, .invitationModalMarginTopBottom label, .invitationModalMarginTopBottom input {
    font-size: 16px;
    line-height: 24px;
  }

  .invitationModalLinkToHeader {
    margin-bottom: 32px !important;
    padding-bottom: 0px !important;
  }

  #invitation-modal .modal-content.step {
    padding: 48px 20px;
  }

  .invitation-chip {
    border-radius: 500px;
    border: 1px solid #B3B3B3;
    background: #EEEEEE;
    display: inline-flex;
    min-height: 36px;
    height: auto;
    font-size: 16px;
    line-height: 24px;
    padding: 0 12px;
    gap: 8px;
    align-items: center;
    font-weight: 400;
    word-wrap: break-word;
    margin-bottom: 8px;
    margin-right: 8px;
  }

  .invitationRadioButtons {
    padding: 0 0.1rem !important;
  }
}
@media only screen and (min-width: 992px) {
  .invitationRadioSelectMargin {
    margin-top: 24px !important;
  }

  .invitationModalMarginTopBottom {
    margin-top: 16px;
  }

  .invitationModalMarginTopBottom div, .invitationModalMarginTopBottom label, .invitationModalMarginTopBottom input {
    font-size: 13px;
    line-height: 20px;
  }

  .invitationModalLinkToHeader {
    margin-bottom: 24px !important;
    padding-bottom: 0px !important;
  }

  #invitation-modal .modal-content.step {
    padding: 48px;
  }

  .invitation-chip {
    border-radius: 500px;
    border: 1px solid #B3B3B3;
    background: #EEEEEE;
    display: inline-flex;
    min-height: 32px;
    height: auto;
    font-size: 13px;
    line-height: 20px;
    padding: 0 12px;
    gap: 8px;
    align-items: center;
    font-weight: 400;
    word-wrap: break-word;
    margin-bottom: 8px;
    margin-right: 8px;
  }
}
#registerSummaryPageMnpTime3DIV {
  max-width: 100%;
}

@media only screen and (max-width: 601px) {
  .feedback-messages .feedback-message .notification .notification-icon .summaryPageMnp3Icon {
    margin-top: 1px;
  }

  .collapsible-body .flex .notification-icon .numberPageMnp3Icon {
    margin-top: 3px;
    margin-right: 7px;
    margin-left: 4px;
  }

  .collapsible-body .flex .notification-text .numberPageMnp3Text {
    margin-top: 0px;
    padding-right: 25px;
  }

  .notification-icon-without-box {
    margin-top: 2px;
  }
}
@media only screen and (min-width: 601px) and (max-width: 992px) {
  .feedback-messages .feedback-message .notification .notification-icon .summaryPageMnp3Icon {
    margin-top: 1px;
  }

  .collapsible-body .flex .notification-icon .numberPageMnp3Icon {
    margin-top: 1px;
    margin-right: 7px;
  }

  .collapsible-body .flex .notification-text .numberPageMnp3Text {
    margin-top: 0px;
    padding-right: 25px;
  }

  .notification-icon-without-box {
    margin-top: 3px;
  }
}
@media only screen and (min-width: 992px) {
  .feedback-messages .feedback-message .notification .notification-icon .summaryPageMnp3Icon {
    margin-top: -2px;
  }

  .collapsible-body .flex .notification-icon .numberPageMnp3Icon {
    margin-top: 1px;
    margin-right: 7px;
  }

  .collapsible-body .flex .notification-text .numberPageMnp3Text {
    margin-top: 0px;
    margin-right: 10px;
  }

  .notification-icon-without-box {
    margin-top: 1px;
  }
}
/**********************
     LINE CHECKER
********************** */
.linecheck-box {
  padding: 16px;
  border-radius: 3px;
}

.adresslistelem {
  box-shadow: 0px -1px 0px #DDDDDD;
  margin: 0px 15px;
  font-size: 13px;
  line-height: 20px;
  padding: 16px 0px;
}

.autocomplete-items {
  border: solid 1px #DDDDDD;
  position: relative;
  background: #FFFFFF;
  z-index: 100;
}

#linecheck-address-input-autocomplete-list {
  background: #FFFFFF;
  position: absolute;
  cursor: pointer;
}

#linecheck-address {
  margin-right: 8px;
}

#linecheck-address-input {
  background-image: url("../../img/icon/home-b6b531b550f427d5ecae6af2dfd52343.svg");
  background-repeat: no-repeat;
  background-position: 12px center;
  padding-left: 38px;
  max-width: calc(100% - 52px);
}

#linecheck-submit-button-small, #linecheck-submit-button {
  border-radius: 0px 3px 3px 0px;
}

#linecheck-address-input::placeholder {
  text-overflow: ellipsis;
  white-space: nowrap;
}

@media only screen and (max-width: 600px) {
  .s-hide-overflow {
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  #linecheck-address-input {
    max-width: calc(100% - 68px);
  }
}
.linecheck-buttons-flex-container {
  display: flex;
  align-items: center;
}

/**********************
     DATE PICKER
*********************/
.datepicker-table td.is-selected, .datepicker-day-button:focus {
  background-color: #9353B9 !important;
  color: #FFFFFF;
  border-radius: 3px;
}

.datepicker-table {
  margin-bottom: 5px;
}

.datepicker-table td.is-today:not(.is-selected) {
  color: #9353B9;
}

.select-wrapper.select-month > input.select-dropdown, .select-wrapper.select-year > input.select-dropdown {
  border: none;
}

.datepicker-table abbr {
  color: #9353B9;
  font-weight: 400;
}

.datepicker-day-button {
  border-radius: 3px;
}

.datepicker-calendar .select-wrapper .select-dropdown {
  pointer-events: none;
  cursor: default;
}

@media only screen and (min-width: 600px) {
  .datepicker-table td, .datepicker-table th {
    font-size: 13px;
  }

  #linecheck-wishdate {
    font-size: 13px;
  }

  .datepicker-calendar .select-wrapper .select-dropdown {
    font-size: 13px !important;
  }
}
.month-prev, .month-next, .month-prev:focus, .month-next:focus {
  background-color: transparent;
}

.drag-target ~ ul.dropdown-content.select-dropdown {
  width: auto !important;
}

#datepicker-container .modal-overlay {
  opacity: 0 !important;
}

.past-dates {
  color: rgba(0, 0, 0, 0.26) !important;
}

.upcoming-dates:not(.is-disabled) {
  color: rgba(0, 0, 0, 0.6) !important;
}

/************************
*		CHIPS			*
*************************/
.chips-wrapper {
  display: flex;
  overflow-x: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.chips-wrapper::-webkit-scrollbar {
  display: none;
}

.chips-container {
  display: flex;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  border: 1px solid #B3B3B3;
  border-radius: 500px;
  text-decoration: none;
  text-align: center;
  margin-top: 24px;
  margin-right: 8px;
  min-width: 80px;
  height: 32px;
  width: auto;
}

.chips-container:last-child {
  margin-right: 0;
}

.chips-container > a {
  display: inline-block;
  color: #000000;
  text-decoration: none;
}

.chips-container > a > span {
  padding: 0 12px;
  white-space: nowrap;
}

.chips-container:hover > a {
  color: rgba(0, 0, 0, 0.54);
}

.chips-container.active {
  background-color: #444444;
  border: 1px solid rgba(0, 0, 0, 0.2);
}

.chips-container.active > a {
  color: #FFFFFF;
}

/*************************
*Subscription Information*
*************************/
.subscription-title {
  font-size: 16px;
  line-height: 24px;
}

@media only screen and (max-width: 600px) {
  .subscription-title {
    font-size: 20px;
    line-height: 28px;
  }
}
.subscription-subline {
  font-size: 13px;
  line-height: 20px;
  color: rgba(0, 0, 0, 0.6);
}

@media only screen and (max-width: 600px) {
  .subscription-subline {
    font-size: 16px;
    line-height: 24px;
    color: rgba(0, 0, 0, 0.6);
  }
}
.subscription-restriction-headline {
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
}

.subscription-headline-info {
  font-size: 24px !important;
  line-height: 36px !important;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.6);
}

/*************************
*   Register Summary     *
*************************/
.register-summary .data-section .summary-headline {
  font-weight: 700;
  border-top: 1px solid #DDDDDD;
  margin-bottom: 24px;
  padding-top: 24px;
  letter-spacing: 0.54px;
  font-size: 18px;
  line-height: 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.register-summary .summary-headline svg {
  fill: #2B8800;
  width: 18px;
  height: 18px;
}

.summary-data-block {
  font-size: 13px;
  line-height: 20px;
  margin-bottom: 24px;
}

.data-section .summary-data-block:last-of-type {
  margin-bottom: 0px;
}

.summary-data-block p {
  font-size: 13px;
  line-height: 20px;
  font-weight: 700;
}

.next-line-container {
  display: inline-flex;
  flex-wrap: wrap;
}

@media only screen and (max-width: 600px) {
  .register-summary .data-section .headline {
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0.6px;
  }

  .data-block {
    font-size: 16px;
    line-height: 24px;
  }

  .data-block p {
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
  }

  .register-summary .data-section .summary-headline {
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0.03em;
  }

  .summary-data-block {
    font-size: 16px;
    line-height: 24px;
  }

  .summary-data-block p {
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
  }
}
/*************************
*   Identity Check       *
*************************/
.file-upload-subtitle {
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
  color: rgba(0, 0, 0, 0.6);
  font-feature-settings: 'liga' off, 'clig' off;
}

@media only screen and (max-width: 600px) {
  .file-upload-subtitle {
    font-size: 16px;
    line-height: 24px;
  }
}
.identity-check-dropzone {
  padding: 16px !important;
  border-radius: 3px 3px 0px 0px !important;
  border: 1px dashed #B3B3B3 !important;
  background: #FBFBFB !important;
  align-content: center;
}

@media only screen and (max-width: 600px) {
  ul.file-upload-facts > li {
    font-size: 16px;
    line-height: 24px;
  }
}
.dz-placeholder {
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.39px;
}

@media only screen and (max-width: 600px) {
  .dz-placeholder {
    font-size: 16px;
    line-height: 24px;
  }
}
.dz-icon img {
  height: 16px;
  width: 16px;
  margin-bottom: 8px;
}

.dz-progress {
  display: none;
}

.dz-remove, .dz-remove > img {
  height: 16px;
  width: 16px;
}

.dz-text {
  overflow: hidden;
  text-overflow: ellipsis;
  flex-grow: 1;
}

.dz-name {
  font-size: 13px;
  line-height: 20px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

@media only screen and (max-width: 600px) {
  .dz-name {
    font-size: 16px;
    line-height: 24px;
  }
}
.dz-error {
  font-size: 13px;
  line-height: 20px;
  color: #C94125;
}

@media only screen and (max-width: 600px) {
  .dz-error {
    font-size: 16px;
    line-height: 24px;
  }
}
.dz-thumbnail-wrapper {
  display: flex;
}

#dz-previews > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: auto;
  padding-top: 8px;
}

/* Internet Subscription Information Status Display */
.broadband-status-display-container {
  display: flex;
  gap: 8px;
  justify-content: left;
}

.broadband-status-display-container .dot {
  display: flex;
}

@media (max-width: 600px) {
  .broadband-status-display-container .dot {
    margin-top: 5px;
  }
}
@media (min-width: 600px) {
  .broadband-status-display-container .dot {
    margin-top: 2px;
  }
}
/*************
*     TV     *
*************/
#datepicker-container {
  width: 100%;
}

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