@charset "UTF-8";
/*
Theme Name: Panther Selfservice Portal
Theme URI: https://www.pantheradmin.dk/
Author: Panther Applications
Author URI: https://www.pantheradmin.dk/
Description: Theme made to be used for a Panther Application Selfservice Portal. Icons from https://www.streamlinehq.com/freebies/core-line-free
Requires at least: 6.0
Tested up to: 6.4.2
Requires PHP: 5.7
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: pantherselfserviceportal
Tags: left-sidebar, custom-background, custom-colors, custom-logo, custom-menu, full-site-editing, pantheradmin, pantherapplications
*/
@import "assets/css/swiper/swiper-bundle.css";
html, body, .wp-site-blocks, .wp-block-columns, div.wp-block-column, div.wp-block-template-part {
  height: 100%;
}

button {
  font-family: var(--wp--preset--font-family--manuale);
}

.entry-content {
  width: 100%;
}

.columns {
  display: flex;
  justify-content: space-between;
  flex-basis: 0;
  flex-grow: 1;
  flex-shrink: 1;
}
.columns.is-centered {
  justify-content: center;
}
.columns > .column {
  flex: 1;
}

.column {
  margin-top: 5px;
  margin-bottom: 5px;
}

.is-hidden {
  display: none;
}

.is-mobile {
  flex-direction: row;
}

.is-multiline {
  flex-wrap: wrap;
}

.modal {
  display: none;
}
.modal.is-active {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  padding: 20px;
  border: 1px solid #ccc;
  border-radius: 2px;
  box-shadow: 0 2px 5px var(--wp--preset--color--pa-background-color);
  display: block;
}

.modal-close {
  background-color: initial;
  position: absolute;
  top: 5px;
  right: 15px;
}
.modal-close::after {
  content: "X";
  color: #000;
}

#invoice-payment-modal-content > div {
  display: flex;
  flex-direction: column;
}

#subscription-payment-modal-content > div {
  display: flex;
  flex-direction: column;
}
#subscription-payment-modal-content > div > * {
  margin-top: 5px;
}

.box {
  padding-top: 10px;
  padding-bottom: 10px;
}

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

.has-text-weight-semibold {
  font-weight: 500;
}

input[type=text] {
  border: 2px solid;
  border-radius: 1px;
  border-color: var(--wp--preset--color--pa-background-color);
  padding: 8px;
  min-width: 13rem;
  max-width: 80vw;
  width: 100%;
}

button {
  padding: 15px 10px 15px 10px;
  border: none;
  font-weight: 700;
  font-size: 16px;
  border-radius: 2px;
  cursor: pointer;
}
button.is-primary, .signup-page-break > button, button.cancel-confirm-button, button.order-confirm-button, button#subscription-current-product-change-product, .subscription-card-product-buy-btn > button, #modem_data_form > .column > button, button#subscribtion-subscribe-button, button#subscribtion-subscribe-email-button, button#subscribtion-subscribe-mp-button, button#subscribtion-subscribe-bs-mandate-button, button.tv-packet-config-button, .overview-tv-link > a > button, .order-button-container > button.basket-order-button, button.internet-settings-button, .invoice_mobile_pdf_link > a > button, button.invoice-pay-button, #pa_invoices > .columns > .column > a > button, button#debtdue-pay-button, button.ticket-view-content-button, #ticket-pdf-button-container > a > button, button#loadmore_products, button.signup_link, button#login_form_btn, button#forgot-pass-send-button, button#magiclink_send_button, button#save-info-changes, #subscription-payment-modal-content > div > button, #invoice-payment-modal-content > div > button {
  background-color: var(--wp--preset--color--pa-primary-color);
  color: #fff;
}
button.is-secondary {
  background-color: var(--wp--preset--color--pa-secondary-color);
  color: #fff;
}
button.is-tertiary, .overview-internet-link > a > button, .overview-payments-link > a > button {
  background-color: var(--wp--preset--color--pa-tertiary-color);
  color: #fff;
}
button.is-functions, .subscription-card-product-buy-btn > button:disabled, button#change_pass_button {
  background-color: var(--wp--preset--color--pa-functions-color);
  color: #fff;
}
button.is-background {
  background-color: var(--wp--preset--color--pa-background-color);
  color: #000;
}
button.is-delete, button#subsscription-current-product-cancel-product, .basket-item-remove > button, button#logout_button {
  background-color: var(--wp--preset--color--pa-delete-color);
  color: #fff;
}

#customer_info_action_buttons > button {
  min-width: 9rem;
}

.ajs-message.ajs-success {
  color: #fff;
  background-color: var(--wp--preset--color--pa-primary-color) !important;
  opacity: 85% !important;
  border: 2px solid #000;
}

.ajs-message.ajs-error {
  color: #fff;
  background-color: var(--wp--preset--color--pa-delete-color) !important;
  opacity: 85% !important;
  border: 2px solid #000;
  margin-top: 50px;
}

.pa-switch {
  position: relative;
  display: table-cell;
  width: 40px;
  height: 20px;
  background-color: #eee;
  border-radius: 2px;
}

.pa-switch::after {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  border-radius: 2px;
  background-color: white;
  top: 1px;
  left: 1px;
  transition: all 300ms;
}

.checkbox:checked + .pa-switch::after {
  left: 20px;
}

.checkbox:checked + .pa-switch {
  background-color: var(--wp--preset--color--pa-primary-color);
}

.checkbox {
  display: none;
}

.pa-radio {
  font-family: system-ui, sans-serif;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.1;
  display: grid;
  grid-template-columns: 1em auto;
  gap: 0.5em;
}

.pa-radio + .pa-radio {
  margin-top: 1em;
}

.pa-radio:focus-within {
  color: var(--wp--preset--color--pa-functions-color);
}

input[type=radio] {
  /* Add if not using autoprefixer */
  -webkit-appearance: none;
  /* Remove most all native input styles */
  appearance: none;
  /* For iOS < 15 */
  background-color: #eee;
  /* Not removed via appearance */
  margin: 0;
  font: inherit;
  color: currentColor;
  width: 20px;
  height: 20px;
  border-radius: 2px;
  transform: translateY(-0.075em);
  display: grid;
  place-content: center;
}

input[type=radio]:checked {
  background-color: var(--wp--preset--color--pa-primary-color);
}

.radio-parent {
  display: flex;
  justify-content: flex-start;
}

.wp-block-navigation__container {
  background-color: var(--wp--preset--color--pa-background-color);
  gap: 0px !important;
}

.popuptext {
  display: none;
}

.popuptext-visible {
  display: block;
}

.is-flex {
  display: flex;
}

.is-align-items-center {
  align-items: center;
}

.is-flex-direction-column {
  flex-direction: column;
}

.title.is-1 {
  font-size: 0.5rem;
}
.title.is-2 {
  font-size: 1rem;
}
.title.is-3, #pa_invoices > .columns > .title.column {
  font-size: 1.5rem;
}
.title.is-4 {
  font-size: 2rem;
}
.title.is-5 {
  font-size: 2.5rem;
}
.title.is-6 {
  font-size: 3rem;
}
.title.is-7 {
  font-size: 3.5rem;
}
.title.is-8 {
  font-size: 4rem;
}
.title.is-9 {
  font-size: 4.5rem;
}
.title.is-10 {
  font-size: 5rem;
}
.title.is-11 {
  font-size: 5.5rem;
}
.title.is-12 {
  font-size: 6rem;
}

#Vector, #Vector_2, #Vector_3 {
  fill: --var(--wp--preset--color--pa-primary-color);
}

@media (min-width: 769px) {
  nav {
    gap: 0px !important;
    width: 100%;
    max-width: 125px;
    min-width: 95px;
    height: 100%;
    background-color: var(--wp--preset--color--pa-background-color);
    display: flex !important;
    flex-direction: row !important;
    align-items: flex-start !important;
    color: var(--wp--preset--color--pa-secondary-color);
  }
  .modal {
    width: 40vw;
  }
  .is-hidden-tablet {
    display: none;
  }
  .is-hidden-desktop {
    display: none;
  }
  .wp-block-navigation-item {
    height: 7rem;
    width: 100%;
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    cursor: pointer;
  }
  .login-column {
    border-right: 3px solid var(--wp--preset--color--pa-background-color);
  }
  .menu-internet {
    background: url("assets/icons/ikon_internet_primary.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 3rem;
  }
  .menu-home {
    background: url("assets/icons/ikon_velkommen_primary.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 3rem;
  }
  .menu-tv {
    background: url("assets/icons/ikon_tv_primary.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 3rem;
  }
  .menu-payments {
    background: url("assets/icons/ikon_betaling_primary.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 3rem;
  }
  .menu-messages {
    background: url("assets/icons/ikon_komm_primary.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 3rem;
  }
  .menu-profile {
    background: url("assets/icons/ikon_konto_primary.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 3rem;
  }
  .menu-products {
    background: url("assets/icons/ikon_produkter_primary.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 3rem;
  }
  .menu-login {
    background: url("assets/icons/ikon_login_primary.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 3rem;
  }
  .current-menu-item {
    background-color: white !important;
  }
  #customer_info_action_buttons {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
  }
  .column.is-1 {
    width: 8.3333333333%;
  }
  .column.is-2 {
    width: 16.6666666667%;
  }
  .column.is-3, #pa_invoices > .columns > .column {
    width: 25%;
  }
  .column.is-4 {
    width: 33.3333333333%;
  }
  .column.is-5 {
    width: 41.6666666667%;
  }
  .column.is-6 {
    width: 50%;
  }
  .column.is-7 {
    width: 58.3333333333%;
  }
  .column.is-8 {
    width: 66.6666666667%;
  }
  .column.is-9 {
    width: 75%;
  }
  .column.is-10 {
    width: 83.3333333333%;
  }
  .column.is-11 {
    width: 91.6666666667%;
  }
  .column.is-12 {
    width: 100%;
  }
  .column.is-offset-1 {
    margin-left: 8.3333333333%;
  }
  .column.is-offset-2 {
    margin-left: 16.6666666667%;
  }
  .column.is-offset-3 {
    margin-left: 25%;
  }
  .column.is-offset-4 {
    margin-left: 33.3333333333%;
  }
  .column.is-offset-5 {
    margin-left: 41.6666666667%;
  }
  .column.is-offset-6 {
    margin-left: 50%;
  }
  .column.is-offset-7 {
    margin-left: 58.3333333333%;
  }
  .column.is-offset-8 {
    margin-left: 66.6666666667%;
  }
  .column.is-offset-9 {
    margin-left: 75%;
  }
  .column.is-offset-10 {
    margin-left: 83.3333333333%;
  }
  .column.is-offset-11 {
    margin-left: 91.6666666667%;
  }
  .column.is-offset-12 {
    margin-left: 100%;
  }
}
@media (max-width: 768px) {
  .wp-block-column {
    padding: 0px !important;
  }
  .is-hidden-mobile {
    display: none;
  }
  .is-hidden-touch {
    display: none;
  }
  .columns {
    flex-direction: row;
  }
  .right {
    display: flex;
    justify-content: flex-start;
  }
  .modal {
    width: 80vw;
  }
  #customer_info_action_buttons {
    display: flex;
    flex-direction: column !important;
  }
  .column.is-1 {
    width: 100%;
  }
  .column.is-2 {
    width: 100%;
  }
  .column.is-3, #pa_invoices > .columns > .column {
    width: 100%;
  }
  .column.is-4 {
    width: 100%;
  }
  .column.is-5 {
    width: 100%;
  }
  .column.is-6 {
    width: 100%;
  }
  .column.is-7 {
    width: 100%;
  }
  .column.is-8 {
    width: 100%;
  }
  .column.is-9 {
    width: 100%;
  }
  .column.is-10 {
    width: 100%;
  }
  .column.is-11 {
    width: 100%;
  }
  .column.is-12 {
    width: 100%;
  }
  .wp-block-post-content {
    padding-bottom: 7vh;
    margin-left: -10% !important;
  }
  nav {
    position: fixed !important;
    z-index: 2;
    bottom: 0;
    width: 100%;
    height: 5vh;
  }
  .nav-column {
    min-height: 100%;
  }
  .wp-block-navigation__container {
    flex-direction: row !important;
    width: 100%;
  }
  .wp-block-navigation-item__label {
    display: none;
  }
  .wp-block-navigation-item {
    height: 5vh;
    flex-grow: 1;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-end !important;
    cursor: pointer;
  }
  .current-menu-item {
    background-color: white !important;
  }
  .menu-internet {
    background: url("assets/icons/ikon_internet_primary.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 1rem;
  }
  .menu-home {
    background: url("assets/icons/ikon_velkommen_primary.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 1rem;
  }
  .menu-tv {
    background: url("assets/icons/ikon_tv_primary.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 1rem;
  }
  .menu-payments {
    background: url("assets/icons/ikon_betaling_primary.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 1rem;
  }
  .menu-messages {
    background: url("assets/icons/ikon_komm_primary.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 1rem;
  }
  .menu-profile {
    background: url("assets/icons/ikon_konto_primary.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 1rem;
  }
  .menu-products {
    background: url("assets/icons/ikon_produkter_primary.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 1rem;
  }
  .menu-login {
    background: url("assets/icons/login.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 1rem;
  }
  #login_form {
    width: 80vw !important;
  }
  .signup_link_container {
    width: 80vw !important;
  }
  .signup_link {
    width: 80vw !important;
  }
  .signup_text {
    width: 80vw !important;
  }
  #pa_invoices {
    width: 88vw !important;
  }
  #product_container {
    width: 88vw !important;
  }
  #tickets-container {
    width: 100%;
  }
  #tickets-container[data-cardview=true] {
    width: 88vw !important;
  }
  #internet-info-container, #wifi-data-container {
    width: 88vw !important;
  }
  #iicontent > .container > div {
    padding: 5px;
  }
  #iicontent {
    flex-direction: column;
  }
  #iicontent > .container > #iinfobox > .column {
    min-width: 50% !important;
  }
  #modem_data_form > .container > .columns {
    max-width: none !important;
  }
  #ap-container {
    font-size: 1rem;
  }
  .multipackets-channel, .single-channel, .mixpackets-channel {
    width: 100%;
  }
  .wp-block-cgb-block-panther-selfservice-basket-block {
    width: 88vw;
  }
  .overview-container {
    flex-flow: column;
  }
  .carousel-container {
    width: 88vw !important;
    margin-left: -6%;
  }
}
#customer-info-container {
  width: 80%;
  max-width: 600px;
}
#customer-info-container > .content > .container > .columns.is-mobile {
  flex-direction: column;
}

#customer-info-container > .content > .container > .columns.is-mobile > .column > .right {
  justify-content: flex-start;
}

#login-container {
  max-width: 500px;
}

#login_form {
  display: flex;
  flex-direction: column;
  align-items: left;
  width: 30vw;
}
#login_form > .column, #login_form > .column > .column {
  width: 90%;
  margin-top: 2px !important;
  margin-bottom: 2px !important;
}
#login_form div > label {
  display: none;
}

#reset_password_form {
  display: flex;
  flex-direction: column;
  align-items: left;
  width: 30vw;
}
#reset_password_form::before {
  content: "Indtast email til gendannelse af kodeord.";
}
#reset_password_form > .column, #reset_password_form > .column > .column {
  width: 100%;
  margin-top: 2px !important;
  margin-bottom: 2px !important;
}
#reset_password_form div > label {
  display: none;
}

#magiclink-form {
  display: flex;
  flex-direction: column;
  align-items: left;
  width: 30vw;
}
#magiclink-form::before {
  content: "Indtast email til modtagelse af login link .";
}
#magiclink-form > .column, #magiclink-form > .column > .column {
  width: 100%;
  margin-top: 2px !important;
  margin-bottom: 2px !important;
}
#magiclink-form div > label {
  display: none;
}

#forgot-pass-goback, #magiclink-goback, #forgot-pass-link, #magiclink-link {
  display: flex;
  justify-content: center;
}

#pawpplugin_login_user, #pawpplugin_login_pass, #pawpplugin_forgot_pass_email, #pawpplugin-magiclink-email {
  width: -webkit-calc(100% - 20px);
  width: -moz-calc(100% - 20px);
  width: calc(100% - 20px);
  border: 2px solid;
  border-radius: 1px;
  border-color: var(--wp--preset--color--pa-background-color);
  padding: 8px;
  min-width: 13rem;
  max-width: none;
  margin-bottom: 5px;
  display: block !important;
  height: 2rem;
}

#login_form_btn, #forgot-pass-send-button, #magiclink_send_button, #facebookbutton, #googlebutton, #applebutton {
  min-width: 6rem;
  width: 100%;
  height: 3.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

#facebookbutton {
  background-color: #4267B2;
  color: #fff;
}

#googlebutton {
  background-color: #DB4437;
  color: #fff;
}

#applebutton {
  background-color: #555555;
  color: #fff;
}

.wp-block-cgb-block-panther-selfservice-block > section > div > .title {
  display: none;
}

.signup_link_container {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.signup_link {
  width: 100%;
  font-size: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.signup_link > span::before {
  content: " ";
  display: inline-block;
  width: 2rem;
  height: 2rem;
  padding-left: 5px;
  background: url("assets/icons/user-add-plus.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 2rem;
}

#product_container {
  width: 100%;
}

#pa-products > div {
  border-bottom: 2px solid var(--wp--preset--color--pa-background-color);
  padding-top: 10px;
  padding-bottom: 10px;
}

#pa-products-head {
  border-bottom: 2px solid #000;
}

.product-inactive {
  color: var(--wp--preset--color--pa-delete-color);
}

#tickets-container {
  width: 100%;
}
#tickets-container[data-cardview=true] {
  width: 100%;
}
#tickets-container[data-cardview=true] > .ticket {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border-bottom: 2px solid var(--wp--preset--color--pa-background-color);
}
#tickets-container[data-cardview=true] > .ticket > .ticket-title {
  width: 40%;
}
#tickets-container[data-cardview=true] > .ticket > .ticket-body {
  width: 60%;
}
#tickets-container[data-cardview=true] > .ticket > .ticket-body > #ticket-pdf-button-container {
  float: right;
}

#ticket-pdf-button-container {
  width: 100%;
  max-width: 9rem;
}
#ticket-pdf-button-container > a > button {
  width: 100%;
}
#ticket-pdf-button-container > a > button::before {
  content: "Hent ";
}
#ticket-pdf-button-container > a > button::after {
  content: " ";
  display: inline-block;
  width: 1rem;
  height: 1rem;
  padding-left: 5px;
  background-color: #fff;
  mask: url("assets/icons/pdf.svg") center/contain no-repeat;
}

.ticket-view-content-button {
  width: 100%;
  max-width: 9rem;
}

.ticket-subject-title {
  display: none;
}

.ticket-subject {
  display: none;
}

.ticket-type, .ticket-date, .ticket-functions {
  display: flex;
  align-items: center;
  flex-grow: 1;
}

.ticket-functions {
  justify-content: center;
}

#pa_invoices {
  width: 100%;
  display: flex;
  flex-direction: column;
}
#pa_invoices > .columns {
  border-bottom: 2px solid var(--wp--preset--color--pa-background-color);
  align-items: center;
}
#pa_invoices_head {
  border-bottom: 2px solid #000 !important;
}

#pa_invoices > .columns > .column > a > button::after {
  content: " ";
  display: inline-block;
  width: 1rem;
  height: 1rem;
  padding-left: 5px;
  background-color: #fff;
  mask: url("assets/icons/pdf.svg") center/contain no-repeat;
}

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

.invoice_mobile_pdf_link {
  text-align: end;
}
.invoice-info-box {
  border-bottom: 2px solid var(--wp--preset--color--pa-background-color);
}

#internet-info-container, #wifi-data-container {
  width: 100%;
}

#iinfobox {
  display: flex;
  flex-flow: row wrap;
  flex-grow: 1;
  width: 100%;
}
#iinfobox > .container > div {
  padding: 5px;
}

#iicontent {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#iicontent > .container {
  border-color: --var(--wp--preset--color--pa-secondary-color);
  border-radius: 2px;
  border: 1px solid;
  flex: 1;
  margin-bottom: 10px;
  padding: 10px;
}
#iicontent > .container > #iinfobox > .column {
  min-width: 25%;
}

#accesspoints_table {
  width: 100%;
}

#ap_wifi_toggle_advanced {
  margin-left: 5px;
}

.wifiheader {
  font-size: 32px;
}

.conax-container-multipackets, .conax-container-singlepackets, .conax-container-mixpackets {
  display: flex;
  flex-flow: row wrap;
  flex-grow: 1;
  width: 100%;
}

.multipackets-channel, .single-channel, .mixpackets-channel {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 13rem;
  box-shadow: -2px 2px 5px #666;
  margin: 5px;
  padding: 15px;
  padding-top: 20px;
  padding-bottom: 20px;
  border-radius: 2px;
}

.multipackets-channel-logo-container, .mixpackets-channel-logo-container {
  width: 13rem;
  display: flex;
  flex-flow: row wrap;
  flex-grow: 1;
}

.multipackets-channel-logo > img, .mix-channel > img {
  height: 2rem;
  width: auto;
}

.mix-channel-selected {
  border: 2px solid var(--wp--preset--color--pa-background-color);
}
.mix-channel-selected > img {
  height: 2rem;
  width: auto;
}

.single-channel-logo {
  display: flex;
  justify-content: center;
}
.single-channel-logo > img {
  height: 2rem;
  width: auto;
}

.multipackets-channel-product-name, .single-channel-product-name, .mixpackets-channel-product-name {
  font-weight: 500;
  border-bottom: 2px solid var(--wp--preset--color--pa-background-color);
  margin-bottom: 10px;
  width: 100%;
}

.multipackets-channel-price, .single-channel-price, .mixpackets-channel-price {
  text-align: center;
  font-weight: 500;
  font-size: 20px;
  width: 100%;
  background-color: var(--wp--preset--color--pa-primary-color);
  border-radius: 2px;
  color: #fff;
}
.multipackets-channel-price::after, .single-channel-price::after, .mixpackets-channel-price::after {
  content: " kr.";
}

.wp-block-cgb-block-panther-selfservice-basket-block {
  display: flex;
  flex-flow: column;
  width: 80vw;
}

.basket-container {
  justify-content: space-between;
  width: 100%;
}

.basket-item-container {
  display: flex;
  flex-flow: row;
  align-items: center;
  width: 100%;
  border-bottom: 2px solid var(--wp--preset--color--pa-background-color);
}
.basket-item-container:first-child {
  border-bottom: 2px solid #000;
}
.basket-item-container > div {
  width: 20%;
  text-align: center;
}

.pa-basket-button {
  display: none;
}

.contact-button {
  margin-right: 10px;
}

.basket-item-remove > button {
  padding-left: 15px;
  padding-right: 15px;
}

.order-button-container {
  display: flex;
  justify-content: center;
}
.order-button-container > .basket-order-button {
  width: 13rem;
}

.channel-selected > .multipackets-channel-price, .channel-selected > .single-channel-price, .channel-selected > .mixpackets-channel-price {
  background-color: #fff;
  color: var(--wp--preset--color--pa-primary-color);
}
.channel-selected > .multipackets-channel-price::after, .channel-selected > .single-channel-price::after, .channel-selected > .mixpackets-channel-price::after {
  content: "I kurv";
  color: #fff;
  display: block;
  margin-top: -24px;
  background-color: var(--wp--preset--color--pa-primary-color);
}

.channel-owned > .multipackets-channel-price, .channel-owned > .single-channel-price, .channel-owned > .mixpackets-channel-price {
  background-color: #fff;
  color: var(--wp--preset--color--pa-primary-color);
}
.channel-owned > .multipackets-channel-price::after, .channel-owned > .single-channel-price::after, .channel-owned > .mixpackets-channel-price::after {
  content: "Nuværende";
  color: #fff;
  display: block;
  margin-top: -24px;
  background-color: var(--wp--preset--color--pa-primary-color);
}

.channel-marked-for-removal > .multipackets-channel-price, .channel-marked-for-removal > .single-channel-price, .channel-marked-for-removal > .mixpackets-channel-price {
  background-color: #fff;
  color: var(--wp--preset--color--pa-delete-color);
}
.channel-marked-for-removal > .multipackets-channel-price::after, .channel-marked-for-removal > .single-channel-price::after, .channel-marked-for-removal > .mixpackets-channel-price::after {
  content: "I kurv (lukning)";
  color: #fff;
  display: block;
  margin-top: -24px;
  background-color: var(--wp--preset--color--pa-delete-color);
}

.mix-channel-container {
  display: flex;
  flex-flow: row wrap;
  flex-grow: 1;
}
.mix-channel-container > div {
  width: 6rem;
}

.mix-config-product-name {
  font-size: 1.5rem;
  font-weight: 500;
  text-align: left;
}

.mix-config-channel-count {
  font-size: 1.2rem;
  font-weight: 300;
  text-align: center;
}

.mix-config-link {
  text-align: center;
  font-weight: 500;
  font-size: 20px;
  width: 100%;
  background-color: var(--wp--preset--color--pa-primary-color);
  border-radius: 2px;
  color: #fff;
  margin-top: 5px;
  text-decoration: none;
}

.overview-internet, .overview-tv, .overview-payments {
  text-align: center;
}

.overview-internet-link, .overview-payments-link {
  margin-top: 10px;
}
.overview-internet-link > a > button, .overview-payments-link > a > button {
  width: calc(100% - 20px);
}

.overview-tv-link {
  margin-top: 10px;
}
.overview-tv-link > a > button {
  width: calc(100% - 20px);
}

.overview-internet-icon {
  height: 2rem;
  background: url("assets/icons/ikon_internet_dark.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 2rem;
}

.overview-tv-icon {
  height: 2rem;
  background: url("assets/icons/ikon_tv_dark.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 2rem;
}

.overview-payments-icon {
  height: 2rem;
  background: url("assets/icons/ikon_betaling_dark.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 2rem;
}

.overview-internet-header, .overview-tv-header, .overview-payments-header {
  margin-top: 10px;
}
.overview-internet-header > h3, .overview-tv-header > h3, .overview-payments-header > h3 {
  margin-top: 5px;
  margin-bottom: 5px;
}

.overview-internet-container, .overview-payments-container {
  border: 2px solid var(--wp--preset--color--pa-tertiary-color);
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
}
.overview-internet-container > hr, .overview-payments-container > hr {
  width: 75%;
  height: 1px;
  background-color: var(--wp--preset--color--pa-tertiary-color);
}

.overview-tv-container {
  background-color: var(--wp--preset--color--pa-background-color);
  margin-left: 10px;
  margin-right: 10px;
  padding: 2px;
}
.overview-tv-container > hr {
  width: 75%;
  height: 1px;
  background-color: var(--wp--preset--color--pa-tertiary-color);
}

.overview-internet-content, .overview-tv-content, .overview-payments-content {
  font-size: 1.2rem;
  font-weight: 400;
  height: 200px;
}
.overview-internet-content > :first-child, .overview-tv-content > :first-child, .overview-payments-content > :first-child {
  padding-top: 20px;
}
.overview-internet-content > div, .overview-tv-content > div, .overview-payments-content > div {
  padding-bottom: 10px;
}

.overview-tv-config {
  margin-top: 30px;
}

.overview-payments-amount {
  font-size: 2rem;
  font-weight: 500;
}

.overview-container {
  width: 80vw;
}

.cardpay_container, .invoice_container {
  width: 100%;
}

.internet-status-icon {
  width: 1rem;
  height: 1rem;
}

#subscribtion-subscribe-button, #subscribtion-subscribe-email-button, #subscribtion-subscribe-mp-button, #subscribtion-subscribe-bs-mandate-button {
  margin: 5px;
  width: 20rem;
}

#invoice-modal-pay-button, #invoice-modal-pay-mobilepay-button, #invoice-modal-pay-button-a2a {
  margin-bottom: 5px;
}

#modem_data_form > .column > button {
  margin-right: 5px;
}

#modem_data_form > .container > .columns {
  max-width: 60vw;
  flex-direction: column;
}

.modem_data_option {
  margin-right: 10px;
}

.carousel-container, .subscription-current-product-container, .order-confirm-container, .order-receipt-container {
  width: 100%;
}

.card {
  width: 100%;
  padding: 10px;
  text-align: center;
  box-shadow: 0 2px 5px var(--wp--preset--color--pa-background-color);
}

.subscription-product-panel {
  min-height: 400px;
}

.order-product-summary {
  border: none;
  max-width: 200px;
}

#order-accept-terms {
  margin-left: 5px;
}

#subscription-current-product-price {
  margin-bottom: 10px;
}

#subsscription-current-product-cancel-product {
  margin-top: 10px;
  width: 13rem;
}

#subscription-current-product-change-product {
  width: 13rem;
}

#subscription-current-product-price-subtext {
  text-align: center;
}

.swiper-slide {
  display: flex;
  width: 350px !important;
  padding: 20px;
}
.swiper-slide > .columns {
  width: 100%;
}

.subscription-card-product-image > img {
  max-width: 300px;
  width: 100%;
  height: auto;
}

.swiper-button-prev, .swiper-button-next {
  color: var(--wp--preset--color--pa-primary-color) !important;
}

#order-accept-terms + .pa-switch {
  display: inline-block;
  margin-bottom: -0.2rem;
}

#order-terms-link {
  margin-right: 10px;
}

.order-receipt-container > .title:first-child {
  text-align: center;
}

.cancel-confirm-button {
  margin-top: 10px;
}

.signup-page {
  display: inline-block;
}

.signup-page-break > button {
  margin-right: 10px;
}

#pa-dawa-container {
  margin-right: 10px;
}
#pa-dawa-container > .container > input {
  padding: 15px 10px 15px 10px;
}

.dawa-autocomplete-suggestions {
  width: 100%;
  border: 2px solid var(--wp--preset--color--pa-background-color);
  border-radius: 2px;
  list-style: none;
}

.dawa-autocomplete-suggestion {
  margin-left: -1rem;
}
.dawa-autocomplete-suggestion:hover {
  background-color: var(--wp--preset--color--pa-primary-color);
  color: #fff;
}

.pa-signup-product {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
.pa-signup-product > input[type=checkbox] {
  /* Add if not using autoprefixer */
  -webkit-appearance: none;
  /* Remove most all native input styles */
  appearance: none;
  /* For iOS < 15 */
  background-color: #eee;
  /* Not removed via appearance */
  margin: 0;
  font: inherit;
  color: currentColor;
  width: 20px;
  height: 20px;
  border-radius: 2px;
  transform: translateY(-0.075em);
  display: grid;
  place-content: center;
}
.pa-signup-product > input[type=checkbox]:checked {
  background-color: var(--wp--preset--color--pa-primary-color);
}

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