/*for disable scroll full page on iOS*/
html, body {
    overflow: hidden;
}

body {
    background-color: var(--header-color);
    font-family: 'Roboto';
    font-weight: 400;
    color: var(--text-color);
    margin: 0;
}

@media print {
    html, body {
        overflow: auto;
    }
    html, body, #app, #app > div, .page-layout {
        height: unset !important;
    }
    body {
        background-color: #FFFFFF;
    }
}

/*Fixed*/
h2 {
    font-size: 24pt;
    /*font-size: 54pt;*/
    margin: 0 0 0.8rem 0;
    font-weight: 700;
}

/*Fixed*/
h3 {
    font-size: 20pt;
    /*font-size: 46pt;*/
    margin: 0;
    font-weight: 400;
}

/*Fixed*/
h4 {
    color: var(--primary-text-color);
    font-size: 18pt;
    /*font-size: 36pt;*/
    margin: 0 0 0.8rem;
    font-weight: 400;
}

/*Fixed*/
h5 {
    color: var(--primary-text-color);
    font-size: 16pt;
    /*font-size: 30pt;*/
    /*margin: 0 0 0.8rem 0;*/
    font-weight: 400;
}

p {
    font-size: 16pt;
    margin: 0;
}

a {
    color: var(--primary-text-color);
    text-decoration: none;
    /*font-size: 42pt;*/
    display: block;
}

.section-header {
    color: var(--primary-text-color);
    font-size: 16pt;
    font-weight: 700;
}

.small-text {
    font-size: 14pt;
}

* {
    -webkit-overflow-scrolling: touch;
}

::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

::-webkit-scrollbar-thumb {
    margin: 5px;
    background-color: #999;
    -webkit-border-radius: 5px;
    visibility: hidden;
}

::-webkit-scrollbar-button {
    display: none;
    width: 0;
    height: 0;
}

::-webkit-scrollbar-corner {
    background-color: transparent;
}

:hover::-webkit-scrollbar-thumb {
    visibility: visible;
}

.market-image {
    width: 100%;
    display: block;
}

.frame {
    border-radius: 0.5rem;
    background-color: var(--background-color);
    padding: 0.8rem;
    align-items: flex-start;
    box-shadow: 0px 1px 3px 0px #55555555;
    /*box-shadow: 0px 1px 3px 1px rgb(169 169 169 / 30%);*/ /*similarly as on ios*/
}

    .frame .frame-clickable-content {
        margin: -0.8rem;
        padding: 0.8rem;
        cursor: pointer;
    }

.profile-card-simple {
    box-shadow: none;
    position: relative;
}

    .profile-card-simple.not-active .frame-notation {
        color: var(--secondary-text-color);
    }

.hover-effect:hover {
    background-color: var(--hover-effect-color);
}

.profile-card {
    box-shadow: none;
    border: 1px solid var(--primary-color);
    padding: 1.2rem 1.5rem;
    position: relative;
}

    .profile-card.not-active, .profile-card-simple {
        border-color: var(--secondary-text-color);
    }

    .profile-card.not-active .frame-notation, .profile-card-simple .frame-notation {
        color: var(--secondary-text-color);
    }

    .profile-card.not-active.coming-soon {
        background-color: var(--inactive-card-background-color);
        border-color: var(--inactive-card-background-color);
        color: var(--header-color);
    }

        .profile-card.not-active.coming-soon .frame-notation {
            color: var(--header-color);
        }

        .profile-card.not-active.coming-soon .header {

        }

        .profile-card-simple svg.frame-follow-icon {
            color: var(--primary-color);
            position: absolute;
            right: .5rem;
            top: 50%;
            transform: translateY(-50%);
        }

.profile-card-simple .primary-color-svg, .profile-card-simple .secondary-color-svg {
    width: 40px;
    height: 40px;
}

.profile-card svg.frame-follow-icon {
    color: var(--primary-color);
    position: absolute;
    right: .5rem;
    top: .7rem;
}

.profile-card div.frame-description {
    font-size: 12pt;
}

    .profile-card.primary {
        background-color: var(--primary-color);
    }

        .profile-card.primary .frame-notation {
            color: var(--background-color);
        }

        .profile-card.primary .frame-header {
            color: var(--background-color);
        }

        .profile-card.primary svg {
            color: var(--background-color);
        }

    .profile-card.secondary {
        background-color: var(--background-color);
    }

        .profile-card.secondary .frame-notation {
            color: var(--primary-text-color);
        }

        .profile-card.secondary .frame-header {
            color: var(--primary-text-color);
        }

        .profile-card.secondary svg {
            color: var(--primary-color);
        }

.content-frame {
    background-color: var(--card-background-color);
}

.frame.hightlight-card {
    background-color: var(--primary-color);
    padding: 2px;
}

    .frame.hightlight-card > .frame {
        box-shadow: none;
    }

.frame-key-role {
    border-radius: 5px;
    background-color: var(--test-slider-color);
    padding: 1.25rem 0.5rem;
    font-size: 11pt;
}

.key-role-members-container {
    border-radius: 5px;
    background-color: var(--badge-color);
}

.frame-key-role-member {
    border-radius: 5px;
    background-color: var(--badge-color);
    padding: 0.5rem;
    /*display: flex;*/
    /*align-items: center;*/
    font-size: 11pt;
    min-height: 62px;
}

.transparent-frame {
    padding: 0.5rem;
    align-items: flex-start;
}

/* Bootstrap form-control glow color on focus */
.form-control:focus {
    border-color: var(--primary-color);
}

.input-frame {
    border-radius: 0.5rem;
    background-color: var(--background-color);
    padding: 0.8rem;
    box-shadow: 0px 1px 3px 0px #55555555;
    border: none;
    color: var(--text-color);
}

/*=====Dropdown=====*/

.dropdown.dropdown-scrollable .dropdown-menu {
    max-width: 400px;
    max-height: 250px;
    overflow-x: hidden;
    overflow-y: auto;
}

    .dropdown.dropdown-scrollable .dropdown-menu::-webkit-scrollbar-track {
        background-color: var(--background-color);
    }

.dropdown-item.active, .dropdown-item:active {
    color: var(--active-dropdown-item-text-color);
    text-decoration: none;
    background-color: var(--active-dropdown-item-background-color);
}

/*=====Dropdown=====*/

.large-input-frame {
    height: 60px;
    text-align: center;
    font-size: 28pt;
}

.primary-color-svg {
    fill: var(--primary-text-color);
    /*margin: 0 1rem 0 0;*/
    flex-shrink: 0;
    color: var(--primary-text-color);
}

.secondary-color-svg {
    fill: var(--inactive-dot-color);
    flex-shrink: 0;
    color: var(--inactive-dot-color);
}

.profile-card.not-active.coming-soon .secondary-color-svg {
    fill: var(--header-color);
    color: var(--header-color);
}

.icon {
    color: var(--inactive-color);
    font-size: 0.5rem;
    margin: 0 1rem;
    vertical-align: middle;
}

.block-paragraph-text:not(:last-child) {
    margin: 0 0 1rem;
}

.breadcrumb {
    display: unset;
    padding: unset;
    margin: 0 0.5rem;
    color: var(--secondary-control-color);
}

.modal {
    overflow: hidden;
}

    .modal > .modal-dialog.modal-stretch > .modal-content {
        height: 100%;
    }

.modal-header {
    border: none;
}

    .modal-header > .modal-title {
        color: unset;
    }

.modal-footer {
    border: none;
}



.button {
    /*text-align: center;
    background-color: #00aaff;*/
    /*padding: 15px;*/
    /*border-radius: 12px;*/
    /*border-radius: 0.5rem;
    color: white;
    font-size: 11pt;
    text-transform: uppercase;*/

    text-align: center;
    background-color: #00aaff;
    border-radius: 0.5rem;
    color: white;
    text-transform: uppercase;
    outline-offset: 0px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 12pt;
    padding: 0.5rem 0.75rem;
    min-height: 48px;
    line-height: 1.2;
    align-items: center;
    justify-content: center;
    display: flex;
}

    .button:hover {
        color: white;
        text-decoration: unset;
    }

.standart-button, .delete-button {
    border: 2px solid var(--primary-text-color);
    outline-offset: 0px;
    border-radius: 0.5rem;
    color: var(--primary-text-color);
    text-transform: uppercase;
    font-weight: bold;
    font-size: 12pt;
    padding: 0.5rem 0.75rem;
    min-height: 48px;
    line-height: 1.2;
}
    .standart-button:hover {
        color: var(--primary-text-color);
    }

.standart-button-disabled-gray[disabled] {
    color: var(--secondary-control-color);
    border-color: var(--secondary-control-color);
}

.delete-button {
    border-color: var(--accent-color);
    color: var(--accent-color) !important;
}
    .delete-button:hover {
        color: var(--accent-color);
    }

.small-standart-button {
    border: 1px solid var(--primary-text-color);
    border-radius: 0.5rem;
    padding: 0.5rem 0.75rem;
    min-height: unset;
    color: var(--primary-text-color);
    font-weight: 400;
    line-height: 1.2;
    text-transform: none;
}

    .small-standart-button:hover {
        color: var(--primary-text-color);
    }

.standart-active-button {
    border-radius: 0.5rem;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 12pt;
    background-color: var(--primary-color);
    color: var(--background-color);
    padding: 0.5rem 0.75rem;
    min-height: 48px;
    line-height: 1.2;
}
    .standart-active-button:hover {
        opacity: 0.7;
        color: var(--background-color);
    }

.small-active-button {
    border-radius: 0.5rem;
    font-size: 12pt;
    background-color: var(--primary-color);
    color: var(--background-color);
    line-height: 1;
}
    .small-active-button:hover {
        opacity: 0.7;
        color: var(--background-color);
    }

.secondary-button {
    border: 2px solid var(--secondary-control-color);
    outline-offset: 0px;
    border-radius: 0.5rem;
    color: var(--secondary-control-color);
    text-transform: uppercase;
    font-weight: bold;
    font-size: 12pt;
    padding: 0.5rem 0.75rem;
    min-height: 48px;
    line-height: 1.2;
}
    .secondary-button:hover {
        opacity: 0.7;
        color: var(--secondary-control-color);
    }

.login-button {
    border: 2px solid var(--background-color);
    background-color: var(--primary-color);
    color: var(--background-color);
}
    .login-button:hover {
        opacity: 0.7;
        color: var(--background-color);
    }

.circle-button {
    border-radius: 50%;
    background-color: var(--background-color);
    color: var(--text-color);
    box-shadow: 0px 1px 3px 0px #55555555;
    height: 44px;
    width: 44px;
    min-width: 44px;
    padding: 0.375rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.fill-rounded-button {
    color: var(--background-color);
    background-color: var(--primary-text-color);
    font-weight: bold;
    font-size: 20px;
    border-radius: 100px;
    height: 44px;
    padding: 0 0.8rem;
}
    .fill-rounded-button:hover {
        color: var(--background-color);
    }

    .test-back-button {
        border: 2px solid #d2d2d2;
        outline-offset: 0px;
        border-radius: 0.5rem;
        color: #d2d2d2;
        line-height: 1;
        width: 48px;
        height: 48px;
        min-width: 48px;
    }
    .test-back-button:hover {
        color: #d2d2d2;
    }

.floating-button {
    border-radius: 50%;
    background-color: var(--primary-text-color);
    color: var(--background-color) !important;
    box-shadow: 0px 1px 3px 0px #55555555;
    height: 60px;
    width: 60px;
    min-width: 60px;
    padding: 0.375rem;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: 1rem;
    bottom: 1rem;
}

.btn-link {
    color: var(--primary-text-color);
}
    .btn-link:hover, .btn-link:focus {
        color: var(--primary-text-color);
        text-decoration: unset;
    }

.modal-footer > button, .modal-footer > div > div > button, .modal-footer > div > button {
    color: var(--primary-text-color);
}

    .modal-footer > button:hover, .modal-footer > div > div > button:hover, .modal-footer > div > button:hover {
        color: var(--primary-text-color);
    }

.slider-container {
    width: 100%;
    /*position: relative;*/
}

.slider {
    width: 100%;
    -webkit-appearance: none;
    height: 0px;
    outline: none;
    -webkit-transition: .2s;
    transition: opacity .2s;
}

    .slider::-webkit-slider-thumb {
        -webkit-appearance: none;
        appearance: none;
        width: 20px;
        height: 20px;
        border-radius: 50%;
        background: var(--primary-color);
        cursor: pointer;
        border: 5.5px solid white;
        box-shadow: 0 0 0 3.5px var(--primary-color);
    }

    .slider::-moz-range-thumb {
        -webkit-appearance: none;
        appearance: none;
        width: 20px;
        height: 20px;
        border-radius: 50%;
        background: var(--primary-color);
        cursor: pointer;
        border: 5px solid white;
        box-shadow: 0 0 0 4px var(--primary-color);
    }

    .slider:disabled::-webkit-slider-thumb {
        cursor: default !important;
        clip-path: circle(5px at center);
    }

    .slider:disabled::-moz-range-thumb {
        cursor: default !important;
        clip-path: circle(5px at center);
    }

.slider-background-line {
    margin-bottom: -7.5px;
    background-color: #eeeeee;
    height: 4.5px;
}

.slider-points-container {
    margin-bottom: -22px;
    margin-left: 5px;
    margin-right: 5px;
    display: flex;
    justify-content: space-between;
    pointer-events: none;
}

.slider-point {
    width: 10px;
    height: 10px;
    background-color: white;
    border: 2px solid #d2d2d2;
    border-radius: 50%;
    /*aspect-ratio: 1;*/
}

.team-test-question-container {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
}

.psychotype-test-answers-container {
    margin: 0 -10px;
    color: var(--primary-text-color);
}

.psychotype-test-answer:nth-child(n) {
    position: absolute;
    width: 25%;
}

.psychotype-test-answer:nth-child(1) { left: 0%; padding-left: 10px; }
.psychotype-test-answer:nth-child(2) { left: 12.5%; }
.psychotype-test-answer:nth-child(3) { left: 25%; }
.psychotype-test-answer:nth-child(4) { left: 37.5%; }
.psychotype-test-answer:nth-child(5) { left: 50%; }
.psychotype-test-answer:nth-child(6) { left: 62.5%; }
.psychotype-test-answer:nth-child(7) { left: 75%; padding-right: 10px; }

.TestNotation {
    text-align: center;
    color: var(--primary-text-color);
    font-size: 12pt;
}

.TestWarning {
    text-align: center;
    color: var(--accent-color);
    font-size: 12pt;
    line-height: 1.2;
}

.team-test-answers-container {
    line-height: 1.2;
}

.separator-bottom {
    border-bottom: 2px solid var(--separator-color);
}

.separator-horizontal {
    background-color: var(--separator-color);
    height: 2px;
    width: 100%;
}

.separator-vertical {
    background-color: var(--separator-color);
    width: 2px;
    height: 100%;
}

.separate-list-3 > *:not(:last-child)::after {
    content: '';
    display: block;
    background-color: var(--separator-color);
    height: 2px;
    width: 100%;
    margin: 1rem 0;
}

.team-test-answers-container > div {
    border-bottom: 2px solid var(--badge-color);
}

    .team-test-answers-container > div:last-child {
        border-bottom: none;
    }

.team-test-answer {
    font-size: 12pt;
}

.stepper {

}

.stepper-value {
    text-align: center;
    color: var(--primary-text-color);
    font-size: 12pt;
    margin-bottom: 0.4rem;
}

.stepper-button-container {

}

.stepper-minus-button, .stepper-plus-button {
    padding: 5px;
    border: 1.4px solid var(--primary-text-color);
    height: 1.9rem;
    width: 2.7rem;
    position: relative;
    background-color: var(--background-color);
}

.stepper-minus-button {
    border-radius: 5px 0px 0px 5px;
    margin-right: -0.7px;
}

.stepper-plus-button {
    border-radius: 0 5px 5px 0;
    margin-left: -0.7px;
}

    .stepper-plus-button::before {
        content: " ";
        position: absolute;
        display: block;
        background-color: var(--primary-text-color);
        width: 1.4px;
        margin-left: -0.7px;
        left: 50%;
        top: 50%;
        height: 12px;
        margin-top: -6px;
    }

    .stepper-minus-button::after, .stepper-plus-button::after {
        content: " ";
        position: absolute;
        display: block;
        background-color: var(--primary-text-color);
        height: 1.4px;
        margin-top: -0.7px;
        top: 50%;
        width: 12px;
        left: 50%;
        margin-left: -6px;
    }

.essential-card {
    background-color: var(--badge-color);
    box-shadow: none;
    align-items: center;
    font-size: 14pt;
    padding: 0.9rem;
}

    .essential-card > .separator-vertical {
        height: unset;
        align-self: stretch;
        background-color: var(--test-slider-color);
    }

    .essential-card .essential-name {
        white-space: normal;
        word-wrap: break-word;
        overflow-wrap: break-word;
        word-break: break-word;
    }

.LightText {
    color: var(--secondary-text-color);
    font-size: 12pt;
    line-height: 1.2;
}

.section-title {
    color: var(--section-title-color);
    font-size: 16pt;
    line-height: 1.2;
}

html, body, #app, #app > div, .page-layout {
    height: 100%;
}

.page-header {
    background-color: var(--header-color);
    /*display: flex;
    flex-direction: column;*/
}

.page-layout {
    overflow: hidden;
}

.page-content {
    overflow: auto;
}

    .page-content.with-floating-button {
        padding-bottom: 6rem !important;
    }

.welcome-page {
    display: flex;
    flex-direction: column;
    background-color: var(--header-color);
    justify-content: space-between;
}

.goto-footer p{
    font-size: 12pt;
}

.m-link {
    font-size: 12pt;
    display: inline;
}

.m-link:hover {
    text-decoration: none;
}

.page-tabbar {
    display: flex;
    background-color: var(--header-color);
    flex-shrink: 0;
}

    .page-tabbar.light {
        background-color: var(--background-color);
    }

.tabbar-button {
    border: none;
    width: 100%;
    padding: 0.5rem;
    color: #999999 !important;
    font-size: 1rem;
    text-align: center;
    cursor: pointer;
    /*display: flex;
justify-content: center;
align-items: flex-end;*/
    --display-min: 250;
    --display-min-px: 250px;
    --display-max: 470;
    --min-size: 9;
    --max-size: 16;
    --diff: calc(var(--max-size) - var(--min-size));
    --responsive: min(max(calc((var(--min-size) * 1px) + var(--diff) * ((100vw - var(--display-min-px)) / (var(--display-max) - var(--display-min)))), calc(var(--min-size) * 1px)), calc(var(--max-size) * 1px));
    font-size: var(--responsive);
}

@media screen and (max-width: 470px) {
    .tabbar-button {
        padding: 0.25rem;
    }
}

.tabbar-button:hover {
    text-decoration: none;
}

.tabbar-button.active {
    color: #333333 !important;
}

.cursor-pointer {
    cursor: pointer;
}

.cursor-unset {
    cursor: unset;
}

.white-overlay {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255,255,255,0.5);
    z-index: 1000;
}

.spinner.absolute-center {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.spinner {
    font-size: 40px;
    position: relative;
    display: inline-block;
    width: 1em;
    height: 1em;
    color: var(--primary-text-color);
}
    .spinner > div {
        position: absolute;
        left: 0.4629em;
        bottom: 0;
        width: 0.074em;
        height: 0.2777em;
        border-radius: 0.5em;
        background-color: transparent;
        transform-origin: center -0.2222em;
        -webkit-animation: spinner-fade 1s infinite linear;
        animation: spinner-fade 1s infinite linear;
    }

        .spinner > div:nth-child(1) {
            -webkit-animation-delay: 0s;
            animation-delay: 0s;
            transform: rotate(0deg);
        }

        .spinner > div:nth-child(2) {
            -webkit-animation-delay: 0.083s;
            animation-delay: 0.083s;
            transform: rotate(30deg);
        }

        .spinner > div:nth-child(3) {
            -webkit-animation-delay: 0.166s;
            animation-delay: 0.166s;
            transform: rotate(60deg);
        }

        .spinner > div:nth-child(4) {
            -webkit-animation-delay: 0.249s;
            animation-delay: 0.249s;
            transform: rotate(90deg);
        }

        .spinner > div:nth-child(5) {
            -webkit-animation-delay: 0.332s;
            animation-delay: 0.332s;
            transform: rotate(120deg);
        }

        .spinner > div:nth-child(6) {
            -webkit-animation-delay: 0.415s;
            animation-delay: 0.415s;
            transform: rotate(150deg);
        }

        .spinner > div:nth-child(7) {
            -webkit-animation-delay: 0.498s;
            animation-delay: 0.498s;
            transform: rotate(180deg);
        }

        .spinner > div:nth-child(8) {
            -webkit-animation-delay: 0.581s;
            animation-delay: 0.581s;
            transform: rotate(210deg);
        }

        .spinner > div:nth-child(9) {
            -webkit-animation-delay: 0.664s;
            animation-delay: 0.664s;
            transform: rotate(240deg);
        }

        .spinner > div:nth-child(10) {
            -webkit-animation-delay: 0.747s;
            animation-delay: 0.747s;
            transform: rotate(270deg);
        }

        .spinner > div:nth-child(11) {
            -webkit-animation-delay: 0.83s;
            animation-delay: 0.83s;
            transform: rotate(300deg);
        }

        .spinner > div:nth-child(12) {
            -webkit-animation-delay: 0.913s;
            animation-delay: 0.913s;
            transform: rotate(330deg);
        }

@-webkit-keyframes spinner-fade {
    0% {
        background-color: currentColor;
    }

    100% {
        background-color: transparent;
    }
}

@keyframes spinner-fade {
    0% {
        background-color: currentColor;
    }

    100% {
        background-color: transparent;
    }
}

.tab-item {
    border-radius: 0.5rem 0 0 0.5rem;
    height: 44px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.logo-title
{
    font-size: 25pt;
    color: var(--background-color);
    font-weight: bold;
}

.logo-subtitle {
    font-size: 10pt;
    color: var(--subtitle-color);
}

.login-section-header {
    font-size: 1.3em;
    color: var(--login-section-header-color);
}

.login-input-frame {
    background-color: var(--login-input-background-color);
    color: var(--login-input-text-color);
}

    .login-input-frame:focus {
        background-color: var(--login-input-background-color);
        color: var(--login-input-text-color);
    }

.login-form > div:nth-child(n) > label {
    color: var(--login-input-label-color);
}

.testResult-header {
    font-size: 14pt;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.link-button {
    font-size: 12pt;
    border-radius: 0.5rem;
    padding: 0.7rem;
    color: var(--primary-text-color);
    flex-shrink: 0;
}
    .link-button:hover {
        background-color: #0002;
        text-decoration: none;
        color: var(--primary-text-color);
    }

.small-link-button {
    padding: 0.2rem 0.35rem;
    margin-left:-0.35rem;
}

.login-link {
    color: var(--login-text-color);
}
    .login-link:hover {
        color: var(--background-color);
    }

label:empty {
    display: none;
}

h1, .header {
    font-size: 24pt;
    line-height: 1.2;
    font-weight: 700;
    word-break: break-word;
}

h1.header{
    margin-bottom: 0;
}

.small-header {
    font-size: 16pt;
    line-height: 1.2;
}

.test-header {
    text-transform: uppercase;
    font-size: 12pt;
    font-weight: bold;
}

.psychotype-section-header {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
}

.section-card-title {
    color: var(--primary-text-color);
    font-size: 16pt;
    font-weight: 700;
}

.tab-view {
    border-radius: 10px;
    box-shadow: 0px 1px 3px 0px #55555555;
}

    .tab-view > .tab-item {
        background-color: var(--background-color);
        color: var(--text-color);
        border-radius: unset;
        height: unset;
        min-height: 38px;
        padding: 5px;
        line-height: 1.2;
        width: 100%;
    }

        .tab-view > .tab-item.active {
            background-color: var(--primary-color);
            color: var(--background-color);
        }

        .tab-view > .tab-item:first-child {
            border-top-left-radius: 10px;
            border-bottom-left-radius: 10px;
        }

        .tab-view > .tab-item:last-child {
            border-top-right-radius: 10px;
            border-bottom-right-radius: 10px;
        }

.keyroles-tabs
{
    box-shadow: none;
}
    .keyroles-tabs > .tab-item {
        width: auto;
        color: var(--inactive-color);
        font-weight: bold;
        text-transform: uppercase;
        font-size: 11pt;
    }
        .keyroles-tabs > .tab-item.active {
            background-color: transparent;
            color: var(--text-color);
        }
        .keyroles-tabs > .tab-item:first-child {
            padding-left: 0;
        }

.btn.primary {
    color: var(--primary-text-color);
}

/*AFTER !!! .btn.primary*/
.btn.primary-invert {
    color: var(--login-text-color);
}

.profile-page-avatar, .colleague-profile-page-avatar {
    height: 70px !important;
    width: 70px !important;
    object-fit: cover;
    position:relative;
    background-color: var(--light-avatar-background-color) !important;
    border-radius: 50%;
}

.profile-view-avatar {
    height: 100px !important;
    width: 100px !important;
    object-fit: cover;
    background-color: var(--light-avatar-background-color) !important;
    border-radius: 50%;
}

.about-authors-avatar {
    height: 132px !important;
    width: 132px !important;
    object-fit: cover;
    background-color: var(--light-avatar-background-color) !important;
    border-radius: 50%;
}

.user-avatar {
    height: 60px;
    width: 60px;
    object-fit: cover;
    background-color: var(--avatar-background-color);
    border-radius: 50%;
    color: var(--check-button-unselected-color);
    font-size: 16pt;
}

.user-status-message {
    display: flex;
    color: var(--secondary-text-color);
    font-size: 12pt;
    line-height: 1;
    min-width: 0;
}

.notification-logo, .user-avatar.notification-logo {
    width: 50px;
    height: 50px;
}

.toast-logo {
    width: 45px;
    height: 45px;
}

    .user-avatar.key-role-member-avatar, .user-avatar.mini-avatar {
        height: 44px;
        width: 44px;
        min-height: 44px;
        min-width: 44px;
        background-color: var(--background-color);
    }
    .user-avatar.micro-avatar {
        height: 44px;
        width: 44px;
        min-height: 44px;
        min-width: 44px;
        background-color: var(--background-color);
    }
    .user-avatar.about-me-block-avatar {
        height: 44px;
        width: 44px;
    }

.user-tag {
    background-color: var(--badge-color);
    border-radius: 10px;
    padding: 2px 5px;
    display: inline-block;
    font-size: 12pt;
}

.user-tag-light {
    background-color: var(--light-badge-color);
}

.motivation-tag {
    background-color: var(--motivation-tag-color);
    border-radius: 10px;
    padding: 5px 8px;
    display: inline-block;
    font-size: 13pt;
}

    .motivation-tag.light {
        background-color: var(--light-motivation-tag-color);
    }

    .motivation-tag.bordered {
        border: 1px solid var(--inactive-color);
    }

.pe-none {
    pointer-events: none;
}

.member-avatar, .member-more {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background-color: var(--light-avatar-background-color);
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

.last-team-member-avatar {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background-color: var(--light-avatar-background-color);
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

.member-more {
    padding: 0 5px;
}

    .member-more > .dot {
        width: 8px;
        height: 8px;
        border-radius: 50%;
        background-color: var(--secondary-control-color);
    }

.teams-list-item .member-avatar, .teams-list-item .member-more, .avatars-list-item .member-avatar, .avatars-list-item .member-more {
    background-color: var(--avatar-background-color);
}

.empty-view {
    color: var(--secondary-text-color);
    font-size: 15pt;
    padding: 3rem 0;
    text-align: center;
    line-height: 1.2;
}

.text {
    font-size: 12pt;
    line-height: 1.2;
    word-break: break-word;
}

.text-description {
    font-size: 12pt;
    line-height: 1.2;
    word-break: break-word;
    color: var(--description-color);
}

.light-text {
    font-size: 11pt;
    line-height: 1.2;
    color: var(--secondary-text-color);
    word-break: break-word;
}

.input-field-hint {
    position: absolute;
    right: 15px;
    top: 1px;
    color: var(--secondary-text-color);
    font-size: 11pt;
}

.error-text {
    color: var(--accent-color);
}

@keyframes close-hint-card {
    from {
        max-height: 500px;
        transform: scale(1);
    }

    to {
        max-height: 0;
        transform: scale(0);
        padding: 0;
    }
}

.hint-card {
    padding-top: 1rem;
    padding-bottom: 1rem;
    max-height: 500px;
}

    .hint-card > div {
        padding: 0.7rem;
        background-color: var(--hint-background-color);
        border-radius: 5px;
    }

    .hint-card.closed {
        animation: close-hint-card 250ms forwards;
    }

/*Markdown styles*/
.markdown p {
    font-size: 11pt;
    line-height: 1.2;
    color: var(--text-color);
}

.hint-card .markdown p,
.hint-card .markdown li {
    color: var(--secondary-text-color);
}

.hint-card-light > div {
    background-color: var(--light-hint-backround-color);
}

.markdown ul {
    list-style: none;
    padding-left: 1.5rem;
    margin-bottom: 0;
}

.markdown li {
    font-size: 11pt;
    line-height: 1;
    color: var(--text-color);
    padding-bottom: 0.25rem;
}

    .markdown ul li::before {
        content: "\2023";
        font-size: 20pt;
        color: var(--bullet-point-color);
        display: inline-block;
        vertical-align: sub;
        margin-left: -1rem;
        width: 1rem;
    }

ul.styled-bullet-point {
    list-style: none;
}
    ul.styled-bullet-point li::before {
        content: "\2023";
        font-size: 20pt;
        line-height: 11pt;
        color: var(--bullet-point-color);
        display: inline-block;
        vertical-align: sub;
        margin-left: -1rem;
        width: 1rem;
    }

/*end of Markdown styles*/

.markdown.markdown-section-description-theme h1,
.markdown.markdown-section-description-theme h2,
.markdown.markdown-section-description-theme h3,
.markdown.markdown-section-description-theme h4,
.markdown.markdown-section-description-theme h5,
.markdown.markdown-section-description-theme h6 {
    font-size: 15pt;
    color: var(--primary-text-color);
    margin-bottom: 0.75rem;
}

.markdown.markdown-section-description-theme p {
    font-size: 12pt;
    color: var(--text-color);
}

.markdown.markdown-section-description-theme a {
    font-size: 12pt;
    color: var(--primary-text-color);
}

.markdown.markdown-section-description-theme code {
    font-size: 12pt;
}

.markdown.markdown-section-description-theme blockquote {
    font-size: 12pt;
}

.markdown.markdown-section-description-theme hr {
    border-width: 12pt;
}

.markdown.markdown-pdf-report h1,
.markdown.markdown-pdf-report h2,
.markdown.markdown-pdf-report h3,
.markdown.markdown-pdf-report h4,
.markdown.markdown-pdf-report h5,
.markdown.markdown-pdf-report h6 {
    font-size: 16pt;
    color: var(--primary-text-color);
    margin-bottom: 0.5rem;
}

.markdown.markdown-pdf-report p {
    font-size: 12pt;
    color: var(--text-color);
    margin-top: 0;
}

.markdown.markdown-pdf-report a {
    font-size: 12pt;
    color: var(--primary-text-color);
}

.markdown.markdown-pdf-report code {
    font-size: 12pt;
}

.markdown.markdown-pdf-report blockquote {
    font-size: 12pt;
}

.markdown.markdown-pdf-report hr {
    border-width: 12pt;
}

.dnd-zone-target .frame-key-role {
    background-color: var(--primary-color);
    color: var(--background-color);
}

.dnd-remove-team-member-zone {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: var(--badge-color);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: var(--text-color);
    font-size: 16pt;
}

.dnd-zone-target.dnd-remove-team-member-zone {
    color: var(--accent-color);
}

.carousel-item {
    transition: -webkit-transform 250ms ease-in-out;
    transition: transform 250ms ease-in-out;
    transition: transform 250ms ease-in-out, -webkit-transform 250ms ease-in-out;
}

.custom-control.custom-radio {
    padding-left: 2rem;
}

    .custom-control.custom-radio.right-ratio {
        padding-left: 0;
        padding-right: 2rem;
    }

.custom-control-label::before {
    border-color: #808080;
    background-color: transparent;
    /*width: 1.25rem;
    height: 1.25rem;*/
    width: 20px;
    height: 20px;
    /*top: 0.1rem;*/
    top: 1px;
    border-width: 2px;
    /*left: -1.75rem;*/
    left: -28px;
}

.custom-control-input:checked ~ .custom-control-label::before {
    border-color: var(--primary-text-color);
    background-color: transparent;
    /*width: 1.25rem;
    height: 1.25rem;
    top: 0.1rem;*/
}

.custom-radio.right-ratio .custom-control-label::before {
    left: unset;
    right: -28px;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
    background-image: unset;
    background-color: var(--primary-text-color);
    border-radius: 50%;
    width: 10px;
    height: 10px;
    /*top: 0.4rem;*/
    top: 6px;
    /*left: -1.45rem;*/
    left: -23px;
}

.custom-radio.right-ratio .custom-control-input:checked ~ .custom-control-label::after {
    left: unset;
    right: -23px;
}

/*=====CheckBox=====*/
.form-check {
    padding-left: 1.75rem;
}

    .form-check > .form-check-input[type="checkbox"] {
        position: absolute;
        left: 20px;
        /*z-index: -1;*/
        opacity: 0;
        top: -4px;
        width: 20px;
        height: 20px;
    }

        .form-check > .form-check-input[type="checkbox"]:checked ~ label.form-check-label::before,
        .form-check > .form-check-input[type="checkbox"][indeterminate] ~ label.form-check-label::before {
            color: #fff;
            border-color: var(--primary-text-color);
            /*background-color: var(--primary-text-color);*/
            background-color: transparent;
            border-width: 10px;
        }

.form-check > label.form-check-label {
    position: relative;
    margin-bottom: 0;
    vertical-align: top;
}
    .form-check > label.form-check-label::before {
        position: absolute;
        display: block;
        pointer-events: none;
        content: "";
        border: var(--primary-text-color) solid 1px;
        background-color: transparent;
        width: 20px;
        height: 20px;
        top: 1px;
        border-width: 2px;
        left: -28px;
        border-radius: 5px;
        transition: border 200ms;
    }

    .form-check > label.form-check-label::after {
        position: absolute;
        top: 1px;
        left: -28px;
        display: block;
        width: 20px;
        height: 20px;
        transform: scale(0);
        content: "";
        color: white;
        background: 50% / 50% 50% no-repeat;
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='white' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
        transition: transform 250ms;
    }

    .form-check > .form-check-input[type="checkbox"]:checked ~ label.form-check-label::after {
        transform: scale(1.2);
    }

    .form-check > .form-check-input[type="checkbox"][indeterminate] ~ label.form-check-label::after {
        transform: scale(1.2);
        width: 8px;
        height: 2px;
        background: var(--background-color);
        top: 10px;
        left: -22px;
    }

    .form-check > label.form-check-label:empty {
        display: block;
        content: '';
        /*min-width: 24px;*/
        /*max-height: 24px;*/
        padding: 11px 0px;
        line-height: 0;
        font-size: 0;
    }

    .form-check.disabled > .form-check-input[type="checkbox"], .form-check.disabled > label.form-check-label {
        pointer-events: none;
    }

        .form-check.disabled > label.form-check-label::before {
            border-color: var(--inactive-dot-color);
        }
/*=====CheckBox=====*/

/*=====CheckBox Button=====*/
.form-check-button {
    position: relative;
    padding: 0;
}
    .form-check-button > .form-check-input[type="checkbox"]:checked ~ label.form-check-label::before {
        background-color: var(--complete-background-color);
        border-color: var(--complete-background-color);
        border-width: 13px;
    }
    .form-check-button > .form-check-input[type="checkbox"] {
        max-width: 100%;
        max-height: 100%;
    }
    .form-check-button > label.form-check-label {
        padding: 3px 6px;
        font-size: 10pt;
        color: var(--check-button-unselected-color);
        transition: color 200ms;
        z-index: 1;
        cursor: pointer;
    }

        .form-check-button > label.form-check-label::before {
            width: 100%;
            height: 100%;
            top: 0px;
            left: 0px;
            border-color: var(--check-button-unselected-color);
            border-width: 2px;
            border-radius: 7px;
            transition: border 200ms, background-color 200ms;
            z-index: -1;
        }

        .form-check-button > label.form-check-label::after {
            display: none;
            content: unset;
        }

    .form-check-button > .form-check-input[type="checkbox"]:checked ~ label.form-check-label {
        color: var(--background-color);
    }
/*=====CheckBox Button=====*/

/*=====Switch=====*/
.custom-switch {
    --switch-height: 20px;
    --switch-width: 40px;
    --switch-padding: 1px;
    --switch-border-width: 1px;
    --switch-dot-margin: 1px;
    --switch-dot-size: calc(var(--switch-height) - ((var(--switch-border-width) + var(--switch-dot-margin)) * 2));
    padding-left: 0;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

    .custom-switch .switch-view {
        position: relative;
        display: block;
        margin-bottom: 0;
        height: var(--switch-height);
        width: var(--switch-width);
        background-color: var(--inactive-dot-color);
        border: var(--inactive-color) var(--switch-border-width) solid;
        border-radius: calc(var(--switch-height) / 2);
        transition: all 150ms ease-in-out;
    }

        .custom-switch .switch-view::after {
            content: "";
            position: absolute;
            top: var(--switch-dot-margin);
            left: var(--switch-dot-margin);
            width: var(--switch-dot-size);
            height: var(--switch-dot-size);
            background-color: var(--background-color);
            border-radius: calc(var(--switch-dot-size) / 2);
            transition: all 150ms ease-in-out;
        }

    .custom-switch .custom-control-input:checked ~ .switch-view {
        background-color: var(--primary-color);
        border-color: var(--switch-border-color);
    }

        .custom-switch .custom-control-input:checked ~ .switch-view::after {
            transform: translateX(calc(var(--switch-width) - var(--switch-height)));
            background-color: var(--background-color);
            border-color: var(--switch-border-color);
        }

    .custom-switch .custom-control-input:disabled ~ .switch-view {
        background-color: var(--primary-color);
        border-color: var(--switch-border-color);
        opacity: 0.25;
    }

        .custom-switch .custom-control-input:disabled ~ .switch-view::after {
            background-color: var(--background-color);
        }

    .custom-switch .switch-label {
        margin-bottom: 0;
    }

    /*=====Switch=====*/

    .primary-text {
        color: var(--primary-text-color);
    }

.secondary-text {
    color: var(--secondary-text-color);
}

.round-button-icon {
    width: 18px;
    height: 18px;
}

.light-circle-button {
    border-radius: 50%;
    background-color: transparent;
    height: 44px;
    width: 44px;
    padding: 0.375rem;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--secondary-control-color);
}

.confirmations-container {
    display: grid;
    row-gap: 0.7rem;
    width: fit-content;
    grid-template-columns: repeat(3, auto);
    grid-template-rows: repeat(2, auto);
    align-items: center;
}

[aria-expanded="true"] .icon-expanded-true,
[aria-expanded="false"] .icon-expanded-false {
    display: none;
}

.fading-edge-effect-top-over {
    position: relative;
}

    .fading-edge-effect-top-over::before {
        content: '';
        pointer-events: none;
        position: absolute;
        left: 0;
        top: -35px;
        right: 0;
        bottom: 100%;
        background: linear-gradient( 0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
    }

.fading-edge-effect-top-over-secondary {
    position: relative;
}

    .fading-edge-effect-top-over-secondary::before {
        content: '';
        pointer-events: none;
        position: absolute;
        left: 0;
        top: -35px;
        right: 0;
        bottom: 100%;
        background: linear-gradient( 0deg, var(--header-color) 0%, rgba(255,255,255,0) 100%);
    }

.fading-edge-effect-bottom-over {
    position: relative;
}

    .fading-edge-effect-bottom-over::before {
        content: '';
        pointer-events: none;
        position: absolute;
        left: 0;
        top: 100%;
        right: 0;
        bottom: -35px;
        background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
        z-index: 1;
    }

hr {
    border-color: var(--badge-color);
    border-width: 2px;
    margin: 0;
}

    hr.default {
        margin-top: 1rem;
        margin-bottom: 1rem;
        border: 0;
        border-top: 1px solid rgba(0, 0, 0, 0.1);
    }

    hr.light {
        border-color: var(--background-color);
    }

.separate-childs > *:not(:last-child):after {
    content: '';
    display: block;
    margin: 1rem 0rem;
    border-top: 2px solid var(--separator-color);
}

.markdown > h1 {
    color: var(--primary-text-color);
    font-size: 16pt;
    font-weight: 700;
}

.block-title {
    font-size: 18px;
    font-weight: 700;
    color: var(--text-color);
}

.search-frame {
    padding-left: 2.5rem;
}

.no-shadow-frame {
    padding: 0.5rem;
    border-radius: 0.4rem;
    background-color: var(--background-color);
    align-items: flex-start;
}

.swipe-button-remove {
    width: 100px;
    height: 100%;
    background: var(--accent-color);
    color: var(--background-color) !important;
    border-radius: 0;
    justify-content: center;
}

.swipe-button-assign {
    width: 100px;
    height: 100%;
    background: var(--primary-color);
    color: var(--background-color) !important;
    border-radius: 0;
    justify-content: center;
}

.user-card-header .user-avatar {
    background: var(--background-color);
}

.user-card-header .user-name {
    color: var(--text-color) !important;
}

.markdown > p {
    margin-top: 1em;
}

    /*p :first-child {
        margin-top: 0em !important;
    }

    p :last-child {
        margin-bottom: 0em !important;
    }*/

.compare-portraits-remove-button {
    border-radius: 50%;
    background-color: var(--badge-color);
    color: var(--secondary-control-color) !important;
    box-shadow: 0px 1px 3px 0px #55555555;
    width: 24px;
    height: 24px;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 0;
}

.scrollable-tabs {
    box-shadow: none;
    overflow: auto;
}

    .scrollable-tabs > .tab-item {
        width: auto;
        height: 44px;
        background-color: transparent;
        color: var(--inactive-color);
        font-weight: bold;
        text-transform: uppercase;
        font-size: 11pt;
        white-space: nowrap;
    }

        .scrollable-tabs > .tab-item.active {
            background-color: transparent;
            color: var(--text-color);
        }

        .scrollable-tabs > .tab-item:first-child {
            padding-left: 0;
        }

.arrow-tabs {
    position: relative;
    box-shadow: none;
    border-radius: 0;
}

    .arrow-tabs .tab-item {
        white-space: nowrap;
        color: var(--inactive-color);
        cursor: pointer;
        font-size: 16px;
        font-weight: 700;
        text-transform: uppercase;
        padding-top: 1rem;
        padding-bottom: 1rem;
        height: auto;
    }

        .arrow-tabs .tab-item.active {
            color: var(--text-color);
        }

.tab-view.bottom-border {
    border-bottom: 1.5px solid #EBEBEB;
}

#blazor_cropper {
    height: 100% !important;
    left: 0 !important;
    width: 100% !important;
    background: black;
}

.crop-action-button {
    color: white !important;
    border-color: white;
    padding: 0.75rem 0.5rem !important;
    text-transform: uppercase;
    border-width: 2px;
    border-radius: 10px;
    font-weight: bold;
    letter-spacing: 1.1px;
    margin: 0.75rem;
    justify-content: center;
    width: 100%;
}

.camera-shot-button {
    width: 55px !important;
    height: 55px !important;
    background: transparent;
    border-radius: 50%;
    border: 5px solid white;
    padding: 2px !important;
}
    .camera-shot-button:after {
        content: "";
        background: white;
        width: 41px; /*100% not working on iphone*/
        height: 41px; /*100% not working on iphone*/
        border-radius: 50%;
    }

.button-text-truncate > .button-text {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.fade-in, .modal-dialog {
    opacity: 1;
    animation-name: fadeInOpacity;
    animation-iteration-count: 1;
    animation-timing-function: ease-in;
    animation-duration: 0.15s;
}

@keyframes fadeInOpacity {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.text-small {
    font-size: 10pt;
}

.primary-color-for-child-svg > svg {
    color: var(--primary-text-color);
}

.show-more-interactions {
    width: 60px;
    height: 60px;
    min-width: 60px;
    border-radius: 50%;
    justify-content: center;
    background: var(--background-color);
}

    .show-more-interactions.hide {
        display: none;
    }

.members-list-view-items-gray .member-avatar,
.members-list-view-items-gray .member-more {
    background: var(--badge-color);
}

.badge {
    font-weight: normal;
    border-radius: 10px;
    padding: 3px 5px;
    background-color: var(--badge-color);
}

    .badge.light {
        background-color: var(--light-badge-color);
    }

.search-container {
    overflow: hidden;
    transition: all 250ms;
    max-height: 0px;
}

.search-container.open {
    max-height: 250px;
}

    .search-container > .form-group:last-child {
        margin-bottom: 0;
    }

    .search-container > .form-group {
        transition: all 250ms;
        max-height: 0px;
        opacity: 0;
        /*transform: scale(0.95);*/
    }

    .search-container.open > .form-group {
        max-height: 70px;
        opacity: 1;
        /*transform: scale(1);*/
    }

@media screen and (min-width: 280px) {
    .d-ge-280-block {
        display: block !important;
    }
}
@media screen and (min-width: 360px) {
    .d-ge-360-block {
        display: block !important;
    }
}
@media screen and (min-width: 430px) {
    .d-ge-430-block {
        display: block !important;
    }
}

@media screen and (min-width: 390px) {
    .d-ge-390-block {
        display: block !important;
    }
}

@media screen and (min-width: 480px) {
    .d-ge-480-block {
        display: block !important;
    }
}

@media screen and (min-width: 1200px) {
    .d-ge-1200-block {
        display: block !important;
    }
}

.task-hint-card .markdown > p:first-child {
    margin-top: 0;
}

.task-hint-card .markdown > p {
    color: var(--text-color);
}

.blazored-toast-info {
    background-color: #ffffff;
    opacity: 0.85;
}

.blazored-toast-body .blazored-toast-header h5 {
    font-weight: normal;
    font-size: 12pt;
    text-transform: none;
    color: var(--primary-text-color);
}

.toast-close-img-mask {
    background-color: var(--secondary-control-color);
    -webkit-mask: url(/assets/img/cancel.svg) no-repeat center;
    mask: url(/assets/img/cancel.svg) no-repeat center;
}

.exclamation-img-mask {
    height: 25px;
    width: 25px;
    background-color: var(--primary-text-color);
    -webkit-mask: url(/assets/img/exclamation-circle.svg) no-repeat center;
    mask: url(/assets/img/exclamation-circle.svg) no-repeat center;
}

.blazored-toast {
    padding: 0.6rem 1.25rem;
    background-color: #ffffff;
    opacity: 0.85;
}

.blazored-toast-container {
    z-index: 100;
}

@keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 0.85;
    }
}

.cut-text {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: var(--lines, 1); /* number of lines to show */
    line-clamp: var(--lines, 1);
    -webkit-box-orient: vertical;
}

.blazor-popover > .blazor-popover-content {
    display: none !important;
}

.blazor-popover, .blazor-popover-target-content {
    width: fit-content;
}

.popover {
    -webkit-box-shadow: 0px 1px 3px 0px #55555555;
    -moz-box-shadow: 0px 1px 3px 0px #55555555;
    box-shadow: 0px 1px 3px 0px #55555555;
    border: none;
    border-radius: 0.5rem;
    max-width: 100%;
    z-index: 700;
    transition: opacity 350ms ease-out;
}
    .popover > .arrow {
        z-index: -1;
    }
    .popover > .popover-body {
        background-color: var(--background-color);
        border-radius: 0.5rem;
    }
    .popover > .arrow::after {
        border-width: 0.5rem;
        border-color: var(--background-color);
        transform: rotate(45deg);
        box-shadow: 0px 1px 3px 0px #55555555;
    }

    .popover[x-out-of-boundaries] {
        opacity: 0;
        pointer-events: none;
    }

    .popover.bs-popover-undefined[x-placement="bottom-start"], .popover.bs-popover-undefined[x-placement="bottom-end"] {
        margin-top: 0.5rem;
    }

        .popover.bs-popover-undefined[x-placement="bottom-start"] > .arrow, .popover.bs-popover-undefined[x-placement="bottom-end"] > .arrow {
            top: calc(-0.5rem - 1px);
        }

            .popover.bs-popover-undefined[x-placement="bottom-start"] > .arrow::after, .popover.bs-popover-undefined[x-placement="bottom-end"] > .arrow::after {
                top: 1px;
            }

.popover.tooltip .arrow:after {
    border-color: #000000;
}

.popover.tooltip .popover-body {
    background-color: #000000;
    color: #FFFFFF;
}

.fa-thumbs-down {
    transform: rotateY(180deg);
}

/*.cut-text:hover {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: initial;
    line-clamp: initial;
    -webkit-box-orient: vertical;
}*/

.btn:focus, .btn.focus {
    box-shadow: none;
}

.markdown.custom-markdown li {
    padding-bottom: 3px;
    padding-top: 3px;
}

.markdown.custom-markdown li::before {
    margin-top: -3px;
    margin-bottom: -3px;    
}

.description-item-confirmed {
    background-color: #0099f721;
}

.description-item-rejected {
    background-color: #b21e4a21;
}

.description-item-conflicted {
    background-color: #ffba6821;
}

.description-item {
    border-radius: 15px;
}

.description-item-hover:hover {
    background-color: var(--badge-color); /*#0002*/
}

.status-icon-container {
    position: absolute;
    top: -7px;
    right: -4px;
}

.status-icon-container.completed {
    color: var(--complete-background-color);
}

.status-icon-container.expired {
    color: var(--exclamation-badge-color);
}

.recomendation-card {
    padding: 0.7rem;
    background-color: var(--recomendation-background-color);
    border-radius: 5px;
}

.stage-badge {
    background-color: var(--primary-color);
    color: var(--background-color);
    border-radius: 3px;
    text-align: center;
    padding-left: 2px;
    padding-right: 2px;
}

.markdown.styled-numbered-list ol {
    margin-top: 0.5em;
    padding-left: 40px;
}

    .markdown.styled-numbered-list ol > li {
        counter-increment: li;
        position: relative;
        min-height: 24px;
    }

        .markdown.styled-numbered-list ol > li::marker {
            content: '';
        }

        .markdown.styled-numbered-list ol > li::before {
            content: counter(li);
            background: var(--primary-text-color);
            border-radius: 50%;
            min-width: 20px;
            height: 20px;
            position: absolute;
            left: -30px;
            top: -3px;
            text-align: center;
            color: var(--background-color);
            font-size: 10pt;
            padding: 3px;
        }

.markdown.enneagram-description p, .markdown.enneagram-description li {
    color: var(--enneagram-description-color);
    font-size: 12pt;
    line-height: 1.2;
    word-break: break-word;
}

.markdown.enneagram-description.dark p, .markdown.enneagram-description.dark li {
    color: var(--text-color);
}

.markdown > ol:last-child {
    margin-bottom: 0px;
}
/*.markdown > *:last-child {
    margin-bottom: 0px;
}*/

.highlight-card {
    animation-duration: 4s;
    animation-name: highlightcard;
}

@keyframes highlightcard {
    from {
        background-color: var(--recomendation-background-color);
    }

    to {
        background-color: var(--card-background-color);
    }
}

.test-question-card {
    text-align: center;
    border-radius: 1rem;
    background-color: var(--test-question-card-background-color);
    color: var(--text-color);
}

.my-teams-label {
    font-size: 16pt;
    color: var(--primary-text-color);
}

.team-name-label {
    font-size: 16pt;
    color: var(--description-color);
}

.team-members-counter {
    font-size: 16pt;
    color: var(--primary-text-color);
}

.last-teams-container {
    display: grid;
    grid-gap: 0.5rem 1rem;
    grid-template-columns: auto 1fr;
}

.ripple {
    position: relative;
    overflow: hidden;
    transform: translate3d(0, 0, 0);
}

    .ripple:after {
        content: "";
        display: block;
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        pointer-events: none;
        background-image: radial-gradient(circle, var(--ripple-color) 10%, transparent 30%);
        background-repeat: no-repeat;
        background-position: 50%;
        transform: scale(10, 10);
        opacity: 0;
        transition: transform .5s, opacity 1s;
    }

    .ripple:active:after {
        transform: scale(0, 0);
        opacity: .3;
        transition: 0s;
    }

.percentage-round {
    border-radius: 18px;
    background-color: var(--primary-color);
    white-space: nowrap;
    min-width: 60px;
    height: 35px;
    padding: 0.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    color: var(--background-color);
    line-height: 1.2;
}

.diagnostic-result-offset {
    display: flex;
    align-items: center;
    justify-content: center;
}

    .diagnostic-result-offset.positive .diagnostic-result-offset-value {
        color: var(--complete-text-color);
    }

    .diagnostic-result-offset.negative .diagnostic-result-offset-value {
        color: var(--accent-color);
    }

    .diagnostic-result-offset.positive svg {
        transform: rotate(90deg);
        color: var(--complete-text-color);
    }

    .diagnostic-result-offset.negative svg {
        transform: rotate(270deg);
        color: var(--accent-color);
        margin-bottom: 0.1rem;
    }

.diagnostic-result-offset-value {
    flex-shrink: 0;
}

.popover-overlay {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    /*pointer-events: none;*/
    opacity: 0;
    background-color: rgba(0,0,0,0.3);
    animation: fadeInOpacity ease 350ms forwards;
    z-index: 1;
}

.list-header {
    color: var(--text-color);
    font-size: 14pt;
}

.truncatable-text {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: unset;
    overflow: hidden;
}

div.users-list-large > div {
    margin-left: 20px !important;
}

.users-list-large .more-users-count {
    font-size: 18pt !important;
}

.users-list-large img {
    width: 50px !important;
    height: 50px !important;
    margin-left: -20px !important;
}

.hofstede-test-level-label {
    font-size: 12pt;
    color: var(--primary-text-color);
    line-height: 1.2;
}

.hofstede-test-levels-by-hofstede-label {
    font-size: 16pt;
    color: var(--text-color);
    line-height: 1.2;
}

.hofstede-test-card-title {
    font-size: 12pt;
    line-height: 1.2;
}

.markdown.markdown-fix-margin > p:first-child {
    margin-top: 0;
}

@counter-style ordered-list-with-right-parentheses {
    system: extends numeric;
    suffix: ') ';
}

ol.parentheses {
    list-style: ordered-list-with-right-parentheses;
}

.avatar-xs {
    width: 18px;
    height: 18px;
}

.avatar-sm {
    width: 24px;
    height: 24px;
}

.avatar-md {
    width: 40px;
    height: 40px;
}

.avatar-lg {
    width: 50px;
    height: 50px;
}

.avatar-xl {
    width: 80px;
    height: 80px;
}

.avatar-light {
    background-color: var(--light-avatar-background-color);
}

.popover-content-without-padding {
    margin: -0.5rem -0.75rem;
    padding: 0.5rem 0.75rem;
}


/* grid tools */
.d-grid {
    display: grid !important;
}
/*--breakpoint-sm: 576px;*/
@media (min-width: 576px) {
    .d-sm-grid {
        display: grid !important;
    }
}
/*--breakpoint-md: 768px;*/
@media (min-width: 768px) {
    .d-md-grid {
        display: grid !important;
    }
}
/*--breakpoint-lg: 992px;*/
@media (min-width: 992px) {
    .d-lg-grid {
        display: grid !important;
    }
}
/*--breakpoint-xl: 1200px;*/
@media (min-width: 1200px) {
    .d-xl-grid {
        display: grid !important;
    }
}
/* end of grid tools */

.popover-menu {
    margin: -0.25rem -0.75rem;
    overflow: hidden;
}

    .popover-menu > .popover-menu-item {
        font-size: 12pt;
        color: var(--text-color);
        padding: 0.5rem 0.75rem;
        cursor: pointer;
    }

.fix-text-truncate-in-flex {
    min-width: 0;
}

    .fix-text-truncate-in-flex *:not(.text-truncate) {
        min-width: 0;
        display: flex;
    }

.header-md {
    line-height: 1.2;
    font-size: 14pt;
}

.header-lg, .header-xl {
    line-height: 1.2;
    font-weight: 700;
    word-break: break-word;
}

.header-lg {
    font-size: 18pt;
}

.header-xl {
    font-size: 24pt;
}

.export-competency-switch {
    flex-direction: column;
    align-items: end;
    gap: 0.25rem;
}
    .export-competency-switch .switch-label {
        font-size: 8pt;
        color: var(--primary-text-color);
        /*text-wrap: nowrap;*/
        overflow-wrap: break-word;
        text-align: end;
    }

/*=====Radio Button=====*/
.custom-radio-button {
    margin-bottom: 0;
}

    .custom-radio-button .custom-control-label::before {
        border-color: var(--custom-color) !important;
    }

    .custom-radio-button .custom-control-input:focus ~ .custom-control-label::before {
        box-shadow: unset;
    }

    .custom-radio-button .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
        background-color: unset;
        border-color: var(--custom-color);
        opacity: 0.5;
    }

    .custom-radio-button .custom-control-input:checked ~ .custom-control-label::after {
        background-color: var(--custom-color);
    }
/*=====Radio Button=====*/

/*=====Gap=====*/
.gap-1 {
    gap: 0.25rem;
}
.gap-2 {
    gap: 0.5rem;
}
.gap-3 {
    gap: 1rem;
}
.gap-4 {
    gap: 1.5rem;
}
.gap-5 {
    gap: 3rem;
}

.row-gap-1 {
    row-gap: 0.25rem;
}

.row-gap-2 {
    row-gap: 0.5rem;
}

.row-gap-3 {
    row-gap: 1rem;
}

.row-gap-4 {
    row-gap: 1.5rem;
}

.row-gap-5 {
    row-gap: 3rem;
}
/*=====Gap=====*/

/*=====Bootstrap grid=====*/
@media (min-width: 1200px) {
    .container-xl.dashboard-container {
        max-width: 1920px;
    }
}
/*=====Bootstrap grid=====*/

.grid-equal-width {
    display: grid;
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
}

.rotate-180 {
    transform: rotate(180deg);
}

.dashboard-progress-bar {
    background-color: var(--header-color);
    height: 25px;
    border: none;
}

[data-toggle=collapse].light-arrow svg {
    color: var(--background-color);
}

[data-toggle=collapse].primary-arrow svg {
    color: var(--primary-color);
}

.competency-score-item-in-popover {
    max-width: 90px;
}

div[data-toggle="collapse"] .collapse-indicator {
    transition: all 250ms;
    transform: rotate(90deg);
}

div[data-toggle="collapse"][aria-expanded="true"] .collapse-indicator {
    transform: rotate(-90deg);
}

div[data-toggle="collapse"] .hide-on-expand {
    transition: all 250ms;
}

div[data-toggle="collapse"][aria-expanded="true"] .hide-on-expand {
    opacity: 0;
}

/*=====Competency map hint=====*/
.competency-map-hint .bs-popover-bottom {
    -webkit-box-shadow: none;
    pointer-events: none;
}

.competency-map-hint .blazor-popover-target-content {
    width: 100% !important;
}

.competency-map-hint .blazor-popover {
    width: 100% !important;
}

.competency-map-hint .light-text {
    color: var(--background-color);
    max-width: 15rem !important;
}

.competency-map-hint .popover-body {
    background-color: var(--complete-background-color);
    text-align: center !important;
}

.competency-map-hint .arrow {
    left: initial;
    border-color: var(--complete-background-color);
}

    .competency-map-hint .arrow::after {
        border-color: var(--complete-background-color);
    }

.competency-map-hint .popover-body, .competency-map-hint .arrow {
    animation: competency-map-hint-float-sway 2s linear infinite;
    box-shadow: 0px 1px 3px 0px #55555555;
}

.competency-map-hint button.btn {
    margin-top: 0.5rem;
    padding: 2px 6px;
    border: 1px solid;
    border-radius: 0.3rem;
    font-size: 10pt;
    color: var(--background-color);
}

@keyframes competency-map-hint-float-sway {
    0%, 100% {
        margin-top: -8px;
        transform: scale(1);
    }

    50% {
        margin-top: -15px;
        transform: scale(1.05);
    }
}

.dashboard-progress-bar {
    background-color: var(--header-color) !important;
    height: 1rem !important;
    border: 0 !important;
}

/*Modal pages*/

.modal-dialog.modal-page > .modal-content {
    padding: 0 !important;
    height: min(100%, 800px);
}

    .modal-dialog.modal-page > .modal-content > .modal-body {
        padding: 0 !important;
    }

        .modal-dialog.modal-page > .modal-content > .modal-body .page-layout {
            margin: 0 !important;
            padding: 0 !important;
        }

            .modal-dialog.modal-page > .modal-content > .modal-body .page-layout > .page-container {
                max-width: unset;
                margin: 0;
            }

.tabs-container {
    box-shadow: none !important;
}

.tab-panel {
    width: auto !important;
    background-color: unset !important;
    color: var(--primary-color) !important;
    border-top-left-radius: 10px !important;
    border-top-right-radius: 10px !important;
    padding: 6px 20px !important;
}

    .tab-panel.active {
        color: var(--dark-text-color) !important;
        background-color: var(--background-color) !important;
        box-shadow: 0.5px -2.1px 3px 1px #55555512 !important;
    }

.tab-panel:last-child {
    border-bottom-right-radius: 0 !important;
}

.tab-panel:first-child {
    border-bottom-left-radius: 0 !important;
}

.hover-target {
    opacity: 0;
    transition: opacity 300ms ease;
}

.hover-hide-target {
    opacity: 1;
    transition: opacity 300ms ease;
}

.hover-container:hover .hover-target {
    opacity: 1;
}

.hover-container:hover .hover-hide-target {
    opacity: 0;
}

.grid-item-full-width {
    grid-column: 1 / -1;
}

.background-pattern {
    background-color: var(--kpi-page-header-background);
    background-image: url("/assets/img/background-pattern.svg#icon");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.dev-action-markdown * {
    color: var(--background-color) !important;
}

.dev-action-markdown li {
    line-height: 1.5rem;
}

.dev-action-markdown ol {
     margin: 0;
}

.dev-action-markdown ul {
    margin-left: 1.5rem;
}

.dev-action-markdown ul li::before {
    color: var(--background-color) !important;
}

.search-form-control {
    border: 0;
}

.search-form-control:focus {
    box-shadow: none;
}

.search-form-control::placeholder {
    color: var(--primary-color);
}

.modal-background-pattern {
    background-color: var(--primary-color);
    background-image: url("/assets/img/background-pattern.svg#icon");
    background-position: center;
}