:root {
    --navbar-height: 65px;
    --navbar-bg-color: 255, 255, 255;
    --navbar-link-color: 28, 28, 104;
    --navbar-brand-color: 28, 28, 104;
    --primary-color: 255, 94, 62; /*    28, 28, 104*/
    /* Typography */
    --font-base: Verdana, Geneva, Tahoma, sans-serif !important;
    --font-title: Verdana, Geneva, Tahoma, sans-serif !important;
    --font-size-base: 1rem;
    --font-size-sm: 0.8rem;
    --font-size-lg: 1.5rem;
    --font-size-xlg: 2rem;
    --font-weight-normal: 400;
    --font-weight-bold: 700;
    /* Base Colors */
    --white: #ffffff;
    --black: #000000;
    --grey: #545454;
    --light-grey: #c6c6c6;
    /* Decor Colors */
    --purple: #9088FB;
    --light-purple: #D9D4FC;
    --green: #00BE81;
    --dark-green: #00493B;
    --navy: #1C1C68;
    --dark-red: #5E0228;
    --red-orange: #FF5E3E;
    --light-yellow: #FCFBE8;
    --light-pink: #FFEBF8;
    --pink: #FFABE1;
    /* Spacing & Sizing */
    --space-xs: 4px;
    --space-sm: 8px;
    --space-md: 16px;
    --space-lg: 24px;
    --space-xl: 32px;
    --radius: 8px;
    /* Grid */
    --container-width: 1200px;
    --grid-gap: 16px;
}



#viewmodelWrapper {
    height: calc(100vh - var(--navbar-height));
}




/*----------TYPOGRAPHY STARTS --------------- */
.h1:not(label) {
    font-family: var(--font-title);
    font-weight: var(--font-weight-bold);
    font-size: 2rem;
    color: var(--navy);
    margin: 16px 0px;
}

.h2:not(label) {
    font-size: 1.25rem;
    color: var(--navy);
    font-family: var(--font-base);
    font-weight: var(--font-weight-bold);
    margin: 12px 0px;
}
.h3:not(label) {
    font-size: 1.125rem;
    color: var(--navy);
    font-family: var(--font-base);
    font-weight: var(--font-weight-bold);
    margin:8px 0px;
}
.h4:not(label) {
    font-size: 1rem;
    color: var(--grey);
    font-family: var(--font-base);
    font-weight: var(--font-weight-bold);
    margin: 8px 0px;
}
.h5:not(label) {
    font-size: 0.9rem;
    color: var(--grey);
    font-family: var(--font-base);
    font-weight: var(--font-weight-bold);
}
.h6:not(label) {
    font-size: 0.9rem;
    color: var(--light-grey);
    font-family: var(--font-base);
    font-weight: var(--font-weight-bold);
}

p{
    font-family:var(--font-base);
    font-size: 0.9rem;
    color: var(--grey);
}

.bold{
    font-weight: 600;
}

.thin{
    font-weight: 300 !important;
}

.greytext {
    color: #4a4949a1;
}


/*----------TYPOGRAPHY  ENDS--------------- */



/*----------CARD LAYOUT START--------------*/

.card {
    padding: 6px 12px;
    border-radius: 6px;
    box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
    margin: 8px 0px
}

.card-width-60vw {
    width: 60vw;
    }

.row-beskrivning {
    overflow-wrap: anywhere;
}

    .row-beskrivning p {
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 5;
        -webkit-box-orient: vertical;
        color: #4a4949
    }
/*----------CARD LAYOUT END--------------*/




/*----------TYPOGRAPHY CARDS STARTs --------------- */
/* Card Title Styles */
.card-title-lg {
    font-size: 1.15rem;
    font-weight: 600;
    line-height: 1.4;
    margin: 0;
    color: var(--navy)
}

.card-title-md {
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.4;
    margin: 0;
    color: var(--grey);
}

.card-title-sm {
    font-size: 0.9rem;
    font-weight: 600;
    line-height: 1.375;
    margin: 0;
    color: var(--red-orange);
}

.card-subtitle {
    font-size: 0.875rem; 
    font-weight: 600;
    color: var(--grey);
    line-height: 1.5; 
    margin-top: 0.25rem; 
    margin-bottom: 0;
}

.card-subtitle-xsmall{
    font-size: 0.875rem;
    font-weight: 400;
    color: var(--grey);
    line-height: 1.5;
    margin-top: 0.25rem;
    margin-bottom: 0;
}


.card-regular-text {
    font-size: 1rem;
    font-weight: 400;
    color: var(--grey);
    line-height: 1.5;
    margin-top: 0.25rem;
    margin-bottom: 0;
}
/*----------TYPOGRAPHY CARDS ENDS--------------- */



/*----------ALERTS STARTS--------------- */

.text-success-chip {
    background-color: #D9F8F0;
    color: #00493B;
    justify-content: center;
    padding: 3px;
}
.text-success {
    color: #00493B;
}

.text-warning-chip {
    color: darkorange;
    background-color: #ffffe9;
    justify-content: center;

}
.text-warning {
    color: #ffc107;
}

.text-error-chip {
    background-color: #FFE6E6;
    color: #5E0228;
}

.text-error {
    color: #dc3545;
}

.text-info-chip {
    background-color: #EBE9FE;
    color: #1C1C68;
    justify-content: center;
    padding: 3px;
}
.text-info {
    color: #1C1C68;
}


.delete {
    color: #EA4949 !important;
}

.edit {
    color: #5D5FEF !important;
}

.attestera__notifier {
    display: flex;
    position: inherit !important;
    height: 10px;
    width: 10px;
    min-width: 10px !important;
    max-width: 10px;
    border-radius: 50%;
    background: #d32e2e;
    margin-right: -12px !important;
    margin-top: 5px !important;
    justify-content: center;
    align-items: center;
    z-index: 20;
}

/*----------ALERTS ENDS--------------- */







/*-------GS-NAVBAR STARTS-------*/

    .navbar__link {
    font-weight: 200;
    width: 100%;
    min-width: 100%;
    font-family: Verdana, Geneva, Tahoma, sans-serif !important;
}

a.navbar__logo {
    width: auto;
    height: 30px;
    margin: auto 0 !important;
}

    a.navbar__logo img {
        max-height: 30px !important;
        width: auto !important;
        height: 30px !important;
        margin-top: -2px;
    }

.navbar__brand {
    display: none !important;
}

.navbar {
    box-shadow: 0 1px 0px #eaeaea !important;
}

.dropdown a:hover {
    background-color: rgba(255, 255, 255, 0.1);
}

button.navbar__toggle[data-target=".navbar__wrapper"]:before {
    content: "\e5d2";
    font-family: "Material Icons";
    font-size: 1.5rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

button.navbar__toggle[data-target=".navbar__wrapper"] .mi {
    font-size: 0px !important;
}

.dropdown__link:hover {
    background-color: #ddd !important;
}

@media only screen and (min-width: 768px) {
    .navbar__list.right .navbar__link.navbar__link--colored:last-of-type {
        font-size: 0 !important;
    }

    a.navbar__logo {
        height: 30px;
    }
}

@media screen and (max-width: 768px) {
    .navbar__link .mi.caret {
        pointer-events: none;
    }
}

a[glaction="FriendForstaSida"],
a[glaction="AlienForstaSida"] {
    font-size: 0px;
}

    a[glaction="Home"]:before,
    a[glaction="FriendForstaSida"].navbar__link:before,
    a[glaction="AlienForstaSida"].navbar__link:before {
        content: "\e88a";
        font-family: "Material Icons";
        font-size: 18px !important;
    }

a[glaction="Mina_uppdrag"]:before {
    content: "\e8b5";
    font-family: "Material Icons";
    margin-right: 4px;
}

a[glaction="TillgangligaKonsulter"]:before {
    content: "\e8b6";
    font-family: "Material Icons";
    margin-right: 4px;
}

html [turnkeyview=""] .navbar .tk-auth-social__form .tk-auth-social__item {
    position: absolute;
    top: 8px;
    right: 16px;
    z-index: 200;
}

html[turnkeyview=""] #LeftMenuButton.active {
    display: none !important;
}

.navbar__header {
    padding: 0 16px !important;
}

html[turnkeyview=""] .navbar__wrapper {
    display: flex !important;
}
/*------------NAVBAR ENDS------------*/



/* Style for the save bar */
.n-tk-savebar__actions .spara {
    background-color: #3498db;
    color: #fff;
    padding: 10px 15px;
    font-size: 16px;
    border: 1px solid #2980b9;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

    .n-tk-savebar__actions .spara:hover {
        background-color: #2980b9;
    }

.n-tk-savebar__actions .ångra {
    background: none;
    color: azure;
    padding: 10px 15px;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.n-tk-savebar__actions .avbryt {
    background-color: #e74c3c;
    color: #fff;
    padding: 10px 15px;
    font-size: 16px;
    border: 1px solid #c0392b;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

    .n-tk-savebar__actions .avbryt:hover {
        background-color: #c0392b;
    }

.n-tk-savebar__actions .ångra {
    background: none;
    color: azure;
    padding: 10px 15px;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

    .n-tk-savebar__actions .ångra::before {
        font-family: "Material Icons";
        content: "\e166";
    }

    /* 
.n-tk-savebar__actions .gör {
    display: none;
}
        */
/* Style for the Save (Spara) button */


/*--------SHOW AND HIDE ELEMENTS STARTS---------- */
.hide-mobile {
    display: flex;
}

.hide {
    display: none !important;
}

.mobile-only,
.mobile-only.tk-button {
    display: none !important;
}


@media screen and (max-width: 768px) {

    .item-hidden {
        display: none !important;
    }

    .hide-mobile {
        display: none !important;
    }

    .mobile-only,
    .mobile-only.tk-button {
        display: flex !important;
    }
}

/*-------------SHOW AND HIDE ELEMENTS ENDS---------- */


/*-------------------------BUTTONS START--------------------------- */

.tk-button {
    padding-top: 1rem !important;
    justify-content: center;
}
.rk-tab-btn.ctButton {
    position: relative;
    /* padding: calc(1rem * 1.5 + 5px) 0 0 0;*/
    border-bottom: 1px solid #eaeaea;
    justify-content: flex-end;
}

button.rk-tab-btn {
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    height: 100%;
    width: 100%;
    /* color: #9da0ab !important;*/
}

    button.rk-tab-btn:hover {
        color: #000000;
    }

.rk-tab-btn[disabled] {
    color: #000000 !important;
    opacity: 1 !important;
    cursor: grab !important;
    padding: 5px 6px;
}

    .rk-tab-btn[disabled]::after {
        content: "";
        display: inline-block;
        position: absolute;
        bottom: 0px;
        width: 110%;
        height: 2px;
        background-color: var(--navy);
    }

.rk-tab-btn.no-padding-top.tk-component {
    padding-bottom: 0px !important;
}

.tk-file-upload__interactive {
    color: white !important;
}

/*-------------------------BUTTONS ENDS--------------------------- */
/*---------IMAGES STARTS---------- */
.profile-img {
    border-radius: 50%;
    width: 140px;
    height: 140px;
    object-fit: cover;
}

.profile-img-tbl {
    min-height: 80px;
    max-width: 80px;
    margin-top: 5px;
    margin-bottom: 5px;
    border-radius: 100px;
    object-fit: cover;
}

.profile-img-CV {
    border-radius: 6px;
    width: 200px;
    height: 200px;
    object-fit: cover;
    max-width: 300px;
}
/*---------IMAGES STARTS---------- */


/*-------------- TABLE LAYOUT START------------*/

.tbl-height-40vh{
    max-height: 40vh;
}
.tbl-height-50vh {
    max-height: 50vh;
}
.tbl-height-50vh {
    max-height: 50vh;
}


.tk-data-table tr.vmCurrentRow {
    background-color: #00000005;
    box-shadow: none;
}
.tk-data-table__header-row th{
    border-radius: 0px;
}
/*-------------- TABLE LAYOUT END------------*/


/*------------INPUT FIELDS START--------------*/

.tk-label {
    color: #010202;
    padding-left: 2px !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    padding-bottom: 0px;
    padding-top: 8px;
    letter-spacing: 0.025em !important;
}
.tk-input-field--no-label {
    padding-top: 1rem;
}
/*------------INPUT FIELDS END--------------*/



/*---------------------DROPDOWN MENU START----------------------*/


.tk-data-table.resizeable_table {
    max-height: 40vh;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    z-index: 10;
    background: white !important;
}

/*---------------------DROPDOWN MENU ENDS----------------------*/


/*---------------------CV STYLING STARTS----------------------*/
.cv-h1:not(label) {
    font-family: var(--font-title);
    font-weight: var(--font-weight-bold);
    font-size: 2rem;
    color: var(--black);
    margin: 16px 0px;
   text-transform: uppercase;
}

.cv-h2:not(label) {
    font-size: 1.25rem;
    color: var(--navy);
    font-family: var(--font-base);
    font-weight: var(--font-weight-bold);
    margin: 12px 0px;
}

.cv-h3:not(label) {
    font-size: 1.25rem;
    color: var(--purple);
    font-family: var(--font-base);
    font-weight: var(--font-weight-bold);
    margin: 8px 0px;
}

.cv-h4:not(label) {
    font-size: 1rem;
    color: var(--navy);
    font-family: var(--font-base);
    font-weight: var(--font-weight-bold);
    margin: 4px 0px;
}

.cv-h5:not(label) {
    font-size: 0.9rem;
    color: var(--grey);
    font-family: var(--font-base);
    font-weight: var(--font-weight-bold);
}

.cv-h6:not(label) {
    font-size: 0.9rem;
    color: var(--light-grey);
    font-family: var(--font-base);
    font-weight: var(--font-weight-bold);
}

.cv-p {
    font-family: var(--font-base);
    font-size: 0.9rem;
    color: var(--grey);
}

.cv-container {
    max-width: 60vw !important;
    margin: auto;
}

.modal-cv {
    max-width: 60vw !important;
    margin: auto;
}

.CVKonsultprofil_ActionBarGroupbox.tk-groupbox {
    position: absolute;
    bottom: 0px;
    width: 100%;
    left: 0px;
    display: flex;
    background-color: #d9d9ff;
    padding: 4px;
    box-shadow: 0px -5px 13px 2px #0202020d;
    border-top: 1px solid #eaeaea;
    justify-content: center;
    z-index: 100;
}

CVKonsultprofil_ActionBarGroupbox.tk-groupbox .tk-button{
    color: white;
}
.ActionBarCV {
    position: fixed !important;
    bottom: 0% !important;
    width: 100% !important;
    color: white;
}




/*---------------------CV STYLING ENDS----------------------*/
.highlightWord {
    background-color: yellow;
    border-width: 1px;
    border-style: solid;
    border-color: red;
    padding: 2px;
}


.row {
    flex-direction: row !important;
}

.align-items-center {
    align-items: center !important;
}

.justify-self-center {
    justify-self: center !important;
}

.baseline {
    align-items: baseline !important;
}


.tk-file-download {
    padding: unset;
}

.borlange-alp-img {
    content: "";
    display: block;
    background-image: url(../SiteAssets/Borlange-alp.jpeg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 300px;
    height: 300px;
    border-radius: 100%;
}

.skidor-selfie-img {
    content: "";
    display: block;
    background-image: url(../SiteAssets/Skidor-selfie.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 300px;
    height: 300px;
    border-radius: 100%;
}

.GruppTrappa-img {
    content: "";
    display: block;
    background-image: url(../SiteAssets/GruppTrappa.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 300px;
    height: 300px;
    border-radius: 100%;
}

.GruppTrappaStor-img p {
    content: "";
    display: block;
    background-image: url(../SiteAssets/GruppTrappa.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 30vw;
    max-width: 700px;
    height: 80vh;
}

.stretch_container {
    width: 100%;
}


@media screen and (max-width: 768px) {
    .image-container {
        margin: 32px 32px;
    }

    .row-wrapper-infopage {
        align-content: center !important;
        margin: 16px 0px !important;
    }

    .text-wrapper {
        max-width: fit-content;
        padding: 12px;
    }
}



row-wrapper-infopage
.marketing_text p {
    max-width: 80vw;
}

.row-wrapper-infopage {
    column-gap: 20px;
    margin: 32px 0px;
}



.primary-color-background {
    padding: 24px;
    background-color: rgb(222, 114, 45, 0.2);
    width: fit-content;
}



.placingcontainerFrame {
    border-style: solid;
    border-width: thin;
    border-radius: 5px;
    border-color: darkgrey;
    background-color: rgb(0 0 0 / 3%);
}

/* Centrerar kolumner som inte är inputs vertikalt */
/*  samt gör det möjligt att högerjustera */
/* Sätt staticTextVerticalCentered på den column som ska justeras (inte placingcontainer) */
div.staticTextVerticalCentered {
    padding-top: 0px;
}

label.staticTextVerticalCentered {
    padding: 0px;
}

label.numeric {
    text-align: right;
    display: block;
}

p.staticTextVerticalCentered {
    height: 2.5rem;
    display: flex;
    align-items: center;
}

    p.staticTextVerticalCentered.numeric {
        justify-content: end;
    }

.row {
    flex-direction: row !important;
}

.align-items-center {
    align-items: center !important;
}

.baseline {
    align-items: baseline !important;
}


.tk-file-download {
    padding: unset;
}

.borlange-alp-img {
    content: "";
    display: block;
    background-image: url(../SiteAssets/Borlange-alp.jpeg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 300px;
    height: 300px;
    border-radius: 100%;
}

.skidor-selfie-img {
    content: "";
    display: block;
    background-image: url(../SiteAssets/Skidor-selfie.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 300px;
    height: 300px;
    border-radius: 100%;
}

.GruppTrappa-img {
    content: "";
    display: block;
    background-image: url(../SiteAssets/GruppTrappa.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 300px;
    height: 300px;
    border-radius: 100%;
}

.GruppTrappaStor-img p {
    content: "";
    display: block;
    background-image: url(../SiteAssets/GruppTrappa.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 30vw;
    max-width: 700px;
    height: 80vh;
}

.stretch_container {
    width: 100%;
}


@media screen and (max-width: 768px) {
    .image-container {
        margin: 32px 32px;
    }

    .row-wrapper-infopage {
        align-content: center !important;
        margin: 16px 0px !important;
    }

    .text-wrapper {
        max-width: fit-content;
        padding: 12px;
    }
}



row-wrapper-infopage
.marketing_text p {
    max-width: 80vw;
}

.row-wrapper-infopage {
    column-gap: 20px;
    margin: 32px 0px;
}



.primary-color-background {
    padding: 24px;
    background-color: rgb(222, 114, 45, 0.2);
    width: fit-content;
}



.placingcontainerFrame {
    border-style: solid;
    border-width: thin;
    border-radius: 5px;
    border-color: darkgrey;
    background-color: rgb(0 0 0 / 3%);
}

/* Centrerar kolumner som inte är inputs vertikalt */
/*  samt gör det möjligt att högerjustera */
/* Sätt staticTextVerticalCentered på den column som ska justeras (inte placingcontainer) */
div.staticTextVerticalCentered {
    padding-top: 0px;
}

label.staticTextVerticalCentered {
    padding: 0px;
}

label.numeric {
    text-align: right;
    display: block;
}

p.staticTextVerticalCentered {
    height: 2.5rem;
    display: flex;
    align-items: center;
}

    p.staticTextVerticalCentered.numeric {
        justify-content: end;
    }

/* Gör kolumner oberoende av innehåll för att ge förutsägbar storlek baserat på tillgängligt utrymme */
.fixedSizeColumns > div {
    flex-basis: 0 !important;
}
/* SLUT - Gör kolumner oberoende av innehåll för att ge förutsägbar storlek baserat på tillgängligt utrymme */
