.tooltip {
    z-index: 100000000;
}

.daterangepicker {
    z-index: 16100000000000 !important;
}

.light-mode .daterangepicker .calendar th, .light-mode .daterangepicker .calendar td {
    color: #495057 !important;
}

.light-mode .daterangepicker td.active {
    color: #FFF !important;
}


    .light-mode .daterangepicker td.active:hover {
        color: #FFF !important;
    }

.light-mode .daterangepicker td.off.in-range, .light-mode .daterangepicker td.off.start-date, .light-mode .daterangepicker td.off.end-date {
    background-color: #F6F6F6;
    color: #495057 !important;
}

.light-mode .daterangepicker td.off {
    background-color: #F6F6F6;
    color: #495057 !important;
}

.light-mode .daterangepicker td.in-range {
    color: #F6F6F6 !important;
}

.transparent-mode .light-layout {
    display: block;
}

.transparent-mode .grey-layout {
    display: none;
}


.light-mode .light-layout {
    display: none;
}

.light-mode .grey-layout {
    display: block;
}


.transparent-mode .cardChoiceBg {
    background: #0a1628;
}


.note-editor.note-airframe .note-editing-area .note-editable, .note-editor.note-frame .note-editing-area .note-editable {
    padding: 10px;
    overflow: auto;
    word-wrap: break-word;
    min-height: 200px;
}

.links line {
    /*stroke: #999;*/
    stroke-opacity: 0.6;
}

.nodes {
    cursor: pointer;
    /*stroke: black;
    stroke-width: 0px;*/
}

.svg-container {
    display: inline-block;
    position: relative;
    width: 100%;
    padding-bottom: 100%;
    vertical-align: top;
    overflow: hidden;
}

.svg-content {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
}

div.d3-tip {
    line-height: 1;
    font-weight: bold;
    padding: 12px;
    background: #001;
    color: #F00;
    border-radius: 2px;
    pointer-events: none;
}

.d3-tip span {
    color: #ff00c7;
}

.spaceTootip {
    position: absolute;
    visibility: hidden;
    background-color: #000;
    border: solid;
    border-width: 1px;
    border-radius: 5px;
    padding: 10px;
    z-index: 100000000;
    box-shadow: 0 0 5px #999999;
    color: #fff;
}


.landing-title {
    background: linear-gradient(to right, transparent, #6c5ffc, transparent);
    height: 1px;
    margin: 0px auto;
    width: 70px !important;
    margin-bottom: 10px;
}

.row-flex {
    display: flex;
    flex-wrap: wrap;
}

.row-flex-mb-30 {
    margin-bottom: 35px;
}

.row-flex-mb-10 {
    margin-bottom: 10px;
}

.row-flex-content {
    height: 100%;
}

.page-title-withimg {
    display: flex;
    align-items: center;
    font-size: 18px !important;
    line-height: 18px;
}

.light-mode .doclinktitle {
    font-weight: 600;
    font-size: 12px;
    line-height: 16px;
    text-transform: uppercase;
    color: rgb(40, 47, 83);
}

.transparent-mode .doclinktitle {
    font-weight: 600;
    font-size: 12px;
    line-height: 16px;
    text-transform: uppercase;
    color: #CBBBBB;
}

.transparent-mode .teamLevelTitle {
    color: #CBBBBB;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
}

.light-mode .teamLevelTitle {
    font-weight: 900;
    font-size: 14px;
    line-height: 16px;
    color: #282f53;
    letter-spacing: 0.4px;
}

.light-mode .bread-menu {
    border-bottom: solid 1px #F6F6F6 !important;
    padding-left: 35px;
    padding-top: 6px;
    position: fixed;
    height: 32px;
    top: 58px;
    left: 0;
    right: 0;
    background-color: #FFF;
    z-index: 100000000
}

.transparent-mode .bread-menu {
    /*border-bottom: solid 1px #0a1628 !important;
        padding-left: -235px;
        padding-top: 6px;*/
    /*position: fixed;*/
    /*height: 32px;*/
    /*top: 58px;*/
    /*left: 0;
        right: 0;*/
    /*background-color: #1F2937;
        z-index: 100000000*/
    position: relative;
    z-index: 100000000 !important;
}

.light-mode .northstarBtn {
  /*  border-radius: 5px;
    background: #F6F6F6;*/
  color:#FFCE15 !important;
    padding: 8px;
}

.transparent-mode .northstarBtn {
    /* border-radius: 5px;
    background: #0a1628;*/
    color: #FFCE15 !important;
    padding: 8px;
}

@media screen and (max-width: 992px) {
    .light-mode .bread-menu {
        display: none;
    }

    .transparent-mode .bread-menu {
        display: none;
    }
}



.light-mode .greyMaronColor {
    color: #606060;
}

.transparent-mode .greyMaronColor {
    color: #CBBBBB;
}


.transparent-mode .krContextTitle {
    font-size: 12px;
    line-height: 16px;
    text-decoration-line: underline;
    color: #fff;
    cursor: pointer;
}

.light-mode .krContextTitle {
    font-size: 12px;
    line-height: 16px;
    text-decoration-line: underline;
    color: #0a1628;
    cursor: pointer;
}

.light-mode .ownerText {
    color: #282f53;
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
}


.transparent-mode .sharespace {
    color: #F6F6F6;
    font-weight: 500;
    font-size: 12px;
    line-height: 20px;
    text-decoration: underline;
}

.light-mode .sharespace {
    color: var(--deep-space, #252A30);
    font-weight: 500;
    font-size: 12px;
    line-height: 20px;
    text-decoration: underline;
}

.transparent-mode .feedUsername {
    color: #F6F6F6;
    font-weight: 500;
    font-size: 13px;
    line-height: 16.8px;
    text-decoration: underline;
}

.light-mode .feedUsername {
    color: var(--deep-space, #252A30);
    font-weight: 500;
    font-size: 13px;
    line-height: 16.8px;
    text-decoration: underline;
}

.transparent-mode .simpleText {
    color: #F6F6F6;
    font-size: 13px;
    font-weight: 400;
    line-height: 16.8px;
}
.light-mode .simpleText {
    color: var(--Cosmos, #404A56);
    font-size: 13px;
    font-weight: 400;
    line-height: 16.8px;
}


.transparent-mode .aiResponseBloc {
    display: flex;
    flex-direction: row;
    /*align-items: flex-end;*/
    padding: 10px;
    gap: 10px;
    margin-left: 54px;
    margin-bottom: 5px;
    background: #404a56;
    border-radius: 8px;
    font-size: 13px;
    line-height: 18px;
    color: #fff;
}

.light-mode .aiResponseBloc {
    display: flex;
    flex-direction: row;
    /*align-items: flex-end;*/
    padding: 10px;
    gap: 10px;
    margin-left: 54px;
    margin-bottom: 5px;
    background: #F6F6F6;
    border-radius: 8px;
    font-size: 13px;
    line-height: 18px;
    color: #252A30;
}

.light-mode .krTitleText {
    font-size: 14px;
    font-weight: 900;
    font-stretch: normal;
    line-height: 1.5;
    text-align: left;
    color: #252A30;
}

.transparent-mode .krTitleText {
    font-size: 14px;
    font-weight: 900;
    font-stretch: normal;
    line-height: 1.5;
    text-align: left;
    color: #f6f6f6;
}

.teamLevelSubTitle {
    font-style: normal;
    font-size: 12px;
    line-height: 16px;
    color: #F6F6F6;
    margin-bottom: 20px;
}

.transparent-mode .cancellink {
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
    color: #7EC1FF !important;
}

.light-mode .cancellink {
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
    color:  #0085FF !important;
}

.transparent-mode .textTitleLabel {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    color: #DEDEFD;
}

.light-mode .textTitleLabel {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    color: #252A30;
    font-weight: bold;
}

.inputSubTitle {
    font-style: italic;
    font-weight: 900;
    font-size: 12px;
    line-height: 18px;
    color: #FBBA00;
}

.aiNoGoodResponse {
    font-size: 12px;
    line-height: 18px;
    color: #FBBA00;
}



.btn-login {
    color: #252A30 !important;
    background: #06efa9 !important;
    border-color: #06efa9 !important;
}

    .btn-login:hover {
        color: var(--deep-space);
        background-color: var(--deep-green);
        border-color: var(--deep-green);
        opacity: 0.8;
    }

    .btn-login:focus,
    .btn-login.focus {
        opacity: 0.9;
    }

    .btn-login.disabled,
    .btn-login:disabled {
        color: var(--deep-space);
        background-color: var(--deep-green);
        border-color: var(--deep-green);
    }

    .btn-login:not(:disabled):not(.disabled):active,
    .btn-login:not(:disabled):not(.disabled).active {
        color: var(--deep-space);
        background-color: var(--deep-green);
        border-color: var(--deep-green);
    }

.show > .btn-login.dropdown-toggle {
    color: var(--deep-space);
    background-color: var(--deep-green);
    border-color: var(--deep-green);
}

.btn-login:not(:disabled):not(.disabled):active:focus,
.btn-login :not(:disabled):not(.disabled).active:focus {
    box-shadow: 0 0 0 1px var(--deep-green);
}

.show > .btn-login.dropdown-toggle:focus {
    box-shadow: 0 0 0 1px #06efa9;
}


.orbit {
    stroke: #CBBBBB;
    fill: none;
}

.colorsGreen {
    color: #06efa9 !important;
}

.bgsGreen {
    background-color: #06efa9 !important;
    color: #000 !important;
}

.okrQuarterClosed {
    opacity: 0.8;
}

.iconConnect {
    background-image: url('../assets/images/connect.svg');
    height: 15px;
    width: 15px;
}

/*span.select2-container {
    z-index: 10050;
}
*/

.introText {
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
}

.text-begin {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 18px;
    /*letter-spacing: 0.36px;*/
}

.emptyBoxTitle {
    font-weight: 600;
    font-size: 12px;
    line-height: 16px;
}

.vertAlign {
    margin-top: 6px;
}

.light-mode .textInChart {
    color: #000;
}

.transparent-mode .textInChart {
    color: #FFF;
}

.light-mode .aiSuggResTitleBg {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 10px;
    gap: 10px;
    background: #F9F9F9;
    border-radius: 8px;
    color: #252A30;
    margin-bottom: 5px;
}

.transparent-mode .aiSuggResTitleBg {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 10px;
    gap: 10px;
    background: #404a56;
    border-radius: 8px;
    color: #fff;
    margin-bottom: 5px;
}

.tagCoaching {
    display: flex;
    flex-direction: row;
    font-weight: 500;
    align-items: center;
    padding: 1px 5px;
    gap: 5px;
    background: #06EFA9;
    border-radius: 3px;
    font-size: 12px;
    line-height: 16px;
    color: #252A30;
}

.tagSpaceFeed {
    font-weight: 500;
    padding: 3px 10px;
    background: #A02EFA;
    border-radius: 3px;
    font-size: 10px;
    line-height: 16px;
    color: #F6F6F6;
    text-transform: uppercase;
}

.tagCoachingFeed {
    font-weight: 500;
    padding: 3px 10px;
    background: #0085FF;
    border-radius: 3px;
    font-size: 10px;
    line-height: 16px;
    color: #FFF;
    text-transform: uppercase;
}

.tagKrFeed {
    font-weight: 500;
    padding: 3px 10px;
    background: #06EFA9;
    border-radius: 3px;
    font-size: 10px;
    line-height: 16px;
    color: #252A30;
    text-transform: uppercase;
}
.tagOtFeed {
    font-weight: 500;
    padding: 3px 10px;
    background: #e9e9f1;
    border-radius: 3px;
    font-size: 10px;
    line-height: 16px;
    color: #252A30;
    text-transform: uppercase;
}
.tagObjFeed {
    font-weight: 500;
    padding: 3px 10px;
    background: #FBBA00;
    border-radius: 6px;
    font-size: 10px;
    line-height: 16px;
    color: #252A30;
    text-transform: uppercase;
}

.tagOtFeedTxt {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.tagKrFeedTxt {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    cursor: pointer;
}

.tagSpaceFeedTxt {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

    .tagOtLevel {
        font-weight: 500;
        padding: 5px 8px;
        background: #06EFA9;
        border-radius: 3px;
        font-size: 12px;
        line-height: 16px;
        color: #252A30;
        text-transform: uppercase;
    }


.tagObj {
    display: flex;
    padding: 3px 10px;
    align-items: center;
    gap: 5px;
    padding: 3px 10px;    
    font-weight: 600;
    background: #0085FF;
    border-radius: 6px;
    font-size: 10px;
    line-height: 16px;
    color: #FFF;
    text-transform: uppercase;
}

.tagMethods {
    display: flex;
    flex-direction: row;
    font-weight: 500;
    align-items: center;
    padding: 1px 5px;
    gap: 5px;
    background: #FBBA00;
    border-radius: 3px;
    font-size: 12px;
    line-height: 16px;
    color: #252A30;
}

.tagActivities {
    display: flex;
    flex-direction: row;
    font-weight: 500;
    align-items: center;
    padding: 1px 5px;
    gap: 5px;
    background: #A02EFA;
    border-radius: 3px;
    font-size: 12px;
    line-height: 16px;
    color: #F6F6F6;
}

.tagUserInSpace {
    font-weight: 500;
    align-items: center;
    padding: 1px 3px;
    background: #A02EFA;
    border-radius: 3px;
    font-size: 12px;
    line-height: 16px;
    color: #F6F6F6;
}
.tagMethodsYel {
    font-weight: 500;
    align-items: center;
    padding: 1px 3px;
    background: #FBBA00;
    border-radius: 3px;
    font-size: 12px;
    line-height: 16px;
    color: #252A30;
}

.light-mode .tagArmCanHelp {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 2px 7px;
    gap: 5px;
    height: 22px;
    border: 1px solid #E6E6E6;
    border-radius: 5px;
    font-weight: 600;
    font-size: 10px;
    line-height: 11px;
    text-transform: uppercase;
    color: #252A30;
}

.transparent-mode .tagArmCanHelp {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 2px 7px;
    gap: 5px;
    height: 22px;
    border: 1px solid #404a56;
    border-radius: 5px;
    font-weight: 600;
    font-size: 10px;
    line-height: 11px;
    text-transform: uppercase;
    color: #CBBBBB;
}

.light-mode .tagArmKr {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 2px 0;
    gap: 5px;
    height: 22px;        
    font-weight: 600;
    font-size: 10px;
    line-height: 11px;
    text-transform: uppercase;
    color: #252A30;
}

.transparent-mode .tagArmKr {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 2px 0;
    gap: 5px;
    height: 22px;    
    font-weight: 600;
    font-size: 10px;
    line-height: 11px;
    text-transform: uppercase;
    color: #CBBBBB;
}

.transparent-mode .armCanHelp {
    background-image: url(/assets/images/ai.svg);
    background-size: 16px 16px;
    height: 16px;
    width: 16px;
}

.light-mode .armCanHelp {
    background-image: url(/assets/images/ai.svg);
    background-size: 16px 16px;
    height: 16px;
    width: 16px;
}

.light-mode .detailstext {
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
    color: #404A56;
}

.transparent-mode .detailstext {
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
    color: #CBBBBB;
}

.light-mode .methodBloc {
    background-color: #fff;
    border-radius: 8px;
    margin-bottom: 10px;
}

.transparent-mode .methodBloc {
    background-color: #1F2937;
    border-radius: 8px;
    margin-bottom: 10px;
}

.light-mode .methodBtitle {
    color: var(--deep-space, #252A30);
    font-size: 14px;
    font-weight: 600;
    line-height: 16px;
    text-decoration-line: underline;
}

.light-mode .methodBsubtitle {
    color: var(--deep-space, #252A30);
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
}

.transparent-mode .methodBsubtitle {
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
}

.transparent-mode .methodBtitle {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    line-height: 16px;
    text-decoration-line: underline;
}

.light-mode .blocpTitle {
    color: var(--deep-space, #252A30);
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
}

.transparent-mode .blocpTitle {
    color: #f6f6fb;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
}

.transparent-mode .blocpsubtitle {
    color: #f6f6fb;
    font-size: 11px;
    font-weight: 600;
    line-height: 20px;
    text-transform: uppercase;
}

.light-mode .blocpsubtitle {
    color: #000;
    font-size: 11px;
    font-weight: 600;
    line-height: 20px;
    text-transform: uppercase;
}

.light-mode .statvalperc {
    color: var(--deep-space, #252A30);
    font-size: 30px;
    font-weight: 600;
    line-height: 20px;
}

.transparent-mode .statvalperc {
    color: #f6f6fb;
    font-size: 30px;
    font-weight: 600;
    line-height: 20px;
}

.light-mode .methodDetailBody {
   /* max-width: 800px;*/
    margin: auto !important;
    background-color: #fff;
    border-radius: 8px;
}

.transparent-mode .methodDetailBody {
    /*max-width: 800px;*/
    margin: auto !important;
    background-color: #1F2937;
    border-radius: 8px;
}

h4 {
    font-weight: 500 !important;
    /*  text-decoration:none !important;*/
}

.transparent-mode .paywallContent {
    background: #252a30 !important;
    z-index: 9999999999 !important
}

.transparent-mode .paywallContentCard {
    background: #1F2937 !important
}

.transparent-mode .paywallNoThanks {
    text-decoration: underline;
    color: #fff;
}

.light-mode .paywallNoThanks {
    text-decoration: underline;
}

.light-mode .form-label {
    color: #282F53;
}

.krbaselinetitle {
    font-size: 12px;
    font-weight: 600;
    line-height: 18px;
    text-transform: uppercase;
}

.transparent-mode .krbaselinetitle {
    color: #fff;
}

.light-mode .krbaselinetitle {
    color: var(--deep-space, #252A30);    
}

.krbaselinevalue {
    font-size: 20px;
    font-weight: 600;
    line-height: 18px;
    text-transform: uppercase;
}

.transparent-mode .krbaselinevalue {
    color: #fff;
}

.light-mode .krbaselinevalue {
    color: var(--deep-space, #252A30);
}

.chartLegentTxt {
    font-size: 12px;
    font-weight: 500;
    line-height:16px;
}

.openCoachingProfil{
    cursor:pointer;
}

.coachtextb {
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: 18px
}
.coachtext {
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
}
.select2-dropdown {
    z-index: 100000000000000000000 !important;
}

.bs-popover-end > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before {
    border-right-color: #404A56;
}
.bs-popover-end > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after {
    border-right-color: #404A56;
}

.bs-popover-bottom > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after {
    border-bottom-color: #404A56;
}

.bs-popover-bottom .popover-header::before, .bs-popover-auto[data-popper-placement^=bottom] .popover-header::before {
    border-bottom-color: #404A56;
}

.transparent-mode .bs-popover-end > .popover-arrow::after, .transparent-mode .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after {
    border-right-color: #F6F6F6;
}

.popover-header {
    background: var(--Deep-Space, #252A30);
    color: #FFF;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom: 0;
}

.light-mode .popover-body {
    background-color: #404A56 !important;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}
.transparent-mode .popover-body {
    background-color: #F6F6F6 !important;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

.popover{
    z-index:1000000 !important;
}
/*
.transparent-mode .tooltip-inner {
    max-width: 270px;
    width: 270px;
    background-color: #F6F6F6 !important;
    border-radius: 6px;
}

.transparent-mode .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before, .transparent-mode .bs-tooltip-end .tooltip-arrow::before {
    border-right-color: #F6F6F6 !important;
}

.light-mode .tooltip-inner {
    max-width: 270px;
    width: 270px;
    background-color: #404A56 !important;
    box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.15);
    border-radius: 6px;
}

.light-mode .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before, .light-mode .bs-tooltip-end .tooltip-arrow::before {
    border-right-color: #404A56 !important;
}*/

.coachingTtTile {
    color: var(--Enceladus, #F6F6F6);
    font-size: 12px;
    font-weight: 600;
    line-height: 18px;
    text-transform: uppercase;
}
.coachingTtDesc {
    color: var(--Enceladus, #F6F6F6);
    font-size: 13px;
    font-weight: 400;
    line-height: 18px;
}

.transparent-mode .coachingTtTile {
    color: #282f53;
    font-size: 12px;
    font-weight: 600;
    line-height: 18px;
    text-transform: uppercase;
}

.transparent-mode .coachingTtDesc {
    color: #282f53;
    font-size: 13px;
    font-weight: 400;
    line-height: 18px;
}

.light-mode .oTeamTitle {
    color: #252A30;
    font-size: 13px;
    font-weight: 600;
    line-height: 16px;
}

.transparent-mode .oTeamTitle {
    color: #F6F6F6;
    font-size: 13px;
    font-weight: 500;
    line-height: 16px;
}

.tooltip.show {
    opacity: 1;
}

.bg-blueapp {
  background: #0085FF !important;
}

.armStartupImg {
    align-self: end;
}
.armTxtBloc {
    border-radius: 8px 8px 8px 0;
    background: #0085FF;
}
.armTxtBlocTitle {
    color: var(--Enceladus, #F6F6F6);
    font-size: 11px;
    font-weight: 600;
    line-height: 18px;
    text-transform: uppercase;
    text-align: left;
}
.armTxtBlocContent {
    color: var(--Enceladus, #F6F6F6);
    font-size: 13px;
    font-weight: 500;
    line-height: 18px;
    text-align:left;
}

.light-mode .introProgressbloc {
    border-radius: 8px;
    background: #FFF;
    box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.15);
    width: 400px;
    min-height: 10px;
    max-height: 710px;
    padding: 10px;
    position: fixed;
    bottom: 16px;
    right: 85px;
}


.transparent-mode .introProgressbloc {
    border-radius: 8px;
    background: #1F2937;
    box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.15);
    width: 400px;
    min-height: 10px;
    max-height: 710px;
    padding: 10px;
    position: fixed;
    bottom: 16px;
    right: 85px;
}
.light-mode .introProgressblocIn {
    border-radius: 8px;
    background: #FFF;
    border: 1px solid #E6E6E6;
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.55);
   /* width: 400px;
    min-height: 10px;
    max-height: 710px;
   */ padding: 0px;
   
}

.transparent-mode .introProgressblocIn {
    border-radius: 8px;
    background: #1F2937;
    
 /*   border: 1px solid #E6E6E6;*/
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.55);

   /* width: 400px;
    min-height: 10px;
    max-height: 710px;*/
    padding: 0;
   
}

.skipOnboarding {
    cursor:pointer;
    color: var(--Alcyone, #7EC1FF);
    font-size: 12px;
    font-weight: 600;
    line-height: 18px;
}
.transparent-mode .skipOnboarding {
    cursor: pointer;
    color: #0085FF;
    font-size: 12px;
    font-weight: 600;
    line-height: 18px;
}

.krActivityContent {
    max-height: 200px !important;
    min-height: 10px !important;
}

.krActivityContentNoEdit {
    max-height: 450px !important;
    min-height: 10px !important;
}

.coachVideoBloc {
    padding: 10px 15px 15px 15px;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
    flex: 1 0 0;
}

.light-mode .coachVideoBloc {
    background: #fff;
}
.transparent-mode .coachVideoBloc {    
    background: #1F2937;    
}

.coachDateSub {
    font-size: 11px;
    font-weight: 500;
    line-height: 16.8px;
}

.light-mode .coachDateSub {
    color: var(--Deep-Space, #252A30);
    
}

.transparent-mode .coachDateSub {
    color: #CBBBBB;
}

.coachingTitleGreen {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 4.67994px 10px 5.45993px;
    gap: 5px;
    width: fit-content;    
    /*width: 102px;
    height: 24px;*/
    background: #06EFA9;
    border-radius: 5px;
    font-weight: 600;
    font-size: 12px;
    line-height: 16px;
    text-transform: uppercase;
    color: #252A30;
}

.coachingDocBg {
    background-size: 182px 182px;
    cursor: pointer;
    width: 182px;
    height: 182px;
    border-radius: 20px;
    padding-top: 75px;
}

@media only screen and (min-width: 768px) {
    .krActivityContent {
        max-height: 200px !important;
        min-height: 10px !important;
    }
}

@media only screen and (min-width: 992px) {
    .krActivityContent {
        max-height: 200px !important;
        min-height: 10px !important;
    }
}

@media only screen and (min-width: 1200px) {
    .krActivityContent {
        max-height: 250px !important;
        min-height: 10px !important;
    }
    .krActivityContentNoEdit {
        max-height: 450px !important;
        min-height: 10px !important;
    }
}
@media screen and (min-width: 1400px) {
    .krActivityContent {
        max-height: 250px !important;
        min-height: 10px !important;
    }

    .krActivityContentNoEdit {
        max-height: 450px !important;
        min-height: 10px !important;
    }
}

@media screen and (min-width: 1600px) {
    .krActivityContent {
        max-height: 250px !important;
        min-height: 10px !important;
    }

    .krActivityContentNoEdit {
        max-height: 450px !important;
        min-height: 10px !important;
    }
}

@media screen and (min-width: 1900px) {
    .krActivityContent {
        max-height: 250px !important;
        min-height: 10px !important;
    }

    .krActivityContentNoEdit {
        max-height: 450px !important;
        min-height: 10px !important;
    }
}

.infoBoxContainter {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    align-self: stretch;
}

.light-mode .krBoxClosed {
    display: flex;
    padding: 2px 10px;
    align-items: center;    
    border-radius: 8px;
    border: 1px solid var(--Ganymede, #CBBBBB);
    background: var(--Enceladus, #F6F6F6);
}
.transparent-mode .krBoxClosed {
    display: flex;
    padding: 2px 10px;    
    align-items: center;    
    border-radius: 8px;
    border: 1px solid var(--Cosmos, #404A56);
    background: #404A56; /*#252a30;*/    
}

.light-mode .krPriorBox {
    display: flex;
    padding: 0px 7px;
    justify-content: center;
    align-items: center;
    gap: 1px;
    border-radius: 5px;
    border: 1px solid var(--Ganymede, #CBBBBB);    
    color: var(--Deep-Space, #252A30);
    font-size: 12px;
    font-weight: 600;    
    /*background: var(--Enceladus, #F6F6F6);    */
}

krPriorBoxEmpty {
    display: flex;
    padding: 0px 7px;
    justify-content: center;
    align-items: center;
    gap: 1px;
    border-radius: 5px;
}

.transparent-mode .krPriorBox {
    display: flex;
    padding: 0px 7px;
    justify-content: center;
    align-items: center;
    gap: 1px;
    border-radius: 5px;
    border: 1px solid var(--Cosmos, #404A56);
    background: #404A56; /*#252a30;*/
    font-size: 12px;
    font-weight: 600;
}

.light-mode .infoBox {
    display: flex;
    padding: 10px;
    justify-content: center;
    align-items: center;
    gap: 5px;
    border-radius: 8px;
    border: 1px solid var(--Ganymede, #CBBBBB);
    background: var(--Enceladus, #F6F6F6);
    cursor:pointer;
}

.light-mode .objborderTopHr {
    border-top: solid 1px #E6E6E6;
    margin-top: 10px;
    padding-top: 10px;
}

.transparent-mode .objborderTopHr {
    border-top: solid 1px rgba(255, 255, 255, 0.1);
    margin-top: 10px;
    padding-top: 10px;
}

.transparent-mode .infoBox {
    display: flex;
    padding: 10px;
    justify-content: center;
    align-items: center;
    gap: 5px;
    border-radius: 10px;
    border: 1px solid var(--Cosmos, #404A56);
    background: #404A56; /*#252a30;*/
    cursor: pointer;
}
.light-mode .infoBox:hover {
    color: #282f53;
    background: #e9e9f1;
}
.transparent-mode .infoBox:hover {
    /*color: #282f53;*/
    background: transparent;
}
    .light-mode .infoBoxContent {
    text-align: center;
    font-size: 12px;
    font-weight: 600;
    line-height: 14px;
    color: var(--Deep-Space, #252A30);
}

.transparent-mode .infoBoxContent {
    text-align: center;    
    font-size: 12px;    
    font-weight: 600;
    line-height: 14px;
    color: #F6F6F6;
}

.linkToObjs, .linkToObjsTitle {
    cursor: pointer;
}


.transparent-mode .otCardHover {
    box-shadow: 0px 6px 14px rgba(0, 0, 0, 0.05);
    --background-color: rgb(64, 74, 86, 0.6);
    background-color: var(--primary-bg-color);
    /*box-shadow: 0px 6px 14px rgba(0, 0, 0, 0.05);
    background-color: rgb(64, 74, 86, 0.8);*/
    -transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
}

.light-mode .otCardHover {
    /*box-shadow: 0px 6px 14px rgba(0, 0, 0, 0.05);
    background-color: rgb(246,246,246, 0.9);*/
    box-shadow: 0px 6px 14px rgba(0, 0, 0, 0.05);
    --background-color: rgb(64, 74, 86, 0.6);
    background-color: var(--primary-bg-color);
    -transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
}

.blink-bg {
    color: #fff;
    padding: 10px;
    display: inline-block;
    border-radius: 5px;
    animation: blinkingBackground 2s infinite;
}

@keyframes blinkingBackground {
    0% {
        background-color: #10c018;
    }

    25% {
        background-color: #1056c0;
    }

    50% {
        background-color: #ef0a1a;
    }

    75% {
        background-color: #254878;
    }

    100% {
        background-color: #04a1d5;
    }
}

.arrow {
    stroke: #7EC1FF;
    fill: #7EC1FF;
}

.scrollable-menu {
    max-height: 400px;
    overflow-y: scroll !important;
    /*overflow-y: auto !important;*/
    /*height: auto;
    max-height: 300px;*/
    /*max-height: calc(100vh - 150px);*/
    overflow-x: hidden;
    z-index: 99999999999999 !important;
}

.light-mode .dateRangeFilterBorder {
    border: solid 1px #cbcbd0 !important;
}
.transparent-mode .dateRangeFilterBorder {
    border: solid 1px #404a56 !important;
}
.light-mode .dateRangeFilterDim {
    width: 105px !important;
    height: 31.6px;
}
.transparent-mode .dateRangeFilterDim {
    width: 105px !important;
    height: 31.6px;
}

.openconnectionpnl{
    z-index:99999999999999;
}

.bg-green-new {
    background: #06EFA9;
    color: #0a1628 !important;
}
/*.ui-autocomplete {
    max-height: 200px;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 0;*/ /* Remove default padding */
    /*border: none;*/ /* Remove default border */
    /*border-radius: 0.25rem;*/ /* Bootstrap-style rounded corners */
    /*box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);*/ /* Bootstrap shadow */
/*}

.ui-menu-item .ui-menu-item-wrapper {
    padding: 0;*/ /* Remove padding on each item */
/*}

.ui-menu .dropdown-item {
    display: block;
    width: 100%;
    padding: 0.5rem 1rem;*/ /* Bootstrap padding for dropdown-item */
    /*color: #212529;*/ /* Bootstrap text color */
    /*text-align: left;
    white-space: nowrap;
}

    .ui-menu .dropdown-item:hover {
        background-color: #f8f9fa;*/ /* Bootstrap hover background */
    /*}*/
    .leftMenuminheight{
        min-height:30px;
    }

.light-mode .searchforCoaching {
    background-color: #fff;
}

.transparent-mode .searchforCoaching {
    background-color: #1F2937;
}