body,
html {
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%;
  overflow-x: hidden;
  font-family: 'Montserrat', sans-serif;
  font-size: initial;
}

body {
  display: flex;
  flex-direction: column; /* Allows the body to behave like the wrapper */
  min-height: 100vh;
  background-color: #ffffff;
}

.wrapper {
  display: flex;
  flex-direction: column;
  flex: 1;
}

header {
  background-color: #2a2b39;
}

main {
  flex: 1;
  display: flex;
  flex-direction: column;
  margin-top: 60px;
  padding: 1em;
  overflow-y: visible;
  overflow-x: hidden;
  margin-bottom: 30px;
}

.footer {
  display: flex;
  align-items: center;
  align-content: center;
  width: 100%;
  margin-top: auto;
  background-color: #f4f4f4;
  /* text-align: center; */
  min-height: 60px;
  /* position: relative; */
}

h4 {
  color: #40414d;
}

@media (max-width: 768px) {
  /* main {
    padding-bottom: 400px;
  }
  .footer {
    padding: 10px;
  } */
  .container {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.bg-light {
  background-color: #f4f4f4 !important;
}

.btn {
  border-radius: 0.5rem;
  font-weight: 500;
}
.btn-primary {
  background-color: #30cdd7;
  border-color: #30cdd7;
  color: #ffffff;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:disabled,
.btn-primary:not(:disabled):not(.disabled):active {
  background-color: #33dde8;
  border-color: #33dde8;
  color: #ffffff;
}

.btn-primary:focus,
.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-light:focus,
.btn-light:not(:disabled):not(.disabled):active,
.btn-light:not(:disabled):not(.disabled):active:focus,
.btn-secondary:focus,
.btn-secondary:not(:disabled):not(.disabled):active,
.btn-secondary:not(:disabled):not(.disabled):active:focus {
  box-shadow: none;
}

.btn-secondary {
  background-color: #e9e9eb;
  border-color: #e9e9eb;
  color: #40414d;
}

.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:not(:disabled):not(.disabled):active {
  background-color: #dcdcdc;
  border-color: #dcdcdc;
  color: #40414d;
}

.rounded-right {
  border-top-right-radius: 0.5rem !important;
  border-bottom-right-radius: 0.5rem !important;
}

.font-weight-bold {
  font-weight: 500;
}

a,
a:hover,
a:focus,
a:active,
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  color: #3984c8;
}

.btn-faq-link,
.btn-faq-link:hover,
.btn-faq-link:focus,
.btn-faq-link:active {
  color: #40414d;
  width: 100%;
  padding-left: 0;
  text-align: left;
  outline: 0;
  box-shadow: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.ups-holder {
  padding: 10px;
  background-color: #f4f4f4;
  border-radius: 0.5rem;
  /* border-top: 1px solid #e9e9eb;
  border-bottom: 1px solid #e9e9eb;
  max-width: 300px; */
}

@media (max-width: 768px) {
  .ups-holder {
    /* padding: 10px; */
    /* background-color: #ffffff;
    max-width: unset; */
    width: 100%;
    /* border-radius: 0;
    border-top: 1px solid #f4f4f4;
    border-bottom: 1px solid #f4f4f4; */
  }
}

ul {
  list-style-type: none;
  padding-inline-start: 0;
  margin-bottom: 0;
}

.bulleted {
  list-style-type: disc;
  margin-left: 20px;
  padding-left: 0;
}

.bulleted li {
  margin-bottom: 8px;
}

.bulleted li::marker {
  color: #e9e9eb;
}

/* .usp-list {
  margin-left: 5px;
} */

.usp-holder {
  padding: 0.5rem;
  border-radius: 0.5rem;
  border: 1px solid #f4f4f4;
  background-color: #f4f4f4;
  margin-top: 10px;
}

.usp-list li {
  color: #40414d;
}
.usp-list i {
  margin-right: 5px;
}

.usp-list .fa-check {
  color: #30cdd7;
}

.usp-list .fa-info-circle {
  cursor: pointer;
  color: #40414d;
}

.text-secondary {
  color: #40414d;
  font-size: 80%;
}
.text-danger {
  color: #ce0000 !important;
}

.text-warning {
  color: #b65f00;
}

.text-success {
  color: #367714;
}

.text-grey {
  color: #40414d;
}

/* extra classes nav */

.dropdown-menu {
  background-color: #2a2b39;
  border: 0px;
  margin-right: 15px;
  margin-left: 15px;
}

.dropdown-menu .dropdown-item {
  color: white;
  font-weight: 500;
}

.dropdown-menu .dropdown-item:hover,
.dropdown-menu .dropdown-item:focus {
  background-color: #2a2b39;
  color: #30cdd7;
}

.navbar-dark .navbar-nav .nav-link {
  color: white;
  font-weight: 500;
}
.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link:focus {
  color: #30cdd7;
}

.navbar-dark .navbar-nav .active .nav-link {
  color: #30cdd7;
}

.navbar-toggler,
.navbar-toggler:hover,
.navbar-toggler:active,
.navbar-toggler:focus {
  border: 0px;
  outline: 0px;
}

.icon-bar {
  width: 26px;
  height: 2px;
  background-color: #f4f4f4;
  display: block;
  transition: all 0.2s;
  margin-top: 5px;
}

.navbar-toggler {
  border: none;
  background: transparent !important;
}

.navbar-toggler .top-bar {
  transform: rotate(45deg);
  transform-origin: 10% 10%;
}

.navbar-toggler .middle-bar {
  opacity: 0;
}

.navbar-toggler .bottom-bar {
  transform: rotate(-45deg);
  transform-origin: 10% 90%;
}

.navbar-toggler.collapsed .top-bar {
  transform: rotate(0);
}

.navbar-toggler.collapsed .middle-bar {
  opacity: 1;
}

.navbar-toggler.collapsed .bottom-bar {
  transform: rotate(0);
}

@media (max-width: 768px) {
  .no-hr-padding {
    padding-left: 0px;
    padding-right: 0px;
  }
}

header {
  z-index: 1050 !important;
}

.popover {
  z-index: 1040 !important;
}

.login-block {
  /* background-color: #f4f4f4; */
  /* border-radius: 0.5rem; */
  padding: 20px;
}

.login-block-flow {
  text-align: left;
  /* background-color: #f4f4f4; */
  /* border-radius: 0.5rem; */
  /* padding: 20px 20px 20px 20px; */
}
@media (max-width: 768px) {
  .login-block,
  .login-block-flow {
    width: 100%;
  }
}

.btn.login,
.btn.login:hover,
.btn.login:active,
.btn.login:focus,
.btn.login:not(:disabled):not(.disabled):active,
.btn.login:not(:disabled):not(.disabled):active:focus {
  display: flex;
  background-color: transparent;   /* <— was ‘none’ */
  padding: 0;
  line-height: 52px;
  box-shadow: none;
  min-width: 300px;
  width: 100%;
  border: 0;
  text-decoration: none;
}

.btn.login.microsoft,
.btn.login.microsoft:hover,
.btn.login.microsoft:active,
.btn.login.microsoft:focus,
.btn.login.microsoft:not(:disabled):not(.disabled):active,
.btn.login.microsoft:not(:disabled):not(.disabled):active:focus {
  background-color: transparent;   /* <— was ‘none’ */
  border: 0;
}

.socialaccount_provider.login.google i {
  background: url('/static/img/social-btn/google_icon.svg') left top no-repeat;
  background-size: 30px 30px;
  padding-right: 40px;
  padding-top: 1px;
  padding-bottom: 12px;
  margin-left: 15px;
  line-height: 40px;
}

.socialaccount_provider.login.microsoft i {
  background: url('/static/img/social-btn/microsoft_icon.svg') left top no-repeat;
  background-size: 30px 30px;
  padding-right: 43px;
  padding-top: 3px;
  padding-bottom: 12px;
  margin-left: 12px;
  line-height: 40px;
}

.login-btn-icon {
  background-color: #ffffff;
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}

.google .login-btn-icon {
  border-top: 1px solid #3984c8;
  border-left: 1px solid #3984c8;
  border-bottom: 1px solid #3984c8;
}

.microsoft .login-btn-icon {
  border-top: 1px solid #2f2f2f;
  border-left: 1px solid #2f2f2f;
  border-bottom: 1px solid #2f2f2f;
}

.login-btn-text {
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
  color: #ffffff;
  text-align: left;
  padding-left: 8px;
}

.google .login-btn-text {
  background-color: #3984c8;
}

.microsoft .login-btn-text {
  background-color: #2f2f2f;
}

.btn.login.google:hover .login-btn-text {
  background-color: #4093df;
}

.btn.login.microsoft:hover .login-btn-text {
  background-color: #40414d;
}

.login-button-holder {
  width: 300px;
  text-align: left;
}

@media (max-width: 380px) {
  .btn.login,
  .btn.login:hover,
  .btn.login:active,
  .btn.login:focus,
  .btn.login:not(:disabled):not(.disabled):active,
  .btn.login:not(:disabled):not(.disabled):active:focus {
    display: flex;
    line-height: 44px;
    text-align: left;
    margin-left: 0px;
    margin-right: 0px;
    min-width: 250px;
  }
  .login-btn-text {
    font-size: 1rem;
    padding-left: 5px;
  }
}

@media (max-width: 380px) {
  .login-btn-text {
    font-size: 0.9rem;
    padding-left: 5px;
  }
}

button.btn.login {
  background: transparent;
  background-color: transparent;
  border: 0;
  padding: 0;
  box-shadow: none;
  display: flex;
  width: 100%;
  min-width: 300px;
  line-height: 52px;
  text-align: left;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}

button.btn.login:focus,
button.btn.login:hover,
button.btn.login:active {
  background: transparent;
  background-color: transparent;
  border: 0;
  box-shadow: none;
}

/* Zorg dat icon/tekst-blokken consistent zijn voor <a> en <button> */
a.btn.socialaccount_provider .login-btn-icon,
button.btn.socialaccount_provider .login-btn-icon {
  display: inline-flex;
}

a.btn.socialaccount_provider .login-btn-text,
button.btn.socialaccount_provider .login-btn-text {
  display: block;
}




table {
  background-color: #ffffff;
}

.table .thead-light th {
  color: #2a2b39;
  background-color: #f4f4f4;
  border-color: #e9e9eb;
  font-weight: 600;
}

.table-striped > tbody > tr:nth-child(2n + 1) > td,
.table-striped > tbody > tr:nth-child(2n + 1) > th {
  background-color: #ffffff;
}

.fas {
  color: #40414d;
}

/* a.popover-focus:focus,
a.popover-focus:hover {
  outline: none;
}

.popover {
  color: #e9e9eb;
  background-color: #40414d;
  border: 1px solid #40414d;
}
.popover .popover-body {
  color: #ffffff;
} */

.custom-popover {
  --bs-popover-max-width: 400px;
  --bs-popover-border-color: #40414d;
  --bs-popover-header-bg: #ffffff;
  --bs-popover-header-color: #40414d;
  --bs-popover-body-padding-x: 1rem;
  --bs-popover-body-padding-y: 0.5rem;
}

/* .bs-popover-auto[x-placement^='right'] .arrow::after,
.bs-popover-right .arrow::after {
  border-right-color: #40414d;
} */
/* .bs-popover-auto[x-placement^='right'] .arrow::before,
.bs-popover-right .arrow::before {
  border-right-color: red;
} */

/* .bs-popover-auto[x-placement^='left'] .arrow::after,
.bs-popover-left .arrow::after {
  border-left-color: #40414d;
} */
/* .bs-popover-auto[x-placement^='left'] .arrow::before,
.bs-popover-left .arrow::before {
  border-left-color: red;
} */

/* .popover-body a,
.popover-body a:hover,
.popover-body a:focus,
.popover-body a:active {
  color: #ffffff;
  text-decoration: underline;
}  */

@media (max-width: 400px) {
  .custom-popover {
    max-width: 250px;
  }
}

/* check out */
.progress {
  height: 2em;
  border-radius: 0.5rem;
}

.bg-progress-bar-active {
  background-color: #40414d;
  font-weight: bold;
  color: #ffffff;
}

.bg-progress-bar-inactive {
  background-color: #e9e9eb;
  color: #40414d;
}

.progress-label {
  font-size: 16px;
}

.bg-progress-bar-inactive .progress-label,
.bg-progress-bar-inactive .progress-label a,
.bg-progress-bar-inactive .progress-label a:hover {
  color: #40414d;
}

.radio-inline {
  margin-right: 20px;
}

input[type='radio'] {
  margin-right: 10px;
}

input[type='checkbox'] {
  margin-left: 0px;
}

#form_subscribe .terms-condition {
  width: 100%;
  padding-left: 5px;
  padding-right: 10px;
  color: #40414d;
  font-size: 80%;
}

form .btn.full,
a.btn.full {
  width: 100%;
}

form .btn.half-button {
  display: inline-block;
  width: 48%;
}

form#form_subscription_update_plan,
form#form_subscription_update_plan_type {
  width: 300px;
}

form#form_customer_update_invoice_email {
  width: 300px;
}

form#form_update_payment_method {
  width: 350px;
}

form#form_subscription_update_seats {
  width: 400px;
}

.subscribe-header {
  font-size: 1.4rem;
  color: #40414d;
}

.product-name {
  font-size: 1.4rem;
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .subscribe-header {
    font-size: 1.3rem;
    color: #40414d;
  }

  .product-name {
    font-size: 1.3rem;
    margin-bottom: 0;
  }
}

.product-type {
  font-size: 0.8rem;
}

.checkout-option-block {
  border-radius: 0.5rem;
  padding: 10px;
  cursor: pointer;
  background-color: #e9e9eb;
  min-width: 140px;
  border: none;
}

.comp-discount-padding {
  padding: 9px 10px;
}

/* .checkout-option-block.month-plan {
  border-radius: 0.5rem 0 0 0.5rem !important;
}*/

.checkout-option-block.year-plan {
  /* border-radius: 0 0.5rem 0.5rem 0 !important; */
  padding: 9px 10px; /* compensate for discount label */
}

.discount-year,
.discount-year-payment {
  background-color: #e0ffca;
  border-radius: 0.5rem;
  border: 1px solid #367714;
  margin-left: 8px;
  font-weight: 500;
}

.discount-year {
  padding: 0 4px;
}

.checkout-sub-header {
  font-weight: 500;
  color: #40414d;
}

.discount-year-inline {
  background-color: #e0ffca;
  border-radius: 0.5rem;
  color: #367714;
  padding: 0 4px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
}

.discount-year-payment {
  padding: 4px;
}

#form_subscription_update_plan_type .checkout-option-block {
  min-width: 280px;
}

#form_customer_checkout label {
  margin-bottom: 0.2rem;
}

.form-check-inline {
  /* margin-right: 0.3rem; */
  padding-left: 0;
  height: 100%;
}

.custom-flex .form-check-inline {
  width: 100%;
}

@media (max-width: 768px) {
  form#form_customer_update_invoice_email,
  form#form_update_payment_method,
  form#form_subscription_update_seats,
  form#form_subscription_update_plan,
  form#form_subscription_update_plan_type,
  .checkout-option-block,
  .form-check-inline {
    width: 100%;
  }
}

#accept-terms-block {
  display: flex;
  align-items: start;
  justify-content: left;
  width: 100%;
}

#price-calc-module input[type='radio']:checked + label,
#form_subscription_update_plan_type input[type='radio']:checked + label {
  background-color: rgba(48, 205, 215, 1);
  color: white;
  font-weight: 500;
  border: none;
}

.plan-price {
  font-size: 1rem;
  font-weight: 400;
}

input[type='radio'] {
  display: none;
  cursor: pointer;
}

#price-summary-payment-step {
  /* background-color: #f4f4f4; */
  padding: 15px 8px 15px 0px;
  /* border-radius: 0.5rem; */
}
.invalid-feedback {
  font-size: 100%;
  color: #ce0000;
}

.invalid-tooltip {
  font-size: 0.875rem; /* Adjust the font size as needed */
  color: #ce0000; /* Set the color for the tooltip */
  background-color: #ffe9e9;
  border: 1px solid #ce0000;
}

/* .invalid-tooltip::before {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  margin-top: 0.25rem;
  transform: translateX(-50%);
  border-width: 0.5rem;
  border-style: solid;
  border-color: transparent transparent #ce0000 transparent;
} */

.marketing-text-one {
  display: block;
  color: #40414d;
}
.calc-first-step {
  margin-top: 20px;
}

.support-text {
  margin-top: 0;
}

.offer-block {
  padding: 0px 8px 15px 0px;
  /* background-color: #f4f4f4; */
  border-radius: 0.5rem;
  /* border: 1px solid #e9e9eb; */
}

.price-display {
  font-size: 3rem;
  margin-bottom: -10px;
}

@media (max-width: 400px) {
  .offer-block {
    width: 100%;
    max-width: 400px;
  }
  .offer-block-price-holder {
    max-width: none;
  }
  .price-display.discount {
    font-size: 2rem;
    margin-bottom: -5px;
  }
}

.form-control.is-invalid,
.was-validated .form-control:invalid,
.was-validated .custom-select:invalid {
  border-color: #ce0000;
}

select::-ms-expand {
  display: block;
}

/* Stripe elements */
.StripeElement {
  background-color: white;
  padding: 10px 12px;
  border-radius: 5px;
  border: 1px solid #ccc;
  box-shadow: 0 1px 3px 0 #e6ebf1;
  -webkit-transition: box-shadow 150ms ease;
  transition: box-shadow 150ms ease;
}

.StripeElement--focus {
  box-shadow: 0 1px 3px 0 #cfd7df;
  border-color: #30cdd7;
  outline: 0;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.StripeElement--invalid {
  border-color: #ce0000;
}

.StripeElement--webkit-autofill {
  background-color: #fefde5 !important;
}

.card {
  border-radius: 0.5rem;
  border: 1px solid #e9e9eb;
  background-color: #f4f4f4;
}

.card-header,
.card-header:first-child {
  background-color: #e9e9eb;
  color: #2a2b39;
  border-radius: 0.5rem 0.5rem 0 0;
  border-bottom: 0px;
}

.card-footer:last-child {
  border-radius: 0 0 0.5rem 0.5rem;
}

.card-footer {
  padding: 0;
  border-top: 0px;
}
.card-footer .footer-action {
  background-color: #ffffff;
  padding: 0.75rem 1.25rem;
}

.card-footer .footer-action .more-info {
  line-height: 38px;
}

.card-footer .footer-product-type {
  background-color: #f4f4f4;
  color: #2a2b39;
  border-radius: 0 0 0.5rem 0.5rem;
  padding: 0.5rem 1.25rem;
}

.card-footer .product-type {
  line-height: 30px;
}
.card-body {
  background-color: #ffffff;
  border-radius: 0.5rem 0.5rem 0 0;
  color: #40414d;
  min-height: 100px;
}

#cancelSubscriptionModal .modal-footer {
  display: block;
  width: 100%;
}

.subscriptions .card-body {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.promotion-section {
  background-color: #e0ffca;
}
.promotion {
  /* margin-top: 10px; */
  padding: 5px 5px 5px 0;
  color: #367714;
  font-size: 1.2rem;
}

.promotion-header {
  font-weight: 600;
}

.promotion-body {
  font-weight: 500;
}

.discount-row {
  display: flex;
  justify-content: space-between;
  padding-bottom: 5px;
  color: #367714;
  font-weight: 500;
  background-color: #e0ffca;
  padding: 4px;
  margin-left: -4px;
  margin-right: -4px;
  border-radius: 4px;
}

.promo-discount_label {
  display: inline;
}

@media (max-width: 400px) {
  .promo-discount_label {
    display: none;
  }
}

.subscription_promo {
  color: #367714;
  font-weight: 500;
  background-color: #e0ffca;
  padding: 2px 4px;
  border-radius: 4px;
}

.subscription-cancel-modal-close {
  border: none;
  border-radius: 0.25rem;
}

.login-reminder {
  background-color: rgba(57, 132, 200, 0.2);
  /* border: 1px solid #3984c8; */
  font-size: 80%;
}

.btn-faq-link:focus {
  outline: none !important;
  box-shadow: none !important;
  border: none !important;
}

.faq-question,
.faq-answer {
  width: 100%;
}

.faq-question {
  border-top: 1px solid #e9e9eb;
  padding: 5px 0;
}

.faq-answer {
  border-top: 1px solid #e9e9eb;
  background-color: #f4f4f4;
  padding: 10px;
}

/* Set the width of the Select2 input */
.select2-container {
  width: 100% !important;
}

/* Apply Bootstrap styles to the Select2 input */
.select2-container .select2-selection--single {
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.5rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.select2-container .select2-selection--single:focus {
  border-color: #30cdd7;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.select2-selection__arrow {
  height: calc(1.5em + 0.75rem + 2px) !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #30cdd7;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 0;
}

.select2-search .select2-search__field:focus-visible {
  outline: none;
  /* box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); */
}

/* color for placeholder text */
.form-floating > label {
  color: rgba(var(--bs-body-color-rgb), 0.65) !important;
}

.border-end-md {
  border-right: 1px solid #e9e9eb;
}

@media (max-width: 992px) {
  .border-end-md {
    border-right: none !important;
  }
}

/* addition css for form */

.no-border-radius {
  border-radius: 0;
}

.no-top-border-radius {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.no-top-border {
  border-top: 1px solid #ffffff;
}

.no-bottom-border {
  border-bottom: 1px solid #ffffff;
}

@media (min-width: 768px) {
  .no-border-left {
    border-left: 1px solid #ffffff;
  }
}

.rounded-bottom {
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.rounded-bottom-left {
  border-bottom-left-radius: 0.25rem;
}

.rounded-bottom-right {
  border-bottom-right-radius: 0.25rem;
}

.input-group .form-control {
  border-radius: 0;
}

.input-group .form-control.rounded-top-left {
  border-top-left-radius: 0.25rem;
}

.input-group .form-control.rounded-top-right {
  border-top-right-radius: 0.25rem;
}

.input-group .form-control.rounded-bottom-left {
  border-bottom-left-radius: 0.25rem;
}

.input-group .form-control.rounded-bottom-right {
  border-bottom-right-radius: 0.25rem;
}

.input-group .comp-left {
  margin-left: 1px;
}

@media (max-width: 768px) {
  .input-group .form-control.rounded-top-left {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  .input-group .form-control.rounded-top-right {
    border-radius: 0;
    margin-left: 1px;
  }

  .input-group .form-control.rounded-bottom-left {
    border-radius: 0;
    /* border-bottom: 0px; */
  }

  .input-group .form-control.rounded-bottom-right {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    margin-left: 1px;
  }

  .input-group .comp-left {
    margin-left: 1px;
  }

  .input-group[class*='col-'] {
    padding-left: 0;
    padding-right: 0;
    display: flex;
    flex-wrap: wrap;
  }
}

/* Make select2 look like float field */
.select2-container .select2-selection--single {
  height: 50px !important;
  padding: 0.5rem 0.75rem;
  border: 1px solid #dee2e6;
  /* border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important; */
  border-radius: 0 !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 50px !important;
}

.select2-floating-label {
  position: relative;
  /*padding-top: 0.5em;*/ /* space for the floating label */
}

.select2-floating-label label {
  position: absolute;
  /* top: 5px; */
  left: 0px; /* match the padding of select2 */
  transform: translateY(50%); /* center vertically */
  pointer-events: none;
  color: #6c757d; /* match the color of select2 */
}

.select2-container--open .select2-selection--single,
.select2-container--focus .select2-selection--single {
  box-shadow: inset 0 0 0 0.05rem rgba(48, 205, 215, 1) !important;
  border-color: rgba(48, 205, 215, 1) !important;
}

.form-control:focus {
  box-shadow: inset 0 0 0 0.05rem rgba(48, 205, 215, 1) !important;
  border-color: rgba(48, 205, 215, 1) !important;
}

/* change format floating forms */

.form-floating .form-control.custom-height {
  height: calc(2em + 0.8rem + 2px) !important;
  padding-top: 2rem !important;
  padding-bottom: 1rem !important;
}

.form-floating > label {
  height: auto !important;
  padding-top: 0.7rem !important;
  padding-bottom: 0 !important;
}

#promotion-code-holder input.outFocus {
  transition: width 0.3s ease-out, background-color 0.3s ease-out; /* Smooth transitions for width and background color changes */
  background-color: #e9e9eb;
  border-radius: 0.5rem;
  flex: 0 0 206px;
  border: 1px solid #e9e9eb;
}

#promotion-code-holder input:not(:focus)::placeholder {
  font-weight: 500;
}
#promotion-code-holder input:not(:focus)::-webkit-input-placeholder {
  font-weight: 500;
}
#promotion-code-holder input:not(:focus)::-webkit-input-placeholder {
  font-weight: 500;
}

/* Styles when the input is in focus */
#promotion-code-holder input.inFocus {
  background-color: initial;
  flex: 1;
  border: initial;
  border-radius: initial;
  box-shadow: inset 0 0 0 0.05rem rgba(48, 205, 215, 1) !important;
  border-color: rgba(48, 205, 215, 1) !important;
}

#appliedPromoTextWrapper {
  padding: 2px 0;
  margin-right: 5px;
}

#displayAppliedPromoCode {
  font-weight: 500;
}

#applied-promotion-code-holder button {
  padding: 1px 6px;
  border-radius: 50% !important;
}

#discoutByCode,
#discount {
  max-width: 300px;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: start;
  margin-left: 10px;
}

#discoutByCode .discount-holder,
#discount .discount-holder {
  padding: 5px 8px;
  background-color: #f4f4f4;
  border-radius: 0.5rem;
  width: 100%;
  border: 1px solid #e9e9eb;
}

#discoutByCode .discount-holder .discount-header,
#discount .discount-holder .discount-header {
  background-color: #e0ffca;
  border-radius: 0.5rem;
  border: 1px solid #367714;
  margin-left: 8px;
  font-weight: 500;
  color: #367714;
  padding: 0 5px;
}

@media (max-width: 768px) {
  #discoutByCode,
  #discount {
    margin-top: 10px;
  }
}

@media (max-width: 500px) {
  #discoutByCode,
  #discount {
    max-width: unset;
    margin-left: unset;
  }
}

.warning-bg {
  background-color: #fff3ca;
}

.copy-wrapper {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: start;
  margin: 12px 0;
}

.copy-wrapper.product-level {
  margin: 12px 0 30px 0;
}

.share-button-wrapper {
  display: flex;
  align-items: center;
  margin-top: 10px;
}

.copied-message {
  position: absolute;
  bottom: calc(100% + 5px);
  left: 50%;
  transform: translateX(-50%);
  background-color: #e0ffca;
  color: #367714;
  padding: 5px 10px;
  border-radius: 0.5rem;
  font-size: 0.9em;
  display: none;
  white-space: nowrap;
  margin-left: 10px;
  z-index: 10px;
}

.copy-button {
  position: relative;
  margin-left: 10px;
  padding: 2px 6px;
}

.copy-button i,
.linkedin-share-button i {
  color: white; /* Ensure the icon is white */
  margin-right: 8px;
}

.content-block-border {
  padding: 10px;
  margin-top: 20px;
  border-radius: 0.5rem;
  border: 1px solid #e9e9eb;
  max-width: 750px;
}

.linkedin-share-button {
  color: white;
  background-color: #0077b5;
  text-decoration: none;
  padding: 2px 6px;
}

.linkedin-share-button:hover,
.linkedin-share-button:focus,
.linkedin-share-button:active {
  background-color: #005983;
  color: white;
}

.notification {
  padding: 5px;
  margin-bottom: 20px;
  border-radius: 0.5rem;
  background-color: #f4f4f4;
  border: 1px solid #e9e9eb;
  color: #40414d;
}

.notification.attention {
  display: inline-block;
  background-color: rgba(57, 132, 200, 0.15);
  border: 1px solid #3984c8;
  color: #40414d;
  padding-right: 10px;
}
