@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800&display=swap');

.admin-bar .header {
  top: 32px;
}

body {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  line-height: 32px;

  color: #212121;
  font-weight: 400;
}
p {
  margin-bottom: 10px;
  font-size: 16px;
}
ul,
li {
  padding: 0;
  margin: 0;
}

ul {
  list-style: none;
}

a,
.btn {
  -webkit-transition: ease-out all 0.3s;
  -moz-transition: ease-out all 0.3s;
  transition: ease-out all 0.3s;
}
a {
  text-decoration: none;
  color: #0088ff;
}
a:hover,
a:active {
  color: #ffffff ;
}

/* Font Styling */
h1,
h2,
h3,
h4,
h4,
h5 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
}
h1,
.h1 {
  font-size: 33px;
  line-height: 55px;
}
h2,
.h2 {
  font-size: 28px;
  line-height: 44px;
}
h3,
.h3 {
  font-size: 22px;
  line-height: 35px;
}
h4,
.h4 {
  font-size: 20px;
  line-height: 34px;
  font-weight: 500;
}
img {
  max-width: 100%;
  height: auto;
}

.list li a {
  color: #0088ff;
  font-weight: 600;
}

.container-medium {
  max-width: 1000px;
}

.div-centered {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-content: center;
}

/* overriding default bootstrap styles*/
.row-modified {
  --bs-gutter-x: 6rem;
  --bs-gutter-y: 4rem;
}

@media (max-width: 992px) {
  .row-modified {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 4rem;
  }
}

/* General Styles - Responsive */

@media (max-width: 768px) {
  h1,
  .h1 {
    font-size: 25px;
    line-height: 42px;
  }

  h2,
  .h2 {
    font-size: 24px;
    line-height: 38px;
  }

  h3,
  .h3 {
    font-size: 20px;
    line-height: 32px;
  }
}

/* ####################  Spacing ################# */

.p-t-5 {
  padding-top: 5px;
}
.p-b-5 {
  padding-bottom: 5px;
}
.p-b-10 {
  padding-bottom: 10px;
}
.p-t-10 {
  padding-top: 10px;
}
.p-t-15 {
  padding-top: 15px;
}
.p-b-15 {
  padding-bottom: 15px;
}
.p-t-20 {
  padding-top: 20px;
}
.p-b-20 {
  padding-bottom: 20px;
}
.p-b-25 {
  padding-bottom: 25px;
}
.p-t-30 {
  padding-top: 30px;
}
.p-b-30 {
  padding-bottom: 30px;
}
.p-t-40 {
  padding-top: 40px;
}
.p-b-40 {
  padding-bottom: 40px;
}
.p-t-50 {
  padding-top: 50px;
}
.p-b-50 {
  padding-bottom: 50px;
}
.p-t-60 {
  padding-top: 60px;
}
.p-b-60 {
  padding-bottom: 60px;
}
.p-t-70 {
  padding-top: 70px;
}
.p-b-70 {
  padding-bottom: 70px;
}
.p-t-80 {
  padding-top: 80px;
}
.p-b-80 {
  padding-bottom: 80px;
}
.p-b-0 {
  padding-bottom: 0;
}
.p-t-0 {
  padding-bottom: 0;
}
.no-padding {
  padding: 0;
}

.m-b-10 {
  margin-bottom: 10px;
}
.m-b-20 {
  margin-bottom: 20px;
}
.m-b-30 {
  margin-bottom: 30px;
}
.m-b-40 {
  margin-bottom: 40px;
}
.m-b-50 {
  margin-bottom: 50px;
}
.m-b-60 {
  margin-bottom: 60px;
}
.m-b-70 {
  margin-bottom: 70px;
}

.m-b-0 {
  margin-bottom: 0;
}
.m-b-0 {
  margin-bottom: 0;
}
.no-margin {
  margin: 0;
}

/* ####################  Colors ################# */

.color-orange {
  color: #fd6a02 !important;
}
.color-black {
  color: #202020 !important;
}
.color-white,
.color-white a {
  color: #ffffff;
}
.color-blue {
  color: #0080ff !important;
}
.color-gray,
.color-gray a {
  color: #999999;
}

.bg-blue {
  background-color: #0080ff;
}
.bg-orange {
  background-color: #fd6a02;
}
.bg-gray {
  background-color: #f4f4f4;
}

.bg-white {
  background-color: white;
}

.content-wrapper-outer {
  margin-top: 20px;
  margin-bottom: 60px;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.15);
  padding: 40px 50px;
  max-width: 1035px;
}

.div-with-tooltip {
  display: inline-block;
  position: relative;
  border-bottom: solid red 1px;
  cursor: pointer;
}

.div-with-tooltip::before {
  content: url('img/flag.png');
  display: inline-block;
}

.div-sp {
  margin-bottom: 2px;
  position: relative;
}
.logo-main {
  width: 220px;
}

.custom-tooltip {
  position: absolute;
  z-index: 1000;
  width: 320px;
  height: fit-content;
  padding: 20px 20px;
  background-color: #2d2c2c;
  border-radius: 5px;
  color: rgb(255, 255, 255);
  right: -330px;
  top: -8px;
  display: none;
}
.custom-tooltip::before {
  content: '\A';
  border-style: solid;
  border-width: 15px 15px 15px 0;
  border-color: transparent #2d2c2c transparent transparent;
  position: absolute;
  left: -8px;
  top: 7px;
}

.custom-tooltip p {
  max-width: 250px;
}

.next-btn {
  background-color: #0080ff;
  color: white;
  padding: 2px 25px;
  border: none;
  border-radius: 10px;
  cursor: pointer;
  font-size: 15px;
}
.next-btn:hover {
  background-color: #2391ff;
}
.next-btn::after {
  content: url('./img/right-arrow.png');
  display: inline;
  margin-left: 5px;
}

.back-btn {
  background-color: #414141;
  color: white;
  padding: 2px 25px;
  border: none;
  border-radius: 10px;
  cursor: pointer;
  font-size: 15px;
}
.back-btn:hover {
  background-color: #505050;
}

.back-btn::before {
  content: url('./img/left-arrow.png');
  display: inline-block;
  margin-right: 5px;
}

.button-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}

@media (max-width: 768px) {
  .content-wrapper-outer {
    margin-top: 0;
    margin-bottom: 60px;
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.15);
    padding: 30px 25px;
  }

  .custom-tooltip {
    position: absolute;
    z-index: 1000;
    width: 300px;
    height: fit-content;
    padding: 15px 15px;
    background-color: #2d2c2c;
    border-radius: 5px;
    color: rgb(255, 255, 255);
    right: -115px;
    top: 35px;
    display: none;
  }

  .custom-tooltip::before {
    content: '\A';
    border-style: solid;
    border-width: 0px 15px 15px 15px;
    border-color: transparent transparent #2d2c2c
      transparent;
    position: absolute;
    left: 130px;
    top: -8px;
  }
  .logo-main {
    width: 160px;
  }
}
@media (max-width: 768px) {
  #tooltip-7 {
    right: -150px;
    top: 29px;
  }
}

@media (max-width: 430px) {
  .custom-tooltip {
    width: 300px;
    padding: 10px 10px;
    top: 40px;
  }
  div#tooltip-1 {
    right: -44px;
  }

  div#tooltip-2 {
    right: -45px;
  }

  div#tooltip-3 {
    right: -125px;
  }

  #tooltip-3::before {
    left: 140px;
  }
  div#tooltip-4 {
    right: -115px;
  }
  div#tooltip-5 {
    top: 70px;
    right: -30px;
  }

  div#tooltip-6 {
    right: -85px;
  }
  #tooltip-7 {
    right: -150px;
    top: 42px;
  }
}


/*swedish page  styles*/



@media (max-width: 430px) {
  
 
  .sw #tooltip-2 {
    right: -85px;
  }

  .sw #tooltip-3 {
    right: -95px;
  }

  .sw #tooltip-4 {
    right: -105px;
  }
  .sw #tooltip-5 {
    top: 70px;
    right: -30px;
  }

  .sw #tooltip-6 {
    right: -30px;
  }
  .sw #tooltip-7 {
    right: -150px;
    top: 42px;
  }
}


.finish-btn::after {
  display: none !important;
}
.end-popup-wrapper {
  position: absolute;
  z-index: 1000;
  bottom: -10px;
  right: -20px;
  display: none;
}

@media (max-width:1060px) {
  .end-popup-wrapper {
    position: relative;
    z-index: 1000;
    top: -135px;
    left: 0;
}
}
.end-popup {
  width: fit-content;
  height: fit-content;
  padding: 20px 30px;
  background-color: #2d2c2c;
  border-radius: 5px;
  color: rgb(255, 255, 255);
}

.end-popup p {
  max-width: 700px;
  margin-bottom: 14px;
}
.close-button-wrapper {
  position: absolute;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: center;
  cursor: pointer;
  top: -10px;
  right: -10px;
  padding: 4px;
  background-color: black;
  border-radius: 100%;
  z-index: 1000000;
  border: 2px solid white;
}
.overlay{
	position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgb(0 0 0 / 20%);
    display: none;
}
