#components-reconnect-modal {
    display: none;
}

.components-reconnect-show {
    display: none;
}

#components-reconnect-modal.components-reconnect-show {
    display: none;
}

#components-reconnect-modal.components-reconnect-failed,
#components-reconnect-modal.components-reconnect-rejected {
    display: block;
    transition: visibility 0s linear 1000ms;
}


:root {
    --kendo-font-family-sans-serif: Optima, Arsenal, Arial, sans-serif;
    --text-color: #424855;
    --selected-color: #003c71;
    --element-color-awareness: #f39200; /* orange */
    --element-color-clarity: #21a737; /* green */
    --element-color-leadership: #ca2e17; /* red */
    --element-color-resilient: #6462aa; /* purple */

    --element-back-awareness: #FFDCBD; /* orange */
    --element-back-clarity: #ECFFE4; /*green */
    --element-back-leadership: #ffdad4; /* red */
    --element-back-resilient: #e2dfff; /* purple */

    --text-highlight-blue: #004785; /* dark blue */
    --interface-gold: #7B5900; /* gold */

    --element-color-header-wine: #AA324A;
    --element-color-header-lightblue: #D4E3FF;
    --border-color-light: #00000020;
}

html, body, app, .k-drawer-container, .k-drawer-content, .main {
    width: 100%;
    height: 100%;
    max-height: 100%;
}

body {
    color: var(--text-color);
}


.k-content {
    color: var(--text-color);
    border-color: rgba(0, 0, 0, .12);
    background-color: #fff;
}

a {
    color: #004785;
}

.k-body {
    color: var(--text-color);
    font-size: 16px;
    background-color: #FAFAFA;
}

.k-grid a {
    /*color: inherit;*/
    text-decoration: underline;
}

.main {
    overflow-y: auto;
}

.k-drawer-content {
    overflow-x: auto;
}

.k-slider-vertical {
    height: 300px;
}

.top-row {
    left: 0;
    z-index: 1000;
    padding: 16px;
    height: auto;
}

.drawer-hamburger {
    position: absolute;
    z-index: 2;
    margin-top: 13px;
    margin-left: 30px;
}



.k-drawer-item:hover,
.k-drawer-item.k-state-hover,
.text-info {
    color: #424855 !important;
    background-color: #d4e3ff;
}


.rle-tip-line {
    /*    align-self: center;
    max-width: 50%;
    justify-content: center;
*/
    align-items: center;
    display: flex;
    flex-flow: column;
    width: 100%;
}

.rle-tip-o {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    width: 100%;
    padding: 8px;
    background-color: #ebf1ff;
    border-radius: 8px;
    /*inline-size: fit-content;*/
    gap: 8px;
}

.rle-tip-i {
    /*display: inline-flex;*/
    display: inline;
    width: 100%;
}


.rle-timeleft-o {
    border-radius: 12px;
    display: inline-flex;
    justify-content: space-between;
    width: 100%;
    height: 100%;
    align-content: center;
    flex-direction: column;
    align-items: center;
    gap: 32px;
}

.rle-timeleft-i {
    display: inline-flex;
    width: 100%;
    align-items: flex-end;
    justify-content: flex-start;
}

.rle-timeleft-t {
}

.rle-thought-o {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    width: 100%;
    padding: 16px;
    background-color: #ffffff;
    border-width: 1px;
    border-style: solid;
    border-color: #1e5fa6;
    border-radius: 12px;
    inline-size: fit-content;
}

.rle-thought-i {
    display: flex;
    flex-direction: column;
}

.rle-thought-t {
}

.rle-thought-a {
}

.rle-goal-color {
    background-color: #ebf1ff !important;
    border: #1E5FA6 3px solid;
}



.rle-colortitle-o {
    display: inline-flex;
    flex-direction: column;
    width: 100%;
    border-radius: 12px;
    margin-bottom: 16px;
    padding: 8px;
}

.rle-colortitle-b {
    height: 100%;
    width: 100%;
    padding: 8px 8px 8px 24px;
    color: #ffffff;
    font-family: var(--rle-font-family);
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}

.rle-colorinfo-o {
    display: inline-flex;
    flex-direction: column;
    height: fit-content;
    width: 100%;
    border-radius: 12px;
    /*margin-bottom: 16px;*/
    padding: 16px 0px;
}

.rle-colorinfo-h {
    padding: 16px 8px 8px 24px;
    color: #424855;
    font-family: var(--rle-font-family);
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
}

.rle-colorinfo-b {
    height: 100%;
    width: 100%;
    padding: 8px 8px 8px 24px;
}

/*.rle-blue-o {
    background-color: #ebf1ff;
    display: inline-flex;
    flex-direction: column;*/
/*height: 100%; cannot be set */
/*width: 100%;
    border-radius: 12px;
    margin-bottom: 16px;
}

.rle-blue-h {
    padding: 16px 8px 8px 24px;
    color: #424855;
    font-family: var(--rle-font-family);
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
}

.rle-blue-b {
    height: 100%;
    width: 100%;
    padding: 8px 8px 8px 8px;
    margin: 8px;
}*/
.rle-no-padding {
    padding-left: 0px;
    padding-right: 0px;
    padding: 0px;
}

.rle-padded {
    padding: 16px;
}

.justify-space-between {
    justify-content: space-between;
}

.demo-window {
    z-index: 44444;
    display: flex;
    width: 771px;
    padding: 32px 48px 48px 48px;
    flex-direction: column;
    /*align-items: flex-end;*/
    gap: 16px;
    flex-shrink: 0;
    border-radius: 24px;
}

.rle-progress-o {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    width: 100%;
    padding-left: 8px;
    padding-right: 8px;
    background-color: #ffefd6;
    border-radius: 8px;
    inline-size: fit-content;
}

.rle-progress-i {
    display: inline-flex;
}

.rle-panel-profile-o {
    border-radius: 12px;
    display: inline-flex;
    padding: 6px 20px;
    justify-content: center;
    width: 100%;
    height: 100%;
    align-content: center;
    flex-direction: column;
    align-items: center;
}

.rle-panel-profile-i {
    display: flex;
    width: 63px;
    height: 72px;
    flex-direction: column;
    justify-content: center;
    flex-shrink: 0;
    text-align: center;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 40px;
    color: #00315e;
}

.rle-programme-o {
}

.rle-programme-i {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    width: 100%;
    padding-left: 8px;
}

.rle-achievement-o {
    padding-bottom: 16px;
}

.rle-achievement-i {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    width: 100%;
    padding-left: 8px;
}

.rle-article-i {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    width: 100%;
    padding-left: 8px;
}

.rle-article-t {
}

.rle-panel-intro-o {
    border-radius: 12px;
    display: inline-flex;
    padding: 6px 20px;
    justify-content: center;
    width: 100%;
    height: 100%;
    align-content: center;
    flex-direction: column;
    align-items: center;
}

.rle-panel-intro-i {
}

.rle-panel-intro-b {
    padding-top: 32px;
    padding-bottom: 32px;
    /*  display: inline-flex;
    width: 90%;
    align-items: flex-end;
    justify-content: flex-end;*/
    /*   display: flex;
    width: 63px;
    height: 72px;
    flex-direction: column;
    justify-content: center;
    flex-shrink: 0;
    text-align: center;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 40px;
    color: #00315e;*/
}

/*.rle-frame-o {
    background-color: white;
    display: inline-flex;
    flex-direction: column;
    height: 100%;
    width: 100%;
    border-radius: 12px;
}

.rle-frame-h {
    padding: 16px 8px 8px 24px;
    color: #424855;
    font-family: var(--rle-font-family);
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
}

.rle-frame-b {
    height: 100%;*/
/*padding: 8px 8px 8px 24px;*/
/*}*/

.k-justify-content-around {
    justify-content: normal;
}

.disabled-btn {
    float: right;
}

.window-btn {
    width: 100%;
    margin-top: 4px;
}


.rle-center-text {
    text-align: center;
}

.rle-center-div {
    align-self: center;
    justify-content: center;
}

.rle-center-div50 {
    align-self: center;
    max-width: 50%;
    justify-content: center;
}

.rle-photo-b {
    align-self: center;
    /*justify-content: center;*/
    display: flex;
    flex-direction: column;
    /*width: 100%;*/
    gap: 16px;
}


.rle-photo-r {
    display: flex;
    flex-direction: row;
    /*width: 100%;*/
    align-self: center;
    gap: 26px;
}

#demo-runner {
    height: 530px;
}

.rle-gridbackground {
    background-color: white;
    border-radius: 12px;
}

.rle-no-shadow {
    box-shadow: none;
}

.rleinfobox {
    border-radius: 8px;
    border: 2px solid #909094;
    margin: 16px 8px;
    padding-top: 8px;
    padding-bottom: 8px;
    position: relative;
    min-height: 80px;
    align-items: center;
    display: flex;
}


.rleinfobox-small {
    border-radius: 8px;
    border: 2px solid #909094;
    /*margin: 16px 8px;*/
    padding-top: 8px;
    padding-bottom: 8px;
    position: relative;
    /*min-height: 80px;*/
    align-items: center;
    display: flex;
}

.rleinfoheader {
    position: absolute;
    top: -10px;
    left: 10px;
    background-color: rgb(253, 252, 252);
    padding-left: 8px;
    padding-right: 8px;
    float: left;
    line-height: 1;
}

.rleinfocontent {
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 16px;
    padding-right: 16px;
    line-height: 1;
    margin-bottom: 0px;
    width: 100%;
}

    .rleinfocontent p {
        margin-bottom: 0px;
    }


.rleinfocontent-small {
    /*padding-top: 8px;*/
    /*padding-bottom: 8px;*/
    padding-left: 16px;
    padding-right: 16px;
    line-height: 1;
    margin-bottom: 0px;
    width: 100%;
}

    .rleinfocontent-small p {
        margin-bottom: 0px;
    }


.rle-button-row {
    flex-direction: row;
    display: flex;
    place-content: flex-end;
    gap: 16px;
    align-items: center;
}

.rle-button-row-center {
    flex-direction: row;
    display: flex;
    place-content: center;
    gap: 16px;
    /*align-items: center;*/
}

.rle-button-row-left {
    flex-direction: row;
    display: flex;
    place-content: flex-start;
    gap: 16px;
}

.rle-button-row-spread {
    flex-direction: row;
    display: flex;
    place-content: flex-end;
    gap: 16px;
    justify-content: space-between;
    padding: 16px;
}

.rle-dark-text {
    color: #424855;
}

.rle-white-text {
    color: white;
}

.rle-goalcard {
    border-radius: 12px;
    border: 3px solid #1e5fa6;
    background: #ebf1ff;
    margin-bottom: 16px;
}


.rle-winecard {
    box-shadow: none;
    padding-bottom: 32px;
}

    .rle-winecard .k-card-header {
        border-radius: 12px;
        border: 1px solid #AA324A;
        background: #AA324A;
        margin-bottom: 16px;
        align-items: center;
        color: white;
    }


.card-whitebackground {
    /* border: blue; */
    /* border-width: 4px; */
    /* border-style: solid; */
    /*border-radius: 12px;*/
    background-color: #FFF !important;
    padding-block: 0px;
    padding-inline: 0px;
}


.rle-card-icon {
    display: inline-flex;
    gap: 16px;
    width: 100%;
}

.rle-feedback-card {
    /*border-radius: 12px;*/
    border: none;
    /*border: 3px solid #AA324A;*/
    /*background: #AA324A;*/
    margin-bottom: 16px;
    box-shadow: none;
}


    .rle-feedback-card .k-card-header {
        border-radius: 12px;
        /*border: 4px solid #f39200;*/
        background: var(--element-color-header-wine);
        color: white;
        padding-block: 16px;
        align-items: center;
    }

    .rle-feedback-card .k-card-body {
        /*border: blue;*/
        /*border-width: 4px;*/
        /*border-style: solid;*/
        border-radius: 12px;
        background-color: #FDFCFF;
    }


.rle-elementcard1 {
    /*orange Number 1 (not id 1) */
    border-radius: 12px;
    border: 3px solid #f39200;
    /*background: #ffdcbd;*/
    background: #FAFAFA;
    margin-bottom: 16px;
}

.rle-elementcard2 {
    /* red Number 2 (not id 3) */
    border-radius: 12px;
    border: 3px solid #ca2e17;
    /*background: #ffdad4;*/
    background: #FAFAFA;
    margin-bottom: 16px;
}

.rle-elementcard3 {
    /* purple Number 3 (not id 4) */
    border-radius: 12px;
    border: 3px solid #6462aa;
    /*background: #e2dfff;*/
    background: #FAFAFA;
    margin-bottom: 16px;
}

.rle-elementcard4 {
    /* green Number 4 (not id 2) */
    border-radius: 12px;
    border: 3px solid #21a737;
    /*background: #ecffe4;*/
    background: #FAFAFA;
    margin-bottom: 16px;
}

.rle-elementcard1 .k-card-header {
    /*border-radius: 12px;*/
    border: 4px solid #f39200;
    background: #f39200;
    color: white;
}

.rle-elementcard2 .k-card-header {
    /*border-radius: 12px;*/
    border: 3px solid #ca2e17;
    background: #ca2e17;
    color: white;
}

.rle-elementcard3 .k-card-header {
    /*border-radius: 12px;*/
    border: 3px solid #6462aa;
    background: #6462aa;
    color: white;
}

.rle-elementcard4 .k-card-header {
    /*border-radius: 12px;*/
    border: 3px solid #21a737;
    background: #21a737;
    color: white;
}

.k-slider .k-draghandle {
    background-color: var(--element-color-header-wine);
}

.k-slider .k-slider-track {
    background-color: #00315e;
    height: 4px;
    width: 4px;
}

.k-slider .k-slider-selection {
    background-color: #00315e;
    /* height: 4px; */
}

.k-draghandle {
    height: 20px;
    width: 20px;
}

.rle-dash-flex-p {
    flex-direction: row;
    display: flex;
    gap: 32px;
}

.rle-dash-flex-main {
    flex: 2;
    display: flex;
    gap: 32px;
}

.rle-dash-flex-main-wide {
    flex: 3;
    display: flex;
    gap: 32px;
}

.rle-dash-flex-side {
    flex: 1;
    gap: 16px;
}

.rle-dash-flex-article {
    flex: 1;
    display: flex;
}

.k-slider .k-label {
    top: 40px;
}

.rle-dash-flex-col {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 32px;
}

.rle-dash-flex-row {
    display: flex;
    flex-direction: row;
    width: 100%;
    gap: 32px;
}

.rle-survey-row {
    display: flex;
    flex-direction: row;
    width: 100%;
    gap: 26px;
}


.rle-survey-frame-o {
    width: 50%;
}

.rle-survey-frame-o30 {
    width: 33.33%;
}


.rle-survey-frame-o50 {
    width: 50%;
}


.rle-survey-frame-o90 {
}

.rle-survey-frame-o100 {
    width: 100%;
}

.rle-survey-frame-b {
    min-width: 50%;
    width: 100%;
    border: 1px solid #909094;
    border-radius: 4px;
    padding: 8px 12px 8px;
    display: inline-flex;
    flex-direction: column;
    line-height: 1;
}

.rle-survey-frame-h {
    width: 10%;
    position: absolute;
    background-color: #ffffff;
    display: inline;
    inline-size: fit-content;
    padding: 0px 8px 0px 8px;
    font-family: var(--rle-font-family);
    font-size: 12px;
    letter-spacing: 1.2px;
    margin-top: -1%;
}

.rle-survey-o {
}

.rle-survey-i {
    text-align: center;
}


.k-button {
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 1.6px;
}


.rle-survey-frame-o90 .rle-survey-i .k-button {
    margin-top: 10px;
    padding: 10px 24px;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 1.6px;
}

.rle-survey-text {
    color: #424855;
    font-family: var(--rle-font-family);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    /* 125% */
}

    .rle-survey-text span {
        color: #004785;
    }

.rle-textbox-o {
    padding: 33px 0px 0px;
    width: 100%;
    position: relative;
}

.rle-textbox-b {
    padding: 8px 12px 8px;
    border-radius: 4px;
    outline: 1px solid #79747e;
    width: 100%;
    display: inline-flex;
    flex-direction: column;
}

.rle-textbox-l {
    width: 10%;
    position: absolute;
    background-color: #ffffff;
    display: inline;
    inline-size: fit-content;
    padding: 0px 8px 0px 8px;
    font-size: 12px;
    letter-spacing: 1.2px;
    margin-top: -12px;
    line-height: 1;
}

/*
.k-input-outline:focus {
    border-width: 0px;
}
.k-input-outline:focus {
    border-width: 0px;
}
*/
.k-input-outline:focus-within {
    border-color: white;
}

.rle-textbox-e {
    border-width: 0px;
    border-style: none;
}

    .rle-textbox-e:hover {
        border-width: 0px;
        border-style: none;
    }

.rle-textbox-err {
    padding-left: 20px;
    color: darkred;
}

.rle-textbox-50 {
    display: flex;
    justify-content: space-between;
}

    .rle-textbox-50 .rle-textbox-o {
        width: 46%;
    }

.rle-slider-o {
    display: flex;
    flex-direction: row;
    width: 100%;
    gap: 16px;
    height: 80px;
}

.rle-slider-pad {
    width: 80px;
}

.rle-slider-l {
}

h2 {
    color: var(--material-theme-dark, #424855);
    /* material-theme/title/large */
    font-family: var(--rle-font-family);
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    /* 127.273% */
}

/*.rle-colorheader-o {
    border-width: 0px;
}

.rle-colorheader-t {
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    line-height: 44px;
    padding: 16px 32px 8px 32px;*/
/*color: white;*/
/*}

.rle-colorheader-c {
    align-content: flex-end;
    display: flex;*/
/* justify-content: center; */
/* align-items: flex-end; */
/*flex-direction: column;*/
/* height: 70px; */
/*z-index: 20;
    padding: 8px 32px 16px 32px;
    color: white;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
}*/


.rle-action-pad {
    width: 50%;
}


.k-slider .k-draghandle {
    background-color: var(--element-color-header-wine);
}

.k-slider .k-slider-track {
    background-color: #00315e;
    height: 4px;
}

.k-slider .k-slider-selection {
    background-color: #00315e;
    /* height: 4px; */
}

.k-draghandle {
    height: 20px;
    width: 20px;
}

.justify-space-between {
    justify-content: space-between;
}

.center-screen {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    min-height: 50vh;
}

.listview-item {
    height: 270px;
    width: 230px;
    display: inline-flex;
    margin: 15px;
}

.background-changer {
    background: inherit;
    border: none;
}

.k-listview.k-d-flex.telerik-blazor {
    background: inherit;
    border: none;
}

.k-listview-header {
    text-align: center;
    border-bottom-width: 0;
}

.rle-details-flex-p {
    flex-direction: row;
    display: flex;
    gap: 35px;
}

.rle-details-flex-main {
    flex-grow: 1;
    display: flex;
}

.rle-details-flex-l {
    flex-shrink: 0;
    width: 290px;
}

.rle-details-flex-col {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 31px;
}

.rle-details-error-col {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.k-upload .k-dropzone,
.k-upload .k-upload-dropzone {
    flex-direction: column;
    justify-content: space-evenly;
    gap: 16px;
}

@media screen and (max-width: 1000px) {
    .rle-details-flex-p {
        flex-direction: column-reverse;
        display: flex;
        gap: 16px;
    }
}

.k-avatar-lg {
    width: 219px;
    height: 219px;
    flex-basis: 219px;
}


.k-avatar-md-dddd {
    width: 219px;
    height: 219px;
    flex-basis: 219px;
}


.k-form-legend {
    display: none;
}

.rle-field {
    border-style: solid;
    border-bottom-left-radius: 4px !important;
    border-bottom-right-radius: 4px !important;
    border-top-left-radius: 4px !important;
    border-top-right-radius: 4px !important;
    background-color: transparent;
    background-image: none;
    border-bottom-color: rgba(0, 0, 0, 0.38);
    border-left-color: rgba(0, 0, 0, 0.38);
    border-right-color: rgba(0, 0, 0, 0.38);
    border-top-color: rgba(0, 0, 0, 0.38) !important;
    border-bottom-width: 1pt;
    border-left-width: 1pt;
    border-right-width: 1pt;
    border-top-width: 1pt;
    padding-top: 8px;
    padding-right: 2px;
    padding-bottom: 8px;
    padding-left: 16px;
}

.k-card {
    border-radius: 12px;
    font-size: 16px;
    font-family: Optima, Arsenal, Arial, sans-serif;
}


#settings .k-card-header {
    border-style: none;
}

.k-justify-content-around {
    justify-content: normal;
}

.disabled-btn {
    float: right;
}

/*.window-btn {
    width: 100%;
    margin-top: 75px;
}
*/

.rletask {
    border-radius: 8px;
    border: 2px solid #909094;
    /* margin: 16px 8px; */
    padding-top: 8px;
    padding-bottom: 8px;
    position: relative;
    min-height: 80px;
    align-items: center;
    display: flex;
    width: 100%;
    height: 95%;
}

.rletaskheader {
    position: absolute;
    top: -10px;
    left: 10px;
    background-color: rgb(253, 252, 252);
    padding-left: 8px;
    padding-right: 8px;
    float: left;
    line-height: 1;
}

.rletaskcontent {
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 16px;
    padding-right: 16px;
    line-height: 1;
    margin-bottom: 0px;
    width: 100%;
}

    .rletaskcontent p {
        margin-bottom: 0px;
    }

.rle-panel-tasks-o {
    border-radius: 12px;
    display: inline-flex;
    justify-content: center;
    width: 100%;
    height: 100%;
    align-content: center;
    flex-direction: column;
    align-items: center;
}

.rle-panel-tasks-b {
    border-radius: 12px;
    border: 1px solid #e0e2ec;
    background: #fafafa;
    display: inline-flex;
    width: 100%;
    margin: 8px;
    flex-direction: row;
}

.rle-panel-tasks-i {
    padding: 8px;
    zoom: document;
}

.rle-panel-tasks-s {
    display: inline-flex;
    justify-content: center;
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
}

.rle-panel-tasks-item {
}

.rle-panel-tasks-header {
    color: #424855;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
}

.rle-panel-tasks-detail {
    display: flex;
    width: 100%;
}

.rle-panel-tasks-detail-t {
    color: #424855;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

.rle-panel-tasks-item {
}

.rle-panel-tasks-header-d {
    color: lightgray;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
}

.rle-panel-tasks-detail-d {
    display: flex;
    width: 100%;
}

.rle-panel-tasks-detail-td {
    color: lightgray;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

.rle-panel-tasks-icon {
    padding: 8px;
    align-self: center;
}

.rle-video-o {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    width: 100%;
    padding-left: 8px;
    flex-direction: column;
    gap: 32px;
}

.rle-countdown-text {
    font-size: 39px;
    line-height: 35px;
    width: 39px;
    height: 35px;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    color: #ffffff;
}

.rle-countdown-border {
    border-radius: 16px;
    display: flex;
    background-color: #1e5fa6;
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.3), 0px 4px 8px 3px rgba(0, 0, 0, 0.15);
    align-items: center;
    align-content: center;
    padding: 8px;
    margin-left: 4px;
    margin-right: 4px;
}

.rle-countdown-unit {
    display: flex;
    justify-content: center;
    margin-top: 8px;
}

.rle-countdown-o {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-content: flex-start;
    background-color: #ebf1ff;
    padding: 16px 8px 8px 8px;
    border-radius: 12px;
}

.rle-countdown-i {
    background-color: #ebf1ff;
    display: inline-flex;
    flex-direction: column;
}

.rle-countdown-t {
    font-size: 18px;
    margin-top: 4px;
    margin-bottom: 8px;
    margin-left: 8px;
}

.rle-countdown-f {
    display: inline-flex;
    flex-direction: row;
}

.rle-countdown-b {
    margin-left: 8px;
    margin-right: 8px;
}

.rle-countdown-r {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.rle-countdown-co {
    display: flex;
    align-content: center;
    margin-left: 16px;
    align-items: flex-start;
    padding-top: 2px;
}

.rle-countdown-ci {
    background-color: #1e5fa6;
    display: flex;
    border-radius: 100px;
    gap: 8px;
}

.rle-countdown-ct {
    font-size: 18px;
    color: #ffffff;
    margin: 4px 12px 8px;
    padding: 8px;
}

    .rle-countdown-ct a {
        color: white;
    }

.k-textbox.k-input.k-input-outline {
    padding: 0;
    margin: 0;
    border-style: none;
}

.rle-pagehead-o {
    border-width: 0px;
    height: 200px;
}

.rle-pagehead-io {
    display: flex;
    justify-content: flex-end;
}

.rle-pagehead-ic {
    overflow: hidden;
    height: 130px;
    width: 800px;
}

.rle-pagehead-ii {
    width: 100%;
    object-fit: contain;
    position: relative;
}

.rle-pagehead-to {
    align-content: flex-end;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    height: 70px;
    z-index: 20;
}

.rle-pagehead-tc {
    padding: 32px 32px;
    position: relative;
    top: -32px;
    background-color: #ffffff;
    border: 1px solid #ebf1ff;
    border-radius: 12px;
}

.rle-pagehead-tt {
    color: #424855;
    text-align: center;
    font-family: var(--rle-font-family);
    font-size: 57px;
    font-style: normal;
    font-weight: 400;
    line-height: 64px;
}

.rle-login-checkbox {
    margin-top: 25px;
}



    .rle-login-checkbox input[type="checkbox"] {
        border-color: var(--interface-gold);
    }

        .rle-login-checkbox input[type="checkbox"]:checked {
            background-color: var(--interface-gold);
        }

/*

    .rle-login-checkbox input[type="checkbox"] {
        display: none;
    }

        .rle-login-checkbox input[type="checkbox"] + label::before {
            content: "";
            width: 18px;
            height: 18px;
            border-radius: 2px;
            border: 1px solid #9a7000;
            position: absolute;
            top: -2px;
            left: 0;
            transition: background-color 0.3s ease-in-out;
        }

        .rle-login-checkbox input[type="checkbox"]:checked + label::before {
            background-color: #9a7000;
        }

        .rle-login-checkbox input[type="checkbox"] + label::after {
            content: "";
            width: 24px;
            height: 24px;
            position: absolute;
            top: -5px;
            left: -3px;
            background-image: url(checkbox-tick.svg);
            background-size: 100% 100%;
            opacity: 0;
            transition: opacity 0.3s ease-in-out;
        }

        .rle-login-checkbox input[type="checkbox"]:checked + label::after {
            opacity: 1;
        }

    .rle-login-checkbox label {
        position: relative;
        padding-left: 30px;
        font-family: var(--rle-font-family);
        font-size: 12px;
        font-weight: 400;
        line-height: 16px;
        letter-spacing: 1.2px;
    }

        .rle-login-checkbox label a {
            color: #7b5900;
            text-decoration: none;
        }
    */



.rle-login-bottom {
    text-align: center;
    width: 100%;
}

    .rle-login-bottom p {
        margin-bottom: 0;
        color: #4a4949;
        font-family: var(--rle-font-family);
        font-size: 12px;
        font-weight: 400;
        line-height: 16px;
        letter-spacing: 1.2px;
    }

        .rle-login-bottom p a {
            color: #004785;
        }




.rle-challenge-checkbox { /* for challenge page, has to be global */
    /*margin-top: 25px;*/
}



    .rle-challenge-checkbox input[type="checkbox"] {
        border-color: var(--interface-gold);
    }

        .rle-challenge-checkbox input[type="checkbox"]:checked {
            background-color: var(--interface-gold);
        }



.rle-wide {
    background-color: hotpink;
}

    .rle-wide .rle-login-form-i {
        width: 95%;
        height: auto;
    }

.k-input {
    color: #424855;
    font-family: var(--rle-font-family);
    font-size: 18px;
    font-weight: 400;
    line-height: 20px;
}

    .k-input input {
        padding-inline: 5px !important;
    }

@media screen and (max-width: 1000px) {
    .rle-dash-flex-p {
        flex-direction: column;
        display: flex;
        gap: 16px;
    }
}

.rle-details-flex-col h1 {
    font-size: 45px;
    line-height: 100px;
    margin-bottom: 0;
}

.rle-survey-row-top {
    margin-bottom: 25px;
    align-items: center;
}

/* .rle-survey-row-top .k-button {
        height: fit-content;
        padding: 10px 24px;
        font-family: var(--rle-font-family);
        font-size: 16px;
        font-weight: 700;
        line-height: 16px;
        letter-spacing: 1.6px;
        margin-top: 15px;
    }*/

.k-button {
    height: fit-content;
    padding: 10px 24px;
    font-family: var(--rle-font-family);
    font-size: 16px;
    font-weight: 700;
    line-height: 16px;
    letter-spacing: 1.6px;
    /*margin-top: 15px; messes up dropdown bars */
}

.rle-survey-frame-o90 .rle-survey-frame-b {
    padding-top: 32px;
    padding-bottom: 32px;
    position: relative;
}

.rle-survey-frame-o90 .rle-survey-frame-h {
    top: 0;
    /*margin-top: -2.5%; doesn't work in issue report */
}

.rle-password-row .rle-survey-frame-o100 .rle-survey-frame-h {
    margin-top: -14px;
}

.rle-details-flex-col .k-avatar + div a {
    color: #424855;
    text-align: center;
    font-family: var(--rle-font-family);
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 1.2px;
    text-decoration-line: underline;
}

.rle-survey-row .rle-survey-frame-b {
    height: 56px;
}

.rle-details-flex-col .rle-survey-row:last-child .rle-survey-frame-o {
    width: 100%;
}

.rle-survey-form-o.--survey .rle-survey-row > h2 {
    margin-bottom: 0;
    color: #424855;
    font-family: var(--rle-font-family);
    font-size: 16px;
    font-weight: 700;
    line-height: 16px;
    letter-spacing: 1.6px;
}

.rle-survey-content h2 {
    font-family: var(--rle-font-family);
    font-size: 45px;
    font-weight: 400;
    line-height: 52px;
    margin-bottom: 0;
}

.rle-survey-content p {
    margin-bottom: 0;
    color: #424855;
    font-family: var(--rle-font-family);
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
}

.rle-survey-form-o.--survey .rle-survey-row-top {
    margin-bottom: 0;
}

.rle-survey-form-o.--survey .rle-survey-row {
    gap: 40px;
}

.rle-survey-thanks {
    width: 100%;
    display: flex;
    justify-content: center;
}

    .rle-survey-thanks h2 {
        color: #1e5fa6;
        text-align: center;
        font-family: var(--rle-font-family);
        font-size: 24px;
        font-weight: 400;
        line-height: 32px;
        margin-top: 30px;
    }

.k-drawer-expanded .k-drawer-wrapper {
    width: 210px;
    padding: 12px;
}

.k-drawer-wrapper .k-d-flex-col {
    height: 55px !important;
    margin-bottom: 56px;
}

    .k-drawer-wrapper .k-d-flex-col img {
        width: 113px;
    }

.k-drawer-item {
    border-radius: 100px;
    border: 4px solid #fff;
    padding-block: 16px;
    padding-inline: 16px;
    gap: 12px;
    color: #424855;
    font-family: var(--rle-font-family);
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 1.2px;
    align-items: center;
    transition: background 0.3s ease-in-out;
}


.k-drawer-mini .k-drawer-item {
    padding-inline: 9px;
}

.k-drawer-item.active {
    background: #d4e3ff;
}

.k-drawer-item:hover {
    background: #ebf1ff;
    color: #424855 !important;
}

.k-drawer-item .telerik-blazor {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
}

    .k-drawer-item .telerik-blazor svg {
        width: 100%;
        height: 100%;
    }

.k-drawer-item .k-icon {
    color: #424855;
}

.k-drawer-item.disabled {
    pointer-events: none;
    opacity: 0.4;
}

.top-row .k-textbox.k-input.k-input-solid {
    margin: 0;
    padding: 0;
}

.rle-main-bar .k-button {
    font-size: 16px;
    font-weight: 700;
    margin-left: 16px;
    padding: 7px 12px;
}

    .rle-main-bar .k-button .k-button-icon {
        width: 24px;
        height: 24px;
    }

.k-menu-item .k-menu-link-text {
    color: #424855;
    font-family: var(--rle-font-family);
    /*font-size: 12px;*/
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 1.2px;
}

.rle-dash-flex-main .rle-frame-h {
    padding: 16px 32px 0px 32px;
}

.rle-main-body {
    /*margin-left: 16px;*/
    line-height: 1.2;
}

.rle-feedback-message {
    display: inline-flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 16px;
}

.rle-feedback-edits {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    width: 100%;
    gap: 16px
}

    .rle-feedback-edits .rle-textbox-o {
        padding: 0px;
    }

.rle-feedback-bottom {
    padding: 16px;
}

    .rle-feedback-bottom .rle-button-row {
        padding: 8px;
    }

.window-btn {
    width: auto;
}

.rle-howblock-row {
    display: inline-flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 8px;
}

.rle-howblock-o {
    background-color: #EBF1FF;
    padding: 16px;
    border-radius: 12px;
    text-align: center;
    align-items: center;
    width: 200px;
    height: 100%;
    display: flex;
}

.rle-howblock-i {
}

.rle-howblock-j {
    background-color: #EBF1FF;
    min-width: 18px;
    width: 28px;
    height: 4px;
}


.rle-plain-combo .k-dropdownlist .k-input-inner .k-input-value-text {
    background-color: inherit;
}

.rle-plain-combo.k-picker-solid {
    background-color: inherit;
}

.rle-plain-combo .k-input-inner .k-input-value-text {
    background-color: inherit;
    background-image: none
}

.rle-intro-form-o {
    padding: 32px;
    height: 100%;
}

.rle-intro-form-i {
    width: 70%;
}

.rle-intro-form-o.--survey .rle-intro-row > h2 {
    margin-bottom: 0;
    color: #424855;
    font-family: var(--rle-font-family);
    font-size: 16px;
    font-weight: 700;
    line-height: 16px;
    letter-spacing: 1.6px;
}

.rle-intro-content h2 {
    font-family: var(--rle-font-family);
    font-size: 45px;
    font-weight: 400;
    line-height: 52px;
    margin-bottom: 0;
}

.rle-intro-content p {
    margin-bottom: 0;
    color: #424855;
    font-family: var(--rle-font-family);
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
}

.rle-intro-form-o.--intro .rle-intro-row-top {
    margin-bottom: 0;
}

.rle-intro-form-o.--intro .rle-intro-row {
    gap: 40px;
}

.intro-window {
    background-color: #fffa;
}

    .intro-window .k-window-titlebar {
        background-color: #fffd;
    }

.rle-intro-button {
    display: block;
    margin: 2px 32px 32px auto;
    text-align: right;
}

.group-name-window {
    background-color: #fff;
    border-radius: 24px;
}

    .group-name-window .k-window-titlebar {
        background-color: #fff;
        border-radius: 24px;
    }


.mainfooter {
    text-align: center;
    padding: 64px 0px 0px 0px;
}

.flex-center {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    gap: 32px;
}


.card-center {
}

.goal-panel-window {
    z-index: 44444;
    display: flex;
    width: 771px;
    padding: 32px 48px 48px 48px;
    flex-direction: column;
    /*align-items: flex-end;*/
    gap: 16px;
    flex-shrink: 0;
    border-radius: 24px;
}

.rle-lose-weight {
    font-weight: 500;
    display: inline;
}


.awareness-background {
    background-color: var(--element-color-awareness);
    color: white;
}

.clarity-background {
    background-color: var(--element-color-clarity);
    color: white;
}

.leadership-background {
    background-color: var(--element-color-leadership);
    color: white;
}

.resilient-background {
    background-color: var(--element-color-resilient);
    color: white;
}


.rle-border-awareness {
    border: 1px solid var(--element-color-awareness);
}

.rle-border-clarity {
    border: 1px solid var(--element-color-clarity);
}

.rle-border-leadership {
    border: 1px solid var(--element-color-leadership);
}

.rle-border-resilient {
    border: 1px solid var(--element-color-resilient);
}



.rle-elementcard-awareness {
    border-radius: 12px;
    margin-bottom: 16px;
    box-shadow: none;
}

    .rle-elementcard-awareness .k-card-header {
        border-radius: 12px;
        border: 4px solid var(--element-color-awareness);
        background-color: var(--element-color-awareness);
        color: white;
    }


.rle-elementcard-clarity {
    border-radius: 12px;
    margin-bottom: 16px;
    box-shadow: none;
}

    .rle-elementcard-clarity .k-card-header {
        border-radius: 12px;
        border: 4px solid var(--element-color-clarity);
        background-color: var(--element-color-clarity);
        color: white;
    }

.rle-elementcard-leadership {
    border-radius: 12px;
    margin-bottom: 16px;
    box-shadow: none;
}

    .rle-elementcard-leadership .k-card-header {
        border-radius: 12px;
        border: 4px solid var(--element-color-leadership);
        background-color: var(--element-color-leadership);
        color: white;
    }

.rle-elementcard-resilient {
    border-radius: 12px;
    margin-bottom: 16px;
    box-shadow: none;
}

    .rle-elementcard-resilient .k-card-header {
        border-radius: 12px;
        border: 4px solid var(--element-color-resilient);
        background-color: var(--element-color-resilient);
        color: white;
    }



/*FADE VERSION*/

.rle-elementcard-awareness-fade {
    border-radius: 12px;
    margin-bottom: 16px;
    box-shadow: none;
}

    .rle-elementcard-awareness-fade .k-card-header {
        border-radius: 12px;
        border: 4px solid var(--element-back-awareness);
        background-color: var(--element-back-awareness);
        color: gray;
    }


.rle-elementcard-clarity-fade {
    border-radius: 12px;
    margin-bottom: 16px;
    box-shadow: none;
}

    .rle-elementcard-clarity-fade .k-card-header {
        border-radius: 12px;
        border: 4px solid var(--element-back-clarity);
        background-color: var(--element-back-clarity);
        color: gray;
    }

.rle-elementcard-leadership-fade {
    border-radius: 12px;
    margin-bottom: 16px;
    box-shadow: none;
}

    .rle-elementcard-leadership-fade .k-card-header {
        border-radius: 12px;
        border: 4px solid var(--element-back-leadership);
        background-color: var(--element-back-leadership);
        color: gray;
    }

.rle-elementcard-resilient-fade {
    border-radius: 12px;
    margin-bottom: 16px;
    box-shadow: none;
}

    .rle-elementcard-resilient-fade .k-card-header {
        border-radius: 12px;
        border: 4px solid var(--element-back-resilient);
        background-color: var(--element-back-resilient);
        color: gray;
    }


.rle-background-awareness-fade {
    /*border: 4px solid var(--element-back-awareness);*/
    background-color: var(--element-back-awareness);
}

.rle-background-clarity-fade {
    /*border: 4px solid var(--element-back-clarity);*/
    background-color: var(--element-back-clarity);
}

.rle-background-leadership-fade {
    /*border: 4px solid var(--element-back-leadership);*/
    background-color: var(--element-back-leadership);
}

.rle-background-resilient-fade {
    /*border: 4px solid var(--element-back-resilient);*/
    background-color: var(--element-back-resilient);
}



.rle-fontcolor-awareness {
    color: var(--element-color-awareness);
}

.rle-fontcolor-clarity {
    color: var(--element-color-clarity);
}

.rle-fontcolor-leadership {
    color: var(--element-color-leadership);
}

.rle-fontcolor-resilient {
    color: var(--element-color-resilient);
}


.k-tabstrip-items {
    text-transform: none;
}

.rle-bluecard {
    background-color: #ebf1ff;
    display: inline-flex;
    flex-direction: column;
    /*height: 100%; cannot be set */
    width: 100%;
    border-radius: 12px;
    margin-bottom: 16px;
}


.rle-resizable-editor {
    height: 100%;
    min-height: 200px !important;
    max-height: 1000px !important;
    height: 100% !important;
    resize: vertical !important;
}

    .rle-resizable-editor div.k-editor-content div.k-content {
        font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
        font-size: large;
        width: 100%;
        height: 200px;
        resize: vertical !important;
    }

    .rle-resizable-editor div.k-editor-content {
        min-height: 200px !important;
        max-height: 1000px !important;
        height: 100% !important;
    }



.k-grid th.wrap-header {
    justify-content: center;
    /*text-align: center;*/
    white-space: normal;
    vertical-align: middle;
}

    .k-grid th.wrap-header .k-column-title {
        white-space: normal;
    }

.lock-green {
    color: green;
}

.lock-red {
    color: red;
}


.no-bottom-margin {
    margin-bottom: 0px;
}


.alert-highlight .k-icon {
    color: orangered;
}

.alert-default {
    color: darkgrey;
}

.k-tabstrip {
    font-family: var(--rle-font-family);
    font-size: 16px;
}

.highcharts-point {
    cursor: pointer;
}

.no-selection {
    user-select: none; /* standard syntax */
    -webkit-user-select: none; /* webkit (safari, chrome) browsers */
    -moz-user-select: none; /* mozilla browsers */
    -khtml-user-select: none; /* webkit (konqueror) browsers */
    -ms-user-select: none; /* IE10+ */
}


@media print {
    .rle-body {
        background-color: transparent !important;
    }
}

/*#region Safari 7.1+ */

_::-webkit-full-page-media, _:future, :root .safari_only_break {
    /*color: hotpink;*/
    break-before: page;
    page-break-before: always;
}

/*#endregion*/
