:root {
  scrollbar-width: thin !important;
}

html,
body {
  min-height: 100%;
  height: 100%;
  position: relative;
  margin: auto;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

body {
  height: auto;
  padding-bottom: 40px;
  overflow: overlay;
}

body::-webkit-scrollbar {
  width: 7px;
  height: 0;
}

body::-webkit-scrollbar-track {
  margin: 62px 0 60px
}

body::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.0);
  border-radius: 10px;
  box-shadow: rgba(255, 255, 255, 0.3) 0 0 0 1px;
}

body:hover::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.45)
}

body::-webkit-scrollbar-thumb:hover {
  background: rgba(0, 0, 0, 0.55)
}

/* Padding for body to avoid collision with header and footer */

img {
  display: inline-block;
}

li {
  display: inline-block;
}

#page-container {
  margin: 0 auto;
  width: 100%;
  min-width: 320px;
  height: 100%;
  display: flex;
  flex-direction: column;
  padding-top: 100px;
}

.mobileOnly {
  display: none;
}

@media (max-width: 979px) {
  #page-container {
    padding-top: 90px;
  }

  #navbarNav {
    padding-top: 16px;
  }

  .spacingMobile {
    padding: 8px 0 8px 0;
    margin: 0;
    width: 100%;
  }

  .mobileOnly {
    display: block;
  }
}

.nowrap {
  white-space: nowrap;
}

.prettifyText {
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: left;
}

.dashboardList {
  margin-right: 5%;
}

.dashboardInfo {
  text-align: center !important;
}

.contractElement {
  padding-bottom: 0;
  margin-bottom: 8px;
  border-radius: 10px !important;
  -moz-transition: all .2s ease-in;
  -o-transition: all .2s ease-in;
  -webkit-transition: all .2s ease-in;
  transition: all .2s ease-in;
  box-shadow: inset 0 -3em 3em rgba(116, 116, 116, 0.08);
}

#userInput {
  box-shadow: 0.05em 0.05em 0.5em rgba(189, 189, 189, 0.2);
}

@media only screen and (max-width: 991px) {
  .contractElement {
    box-shadow: inset 0 -3em 3em rgba(116, 116, 116, 0.08), 0.1em 0.1em 1em rgba(189, 189, 189, 0.3);
  }
}



.contractElement:hover {
  background-color: rgb(248, 255, 255);
}

.contractElement:focus {
  background-color: rgb(204, 19, 19);
}

.contractElementNew {
  background-color: rgb(255, 255, 230);
}

.contractElementNew:hover {
  background-color: rgb(248, 255, 255);
}

.badge {
  font-size: 1rem;
}

.contractGrp {
  margin: 8px 0px 8px 0px;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.contractBtn {
  width: 200px;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  cursor: pointer;
  margin: 16px 0px 16px 0px;
  height: 40px;
  text-align: center;
  border: none;
  background-size: 300% 100%;
  border-radius: 50px;
  moz-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  opacity: 0.9;
}

.contractBtnSlim {
  width: 140px;
}

.btn-group {
  max-width: 90%;
}

.contractBtnList {
  margin-top: 0;
  height: 32px;
  font-size: 90%;
  width: 100%;
}

.contractBtnHeader {
  margin-top: 0;
  height: 40px;
  font-size: 80%;
  width: 130px;
}

.contractBtnForm {
  margin-top: 0;
  height: 32px;
  font-size: 80%;
  width: 140px;
}

.contractBtnRecipientType {
  height: 32px;
  font-size: 80%;
}

.contractBtnSmall {
  width: 24px;
  height: 24px;
  padding: 0;
}

.contractBtnCircle {
  width: 40px;
  height: 40px;
  padding: 0;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  text-align: center;
}

.contractBtnSquare {
  margin-top: 0;
  height: 32px;
  font-size: 80%;
  width: 140px;
  border-radius: 5px;
}

.contractBtn:hover {
  background-position: 100% 0;
  moz-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

.contractBtnDisabled {
  opacity: 0.3;
}

.contractBtnDisabledr:hover {
  background-position: none;
  moz-transition: none;
  -o-transition: none;
  -webkit-transition: none;
  transition: none;
}

.btn:hover {
  color: white;
}

.contractBtn:focus {
  outline: none;
}

.contractBtnBlue {
  background-image: linear-gradient(to right, #25aae1, #4481eb, #04befe, #3f86ed);
}

.contractBtnBlueShadow {
  box-shadow: 0 4px 15px 0 rgba(65, 132, 234, 0.1);
}

.contractBtnBlack {
  /*background-image: linear-gradient(to right, #29323c, #485563, #2b5876, #4e4376);*/
  background-image: linear-gradient(to right, #29323c, #485563, #5a7086, #5a7086);
}

.contractBtnBlackShadow {
  box-shadow: 0 4px 15px 0 rgba(45, 54, 65, 0.1);
}

.contractBtnGreen {
  background-image: linear-gradient(to right, #0ba360, #3cba92, #30dd8a, #2bb673);
}

.contractBtnGreenShadow {
  box-shadow: 0 4px 15px 0 rgba(23, 168, 108, 0.1);
}

.contractBtnRed {
  background-image: linear-gradient(to right, #eb3941, #f15e64, #e14e53, #e2373f);
}

.contractBtnRedShadow {
  box-shadow: 0 5px 15px rgba(242, 97, 103, .1);
}

.contractBtnPurple {
  background-image: linear-gradient(to right, #667eea, #764ba2, #6B8DD6, #8E37D7);
}

.contractBtnPurpleShadow {
  box-shadow: 0 4px 15px 0 rgba(116, 79, 168, 0.75);
}

/* TABS on Dashboard */

.btnTabs {
  padding: .5em 1em;
  background: #fff;
  color: #4A5568;
  border: 0px solid #A0AEC0;
  transition: background .2s ease, color .2s ease, box-shadow .2s ease, transform .2s ease;
  box-shadow: 0 0 0 #BEE3F8;
  transform: translateY(0);
  width: 49.8%;
  display: inline-block;
}

.btnTabs:first-of-type {
  border-radius: .5em 0 0 .5em;
}

.btnTabs:last-of-type {
  border-radius: 0 .5em .5em 0;
}

.btnTabs i {
  color: #A0AEC0;
  margin-right: .3em;
  transition: all .2s ease-out;
}

.multi-button:hover button {
  color: #A0AEC0;
}

.multi-button:hover button:hover {
  color: linear-gradient(to right, #25aae1, #4481eb, #04befe, #3f86ed);
  transform: translateY(-.2em);
  box-shadow: 0px 15px 10px -15px #111;
}

.multi-button:hover button i {
  color: #CBD5E0;
}

.multi-button:hover button:hover i {
  color: rgb(215, 249, 254);
  transform: rotate(-10deg);
}

.accicon {
  float: right;
  font-size: 20px;
  width: 1.2em;
}

.accicon.collapsed .rotate-icon {
  animation: downsideUp 0.2s linear;
}

.accicon:not(.collapsed) .rotate-icon {
  animation: upsideDown 0.2s linear;
  transform: rotate(180deg);
}

.spin-enter-active {
  transition: all 0.3s ease;
}

.spin-enter {
  animation: spin 0.2s linear;
  opacity: 0;
}

@keyframes upsideDown {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(180deg);
  }
}

@keyframes downsideUp {
  0% {
    transform: rotate(180deg);
  }

  100% {
    transform: rotate(0deg);
  }
}

.buttonLogin {
  width: 140px;
  height: 45px;
  font-family: 'Roboto', sans-serif;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 2.5px;
  font-weight: 500;
  color: #000;
  background-color: #fff;
  border: none;
  border-radius: 45px;
  box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease 0s;
  cursor: pointer;
  outline: none;
}

.buttonLogin:hover {
  background-color: rgb(46, 171, 229);
  box-shadow: 0px 15px 20px rgba(46, 156, 229, 0.4);
  color: #fff;
  transform: translateY(1px);
}

.errorText {
  color: #d3494e;
}

.bg {
  width: 100%;
  height: auto;
  min-height: 100vh;
  background-size: 100% 100%;
  background-position: top center;
}

.content {
  margin-top: 20%;
}

.centered {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.input-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 10px;
  /* Ensures proper spacing */
  width: 100%;
}

.input-wrapper {
  display: flex;
  align-items: center;
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 5px;
  width: 150px;
  background-color: white;
  justify-content: space-between;
}

.input-wrapper input {
  border: none;
  outline: none !important;
  text-align: right;
  width: 100px;
  /* Adjust width as needed */
  font-size: 16px;
  background-color: transparent;
  box-shadow: none;
  height: 20px;
  padding: 0;
  border-radius: 0;
}

.input-wrapper input:focus {
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
}

.fixedSuffix {
  margin-left: 5px;
  font-size: 16px;
  font-weight: bold;
}

.max-link {
  font-size: 14px;
  text-decoration: none;
  color: #007bff !important;
  cursor: pointer;
  white-space: nowrap;
  /* Prevents it from breaking into multiple lines */
}

/* Ensure it is centered properly on mobile */
@media (max-width: 480px) {
  .input-container {
    flex-direction: column;
    /* Stack MAX and input on top of each other */
    align-items: center;
    /* Center content */
  }

  .input-wrapper {
    width: 100%;
    max-width: 200px;
  }

  .max-link {
    margin-top: 5px;
    /* Move MAX button slightly down */
  }
}


.inputStyleLogin {
  border-radius: 25px;
  background: transparent;
  width: 300px;
  padding: 10px 40px;
}

span .fa-key {
  position: absolute;
  top: 10px;
  left: 10px;
}

span .fa-key {
  left: 230px;
}

input,
input::-webkit-input-placeholder {
  font-size: 12px;
}

.social-btn {
  position: absolute;
  bottom: 20px;
  left: 47%;
}

i {
  padding: 5px;
}

.input-icons i {
  position: absolute;
}

.input-icons {
  width: 100%;
  margin-bottom: 10px;
}

.icon {
  padding: 10px;
  min-width: 40px;
}

input,
input:focus {
  border: solid 1px;
  outline: 0;
  -webkit-appearance: none;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}

.loginLogo img {
  width: 120px;
}

.titleLine {
  font-weight: 350;
  font-size: 30px;
  margin-bottom: 0%;
}

.firstLine {
  font-size: 15px;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.notifyLine {
  font-size: 12px;
  font-weight: 350;
  line-height: 24px;
}

.formHeader {
  font-size: 15px;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin: 0px;
}

.secondLine {
  font-weight: 350;
  font-size: 25px;
  margin-bottom: 10%;
}

@media only screen and (max-width: 600px) {
  .secondLine {
    font-size: 20px;
  }
}

/* NAV BAR */

.mobileOnly {
  display: hidden;
}

@media only screen and (max-width: 991px) {
  .mobileOnly {
    display: inline;
  }
}

.navbar {
  -webkit-box-shadow: 0 8px 6px -6px hsla(0, 0%, 60%, 0.150);
  -moz-box-shadow: 0 8px 6px -6px hsla(0, 0%, 60%, 0.150);
  box-shadow: 0 8px 6px -6px hsla(0, 0%, 60%, 0.150);
  /* the rest of your styling */
  /* border-bottom: 1px solid #8d8d8d; */
}

#navlogo {
  margin: 0;
  padding: 0;
}

.nav-text {
  font-size: 14px;
  font-weight: 500;
  margin: 0;
  padding-left: 6px;
  display: inline-block;
  vertical-align: middle;
}

.nav-text-light {
  font-size: 14px;
  font-weight: 500;
  color: rgb(66, 66, 66);
  text-transform: none;
  letter-spacing: 0.5px;
  line-height: 1.4;
}

.nav-text-right {
  font-weight: 400;
  text-transform: none;
  font-size: 16px;
  color: black;
}

.imageScaler {
  max-height: 34px;
  vertical-align: middle;
}

.imageScalerTextLogo {
  max-height: 12px;
  margin-left: 8px;
  vertical-align: middle;
}

.imageScalerLG {
  max-width: 80px;
}

.navpada {
  margin-top: 0;
  padding-top: 0;
  margin-left: 0.5rem;
  margin-right: 3rem;
  display: inline;
  position: relative;
  width: 100px;
}

.navpadasub {
  padding-top: 0.4rem;
}

.navGeneral {
  display: inline-block;
}

.nav-link-nopadding {
  padding: 0;
}

.nav-item {
  display: flex;
  align-items: center;
  margin: 0 8px;
}

@media only screen and (max-width: 991px) {
  .nav-item {}
}

/* Nav tabs with rounded underline */
.nav-tabs .nav-link {
  position: relative;
  color: #222;
  border: 0;
  width: 100%;
  background: transparent;
  transition: color .25s ease;
  padding-bottom: 10px;
}

.nav-tabs .nav-link::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -6px;
  height: 3px;
  /* thickness of underline */
  width: 0;
  background: rgb(19, 139, 187);
  border-radius: 6px;
  /* makes ends fully rounded */
  transform: translateX(-50%);
  transition: width .28s ease;
  pointer-events: none;
}

.nav-tabs .nav-link:hover {
  color: rgb(90, 90, 90);
}

.nav-tabs .nav-link:hover::after {
  width: 55%;
  background: rgb(140, 198, 220);
  /* subtle hover preview */
}

.nav-tabs .nav-link.active {
  color: rgb(19, 139, 187);
}

.nav-tabs .nav-link.active::after {
  width: 100%;
  /* underline length for active tab */
  background: rgb(19, 139, 187);
}

@media (max-width: 576px) {
  .nav-tabs .nav-link::after {
    height: 3px;
    bottom: 1px;
  }

  .nav-tabs .nav-link.active::after {
    width: 100%;
  }
}

.nav-link-tabs {
  position: relative;
}

.button__badge {
  background-color: #ff1818;
  border-radius: 20px;
  color: white;
  padding: 3px 3px;
  font-size: 10px;
  box-shadow: inset 0 0 5px rgb(255, 202, 202), 0px 0px 2px 1px rgb(255, 128, 128);
}

.nav-tabs .button__badge {
  position: absolute;
  margin-left: 6px;
  margin-top: 2px;
  min-width: 20px;
  min-height: 20px;
}

.contractHeader .button__badge {
  border-radius: 10px;
  min-width: 12px;
  min-height: 12px;
  position: absolute;
  top: 10px;
  left: 8px;
  box-shadow: inset 0 0 1px rgb(255, 202, 202), 0px 0px 3px 1px rgb(255, 128, 128);
}

/* FORMS AND FORM BUTTONS */

.InputStyleFormsFirst {
  border-radius: 15px 15px 0px 0px;
  background: transparent;
}

.InputStyleForms {
  border-radius: 5px;
  background: transparent;
}

.InputStyleFormsLast {
  border-radius: 0px 0px 15px 15px;
  background: transparent;
}

.btn-pada {
  border-radius: 25px;
  border: rgb(56 189 248);
  min-height: 30px;
}

.btn-pada-submit {
  background-color: rgb(14 165 233);
}

.btn-back-pada {
  background-color: rgb(168 162 158);
}

.padaForms {
  align-content: center;
  align-items: center;
  text-align: center;
}

.form-control.is-invalid {
  background-image: none;
}

.form-control.is-price {
  background-image: none;
  padding-right: 32px;
  text-align: right;
  font-size: 80%;
}

/* FOOTER */

footer {
  background-color: #f5f5f7;
  color: #6e6e73;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 60px;
}

a:footer {
  color: #424245;
}

/* MODAL */

.modal-footer {
  text-align: center;
}

/* Toggle switch md size */

.custom-switch.custom-switch-md .custom-control-label {
  padding-left: 2rem;
  padding-bottom: 1.5rem;
}

.custom-switch.custom-switch-md .custom-control-label::before {
  height: 1.5rem;
  width: calc(2rem + 0.75rem);
  border-radius: 3rem;
}

.custom-switch.custom-switch-md .custom-control-label::after {
  width: calc(1.5rem - 4px);
  height: calc(1.5rem - 4px);
  border-radius: calc(2rem - (1.5rem / 2));
}

.custom-switch.custom-switch-md .custom-control-input:checked~.custom-control-label::after {
  transform: translateX(calc(1.5rem - 0.25rem));
}

.pagination-container {
  width: calc(100% - 2rem);
  display: flex;
  align-items: center;
  bottom: 0;
  padding: 1rem 0;
  margin: auto;
  justify-content: center;
}

.pagination-number,
.pagination-button {
  font-size: 1.1rem;
  background-color: transparent;
  border: none;
  margin: 0.25rem 0.25rem;
  cursor: pointer;
  height: 1.8rem;
  width: 1.8rem;
  border-radius: .4rem;
  font-size: 90%;
  outline: none;
}

.pagination-button {
  color: #4e4e4eee;
}

.pagination-button span {
  font-size: 130%;
  padding-top: 6px;
}

.pagination-button.disabled {
  color: #dddddd;
}

.pagination-number:hover,
.pagination-button:not(.disabled):hover {
  box-shadow: inset 0 0 5px rgba(236, 236, 236, 0.581), 0 0 2px rgba(177, 177, 177, 0.7);
}

.pagination-number.active {
  color: #fff;
  background-image: linear-gradient(to right, #25aae1, #4481eb, #3f86ed);
}

.pagination-button:focus {
  outline: none;
}

.pagination-number:focus {
  outline: none;
}

.itemContainer {
  display: flex;
  margin: 0;
  margin-top: 8px;
  margin-bottom: 24px;
  flex-basis: 50%;
  flex-wrap: wrap;
  align-items: center;
  border-right: solid 1px rgb(233, 233, 233);
  padding-right: 0;
  align-items: flex-start;
}

.itemContainerIconTop {
  display: flex;
  margin: 0;
  margin-top: 8px;
  margin-bottom: 24px;
  flex-wrap: wrap;
  border-right: solid 1px rgb(233, 233, 233);
  padding-right: 0;
}

.itemDescription {
  align-items: center;
  vertical-align: middle;
  height: 80%;
  margin-bottom: 2%;
}

.itemContainerLast {
  border: none;
}

.itemIcon {
  width: 24px;
  height: 24px;
}

.itemText {
  margin-left: 5px;
  max-width: 74%;
  display: inline-block;
  font-size: 80%;
  color: rgb(65, 65, 65);
}

.itemText100 {
  margin-left: 5px;
  max-width: 80%;
  display: inline-block;
  font-size: 80%;
  width: 100%;
  color: rgb(65, 65, 65);
}

.itemText-top {
  display: block;
  color: rgb(168, 168, 168);
}

.itemText-middle {
  display: block;
  color: rgb(46, 46, 46);
}

.itemText-bottom {
  font-weight: 600;
  display: block;
}

.itemText-footer {
  font-weight: 400;
  display: block;
  font-style: italic;
  color: grey;
}

.green-tick {
  color: green;
  /* Color the tick mark green */
  margin-right: 5px;
  /* Add some space between the tick and the text */
  font-weight: bold;
}

.itemText-invoiceline-top {
  font-weight: 600;
  width: 70%;
  word-wrap: break-word;
  float: left;
}

.itemText-invoiceline-bottom {
  font-weight: 600;
  float: right;
}

.itemText-invoiceline-sum-label {
  width: 30%;
}

.invoicePriceFieldsOuter:after {
  position: absolute;
  top: 0;
  margin-top: 8px;
  margin-right: 8px;
  content: "kr.";
  right: 8px;
  font-weight: 400;
}

.expandButton {
  position: absolute;
  top: 8px;
  right: 8px;
  cursor: pointer;
}

.no-padding {
  padding-left: 0;
}

.borderLeftRight {
  border-left: solid 1px rgb(233, 233, 233);
}

.inputStyleModal {
  border-radius: 10px;
  background: transparent;
  padding: 10px 40px;
  width: 80%;
  height: 30px;
  text-align: center;
  font-size: 16px;
}

hr.smallLineMargin {
  margin: 0;
  margin-top: 6px;
  margin-bottom: 6px;
}

hr.contractDivider {
  margin: 0;
  border: none;
}

/* Extra Small Devices, Phones */

@media all and (min-width:321px) and (max-width: 480px) {}

@media all and (min-width:679px) and (max-width: 991px) {}

@media only screen and (max-width: 575px) {

  .itemContainerLastXS {
    border: none;
  }

  .mainBG {
    padding: 30px;
  }

  .form-control.is-price::-webkit-input-placeholder {
    font-size: 75% !important;
  }

  .form-control.is-price:-moz-placeholder {
    /* Firefox 18- */
    font-size: 75% !important;
  }

  .form-control.is-price::-moz-placeholder {
    /* Firefox 19+ */
    font-size: 75% !important;
  }

  .form-control.is-price::placeholder {
    font-size: 75% !important;
  }
}

/* Small Devices, Tablets */

@media only screen and (max-width: 768px) {
  .pagination_container {
    font-size: 100%;
  }

  .nav-tabs>li {
    width: 100%;
  }

  .itemContainerLastSM {
    border: none;
  }
}

/* Medium Devices, Desktops */

@media only screen and (max-width: 992px) {
  .pagination_container {
    font-size: 90%;
  }

  .itemContainerLastMD {
    border: none;
  }
}

/* Large Devices, Wide Screens */

@media only screen and (max-width: 1200px) {
  .pagination_container {
    font-size: 90%;
  }
}

/* Caroussel */

.recipientSearch {
  border: 1px solid rgb(230, 230, 230);
  border-radius: 10px;
  width: 100%;
  margin-top: 0px;
  margin-bottom: 8px;
  padding-left: 15px;
  padding-right: 15px;
  box-shadow: inset 0 -3em 3em rgba(116, 116, 116, 0.08), 0.1em 0.1em 0.1em rgba(189, 189, 189, 0.3);
}

.recipientSearch:hover {
  background-color: rgb(248, 255, 255);
  cursor: pointer;
}

.recipientSearch .no-padding {
  padding: 0;
}

.recipientSearch .itemContainer {
  display: inline-block;
  position: relative;
  width: 100%;
  margin-bottom: 0;
}

.recipientSearch .itemContainerFirst {
  padding-left: 0;
  padding-right: 0;
}

.recipientSearch .itemText {
  display: block;
  float: left;
  width: 100%;
}

.recipientSearch .itemText-top {
  display: block;
  float: left;
}

.recipientSearch .itemText-bottom {
  display: block;
  float: left;
  white-space: nowrap;
}

.recipientSearch .itemText100 {
  margin-left: 5px;
  max-width: 80%;
  display: inline-block;
  font-size: 80%;
}

.col-center {
  margin: 0 auto;
  float: none !important;
}

.carousel {}

.carousel .carousel-item {
  color: #999;
  font-size: 14px;
  text-align: center;
  overflow: hidden;
}

.carousel-control-prev,
.carousel-control-next {
  width: 40px;
  height: 40px;
  margin-top: -20px;
  top: 50%;
  background: none;
}

.carousel-control-prev i,
.carousel-control-next i {
  font-size: 30px;
  line-height: 24px;
  position: absolute;
  display: inline-block;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 0 3px 3px #e6e6e6, 0 0 0 #000;
}

.carousel-indicators {
  bottom: -40px;
}

.carousel-indicators li,
.carousel-indicators li.active {
  width: 12px;
  height: 12px;
  margin: 1px 3px;
  border-radius: 50%;
  border: none;
}

.carousel-indicators li {
  background: #999;
  border-color: transparent;
  box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.2);
}

.carousel-indicators li.active {
  background: #555;
  box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.2);
}

.unselectable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* SPINNER CSS */

.loader {
  border: 16px solid #f3f3f3;
  /* Light grey */
  border-top: 16px solid #3498db;
  /* Blue */
  border-radius: 50%;
  width: 120px;
  height: 120px;
  animation: spin 2s linear infinite;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/* VUE CSS */

.fade-enter-active {
  transition: all 0.3s ease;
}

.fade-leave-active {
  transition: all 0.3s ease;
}

.fade-enter,
.fade-leave-to {
  transform: translateY(-15px);
  opacity: 0;
}

.fadeSlow-enter-active {
  transition: all 0.8s ease;
}

.fadeSlow-leave-active {
  transition: all 0.8s ease;
}

.fadeSlow-enter,
.fadeSlow-leave-to {
  transform: translateY(-15px);
  opacity: 0;
}

.fadeRight-enter-active {
  transition: all 0.8s ease;
}

.fadeRight-leave-active {
  transition: all 0.8s ease;
}

.fadeRight-enter,
.fadeRight-leave-to {
  transform: translatex(-50px);
  opacity: 0;
}

.fadeIn-enter-active {
  transition: all 0.3s ease;
}

.fadeIn-enter {
  transform: translateY(-15px);
  opacity: 0;
}

.bounce-enter-active {
  animation: bounce-in 1s;
}

.bounce-leave-active {
  animation: bounce-in 0.75s reverse;
}

.bounceSlow-enter-active {
  animation: bounce-in 2s;
}

.bounceSlow-leave-active {
  animation: bounce-in 0.75s reverse;
}

.bounceOut-enter-active {
  animation: bounce-out 0.5s;
}

.bounceOut-leave-active {
  animation: bounce-out 0.75s reverse;
}

@keyframes bounce-in {
  0% {
    transform: scale(1.05);
  }

  100% {
    transform: scale(1);
  }
}

@keyframes bounce-out {
  0% {
    transform: scale(0.9);
  }

  100% {
    transform: scale(1);
  }
}

.imageScalerIconsHeader {
  max-width: 40px;
  max-height: 40px;
}

.imageScalerIcons-navbar {
  max-width: 22px;
  max-height: 22px;
  vertical-align: middle;
}

.imageScalerIcons-dashboard {
  max-width: 22px;
  margin-top: 8px;
}

.imageScalerIcons-email-sms {
  max-width: 24px;
  max-height: 24px;
  padding: -2px;
}

.itemDescription .itemText-bottom {
  width: 100%;
  word-wrap: break-word;
}

/* Hide scrollbar for Chrome, Safari and Opera */

.scroll-lock::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */

.scroll-lock {
  overflow-x: hidden;
  overflow-y: scroll;
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}

.scroll-bar {
  overflow-y: overlay;

}

.scroll-bar::-webkit-scrollbar {
  width: 7px;
  height: 0;
  position: absolute;
  right: 10px;
}

.scroll-bar::-webkit-scrollbar-track {
  margin: 0
}

.scroll-bar::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.0);
  border-radius: 10px;
  box-shadow: rgba(255, 255, 255, 0.3) 0 0 0 1px;
}

.scroll-bar:hover::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.45)
}

.scroll-bar::-webkit-scrollbar-thumb:hover {
  background: rgba(0, 0, 0, 0.55)
}

input::placeholder {
  font: 10px;
  text-align: left;
}

.invoiceTaxLabel {
  font-weight: 600;
  font-size: 90%;
  text-align: left;
}

.invoiceTaxValue {
  font-weight: 600;
  font-size: 90%;
  text-align: right;
}

.invoiceTotalLabel {
  font-weight: 600;
  text-align: left;
}

.invoiceTotalValue {
  font-weight: 600;
  text-align: right;
}

.fixedSuffix {
  font-size: 16px;
  font-weight: bold;
  margin-left: 5px;
}


.recipientBtnList {
  margin-top: 8px;
  height: 32px;
  font-size: 90%;
  width: 100%;
  margin-bottom: 8px;
}

/* Recipient overview card edit button positioning (circular) */
.recipientCard {
  position: relative;
  padding: 18px 22px 18px 22px;
  border-radius: 10px !important;
}

.recipientCard.list-group-item {
  padding: 18px 22px 18px 22px;
}

.recipientCard .recipient-edit-btn {
  position: absolute;
  top: -4px;
  right: 12px;
  width: 28px;
  height: 28px;
  padding: 0;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  box-shadow: none !important;
  font-size: 14px;
  opacity: 0.9;
}

.recipientCard .recipient-edit-btn i {
  padding: 0;
  margin: 0;
}

.recipientCard .recipient-edit-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 10px rgba(0, 0, 0, .2);
}

.recipientCard .recipient-edit-btn:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(39, 110, 241, .35);
}

.nav-tabs {
  border: none;
}

/* Center headers and minor spacing for unified recipient form */
#recipientForm .formHeader {
  text-align: center;
}

.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, .5);
  border: none !important;
}

.navbar-toggler {
  font-size: 1rem;
}

#navbarNav {
  padding: 4px 0;
}

#navbarNav .navbar-nav {
  display: flex;
  align-items: center;
}

#navbarNav .navbar-nav .nav-item {
  margin: 0 12px;
}

#navbarNav .navbar-nav .nav-link {
  padding: 4px 0;
  line-height: 1.2;
  display: flex;
  align-items: center;
}

#navbarNav .navbar-nav .nav-link img {
  margin-right: 6px;
}

@media (max-width: 991.98px) {
  #navbarNav {
    padding: 12px 0 16px;
  }

  #navbarNav .navbar-nav {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }

  #navbarNav .navbar-nav .nav-item {
    margin: 6px 0;
    width: 100%;
  }

  #navbarNav .navbar-nav .nav-link {
    width: 100%;
    padding: 6px 0;
  }

  #navbarNav .navbar-nav .nav-link h2 {
    width: 100%;
  }
}

/* Back arrow link styling */
.backNav {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  padding: 4px;
  text-decoration: none;
  background: transparent;
  border-radius: 50%;
  position: relative;
}

.backNav:focus-visible,
.backNav:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(0, 0, 0, .15);
}

.backNav:hover {
  background: rgba(0, 0, 0, 0.06);
}

.backNavIcon {
  width: 24px;
  height: 24px;
  display: block;
  flex-shrink: 0;
}

.backNavIcon path {
  /* Fallback fill in case gradient not rendered */
  fill: #222;
}

@media (max-width: 576px) {
  .backNav {
    width: 40px;
    height: 40px;
    padding: 2px;
  }

  .backNavIcon {
    width: 20px;
    height: 20px;
  }
}

/* Unified recipient form header (pure flex: arrow | centered title | placeholder) */
.pageHeaderWithBack {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
  min-height: 50px;
}

.pageHeaderWithBack>.backNav {
  flex: 0 0 44px;
  transition: background .18s ease, box-shadow .18s ease;
}

.pageHeaderWithBack>.backNav:hover {
  background: linear-gradient(145deg, #ffffff, #f2f2f2);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.12);
}

.pageHeaderWithBack-title {
  margin: 0;
  text-align: center;
  flex: 1 1 auto;
}

.backNavPlaceholder {
  flex: 0 0 44px;
  display: block;
}

@media (max-width: 575.98px) {
  .pageHeaderWithBack-title {
    font-size: 1.55rem;
  }
}

.navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, .7);
}