body {
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1rem;
  line-height: 150%;
  letter-spacing: 0.15px;
  color: #383E5C;
  background-image: url("/images/BG.png");
  background-color: #F5F5F5;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 100vh;
}
.content {
  padding: calc(1.5625rem + 3.75vw) 0;
  display: flex;
  flex-direction: column;
  flex: 1;
}
@media (min-width: 1200px) {
  .content {
    padding: 4.375rem 0;
  }
}
h1 {
  font-weight: bold;
  font-size: calc(1.325rem + 0.9vw);
  line-height: 133%;
  margin-bottom: 20px;
}
@media (min-width: 1200px) {
  h1 {
    font-size: 2rem;
  }
}
h2 {
  font-weight: bold;
  font-size: calc(1.275rem + 0.3vw);
  line-height: 133%;
  margin-bottom: 15px;
}
@media (min-width: 1200px) {
  h2 {
    font-size: 1.5rem;
  }
}
h3 {
  font-weight: bold;
  font-size: 1rem;
  line-height: 200%;
  margin-bottom: 15px;
}
.small {
  display: block;
  font-size: 0.85rem;
  line-height: 17px;
  color: black;
  margin-bottom: 15px;
}
a.link {
  color: #1978D4;
}
a,
a:hover {
  text-decoration: none;
  color: #383E5C;
}
.row:not(:last-child) {
  margin-bottom: 15px;
}
footer {
  background: #383E5C;
}
footer ul li,
footer ul,
footer li,
footer a,
footer p {
  color: white;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25), 0px 4px 4px rgba(0, 0, 0, 0.25);
  padding: 2px 0;
}
footer a:hover {
  color: #dedede;
}
.infobar {
  padding: 2px 0;
}
.infobar.warning {
  background: #D41919;
  color: white;
}
@media screen and (max-width: 1199px) {
  .infobar {
    padding: 10px 0;
    font-size: 14px;
  }
  .infobar img {
    float: left;
  }
}
.popup {
  position: fixed;
  top: 200px;
  right: 0;
  background: white;
  padding: 10px 10px 0px 44px;
  max-width: 50%;
  border: 1px solid #9FA2AE;
  border-radius: 4px 0px 0px 4px;
  max-width: 450px;
  background-image: url(/images/Info.png);
  background-position: 15px 26px;
  background-repeat: no-repeat;
  display: none;
}
@media screen and (max-width: 767px) {
  .popup {
    bottom: 0;
    right: 0;
    left: 0 !important;
    top: unset !important;
    z-index: 3;
  }
}
.popup p {
  margin-bottom: 0px;
}
.btn-small {
  padding: 6px 20px !important;
}
/*Benjamin storyboard herfra og ned*/
.center-content {
  display: flex;
  justify-content: center;
  align-items: center;
}
.error-text {
  color: red;
}
.map {
  box-shadow: 0 0 8px 8px white inset;
  max-width: 100%;
}
#image-container {
  background: url("https://via.placeholder.com/800x500?text=Google+map") left top no-repeat;
  box-shadow: 0px 0px 100px 100px #F5F5F5 inset;
  max-width: 100%;
  width: 800px;
  height: 500px;
}
.progress-item-wrap {
  justify-content: center;
  width: 100%;
  bottom: 0;
}
.progress-item-wrap .progress-item {
  width: 24.5%;
  border: 1px solid;
}
.progress-item-wrap span {
  margin-bottom: 0 !important;
}
.btn-arrow-right,
.btn-arrow-left {
  position: relative;
  padding-left: 18px;
  padding-right: 18px;
}
.btn-arrow-right {
  padding-left: 36px;
}
.btn-arrow-first {
  border-radius: 18px 0 0 18px;
  -webkit-border-radius: 18px 0 0 18px;
}
.btn-arrow-last {
  border-radius: 0 18px 18px 0;
  -webkit-border-radius: 0 18px 18px 0;
}
.btn-arrow-left {
  padding-right: 36px;
}
.btn-arrow-right:after,
.btn-arrow-left:after {
  /* make two squares (before and after), looking similar to the button */
  content: "";
  position: absolute;
  top: 5px;
  /* move it down because of rounded corners */
  width: 26px;
  /* same as height */
  height: 26px;
  /* button_outer_height / sqrt(2) */
  background: inherit;
  /* use parent background */
  border: inherit;
  /* use parent border */
  border-left-color: transparent;
  /* hide left border */
  border-bottom-color: transparent;
  /* hide bottom border */
  border-radius: 0px 0px 0px 0px;
  /* round arrow corner, the shorthand property doesn't accept "inherit" so it is set to 4px */
  -webkit-border-radius: 0px 0px 0px 0px;
  -moz-border-radius: 0px 4px 0px 0px;
}
.btn-arrow-right:after {
  transform: rotate(45deg);
  /* rotate right arrow squares 45 deg to point right */
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
}
.btn-arrow-right:after {
  /* align the "after" square to the right */
  right: -13px;
}
.btn-arrow-right:after {
  /* bring arrow pointers to front */
  z-index: 1;
}
.white-map-field {
  background: rgba(255, 255, 255, 0.7);
  padding: 5px 5px;
  margin-bottom: 27px;
}
.dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #383E5C !important;
}
.dropdown-item:focus,
.dropdown-item:hover {
  color: #fff;
  background-color: #383E5C;
}
.gray-text-field {
  background: rgba(255, 255, 255, 0.7);
  padding: 30px 30px;
  margin-bottom: 15px;
  border-radius: 15px;
  /*        h3 {
            color: black;
        }*/
}
.gray-text-field.grant {
  display: flex;
  flex-direction: column;
}
.gray-text-field.grant .btn-wrap {
  flex: 1;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
.gray-text-field label {
  color: black;
}
.gray-text-field .btn {
  margin-bottom: 0;
}
.line-height-1 {
  line-height: 1;
}
b {
  font-weight: bold;
}
.white-space-break-space {
  white-space: initial;
}
.text-align-right {
  text-align: right;
}
.zipcode {
  width: 30% !important;
  display: inline-block;
  margin-right: 10px !important;
}
.city {
  width: 65% !important;
  float: right;
  display: inline-block;
}
.checkbox-text {
  line-height: 21px;
  font-size: 14px;
  text-indent: 0 !important;
  padding-left: 50px;
}
.checkbox-text a {
  text-decoration: underline;
}
.checkbox-text::before,
.checkbox-text::after {
  font-size: 20px;
}
.receipt-time-text {
  font-size: 45px;
}
.receipt-button {
  width: 200px;
}
.cancel-order-button {
  width: 350px;
  max-width: 100%;
}
.create-user-information-button {
  width: 285px;
  float: right;
}
.travel-accept-button {
  width: 230px;
}
.container {
  position: relative;
}
.flowmaster {
  height: 100%;
}
.my-profile-delete-btn {
  position: absolute;
  bottom: 0;
  right: 0;
}
.dropdown ul {
  border: none;
  background-color: transparent;
}
.dropdown ul li {
  padding: 0 !important;
  border-left: 1px solid #383E5C;
  border-right: 1px solid #383E5C;
  background-color: white;
}
.dropdown ul li:first-child {
  border-top: 1px solid #383E5C;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.dropdown ul li:last-child {
  border-bottom: 1px solid #383E5C;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
* {
  box-sizing: border-box;
}
body {
  margin: 0px;
  font-family: 'Open Sans', sans-serif;
}
.page-container {
  padding: 20px;
  max-width: 1200px;
  margin: auto;
}
.progress__list {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0px;
  box-shadow: 0px 14px 18px #0000000d;
  border-radius: 100rem;
}
.progress__item {
  flex-grow: 1;
  border: 2px solid transparent;
  padding: 15px 30px;
  color: #9FA2AE;
  display: flex;
  align-items: center;
  font-weight: bold;
  background-color: white;
  position: relative;
}
.progress__item:not(:last-child) {
  border-right: none;
}
.progress__item:first-child {
  border-top-left-radius: 10rem;
  border-bottom-left-radius: 10rem;
  border-left-color: transparent;
}
.progress__item:last-child {
  border-top-right-radius: 10rem;
  border-bottom-right-radius: 10rem;
  border-right-color: transparent;
}
.progress__item--active {
  border-top-color: #1978D4;
  border-bottom-color: #1978D4;
  color: #383E5C;
  z-index: 2;
}
.progress__item--active:first-child {
  border-left-color: #1978D4;
}
.progress__item--active:last-child {
  border-right-color: #1978D4;
}
.progress__item--active::after {
  border-left-color: #1978D4 !important;
}
.progress__item--active + .progress__item--active {
  border-left: none;
}
.progress__arrow {
  height: calc(100% + 4px);
  width: 2.3px;
  position: absolute;
  top: 50%;
  left: -3px;
  transform: translateY(-50%);
  z-index: 2;
  background-color: #9FA2AE;
}
.progress__arrow::before,
.progress__arrow::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 2.4px;
  transform: translate(100%, -50%);
  z-index: 3;
  border: 10px solid transparent;
}
.progress__arrow::before {
  right: 0px;
  border-left-color: #9FA2AE;
}
.progress__arrow::after {
  border-left-color: white;
}
.progress__item:first-child .progress__arrow {
  display: none;
}
.progress__item--active .progress__arrow,
.progress__item--active + .progress__item .progress__arrow {
  background-color: #1978D4 !important;
}
.progress__item--active .progress__arrow::before,
.progress__item--active + .progress__item .progress__arrow::before {
  border-left-color: #1978D4;
}
.progress__icon {
  width: 20px;
  height: 20px;
  border: 3px solid #383E5C;
  border-radius: 50%;
  margin-right: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.progress__icon svg {
  display: none;
  transform: scale(0.8);
}
.progress__icon--checked svg {
  display: block;
}
.plus-minus {
  max-width: 100%;
  width: 320px;
  /* margin-bottom: 10px;*/
}
.plus-minus .plus-minus-plus {
  margin-left: 5px;
}
.plus-minus div {
  width: 220px;
  height: 40px;
  text-align: center !important;
  line-height: 40px;
  display: inline-block;
  font-size: 20px;
  max-width: 60%;
}
.plus-minus .btn-light {
  max-width: 20%;
  width: 40px;
  border: 1px solid;
}
.plus-minus a {
  font-size: 20px;
  padding-top: 4px;
}
.pretty,
.btn,
p,
a,
textarea,
span {
  margin-bottom: 15px;
}
.pretty,
textarea {
  display: block;
}
.textarea-border {
  border-radius: 4px;
}
.tofromWidth {
  font-weight: bold;
  width: 50px;
  display: inline-block;
}
.text-below {
  margin-bottom: 2px !important;
}
.travel-accept-grayarea p,
.travel-receipt-grayarea p,
.cancel-order-grayarea p,
.travel-accept-grayarea h1,
.travel-receipt-grayarea h1,
.cancel-order-grayarea h1,
.travel-accept-grayarea h2,
.travel-receipt-grayarea h2,
.cancel-order-grayarea h2,
.travel-accept-grayarea h3,
.travel-receipt-grayarea h3,
.cancel-order-grayarea h3 {
  margin-bottom: 0px !important;
}
.my-travels .btn,
.my-travels h2 {
  margin-bottom: 0px !important;
}
.my-profile h3 {
  margin-bottom: 0;
}
.landing-page .gray-text-field p {
  margin-bottom: 0 !important;
}
.landing-page .gray-text-field li {
  margin-left: 25px;
}
.question {
  position: absolute;
  cursor: pointer;
  margin-left: 5px;
}
.receipt-button-wrap,
.cancel-order-wrap {
  text-align: center;
}
.travel-receipt-grayarea,
.cancel-order-grayarea {
  border-radius: 25px;
}
.travel-accept-grayarea .text-muted {
  margin-bottom: 15px !important;
}
.ui-datepicker a,
.ui-datepicker span {
  margin-bottom: 0px !important;
}
.ui-datepicker,
.ui-timepicker-container {
  z-index: 1000 !important;
}
.logo-wrap {
  min-height: 50px;
}
.pretty.p-switch .state label {
  padding-left: 50px;
  text-indent: 0 !important;
  white-space: pre-wrap;
}
.pretty .state label {
  padding-left: 12px;
  text-indent: 0;
  white-space: pre-wrap;
}
.pretty input {
  max-width: 45px;
}
.BottomLink {
  margin: 0 !important;
  padding: 0 !important;
  color: #9FA2AE !important;
}
.progress-wrap {
  height: 60px;
}
.dropdown-item {
  margin-bottom: 0;
}
.grid-element {
  width: 100%;
}
.accordion {
  width: 70%;
  margin: 0 auto;
}
.accordion .accordion-item {
  background-color: white;
}
.accordion .accordion-item .accordion-button {
  color: #383E5C;
  text-align: left;
}
.accordion .accordion-item .accordion-button:after {
  content: unset;
}
.accordion .accordion-item .accordion-button:not(.collapsed) {
  color: white;
  background-color: #383E5C;
}
.trip-info {
  padding: 0.5rem 0.5rem;
}
.mobile-table label {
  width: 100%;
}
.desktop-table td {
  white-space: nowrap;
}
.desktop-table .my-travels-button-coming-td,
.desktop-table .my-travels-button-complete-td {
  width: 99%;
  white-space: normal;
  font-size: 14px;
}
header {
  height: 100px;
  min-height: 100px;
  width: 100%;
  background: white;
  border-bottom: 1px solid #9FA2AE;
}
header .header-content,
header .header-content .btn {
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  header .header-content,
  header .header-content .btn {
    font-size: 1rem;
  }
}
header .navbar {
  height: 100%;
}
header .navbar .navbar-brand {
  margin-right: 50px;
}
header .navbar li a {
  color: #383E5C;
  font-weight: 600;
}
header .navbar li:not(:last-child) {
  padding-right: 2.5rem;
}
.flowheader .navbar .navbar-brand {
  font-size: 22px;
  font-weight: bold;
}
.flowheader .navbar .navbar-brand .logo {
  margin-left: 10px;
  height: 20px;
  margin-bottom: -19px;
}
.flowheader .navbar .navbar-text {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  header {
    height: auto;
  }
  .flowheader .navbar .navbar-brand {
    margin: 0;
    margin-bottom: 10px;
  }
  .flowheader .navbar .navbar-text {
    position: relative;
    left: 0;
    transform: none;
  }
}
.btn-outline {
  border: 2px solid #1978D4;
  border-radius: 25px;
  color: #1978D4;
  white-space: nowrap;
  font-weight: 600;
  padding: 0.625rem calc(1.4375rem + 2.25vw);
  font-size: 18px;
}
@media (min-width: 1200px) {
  .btn-outline {
    padding: 0.625rem 3.125rem;
  }
}
.btn-outline:hover {
  background: #1978D4;
  color: white;
}
.btn-primary-color {
  background: #1978D4;
  border-radius: 25px;
  color: white;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  padding: 1rem calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  .btn-primary-color {
    padding: 1rem 2.5rem;
  }
}
@media screen and (min-width: 1200px) {
  .btn-primary-color {
    padding: 1rem calc(1.5375rem + 3.45vw);
  }
}
@media screen and (min-width: 1200px) and (min-width: 1200px) {
  .btn-primary-color {
    padding: 1rem 4.125rem;
  }
}
.btn-primary-color.alternate {
  opacity: 0.7;
}
.btn-primary-color[disabled] {
  opacity: 0.4;
}
.btn-primary-color:hover {
  opacity: 0.7;
  color: white;
}
.btn-primary-color.alternate:hover {
  opacity: 1;
  color: white;
}
.btn-primary-color[disabled]:hover {
  opacity: 0.4;
  color: white;
  cursor: default;
}
.btn-back-color {
  background: white;
  border-radius: 25px;
  color: black;
  white-space: nowrap;
  font-size: 16px;
  border: 1px solid black;
  padding: 1rem calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  .btn-back-color {
    padding: 1rem 2.5rem;
  }
}
@media screen and (min-width: 1200px) {
  .btn-back-color {
    padding: 1rem calc(1.5375rem + 3.45vw);
  }
}
@media screen and (min-width: 1200px) and (min-width: 1200px) {
  .btn-back-color {
    padding: 1rem 4.125rem;
  }
}
.btn-back-color.alternate {
  opacity: 0.7;
}
.btn-back-color[disabled] {
  opacity: 0.4;
}
.btn-back-color:hover {
  opacity: 0.7;
  color: black;
}
.btn-back-color.alternate:hover {
  opacity: 1;
  color: black;
}
.btn-back-color[disabled]:hover {
  opacity: 0.4;
  color: black;
  cursor: default;
}
.col-almost-6 {
  flex: 0 0 auto;
  width: 48%;
}
.input-wrap {
  position: relative;
  max-width: 100%;
  width: 100%;
}
.input-wrap .question {
  float: right;
  cursor: pointer;
}
input[type=text],
input[type=date] {
  padding: 16px;
  max-width: 100%;
  width: 100%;
  background-color: white;
  border: 1px solid #383E5C;
  border-radius: 4px;
  margin-top: 0;
  margin-bottom: 15px;
  color: #1978D4;
}
input[type=text].icon-a,
input[type=date].icon-a {
  padding-right: 45px;
  background-image: url(/images/a.png);
  background-repeat: no-repeat;
  background-position: right -29px center;
  background-origin: content-box;
}
input[type=text].icon-b,
input[type=date].icon-b {
  padding-right: 45px;
  background-image: url(/images/b.png);
  background-repeat: no-repeat;
  background-position: right -29px center;
  background-origin: content-box;
}
input[type=text]::placeholder,
input[type=date]::placeholder {
  color: #9FA2AE;
}
input[type=password] {
  padding: 16px;
  max-width: 100%;
  width: 100%;
  background-color: white;
  border: 1px solid #383E5C;
  border-radius: 4px;
  margin-bottom: 15px;
  margin-top: 0;
  color: #1978D4;
}
input[type=password].icon-a {
  background-image: url(/images/a.png);
  background-repeat: no-repeat;
  background-position: right center;
  background-origin: content-box;
}
input[type=password].icon-b {
  background-image: url(/images/b.png);
  background-repeat: no-repeat;
  background-position: right center;
  background-origin: content-box;
}
input[type=password]::placeholder {
  color: #9FA2AE;
}
.icon-wrap {
  position: relative;
}
.icon-wrap i {
  position: absolute;
  right: 14px;
  top: 13px;
}
.pretty {
  display: flex;
  width: 100%;
}
input[type="radio"] {
  position: absolute;
  width: 18px;
  height: 18px;
  cursor: pointer;
  opacity: 0;
  order: 1;
}
.pretty span {
  margin-bottom: 0px;
}
.pretty span:before {
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-top: 2px;
  margin-left: 2px;
  content: "";
  background-color: #fff;
  border: 2px solid #597183;
  border-radius: 100%;
  box-sizing: border-box;
  transition: box-shadow 0.3s ease;
}
input[type="radio"]:checked ~ span:before {
  border: 5px solid var(--blue);
}
input[type="radio"]:hover ~ span:before {
  border-color: var(--blue);
}
input[type="radio"]:focus ~ span:before {
  outline: none;
  box-shadow: 0 0 0 4px rgba(0, 0, 0, 0.8);
}
pretty input[type="checkbox"] {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 30px;
  vertical-align: middle;
  cursor: pointer;
  opacity: 0;
}
.p-switch span {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
}
.p-switch span:before {
  display: block;
  position: absolute;
  width: 39px;
  height: 22px;
  margin-top: 1px;
  content: "";
  background-color: #8296a4;
  border-radius: 28px;
  transition: background-color 0.3s ease;
}
.p-switch span:after {
  position: absolute;
  top: 1px;
  left: 1px;
  display: block;
  width: 0px;
  height: 0px;
  visibility: visible;
  content: "";
  background-color: #fff;
  border-radius: 28px;
  transition: left 0.3s ease;
}
input[type="checkbox"]:checked ~ span:before {
  background-color: var(--blue);
}
input[type="checkbox"]:checked ~ span:after {
  top: 1px;
  left: 21px;
}
input[type="checkbox"]:hover ~ span:before {
  background-color: #3db5eb;
}
input[type="checkbox"]:not(:checked):hover ~ span:before {
  background-color: #afbec9;
}
input[type="checkbox"]:focus ~ span:before {
  outline: none;
  box-shadow: 0 0 0 4px rgba(0, 0, 0, 0.8);
}
@media print {
  body {
    font-size: 8px;
  }
}
.truncateHeader {
  height: 31px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  /* added line */
  border: 0;
}
.form-control:focus {
  box-shadow: 0 0 0 0.25rem #000000;
}
input[type=text]::placeholder {
  color: #595959;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: black;
}
.btn-check:focus + .btn,
.btn:focus {
  outline: 2px solid black;
  box-shadow: 0 0 0 0.25rem rgb(0 0 0%);
}
.form-check-input:focus {
  border-color: #000000;
  outline: 2px solid black;
  box-shadow: 0 0 0 0.25rem rgb(0 0 0%);
}
.rte {
  width: 70%;
  margin: 0 auto;
}
.rte ul,
.rte ol {
  list-style: initial !important;
}
:focus-visible {
  outline: 2px solid black;
}
.pagination {
  display: flex;
  align-items: center;
  gap: 10px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.page-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 12px;
  text-decoration: none;
  border: 1px solid #ddd;
  border-radius: 4px;
  line-height: normal;
  overflow: visible;
}
.side-text {
  font-weight: bold;
  margin: 0;
  line-height: 1;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.pw-list {
  list-style-type: disc;
  list-style-position: inside;
  padding-left: 20px;
}
.pw-col {
  width: 500px;
}
