html {
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;

}
* {
    position:relative;
    box-sizing: border-box; /*flex dont like it */
}
*:focus {
    outline:0;
}
img {
    width: 100%;
}

div {
    /*border:1px solid green;*/
}

body {
    overflow-x: hidden;
}

.nim_body {
    min-height: 100vh;
    min-height: -webkit-fill-available;
    margin: 0px;
    padding:10px;

    display: flex;
    flex-direction: column;

    background-color: black;
    box-sizing: border-box;

    font-family: 'Work Sans', sans-serif;

    align-items: center;



}
.nim_topmenu{
    display: flex;
    flex-direction:row;
    justify-content:space-between;
    width:100%;
    margin-bottom: 10px;

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


}
.nim_maincontent{
    display: flex;
    width:100%;
    /*width:604px;
    margin-left:auto;
    margin-right:auto;*/
    flex-direction:column;
    font-family: 'Work Sans', sans-serif;

}

.nim_pagetext{
    margin-top:15px;
    width:640px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}

.nim_pageelements{
    margin-top:15px;
    width:640px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: left;
}
.nim_pageelements>div{
    margin-bottom:6px;

}

.nim_spacer{
    height:30px;
}

.nim_pagecontent{
    display: flex;
    flex-grow: 1;
    align-items:center;
    flex-direction:column;
    width:100%;
    min-height:65vh;
    text-align: center; /*Bara för att slippa placera om nim_roundbackdrop ikoner igen*/
    font-size: 22px;


}
.nim_pagedesc{
    font-size: 5vw;
    font-weight: 700;
    text-align: center;
    font-family: 'Crimson Text', serif;
    margin-top: 14px;
    margin-bottom: 14px;


}

.nim_arrownavigation.nim_rewbutton,.nim_arrownavigation.nim_fwdbutton{
    font-family: 'Material Icons';
    font-feature-settings: 'liga';
    position: fixed;
    z-index: 100;
    border-radius: 50%;
    height: 40px;
    width: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    top:40%;
    cursor: pointer;
    font-size: 40px;
    /*box-shadow: 0 2px 4px 0 rgba(0,0,0,0.50);*/
    border: 0px;
    opacity:0.5;



}
.nim_arrownavigation.nim_fwdbutton:before {
    content:'navigate_next';
}
.nim_arrownavigation.nim_rewbutton:before {
    content:'navigate_before';
}

.nim_arrownavigation.nim_rewbutton:hover,.nim_fwdbutton:hover{
    opacity:1;

}
.nim_arrownavigation.nim_rewbutton{
    left:5px;
    display: none;
}
.nim_arrownavigation.nim_fwdbutton{
    right:5px;
    display: none;
}
.nim_footer{
    position:fixed;
    bottom: 0px;
    top: auto;
    display: flex;
    flex-direction:row;
    justify-content:center;
    align-items:center;
    font-size: 10px;
    color: #FFFFFF;
    padding:0px;
    width:100%;
    z-index:50;
    height:35px;
    background:inherit;
    color: inherit;
}

.nim_footercourse {
    top: auto;
    bottom: 0px;
    display: flex;
    flex-grow: 1;
    justify-content: center;
    font-size: 10px;
    padding:0px;
    height: auto;
    /* background:inherit; */
    color: inherit;
    padding: 30px 0px 10px 0px;
}

.nim_footercoursetext {
    color: inherit;
    bottom: 0px;
    margin: auto 0px 0px 0px;
}

.nim_hidden,.nim_hiddento{
    display:none;
}
.nim_navdisabled{
    opacity:0.5;
    pointer-events: none;
    background:red;

}

.nim_inactive{
    pointer-events: none;
    color:silver;
}
.nim_progressbox{
    width:320px;
    height:10px;
    border:none;
    background: rgba(255,255,255,0.20);
    border-radius: 8px;
    margin: 14px;
}
.nim_progress{
    border-radius: 8px;
    width:1%;
    height:100%;
    background: #FFFFFF;

}
.nim_icon::before{
    font-family: 'Material Icons';
}


.nim_rub1{
    font-size: 18px;
    letter-spacing: 1.33px;
    font-weight: 400;
}

.nim_transparent_button{
    opacity: 0.7;
    border: 1px solid #FFFFFF;
    border-radius: 39px;
    font-size: 12px;
    color: #FFFFFF;
    letter-spacing: 0.8px;
    text-align: center;
    padding: 8px;
    cursor:pointer;

}
.nim_transparent_button:hover{
    opacity: 1;
}

.nim_roundbackdrop {
    background: #EFFAF3;
    width: 200px;
    height: 200px;
    overflow: visible;
    border-radius: 50%;
    margin: auto;
    color: #000000;
}
.nim_iconwrapper{
    width: 200px;
    height: 200px;
    margin: auto;
}
.nim_transparentbg{
    background: transparent;
}
.nim_transparentbg div{
    background: transparent;
    color:white;
}
.nim_goto_cmd{
    cursor: pointer;
    width: 100%;
    text-align: center;
}

.nim_maincontent{

}
.nim_pagedesc{


}
.nim_pagecontent{

}
.nim_body a {
    color: #fee4c4;
}

.nim_body .nim_countryflag a {
    color: #000000;
    text-decoration: none;
}

.nim_fill_button {

    color: white;
    background: #136F67;
    border-radius: 39px;
    font-size: 16px;
    letter-spacing: 0.8px;
    text-align: center;
    padding: 20px;
    /* max-width: 140px; */
    width: fit-content;
    margin: auto;
    cursor: pointer;

}

.nim_bottom_nav {

    display:flex; flex-direction:row; justify-content: center; padding-top: 20px; margin-bottom: 1px;
}
.nim_leftdisc_button {
    border: 1px solid; border-radius: 50% 0 0 50%; width: 46px;height: 46px; padding: 0;
    border-color: #136F67;
}
.nim_leftonlydisc_button {
    border-radius: 50%;
}
.nim_rightdisc_button {
    background: #136F67; border-radius: 0 50% 50% 0; width: 46px;height: 46px; padding: 0;
}


.nim_next2_button {

    line-height: 46px; width: inherit; display: inline-block; text-align: center; color: #fff;
    cursor: pointer;
    /*
      color: white;

      background: #136F67;
      border-radius: 39px;
      font-size: 16px;
      letter-spacing: 0.8px;
      text-align: center;
      padding: 6px;
      padding-top:  9px;
      padding-left: 9px;
      max-width: 42px;
          width: 78px;
      margin: auto;

    */
}

.nim_rewind_button {
    line-height: 46px; width: inherit; display: inline-block; text-align: center; color: #fff;
    cursor: pointer;
    /*
      color: white;
    background: #136F67;
    opacity: 0.5;
    border-radius: 39px;
    font-size: 16px;
    letter-spacing: 0.8px;
    text-align: center;
    padding: 6px;
    padding-top:  9px;
    padding-left: 9px;
    max-width: 42px;
        width: 78px;
    margin: auto;

    */
}

.nim_widebutton {
    color: #fff;
    background-color: #ED2264;
    font-weight: 700;
    width: 100%;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor:pointer;
    padding: 10px;
    text-align: center;
}
.nim_widebutton:last-child{
    margin-bottom:80px;
}

.nim_normalbutton {
    color: #fff;
    background-color: #ED2264;
    font-weight: 700;
    width: 50%;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor:pointer;
}
.nim_ansalt1 {
    color: #fff;
    background-color: #ED2264;
}
.nim_ansalt2 {
    color: #fff;
    background-color: #ED583A;
}
.nim_ansalt3 {
    color: #fff;
    background-color: #ED5056;
}
.nim_ansalt4 {
    color: #fff;
    background-color: #F9C1A0;
}
 /* 
 new ansalt added spring 2025 
 moved here from courses to resolve conflict with branding 2025-07-18
 */
.nim_ansalt5 {
    color: #fff;
    background-color: #D63950;
}

.nim_ansalt6 {
    color: #fff;
    background-color: #DC6B5A;
}

.nim_ansalt7 {
    color: #fff;
    background-color: #E87B32;
}


.titanic{
    pointer-events: none;
}

.titanic path {
    fill: #249795;
    stroke: #249795;
}

/*SVG nimlr ikon */
.cls-1{fill:#ffffff;}
.cls-2{fill:#ffffff;}
#Layer_1{
    width: 70px
}

.nim_justify{
    text-align: justify;
}
.nim_center{
    text-align: center;
}
.nim_left{
    text-align:left;
}


.nim_svglogo{
    /*IE 11*/
    height:30px;
}
/*word-break: break-all; detta måste vi ha på alla långa url:er i text*/

/*Dessa ändras normalt via styles.css*/
.nim_body{
    color: #FEE4C4;
    background: #fff;
    transition: 1s;
}
.nim_transparent_button{color:white;border:1px solid white;}
.cls-2 {fill: #ffff;}

.nim_coutrywrapper{


}
.nim_countryflag {
    /*box-shadow: -2px 3px 4px 1px rgba(156,151,156,1);*/

    box-shadow: -2px 3px 4px 1px rgba(0,0,0,0.15);

    margin-right: 20px;


    right: 27px;
    margin-top: 0px;

    background: white;
    z-index: 100;
    position: absolute;
    right: -20px;
    display: none;
}
.nim_countryflag div {
    cursor: pointer;
    padding: 10px;
    padding-right:35px;
    padding-left: 15px;
    color:black;

}

.nim_countryflag div:hover{
    background: #C0C4BE;

}
.nim_toggledd {
    cursor: pointer;
    position: relative;
    top: -10px;
}
.nim_toggledd::after {
    font-family: 'Material Icons';
    content: 'arrow_drop_down';
    color: black;
    font-size: 28px;
    position: relative;
    top: 10px;
}
/*-------------------------------*/
@media only screen and (min-width : 1100px) {
    .nim_pagedesc{
        font-size: 55px;
    }

}

@media only screen and (max-width : 700px) {
    .nim_maincontent{
        /*width:95%;*/
    }
    .nim_arrownavigation.nim_rewbutton,.nim_arrownavigation.nim_fwdbutton{
        bottom: 0px;
        top: auto;
    }

    .nim_spacer{
        flex-grow:0;
    }
    .nim_pagetext,.nim_pageelements{

        width:100%;
        text-align: center;
    }
}


@media only screen and (max-width : 600px) {
    .nim_transparent_button{
        display: none;
    }
    .nim_pagedesc{
        font-size: 28px;
    }
    .nim_progressbox {
        width: 100%;
    }
    .nim_page {
        word-wrap: anywhere;
        overflow-wrap: break-word;
        word-wrap: break-word;
        -ms-word-break: break-all;
        word-break: break-all;
        word-break: break-word;

    }

}
@media only screen and (max-width : 400px) {
    .nim_rub1 {
        font-size:14px;

    }
    .nim_page {
        word-wrap: anywhere;
        overflow-wrap: break-word;
        word-wrap: break-word;
        -ms-word-break: break-all;
        word-break: break-all;
        word-break: break-word;

    }
    .nim_widebutton {
        padding: 5px;
    }

}



  /* Titanic star */

@keyframes playstar60 {
    from {
        transform:rotate(180deg) scale(4);
        }
        to {
        transform:rotate(0deg) scale(1);
        }
}
.titanic-star {
    animation: bounce 0.5s ease-out;
    background-repeat: no-repeat;

}
.titanic-star.play {
    animation-name: playstar60;
}

.bubble {
    position: relative;
    background: #323232;
    color: #FFFFFF;
    font-size: 20px;
    line-height: 28px;
    text-align: center;
    width: 400px;
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 40px;
}
.bubble:after {
    content: '';
    position: absolute;
    display: block;
    width: 0;
    z-index: 1;
    border-style: solid;
    border-width: 20px 20px 0 0;
    border-color: #323232 transparent transparent transparent;
    bottom: -20px;
    left: 50%;
    margin-left: -10px;
}
@media (max-width: 635px) {
    .bubble {
        width: 80%;
    }
}
.fixed_sim_cred_window{
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    margin: 0;
}
.nim_cred_sim_custom_para {
    text-align: left;
    margin-left: 20px;
    color: #000000;
}

.nim_cred_sim_custom_bg {
    background-size: cover; border: none;flex-direction: column;
    align-items: center; justify-content: center; width: 100%;
    display: flex;
}
.nim_cred_sim_pwd_input {
    width: 100%; margin-right: 120px; border:none; border-bottom: 1px solid #000; outline: none;
}
.nim_cred_sim_sign_in_btn {
    background-color: #2471A9; color: white; border: none; margin-top:10px;
    margin-bottom: 10px; background-color: #2460A9; color: white; border: none;
    margin-top:10px; margin-bottom: 10px; width: 200px; height: 30px;
}
.nim_cred_sim_svg {
    flex-grow: 1; color: #5a5a5a; font-size: 12px; line-height: 23px; text-align: center;
    background: #EEEAEA; border-radius: 4px;
}
.nim_cred_sim_landing{
    padding: 20px; text-align: center; font-size: x-small; color: #000000;
}
.nim_cred_sim_container{
    background: #dedede; border-radius: 8px; width: 80vw;
}