/* Reset and Basic Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Raleway', sans-serif; /* Brug Raleway som skrifttype */
    font-weight: 500;
    letter-spacing: 2px;
    /* color: #424e3e */
}

body, html {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #efefef;
    overflow-x: hidden; /* Forhindrer vandret scrolling */
    touch-action: pan-y; /* Begrænser touch-bevægelser til kun lodret scrolling */
}

/* Fjern pilene fra number input */
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}

b {
    font-weight: bold !important;
}

/* INDEX + STANDART styles --------------------------------------------------------------------------------------------------- */

.container {
    position: absolute;
    top: 0;
    width: 100%;
    height: 90%;
    max-width: 397px;
    border-radius: 0 0 20px 20px;
    overflow: hidden;
    box-shadow: 0 4px 11px 2px rgba(0, 0, 0, 0.2);
    background-color: #efefef;
}

.background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('img/img2.jpg'); /* Replace with actual image path */
    background-size: cover;
    background-position: center;
}
.valgmulighed-container .s13-bg {
    background-size: 245%;
    background-position: top;
}
.valgmulighed-container .s14-bg {
    background-size: 185%;
    background-position: top;
}
.valgmulighed-container .background {
    background-size: 150%;
    background-position: top;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.1); /* Overlay effect */
}

.content {
    position: relative;
    z-index: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
    padding: 70px 30px 30px;
    text-align: center;
}

.ny-bruger .content, .help .content {
    padding: 35px 30px 30px;
}

h1 {
    font-size: 36px;
    color: #424e3e;
}

h2 {
    font-size: 25px;
    color: #4a5a4e;
    margin-bottom: -2px;
}

.subtitle {
    font-size: 10px;
    color: #424e3e;
    margin-bottom: 40px;
}

a {
    color: #424e3e;
    text-decoration: none;
}

#logotype {
    font-family: "the-seasons", sans-serif;
    font-weight: 300;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: pointer;
}

.main-btn, .no-bg-btn {
    width: 50%;
    padding: 10px;
    font-size: 10px;
    border-radius: 20px;
    border: none;
    cursor: pointer;
}

.main-btn {
    background-color: #424e3e;
    color: #ffffff;
    position: absolute;
    bottom: 100px;
    box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.3);
    transition: background-color 0.3s ease;
}
.main-btn:hover {
    background-color: #e19a2e;
}

.no-bg-btn {
    background-color: transparent;
    color: #424e3e;
    position: absolute;
    bottom: 60px;
    transition: color 0.3s ease;
}
.no-bg-btn:hover {
    color: #e19a2e;
}

.error-btn {
    width: 100%;
    margin-bottom: 50%;
    margin-top: 15px;
}

.terms {
    position: absolute;
    bottom: 28px;
    font-size: 10px;
    color: #424e3e;
    cursor: pointer;
}

.header {
    position: absolute;
    top: 50px;
    width: 100%;
    text-align: center;
    font-size: 15px;
    color: #424e3e;
    z-index: 9;
}
.header-small {
    position: absolute;
    top: 65px;
    width: 100%;
    text-align: center;
    font-size: 3px;
    color: #424e3e;
    z-index: 9;
}

.footer {
    position: absolute;
    bottom: 50px;
    width: 100%;
    text-align: center;
    font-size: 15px;
    color: #efefefc2;
}

/* INDEX + STANDART styles --------------------------------------------------------------------------------------------------- */
/* DASHBOARD styles ---------------------------------------------------------------------------------------------------------- */

.dashboard-container {
    position: absolute;
    top: 3%;
    width: 90%;
    max-width: 397px;
    height: 125%;
    margin-bottom: 3%;
    border-radius: 20px 20px 20px 110px;
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    background-color: #efefef;
}
.dashboard-container .background, .overblik-container .background {
    background-image: url('img/img1.jpg'); /* Replace with actual image path */
}

.content-txt{
    text-align: left;
    width: 100%;
}

.date {
    font-size: 12px;
    margin-bottom: 40px;
}

#countdown-container{
    background-color: #efefeffa;
    position: absolute;
    margin-top: 95px;
    align-content: center;
    border-radius: 14px;
    width: 83%;
    height: 300px;
    padding: 20px 20px;
    text-align: center;
    margin-bottom: 17px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
}
#countdown{
    font-size: 16px;
    color: #424e3e;
}
#countdown span {
    font-size: 22px;
    padding-top: 10px;
    color: #e19a2e;
    font-weight: 600;
    font-family: "Roboto", serif;
}

.activity-card {
    background-color: #efefefc2;
    border-radius: 20px;
    width: 100%;
    padding: 20px 20px;
    text-align: left;
    margin-bottom: 17px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
}

.activity-header {
    font-size: 10px;
    color: #424e3e;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.activity-header .orange {
    color: #e19a2e; /* Adjust this to match the orange icon color */
}
.activity-header .orange i{
    color: #e19a2e; /* Adjust this to match the orange icon color */
}

.activity-description {
    font-size: 10px;
    color: #4a5a4e;
    margin-top: 10px;
}

.overblik-container {
    position: absolute;
    top: 3%;
    width: 90%;
    max-width: 397px;
    height: auto;
    margin-bottom: 3%;
    padding-bottom: 91px;
    border-radius: 20px 20px 20px 110px;
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    background-color: #efefef;
}

.overblik-card {
    background-color: #efefefc2;
    border-radius: 20px;
    width: 100%;
    padding: 20px 20px;
    text-align: left;
    margin-bottom: 17px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
}

.overblik-header {
    font-size: 13px;
    color: #424e3e;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.overblik-description {
    font-size: 13px;
    color: #4a5a4e;
    margin-top: 15px;
}

.counter-container {
    display: flex;
    gap: 2px;
    width: 100%;
    text-align: center;
}
.counter-container .overblik-description {
    font-size: 10px;
    color: #4a5a4e;
    margin-top: 15px;
    width: 33%;
}
.counter {
    font-size: 3rem;
    color: #333;
    width: 33%;
    font-family: "roboto", sans-serif;
    font-weight: 700;
    font-style: normal;
    margin-top: 5px;
}
.overblik-description .counter {
    font-size: 13px;
    margin-left: 3px;
}

.overblik-description-progress{
    font-weight: 600;
    color: #424e3e;
    font-size: 12px;
    margin-top: 10px;
    margin-bottom: -3px;
}

.overblik-container .progress-container {
    width: 100%;
    background-color: #f3f3f352;
    border-radius: 10px;
    height: 20px;
    overflow: hidden;
    position: relative;
    margin: 10px auto 25px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.overblik-container .progress-bar {
    background-color: #e19a2e;
    color: white;
    border-radius: 25px;
    text-align: center;
    line-height: 20px;
    font-size: 12px;
    right: initial;
    white-space: nowrap;
    position: absolute;
    /*transition: width 2s ease-in-out;*/
}

.progress-container {
    height: 12px;
    margin: 3px auto 2px;
    position: relative;
    box-shadow: none;
    background-color: transparent;
    overflow: hidden;
    width: 100%;
    border-radius: 10px;
}
.progress-bar {
    line-height: 12px;
    font-size: 9px;
    position: absolute;
    right: 0; /* Start fra højre */
    background-color: #e19a2e;
    color: white;
    border-radius: 25px;
    text-align: center;
    white-space: nowrap;
}


.button-group {
    display: flex;
    justify-content: space-around;
    gap: 17px;
    width: 100%;
    position: initial;
    margin-top: 10px;
}

.play-btn, .settings-btn {
    width: 45%;
    padding: 16px 0;
    font-size: 10px;
    border-radius: 15px;
    border: none;
    cursor: pointer;
    flex: 1;
}

.play-btn {
    background-color: #4a5a4e;
    color: #ffffff;
    transition: background-color 0.3s ease;
}
.play-btn:hover {
    background-color: #e19a2e;
}

.settings-btn {
    background-color: #efefef;
    color: #424e3e;
    transition: background-color 0.3s ease;
}
.settings-btn:hover {
    background-color: #fff;
}

.X-btn { 
    background-color: #e19a2e;
    color: #efefef;
}
.X-btn:hover {
    background-color: #e19a2e;
}

.help-section-header {
    color: #fff;
    margin-left: -75px;
    font-size: 10px;
}
.indtastning-container .help-section-header {
    margin-left: 0;
}
.valgmulighed-container .help-section-header {
    margin-left: 0;
}
.valgmulighed-hilsner-container .help-section-header {
    margin-left: 0;
}
.valgmulighed-historier-container .help-section-header {
    margin-left: 0;
}
.valgmulighed-kompliment-container .help-section-header {
    margin-left: 0;
}
.valgmulighed-facts-container .help-section-header {
    margin-left: 0;
}
.valgmulighed-sjofel-container .help-section-header {
    margin-left: 0;
}
.valgmulighed-kys-container .help-section-header {
    margin-left: 0;
}
.valgmulighed-containerRE .help-section-header {
    margin-left: 0;
}

.help-slide {
    min-width: 70%;
    box-sizing: border-box;
    background-color: #424e3ee0;
    border-radius: 12px;
    padding: 20px 30px 25px;
    margin-top: 10px;
    text-align: left;
    cursor: pointer;
    box-shadow: 0 1px 8px 3px rgba(0, 0, 0, 0.1);
}
.indtastning-container .help-slide {
    text-align: center;
    background-color: #706757cf;
}

.help-slide p:first-child {
    font-size: 18px;
    color: #fff;
}
.help-slide p:last-child {
    font-size: 9px;
    color: #fff;
}


/* DASHBOARD styles ---------------------------------------------------------------------------------------------------------- */
/* LOGIN styles -------------------------------------------------------------------------------------------------------------- */

#loginForm input {
    padding: 15px;
    width: 100%;
    border: none;
    border-radius: 20px;
    font-size: 11px;
    text-align: left;
    padding-left: 52px;
    box-shadow: 0 1px 13px 0px rgba(0, 0, 0, 0.1);
    color: #424e3e;
    background-color: #ffffff3d;
    margin-bottom: 15px;
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
}
#loginForm input::placeholder {
    color: #424e3e; /* Vælg den ønskede farve */
    opacity: 1;  /* Sæt opacity, hvis du vil justere gennemsigtigheden */
}

#loginForm .icon {
    position: absolute;
    left: 60px;
    margin-top: 20px;
    transform: translateY(-50%);
    font-size: 13px;
    color: #424e3ea8;
}

.login-container{
    margin-top: 35%;
}

.login-container p {
    font-size: 11px;
    margin-bottom: 40px;
    cursor: pointer;
}

.login-container .main-btn {
    position: initial;
    width: 100%;
}

.login-help-slide {
    min-width: 70%;
    box-sizing: border-box;
    background-color: #424e3ee0;
    border-radius: 12px;
    padding: 20px 30px 25px;
    margin-top: 10px;
    text-align: left;
    box-shadow: 0 1px 8px 3px rgba(0, 0, 0, 0.1);
}
.login-help-slide  p:first-child {
    font-size: 9px;
    color: #fff;
    padding: 0 18px;
    text-align: center;
}
.author-txt {
    font-size: 7px;
    color: #fff;
    text-align: right;
    padding-right: 20px;
}

.forget-txt{
    text-align: right;
    color: #e19a2e;
    font-weight: 600;
    font-size: 10px;
    margin-top: -6px;
}
.need-txt{
    color: #424e3e;
    margin-top: 15px;
}
.need-txt u{
    font-weight: 600;
}

.author-txt{

}

#message {
    color: #ff0000;
    margin: -28px 0;
    position: absolute;
    width: 85%;
}

/* LOGIN styles -------------------------------------------------------------------------------------------------------------- */
/* INDTASTNINGEN styles ------------------------------------------------------------------------------------------------------ */

.indtastning-container{
    position: absolute;
    top: 3%;
    width: 90%;
    max-width: 397px;
    height: 115%;
    margin-bottom: 3%;
    border-radius: 20px 20px 20px 110px;
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    background-color: #efefef;
}
.indtastning-container .background {
    background-image: url('img/img3.jpg'); /* Replace with actual image path */
}

.indtastning-container .content-txt{
    text-align: center;
    width: 100%;
}

.indtastning-container .content-txt h2 {
    color: #fff;
    font-size: 25px;
    font-weight: 500;
    padding-bottom: 5px;
}
.indtastning-container .content-txt p {
    color: #fff;
    font-size: 10px;
    font-weight: 300;
}

.input-container {
    margin-top: 20px;
}

input {
    padding: 20px;
    width: 100%;
    border: none;
    border-radius: 20px;
    font-size: 40px;
    text-align: center;
    box-shadow: 0 1px 8px 3px rgba(0, 0, 0, 0.1);
    font-family: "lora", serif;
    font-weight: 400;
    font-style: normal;
    color: #424e3e;
}

input:focus {
    border-color: #424e3e; /* Ændre grænsen til den ønskede farve */
    outline: none; /* Fjerner standard fokusramme */
}

input::placeholder {
    color: #efefef; /* Ændre farven til den ønskede */
    opacity: 1; /* Gør placeholder-teksten helt synlig (standard er 0.5) */
}


.input-container button {
    background-color: #424e3e;
    color: #fff;
    cursor: pointer;
    border: none;
    padding: 15px 30px;
    border-radius: 20px;
    font-size: 20px;
    margin: -20px -110px 0 0;
    font-family: "lora", serif;
    font-weight: 400;
    font-style: normal;
    z-index: 1;
}
.input-container button i {
    margin-left: 3px;
}

.content-box{
    position: absolute;
    bottom: 15%;
    width: 85%;
}

#rateLimitModal {
    background-color: #e19a2ef2;
    height: 100%;
    width: auto;
    position: absolute;
    padding: 50px;
    border-radius: 20px;
    top: 0;
    left: 0;
    z-index: 99;
    align-content: center;
    text-align: center;
    color: #efefef;
}
#rateLimitModal p{
    font-size: 14px;
    padding-bottom: 20px;
}

/* INDTASTNINGEN styles ------------------------------------------------------------------------------------------------------ */
/* INDTASTNINGENRE styles ------------------------------------------------------------------------------------------------------ */

.indtastningRE-container {
    position: absolute;
    top: 3%;
    width: 90%;
    max-width: 397px;
    height: 94%;
    margin-bottom: 3%;
    border-radius: 20px 20px 20px 110px;
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    background-color: #efefef;
}
.indtastningRE-container .background {
    background-image: url('img/img22.jpg'); /* Replace with actual image path */
    background-position: right;
}

.indtastningRE-container .content-txt{
    text-align: center;
    width: 100%;
}

.indtastningRE-container .content-txt h2 {
    color: #fff;
    font-size: 25px;
    font-weight: 600;
    padding-bottom: 5px;
}
.indtastningRE-container .content-txt p {
    color: #fff;
    font-size: 13px;
    font-weight: 500;
}

.indtastningRE-container .help-section-header {
    margin-left: 0;
    color: #fff;
    font-weight: 500;
}

/* INDTASTNINGENRE styles ------------------------------------------------------------------------------------------------------ */
/* VALGMULIGHEDER styles ----------------------------------------------------------------------------------------------------- */

.valgmulighed-container, 
.valgmulighed-hilsner-container, 
.valgmulighed-historier-container,
.valgmulighed-kompliment-container,
.valgmulighed-fact-container,
.valgmulighed-sjofel-container,
.valgmulighed-kys-container {
    position: absolute;
    top: 3%;
    width: 90%;
    max-width: 397px;
    height: 94%;
    margin-bottom: 3%;
    border-radius: 20px 20px 20px 110px;
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    background-color: #efefef;
}
.s1-bg {
    background-image: url('img/img005.jpg'); /* Replace with actual image path */
}
.s2-bg{
    background-image: url('img/img4.jpg'); /* Replace with actual image path */
}
.s3-bg{
    background-image: url('img/img5.jpg'); /* Replace with actual image path */
}
.s4-bg{
    background-image: url('img/img005.jpg'); /* Replace with actual image path */
}
.sh1-bg{
    background-image: url('img/img7.jpg'); /* Replace with actual image path */
}
.sh2-bg{
    background-image: url('img/img7.jpg'); /* Replace with actual image path */
}
.sh3-bg{
    background-image: url('img/img7.jpg'); /* Replace with actual image path */
}
.sh4-bg{
    background-image: url('img/img7.jpg'); /* Replace with actual image path */
}
.s5-bg{
    background-image: url('img/img5.jpg'); /* Replace with actual image path */
}
.s6-bg{
    background-image: url('img/img6.jpg'); /* Replace with actual image path */
}
.s7-bg{
    background-image: url('img/img005.jpg'); /* Replace with actual image path */
}
.s8-bg{
    background-image: url('img/img5.jpg'); /* Replace with actual image path */
}
.s9-bg{
    background-image: url('img/img11.jpg'); /* Replace with actual image path */
}
.s10-bg{
    background-image: url('img/img5.jpg'); /* Replace with actual image path */
}
.s11-bg{
    background-image: url('img/img12.jpg'); /* Replace with actual image path */
}
.s12-bg{
    background-image: url('img/img17.jpg'); /* Replace with actual image path */
}
.s13-bg{
    background-image: url('img/img14.jpg'); /* Replace with actual image path */
}
.sk1-bg{
    background-image: url('img/img16.jpg'); /* Replace with actual image path */
}
.sk2-bg{
    background-image: url('img/img16.jpg'); /* Replace with actual image path */
}
.sk3-bg{
    background-image: url('img/img16.jpg'); /* Replace with actual image path */
}
.sk4-bg{
    background-image: url('img/img16.jpg'); /* Replace with actual image path */
}
.s14-bg{
    background-image: url('img/img13.jpg'); /* Replace with actual image path */
}
.sf1-bg{
    background-image: url('img/img13.jpg'); /* Replace with actual image path */
}
.sf2-bg{
    background-image: url('img/img13.jpg'); /* Replace with actual image path */
}
.sf3-bg{
    background-image: url('img/img13.jpg'); /* Replace with actual image path */
}
.sf4-bg{
    background-image: url('img/img13.jpg'); /* Replace with actual image path */
}
.s15-bg{
    background-image: url('img/img10.jpg'); /* Replace with actual image path */
}
.s16-bg{
    background-image: url('img/img5.jpg'); /* Replace with actual image path */
}
.s17-bg{
    background-image: url('img/img20.jpg'); /* Replace with actual image path */
}
.s18-bg{
    background-image: url('img/img23.jpg'); /* Replace with actual image path */
}
.ss1-bg, .ss2-bg, .ss3-bg, .ss4-bg, .ss5-bg, .ss6-bg{
    background-image: url('img/img23.jpg'); /* Replace with actual image path */
}
.s19-bg{
    background-image: url('img/img5.jpg'); /* Replace with actual image path */
}
.s20-bg{
    background-image: url('img/img19.jpg'); /* Replace with actual image path */
}
.sky1-bg, .sky2-bg, .sky3-bg, .sky4-bg, .sky5-bg, .sky6-bg {
    background-image: url('img/img19.jpg'); /* Replace with actual image path */
}
.sRE1-bg{
    background-image: url('img/img9.jpg'); /* Replace with actual image path */
}
.sRE3-bg{
    background-image: url('img/img21.jpg'); /* Replace with actual image path */
}

.extra-class {
    background-color: #424e3ed1 !important;
}
.extra-class-btn {
    background-color: #424e3e !important;
}

.valgmulighed-container .content-txt, 
.valgmulighed-hilsner-container .content-txt, 
.valgmulighed-historier-container .content-txt,
.valgmulighed-kompliment-container .content-txt,
.valgmulighed-fact-container .content-txt,
.valgmulighed-sjofel-container .content-txt,
.valgmulighed-kys-container .content-txt {
    text-align: center;
    width: 100%;
    padding: 35px 0;
    border-radius: 30px;
    position: relative;
    background-color: #e19a2ed1;
}

.valgmulighed-container .content-txt .content-option p, 
.valgmulighed-hilsner-container .content-txt .content-option p,
.valgmulighed-historier-container .content-txt .content-option p,
.valgmulighed-kompliment-container .content-txt .content-option p,
.valgmulighed-fact-container .content-txt .content-option p,
.valgmulighed-sjofel-container .content-txt .content-option p,
.valgmulighed-kys-container .content-txt .content-option p {
    font-size: 10px;
    color: #fff;
}

.valgmulighed-container .help-slide {
    text-align: center;
}

.valgmulighed-container .content-txt h2, 
.valgmulighed-hilsner-container .content-txt h2,
.valgmulighed-historier-container .content-txt h2,
.valgmulighed-kompliment-container .content-txt h2,
.valgmulighed-fact-container .content-txt h2,
.valgmulighed-sjofel-container .content-txt h2,
.valgmulighed-kys-container .content-txt h2 {
    font-size: 30px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 3px;
}
.valgmulighed-container .content-txt p {
    font-size: 20px;
    color: #fff;
    padding: 0 20px;
}
.valgmulighed-hilsner-container .content-txt p,
.valgmulighed-historier-container .content-txt p,
.valgmulighed-kompliment-container .content-txt p,
.valgmulighed-fact-container .content-txt p,
.valgmulighed-sjofel-container .content-txt p,
.valgmulighed-kys-container .content-txt p {
    font-size: 20px;
    color: #fff;
}
.valgmulighed-container .sh-txt h2, 
.valgmulighed-hilsner-container .sh-txt h2,
.valgmulighed-historier-container .sh-txt h2,
.valgmulighed-kompliment-container .sh-txt h2,
.valgmulighed-fact-container .sh-txt h2,
.valgmulighed-sjofel-container .sh-txt h2,
.valgmulighed-kys-container .sh-txt h2 {
    font-weight: 600;
    margin-bottom: 17px;
}
.valgmulighed-container .sh-txt p, 
.valgmulighed-hilsner-container .sh-txt p,
.valgmulighed-historier-container .sh-txt p,
.valgmulighed-kompliment-container .sh-txt p,
.valgmulighed-sjofel-container .sh-txt p,
.valgmulighed-kys-container .sh-txt p {
    font-size: 20px;
    color: #fff;
    padding: 0;
}
.valgmulighed-fact-container .sh-txt p{
    font-size: 15px;
    color: #fff;
    padding: 0;
}
#afsender-p {
    font-size: 12px;
    margin-top: 20px;
    color: #fff;
}

.done-btn, .ups-btn {
    width: 45%;
    padding: 16px 0;
    font-size: 10px;
    border-radius: 15px;
    border: none;
    cursor: pointer;
    flex: 1;
}

.done-btn {
    background-color: #e19a2e;
    color: #ffffff;
    transition: background-color 0.3s ease;
}

.ups-btn {
    background-color: #efefef;
    color: #424e3e;
    transition: background-color 0.3s ease;
}

/* VALGMULIGHEDER styles ----------------------------------------------------------------------------------------------------- */
/* RE styles ----------------------------------------------------------------------------------------------------- */

.valgmulighed-containerRE{
    position: absolute;
    top: 3%;
    width: 90%;
    max-width: 397px;
    height: 94%;
    margin-bottom: 3%;
    border-radius: 20px 20px 20px 110px;
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    background-color: #efefef;
}

.extra-class {
    background-color: #424e3ed1 !important;
}
.extra-class-btn {
    background-color: #424e3e !important;
}

.valgmulighed-containerRE .content-txt {
    text-align: center;
    width: 100%;
    padding: 35px;
    border-radius: 30px;
    position: relative;
    background-color: #e19a2ed1;
}

.valgmulighed-containerRE .content-txt .content-option p{
    font-size: 10px;
    color: #fff;
}

.valgmulighed-containerRE .help-slide {
    text-align: center;
}

.valgmulighed-containerRE .content-txt h2 {
    font-size: 30px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 3px;
}
.valgmulighed-containerRE .content-txt p {
    font-size: 16px;
    color: #fff;
}
.valgmulighed-containerRE .sh1-txt h2 {
    font-weight: 600;
    margin-bottom: 17px;
}
.valgmulighed-containerRE .sh1-txt p {
    font-size: 20px;
    color: #fff;
    padding: 0 29px;
}
.valgmulighed-containerRE .sh1-txt .afsender-p {
    font-size: 12px;
    margin-top: 20px;
    color: #fff;
}

/* RE styles ----------------------------------------------------------------------------------------------------- */
/* Popup styles -------------------------------------------------------------------------------------------------------------- */

.popup-profile-container {
    width: 100%;
    margin: auto;
    background-color: #ededed;
    overflow: hidden;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    z-index: 1;
    position: relative;
}

.indtastning-container .popup .background {
    background-image: url(img/img8.jpg);
}

#popup-open {
    cursor: pointer;
}

.profile-container {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin: 20px 30px;
    position: absolute;
    z-index: 1;
    width: 83%;
}

.burger-menu {
    width: 22px;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 14px;
    position: inherit;
    left: 0;
}

.line {
    width: 100%;
    height: 2px;
    background-color: #efefef;
    border-radius: 2px;
}
.line:nth-of-type(2) {
    width: 80%;
}
.dashboard-container .line {
    display: none;
}

.profile-image {
    width: 50px; /* Juster størrelsen som ønsket */
    height: 50px; /* Juster størrelsen som ønsket */
    border-radius: 50%; /* Gør billedet rundt */
    margin-left: 10px; /* Plads mellem tekst og billede */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.profile-text {
    text-align: right;
    font-size: 8px;
    color: #fff;  
    width: 150px;
}
.dashboard-container .profile-text {
    color: #424e3e;
    width: 150px;
}

.popup {
    position: absolute;
    top: 0;
    width: 100%;
    max-width: 397px;
    /*overflow: hidden;*/
    height: 100%;
    background-color: #efefef;
    z-index: 1000;
    animation: slideDown 0.5s forwards;
}

@keyframes slideDown {
    from {
        transform: translateY(-100%);
    }
    to {
        transform: translateY(0);
    }
}

.popup-content {
    padding: 20px;
}

.close {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 9;
    background-color: #424e3ee6;
    border-radius: 10px;
    color: white;
    border: none;
    padding: 15px;
    cursor: pointer;
}

/* Profile Header */
.popup-profile-header {
    text-align: center;
    padding: 70px 0;
    background: url(img/img8.jpg) no-repeat center / cover;
    background-position: 0px -40px;
    color: white;
    position: relative;
    border-radius: 0 0 20px 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.popup-profile-image {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    position: relative;
    margin-top: 60px;
    z-index: 1;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
}

.popup-profile-name {
    font-size: 20px;
    font-weight: bold;
    margin-top: 10px;
    color: #fff;
}

.popup-profile-date {
    font-size: 10px;
    color: #dddddd;
}

/* Buttons */
.popup-button-group {
    text-align: center;
    margin: -27px 0 0;
    position: relative;
}

.popup-edit-button, .popup-contact-button {
    display: inline-block;
    margin: 5px 0;
    width: 80%;
    padding: 16px 0;
    font-size: 10px;
    border-radius: 15px;
    border: none;
    cursor: pointer;
}

.popup-edit-button {
    background-color: #b5b3aa;
    color: #333;
}

.popup-contact-button {
    background-color: #424e3e;
    color: #fff;
}

/* User Info Section */
.popup-user-info {
    padding: 20px;
    text-align: center;
}

.popup-user-info-title {
    font-size: 10px;
    font-weight: 500;
    color: #424e3e;
    margin-bottom: 10px;
    text-align: left;
    padding-left: 50px;
}

.popup-input-group {
    display: flex;
    align-items: center;
    padding: 10px;
    border-radius: 10px;
    width: 98%;
}

.popup-icon {
    font-size: 13px;
    color: #888;
    margin-right: 10px;
    margin-left: 10px;
    width: 20px;
}

.popup-input-field {
    width: 100%;
    padding: 10px 20px;
    border: none;
    outline: none;
    text-align: left;
    letter-spacing: 1px;
    background: none;
    color: #424e3eb8;
    font-size: 11px;
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
}

.popup-input-field::placeholder {
    color: #424e3e;
}

/* Footer with Logo */

.popup-footer {
    position: relative;
    height: 100px;
    margin-top: 120px;
    width: 100%;
    border-radius: 20px 20px 0 0;
    background: url(img/img8.jpg) no-repeat center / cover;
    background-position: bottom;
}

.popup-logo {
    width: 100%;
    text-align: center;
    font-size: 15px;
    color: #efefefc2;
    padding-top: 25px;
}

/* Popup styles -------------------------------------------------------------------------------------------------------------- */
/* Help indtastning boks styles ---------------------------------------------------------------------------------------------- */

.help-box-1, .help-box-2, .help-box-3  {
    position: absolute;
    background-color: #e19a2e;
    color: #efefef;
    border-radius: 10px;
    z-index: 1000;
    font-size: 10px;
    padding: 10px 20px;
    box-shadow: 0 1px 8px 3px rgba(0, 0, 0, 0.1);
}

/* Eksempel på placering */
.help-box-1 {
    top: 108px;
    margin: 0 -140px 0 0;
}

.help-box-2 {
    top: 90px;
    margin: 0 0 0 -210px;
}

.help-box-3 {
    top: 55%;
    margin: 0 0 0 -75px;
}

.help-box-close-btn {
    position: absolute;
    top: 7px;
    right: 7px;
    background: transparent;
    border: none;
    color: #efefef;
    font-size: 10px;
    cursor: pointer;
}


/* Help indtastning boks styles ---------------------------------------------------------------------------------------------- */
/* Slider style -------------------------------------------------------------------------------------------------------------- */

.slider-container {
    position: relative;
    width: 100%;
    margin: 0 auto;
    background-color: transparent;
    overflow: hidden;
}

.slide {
    display: none;
}

.slide.active {
    display: block;
}

.slider {
    display: flex;
    transition: transform 0.5s ease;
    height: 350px;
    align-content: center;
    flex-wrap: wrap;
}
.slide {
    min-width: 100%;
    padding: 20px 0;
    text-align: center;
}

.slide h2 {
    margin-bottom: 20px;
    font-size: 25px;
    color: #424e3e;
}
.slide h3 {
    margin-bottom: 3px;
    font-size: 16px;
    color: #424e3e;
}

.slide p {
    font-size: 13px;
    font-weight: 500;
    color: #424e3e;
    margin-bottom: 15px;
}

.slider-nav {
    display: flex;
    justify-content: space-around;
    gap: 17px;
    width: 100%;
    margin-top: 30px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

.nav-btn {
    background-color: #424e3e;
    color: #fff;
    width: 45%;
    padding: 16px 0;
    font-size: 10px;
    border-radius: 15px;
    border: none;
    cursor: pointer;
    flex: 1;
    transition: background-color 0.3s;
}

.nav-btn:hover {
    background-color: #424e4e;
}

/* Indikator styling */
.slider-indicators {
    display: flex;
    justify-content: center;
    margin-top: 10px;
}

.slider-indicators .indicator {
    width: 12px;
    height: 12px;
    margin: 0 5px;
    border-radius: 50%;
    background-color: #424e3e80;
    transition: background-color 0.3s;
}

.slider-indicators .indicator.active {
    background-color: #424e3e; /* Hvid for aktiv indikator */
}

/* Slider style -------------------------------------------------------------------------------------------------------------- */