/* *,
*::before,
*::after {
  box-sizing: border-box;
} */

:root {
  --font-family: 'Karla';
  --colour-main: #87521c;
}

body {
  margin: 0;
  overflow: hidden;
  font-size: 15px;
  font-family: var(--font-family);
  min-height: 100dvh;
  min-height: 100vh;
  /* font-weight: 400; */
  /* font-style: normal; */
  background-color: #bfbfbf;
  -webkit-user-select: none; 
  -ms-user-select: none; 
  user-select: none; 
}

hr {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  margin: 0 0 8px 0;
}

.grid-container {
  display: grid;
  /* grid-template-columns: 350px minmax(650px, 1135px) 350px; */
  grid-template-columns: 350px minmax(650px, 1050px) 350px;
  /* grid-gap: 10px; */
  height: auto;
  width: fit-content;
  margin: 0 auto;
}

.menu,
.container {
  background-color: #f2f2f2;
  padding: 20px;
  display: block;
  /* height: 100svh; */
}

.main {
  background-color: #ddd;
  width: 100%;
  height: 100svh;
  position: relative;
  overflow: hidden;
  aspect-ratio: 3 / 2.1;
}

.fotomodus {
  width: 900px;
  height: 630px;
  align-self: center;
  justify-self: center;
  outline: solid 4px var(--colour-main);
}

.fotomodus_2 {
  width: 500px;
  height: 800px;
  align-self: center;
  justify-self: center;
  outline: solid 4px var(--colour-main);
}


/* .main-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  } */

.main-app {
  position: absolute;
  width: 100%;
  height: 100%;
  border: 0px;
  top: 0px;
  left: 0px;
  z-index: 1;
  overflow: hidden;
}


.type-buttons-div-left {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  left: 0px;
  top: 0px;
  right: 0px;
  padding: 4px;
  /* padding-bottom: 120px; */
  overflow-y: scroll;
  width: 100%;
  max-height: 94vh;
  float: none;
}

.type-buttons-div-right {
  /* position: static; */
  left: 0px;
  top: 0px;
  right: 0px;
  overflow-y: auto;
  overflow-x: hidden;
  width: 100%;
  height: 94vh;
  float: none;
}

h2 {
  position:relative;
  text-align: center;
  top: 103px;
  width: 100%;
  height: 100px;
  margin: 0px;
}

h2 span {
  color: rgb(0, 0, 0);
  position: relative;
  font-family: var(--font-family);
  font-weight: normal;
  font-size: 14px;
}

h3 {
  display: inline-flex;
}

.type-head-div {
  width: auto;
  /* height: 35px; */
  margin: 0 0 8px 0;
  /* padding: 5px; */
  cursor: pointer;
  position: static;
  display: block;
}

.type-head-div :hover {
  background-color: #fdfdfd;
  /* border-bottom-width: 2px; */
}



.type-controll-panel {
  /* display: block; */
  /* position: static; */
  width: 100%;
  height: auto;
  /* border: 1px solid #999999; */
  /* background: #ffffff; */
  border-radius: 10px;
  margin-bottom: 0px;
  margin-top: 5px;
  margin-right: 5px;
  float: left;
  /* padding-bottom: 10px; */
}

.controll-panel-header2 {
  margin-top: 2px;
  margin-bottom: 2px;
  font-family: var(--font-family);
}

.controll-panel-header3 {
  height: auto;
  color: #bc0000;
  margin-top: 5px;
  margin-bottom: 5px;
  font-family: var(--font-family);
}

.controll-panel-header {
  display: inline-block;
  height: auto;
  border-bottom: 0px solid;
  border-color: var(--colour-main);
  padding: 5px 15px 5px 15px;
  /* margin-right: 15px; */
  /* font-weight: bold; */
  font-family: var(--font-family);
}

.controll-panel-header_tab {
  display: inline-block;
  height: auto;
  border-bottom: 0px solid;
  border-color: var(--colour-main);
  padding: 5px 15px 5px 15px;
  /* margin-right: 15px; */
  /* font-weight: 600; */
  font-family: var(--font-family);
  border-right: 1px solid rgba(0, 0, 0, 0.2);
}

/* Style the arrow spans */
.arrow {
  margin-right: 10px;
  display: inline-block;
  transition: transform 0.3s ease-in-out; /* Add a smooth transition effect */
}

/* Rotate the arrow when the button is active */
.active .arrow {
  transform: rotate(90deg);
}

.arrow1,
.arrow2,
.arrow3 {
  margin-right: 10px;
  display: inline-block;
  transition: transform 0.3s ease-in-out; /* Add a smooth transition effect */
}

.arrow1,
.arrow2,
.arrow3 {
  transform: rotate(90deg);
}



.type-buttons-div {
  /* margin-left: 15px; */
  margin-right: 5px;
  overflow: hidden;
}

.type-buttons-div2 {
  position: static;
  overflow: hidden;
  width: 100%;
  height: 100%;
  float: none;
  margin-left: 0px;
}

.type-buttons-div3 {
  /* margin-left: 15px; */
  /* margin-right: 5px; */
  padding-bottom: 15px;
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 345px;
  z-index: 10;
}

.engrave-text-div {
  /* position: absolute; */
  height: auto;
  width: 100%;
  min-height: 50px;
  margin-right: 30px;
  margin-bottom: 5px;
}

.engrave-text-div2 {
  margin-right: 30px;
  margin-bottom: 5px;
}

.engrave-text-div3 {
  /* position: relative; */
  /* left: 0px; */
  /* bottom: 0px; */
  margin-block: 5px;
  /* margin-right: 30px; */
  /* margin-bottom: 5px; */
}

.Steintype-button {
  width: 58px;
  height: 58px;
  margin: 1px;
  position: static;
  display: block;
  overflow: hidden;
  border-radius: 5px;
  border-style: none;
  /* border: 1px solid white; */
  float: left;
  cursor: pointer;
  background-size: contain;
}


.Steintype-button-3 {
  position: relative;
  width: 140px;
  height: 150px;
  /* position: static; */
  /* display: block; */
  /* overflow: hidden; */
  border-radius: 5px;
  border-style: none;
  border: 1px solid white;
  /* float: left; */
  cursor: pointer;
}

/* .Steintype-button-3.kampanje::after {
  content: "";
  position: absolute;
  top: 6px;
  right: 6px;
  width: 14px;
  height: 14px;
  background-color: red;
  border-radius: 50%;
} */

.Steintype-button-3.kampanje::after {
  content: "Kampanje";
  position: absolute;
  top: 18px;
  right: -10px;           /* tweak for your 140x150 cards */
  z-index: 6;
  padding: 1px 0;
  width: 80px;
  text-align: center;
  background: #e3342f;
  color: #fff;
  font-weight: 700;
  font-size: 12px;
  text-transform: uppercase;
  transform: rotate(30deg);
  box-shadow: 0 2px 6px rgba(0,0,0,.15);
  pointer-events: none;
}

.gravstein_text {
  position: relative;
  text-align: center;
  inset: 117px 0;
  pointer-events: none;
}

.Steintype-button-bed {
  width: 98px;
  height: 48px;
  border-radius: 5px;
  border: 1px solid white;
  float: left;
  cursor: pointer;
  /* background-size: contain; */
  /* background-repeat: no-repeat; */
}

.Steintype-button4 {
  width: 70px;
  height: 70px;
  margin: 2px;
  background-repeat: no-repeat;
  background-position: center;
  position: static;
  border-radius: 5px;
  border-style: none;
  border: 1px solid white;
  float: left;
  cursor: pointer;
}

.Steintype-button5 {
  width: 67px;
  height: 67px;
  position: static;
  display: block;
  overflow: hidden;
  background-color: #f2f2f2;
  border-radius: 5px; 
  /* border-style: none; */
  border: 1px solid white;
  float: left;
  cursor: pointer;
  background-size: contain;
  /* transition: transform 0.3s, box-shadow 0.3s; */
  /* position: relative;  */
  z-index: 10; 
  background-position: center;
  background-repeat: no-repeat;
}

.Steintype-button5:hover {
  transform: scale(1.2) translateY(5px) translateX(5px);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  /* z-index: 2000;  */
}

.Steintype-button6 {
  width: 67px;
  height: 67px;
  position: static;
  display: block;
  overflow: hidden;
  background-color: #f2f2f2;
  border-radius: 5px; 
  /* border-style: none; */
  border: 1px solid white;
  float: left;
  cursor: pointer;
  /* background-size: contain; */
  /* transition: transform 0.3s, box-shadow 0.3s; */
  /* position: relative;  */
  z-index: 10; 
  /* background-position: center; */
  /* background-repeat: no-repeat; */
}

.Steintype-button6:hover {
  transform: scale(1.2) translateY(5px) translateX(5px);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  /* z-index: 2000;  */
}

.ring-button-selected {
  /* outline: 1px solid var(--colour-main); */
  border: 1px solid var(--colour-main);

}

.engrave-input-textarea {
  width: 75%;
  height: 40px;
  display: block;
  font-weight: normal;
  font-size: 14px;
  margin-top: 2px;
  margin-bottom: 10px;
  font-family: var(--font-family);
  resize: none;
}

.engrave-input-textarea2 {
  width: 75%;
  height: 40px;
  display: block;
  font-weight: normal;
  font-size: 14px;
  margin-top: 2px;
  margin-bottom: 10px;
  font-family: var(--font-family);
  resize: none;
}

.wrap-colors {
  margin-top: 5px;
}

.square-color {
  display: inline-block;
  width: 35px;
  height: 25px;
  box-sizing: border-box;
  cursor: pointer;
  border: solid 1px #000;
}

input[type="checkbox"] {
  accent-color: var(--colour-main);
  cursor: pointer;
}

input[type="radio"] {
  accent-color: var(--colour-main);
  cursor: pointer;
}

.slider {
  -webkit-appearance: none; /* Override default CSS styles */
  appearance: none;
  margin: 8px 0 0 0;
  width: 65%;
  /* cursor: ew-resize; */
  height: 10px;
  border-radius: 5px;
  background: #d3d3d3;
}

/* .slider::-webkit-slider-runnable-track {
    -webkit-appearance: none;
    appearance: none;
    background-color: #4CAF50;
  } */

.slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 15px;
  height: 20px;
  border-radius: 18%;
  /* background-color: #4CAF50; */
  background: var(--colour-main);
  cursor: ew-resize;
  /* box-shadow: -10px 0 0 10px red; */
}

.seOrdreHeader {
  display: flex;
  flex-direction: column;
  position: absolute;
  bottom: 4rem;
  right: 0.8rem;
  padding: 4px 8px;
  background-color: #f2f2f2ba;
  /* opacity: 25%; */
  font-family: var(--font-family);
  outline: var(--colour-main) solid 1px;
  /* curso: pointer; */
  z-index: 3;
}

.preloader-div {
  position: fixed;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  width: 100%;
  height: 50%;
  z-index: 5;
}

.preloader-container {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 360px;
  height: 15px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 10px;
}

.preloader-bar {
  width: 100%;
  height: 100%;
  border-radius: 6px;
  background-color: var(--colour-main);
}

.popup-button {
  position: absolute;
  bottom: 0.8rem;
  right: 0.8rem;
  padding: 0.7rem 2.5rem;
  background-color: var(--colour-main);
  font-family: var(--font-family);
  font-size: 15px;
  color: white;
  border: none;
  cursor: pointer;
  z-index: 3;
}

#popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5); /* semi-transparent black */
  display: none;
  z-index: 9;
}


.popup {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  height: 88%;
  background-color: #d3d3d3;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  z-index: 100;
  min-height: 600px;
}

/* .popup_2 {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 150px;
  height: 100px;
  background-color: white;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  z-index: 100;
} */

#popup-overlay2 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5); /* semi-transparent black */
  display: none;
  z-index: 110;
}

.popup_3 {
  display: flex;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 350px;
  height: 150px;
  background-color: white;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  z-index: 150;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  padding: 1rem;
}

.progress-container {
  display: block;
  width: 300px;
  height: 15px;
}

.progress-bar {
  width: 5%;
  height: 100%;
  border-radius: 6px;
  background-color: var(--colour-main);
}

.popup-wrapper {
  display: grid;
  /* gap: 5px; */
  grid-template-rows: auto minmax(450px, 1fr) auto;
  /* margin: 5px; */
  overflow: hidden;
  height: 100%;
  width: 100%;
}

.popup-header {
  grid-row: 1;
  padding: 1rem;
  background-color: #d3d3d3;
}

.popup-grid {
  grid-row: 2;
  display: grid;
  gap: 5px;
  grid-template-columns: 3fr 3fr 5fr;
  grid-template-rows: auto;
  /* margin: 5px; */
  /* height: 100%; */
  overflow-y: auto;
  width: auto;
  background-color: #d3d3d3;
}

.popup-bottom {
  grid-row: 3;
  display: flex;
  gap: 2rem;
  justify-content: flex-end;
  padding: 1rem 2rem;
  background-color: #d3d3d3;
}

.popup-part1 {
  grid-column: 1;
  /* grid-row: 1; */
  padding: 0 1.1rem 1rem 1.1rem;
  /* box-sizing: border-box; */
  background-color: white;
}

.popup-part2 {
  grid-column: 2;
  /* grid-row: 1; */
  padding: 0 1.1rem 1rem 1.1rem;
  /* box-sizing: border-box; */
  background-color: white;
}

.popup-part3 {
  grid-column: 3;
  /* grid-row: 1; */
  padding: 0 1.1rem 1rem 1.1rem;
  /* box-sizing: border-box; */
  background-color: white;
}



.close-button,
.back-button {
  /* position: absolute; */
  /* bottom: 1rem; */
  /* right: 220px; */
  background-color: var(--colour-main);
  color: white;
  font-size: medium;
  font-family: var(--font-family);
  border: none;
  padding: 0.7rem 2.5rem;
  cursor: pointer;
}

button:disabled {
  background-color: #786757;
  color: #e5e5e5;
  cursor: default;
}

.ui-button_div {
  position: absolute;
  top: 1rem;
  left: 1rem;
  z-index: 3;
}

.UI_button {
  position: relative;
  background-color: var(--colour-main);
  color: white;
  font-size: 13px;
  font-family: var(--font-family);
  border: none;
  padding: 0.7rem 2rem;
  margin-right: 5px;
  margin-top: 5px;
  cursor: pointer;
}



/* .handlekurv {
  display: block;
  position: static;
  width: 100%;
  height: auto;
  border: 1px solid #999999;
  background: #ffffff;
  border-radius: 10px;
  margin-bottom: 0px;
  margin-top: 5px;
  margin-right: 5px;
  float: left;
  padding-bottom: 10px;
} */


.prislisteElement {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  border-bottom: 1px dashed green;
  gap: 1.5rem;
  margin-block: 0.1rem;
}

.prislisteText {
  display: flex; 
  gap: 0.5rem;
  flex-wrap: nowrap;
  flex: 1;
}

/* .PrisFloat {
  float: right;
  padding-top: 0px;
} */

hr.rounded {
  border-top: 5px solid #bbb;
  border-radius: 3px;
}

hr.dashed {
  border-top: 1px dashed #bbb;
}


.flex {
  display: flex;
  /* flex-wrap: nowrap; */
  /* justify-content: space-between; */
  /* width: 90%; */
  flex-direction: column;
  gap: 0.5rem;
}

.flex-wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

/* .justify-between {
  justify-content: space-around;
} */

.block {
  display: block;
  /* margin-bottom: 0.3rem; */
  /* font-size: medium; */
}

.w-full {
  width: 93%;
  font-size: medium;
  padding: 0.4rem;
  max-height: 50px;
  /* line-height: normal; */
  resize: none;
  margin: 0 0 0 2px;
  /* height: 1rem; */
}

.asterix {
  color: red;
  font-weight: 600;
}

input:invalid {
  border: red solid 1px;
}

input::placeholder {
  font-style: italic;
  opacity: 0.6;
}

/* input:required {
  border: red solid 1px;
} */

.hide {
  display: none;
}

.type-head-mobile {
  width: auto;
  /* height: 35px; */
  /* margin: 0 0 18px 15px; */
  padding: 5px;
  /* cursor: pointer; */
  /* position: static; */
  display: none;
}

.head-mobile-wrapper {
  display: flex;
  justify-content: space-around;
}

.mobile-panel-header {
  /* display: inline-flex; */
  /* height: auto; */
  text-align: center;
  width: auto;
  border-bottom: 2px solid;
  border-color: var(--colour-main);
  padding: 0.7rem 1.5rem;
  /* padding: 10px 15px 10px 20px; */
  /* margin-right: 15px; */
  /* font-weight: bold; */
  cursor: pointer;
  font-family: var(--font-family);
}

/* #head_steintype {
  border-bottom-width: 2px; 
  background-color: #fdfdfd;
}

#panel-steintype {
  display: block;
} */

.mobile {
  display: none;
  bottom: 1px;
}

/* #OrnaDiv li:last-of-type,
#LyktDiv li:last-of-type {
  border-bottom: 1px dashed red;
} */

/* label[for*="order_"]::after {
  content: ' *';
  font-size: larger;
  color: red;
} */



.kontakt-class {
  display: block;
}

.gravsted-class {
  display: block;
}

.item-list-class {
  display: block;
  list-style-type: none; 
  /* overflow: auto; */
  /* width: 90%;  */
  /* padding-left: 15px; */
}


/* For .main element width less than 1350px within the original layout */
@media (max-width: 1350px) {

  body {
    font-size: 13px;
  }

  .preloader-container {
    right: 35%;
  }

  .grid-container {
    /* display: grid; */
    grid-template-rows: auto;
    grid-template-columns: auto 360px;
    grid-gap: 0px;
    height: auto;
  }

  .main {
    /* height: 50vh;  */
    height: 100svh;
    grid-row: 1;
    grid-column: 1;
  }

  /* Adjust positioning for .menu and .container for mobile layout */
  .container,
  .menu {
    grid-row: 1;
    grid-column: 2; /* Ensure both container and menu are in the same column */
    position: relative; /* Set position to enable z-index */
    /* height: 90svh; */
    /* overflow: hidden; */
    padding: 1rem;
  }

  .container {
    overflow-y: scroll;
    z-index: 2; 
    /* display: none; */
  }

  .menu {
    z-index: 1; 
    /* display: block; */
  }

  .type-buttons-div-right {
    overflow-y: auto;
    height: 88vh;
  }

  .type-buttons-div-left {
    height: 88vh;
  }

  /* #head_steintype {
    border-bottom-width: 0px; 
    background-color: #f2f2f2;
  }

  #panel-steintype {
    display: none;
  } */

  .type-head-mobile {
    display: block;
  }

  .Steintype-button5:hover {
    transform: scale(1) translateY(0px) translateX(0px);
    box-shadow: 0 0 0px rgba(0, 0, 0, 0);
    /* z-index: 2000;  */
  }

  .popup-button {
    font-size: 13px;
  }

  .popup {
    width: 85%;
    height: 88%;
  }

  .popup-grid {
    grid-template-columns: 3fr 4fr;
    grid-template-rows: 60px 1fr;
  }

  .popup-part1 {
    grid-row: 1 ;
    grid-column: 1;
  }
  
  .popup-part2 {
    grid-row: 2;
    grid-column: 1;
  }
  
  .popup-part3 {
    grid-row-start: 1;
    grid-row-end: 3;
    grid-column: 2;
  }

  #kontakt_head,
  #gravsted_head {
    cursor: pointer;
  }

  .gravsted-class {
    display: none;
  }

  .kontakt-class {
    display: block;
  }

  .arrow1 {
    transform: rotate(0deg);
  }

  .arrow2 {
    transform: rotate(90deg);
  }
  
  .arrow3 {
    transform: rotate(90deg);
  }

  .kontakt-class {
    display: block;
  }

  .item-list-class {
    display: block;
  }

  h3 {
    font-size: medium;
    margin-bottom: 1rem;
  }

  .mobile {
    display: none;
    bottom: 2px;
  }
}

/* For screens smaller than 600px (mobile layout) */
@media(max-width: 680px) {
  /* Mobile layout styles here */

  body {
    font-size: 13px;
  }

  .UI_button {
    font-size: 13px;
    padding: 0.4rem 1.2rem;
    margin-right: 5px;
    margin-top: 5px;
  }

  .preloader-container {
    right: 0%;
    top: 50%;
    width: 60%;
  }

  #lys_01 {
    display: none;
  }

  .grid-container {
    grid-template-rows: auto auto; /* Create two rows */
    grid-template-columns: auto; /* Switch to a single column layout */
    grid-gap: 0; /* Optional: Adjust grid gap for mobile */
  }

  .main {
    height: 50vh; /* Adjust height for mobile layout */
  }

  /* Adjust positioning for .menu and .container for mobile layout */
  .container,
  .menu {
    grid-row: 2; /* Place both container and menu in the second row */
    grid-column: 1; /* Ensure both container and menu are in the same column */
    position: relative; /* Set position to enable z-index */
    padding: 5px 20px 20px 20px;
  }

  .container {
    overflow-y: scroll;
    z-index: 2; 
    /* display: none; */
  }

  .menu {
    z-index: 1; 
    /* display: block; */
  }

  .type-buttons-div-right {
    overflow-y: scroll;
    height: 41vh;
  }

  .type-buttons-div-left {
    height: 41vh;
  }

  /* #head_steintype {
    border-bottom-width: 0px; 
    background-color: #f2f2f2;
  }

  #panel-steintype {
    display: none;
  } */

  .type-head-mobile {
    display: block;
  }

  .Steintype-button5:hover {
    transform: scale(1) translateY(0px) translateX(0px);
    box-shadow: 0 0 0px rgba(0, 0, 0, 0);
    /* z-index: 2000;  */
  }

  .seOrdreHeader {
    padding: 0.37rem 0.8rem;
    bottom: 0.8rem;
    left: 0.8rem;
    /* right: auto; */
    background-color: #f2f2f277;
    flex-direction: row;
  }

  .popup-button {
    padding: 0.4rem 1.2rem;
    font-size: 13px;
  }

  .popup-wrapper {   
    grid-template-rows: auto minmax(300px, 1fr) auto;
  }

  .popup {
    width: 90%;
    height: 90%;
  }

  .popup-grid {
    grid-template-columns: auto;
    grid-template-rows:  60px 60px 1fr;;
  }

  .popup-part1 {
    grid-row: 1;
    grid-column: 1;
    padding: 0 1.1rem;
  }
  
  .popup-part2 {
    grid-row: 2;
    grid-column: 1;
    padding: 0 1.1rem .8rem;
  }
  
  .popup-part3 {
    grid-row: 3;
    grid-column: 1;
    padding: 0 1.1rem .8rem;
  }

  .popup-bottom {
    justify-content: space-around;
    padding: 1rem;
  }

  #handlekurv_head {
    cursor: pointer;
  }

  .kontakt-class {
    display: none;
  }

  .gravsted-class {
    display: none;
  }

  .item-list-class {
    display: block;
  }

  .arrow1 {
    transform: rotate(0deg);
  }

  .arrow2 {
    transform: rotate(0deg);
  }

  .arrow3 {
    transform: rotate(90deg);
  }

  
  .back-button,
  .close-button {
    font-size: small;
    padding: 0.5rem 1.5rem;
    
  }



  h3 {
    font-size: medium;
    margin-bottom: 1rem;
  }

  
  .mobile {
    display: none;
    bottom: 3px;
  }


}





