[v-cloak] {
    display: none;
}

.pkoAssessmentApp .pills-tab__link{
    font-size: 28px;
}

.pkoAssessmentApp .pills-tab {
    overflow-x: auto;
/*
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
*/
}
.pkoAssessmentApp .pkoAssessment__block{
/*    padding-left: 20px;
    padding-right: 20px;
    
 */
}
.pkoAssessmentApp .pkoAssessment__border_bottom:not(:last-child){
    border-bottom: 2px solid #F0F0F0;
}

.pkoAssessmentApp .pkoAssessment__block.itogo{
/*    position: sticky;
    top: 0;
    z-index: 900;*/
}

.pkoAssessmentApp .pkoAssessment__block.itogo input{
    padding-left: 0;
    border: none;
    background-color: var(--ui-color-bg-grey);
    font-size: var(--ui-font-size-h3);
    font-weight: 500;
    line-height: 125%;
}
.pkoAssessmentApp  input.no-input{
    border: none;
    background-color: white;
}

.pkoAssessmentApp .pkoAssessment__section_header{
    font-size: 28px;
}

.pkoAssessmentApp .pkoAssessment__header{
    display: flex;
}

.pkoAssessmentApp .pkoAssessment__header .pkoicon{
    width: 32px;
    flex: none;
    left: 4px;
}

@media screen and (max-width: 576px) {
    .rotate-vert {
        writing-mode: tb-rl;
        transform: rotate(180deg);
    }
}
.pkoAssessmentApp .input-wrap{
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
/*
    position: relative;


.pkoAssessmentApp .input-wrap input{
    position: absolute;
    bottom: 0;
}
 */

.pkoAssessmentApp .pkoAssessment__inputRow_head{
    margin-left: 32px;
}

.pkoAssessmentApp .pkoAssessment__sticky {
    position: sticky;
    top: 0;
    z-index: 900;
}

@media screen and (max-width: 576px) {
    .pkoAssessmentApp .pkoAssessment__sticky {
        position: static;
    }
}

.pkoAssessmentApp .pkoAssessment__table .row>div{
/*    padding-left: 8px;*/
    padding-bottom: 16px;
    border-bottom: 2px solid red;
    font-weight: bold;
    text-align: center;
}
.pkoAssessmentApp .pkoAssessment__table .row>div:not(:last-child){
    border-right: 2px solid var(--ui-color-bg-grey);
}

@media screen and (min-width: 576px) {
    .pkoAssessmentApp .pkoAssessment__table .row>div{
/*        padding-left: 48px;*/
    }
}
@media (min-width: 992px) {
    .pkoAssessmentApp .pkoAssessment__table .row>div{
        text-align: left;
    }
}

.pkoAssessmentApp .pkoAssessment__inputRow{
    /*margin-left: 32px;*/
}

.pkoAssessmentApp .pkoAssessment__inputRow small{
    vertical-align: bottom;
}

.pkoAssessmentApp .tile:hover .tile__title {
    color: var(--ui-color-text-white);
}
.pkoAssessmentApp .excessDanger{
    color: var(--ui-color-state-active);
}

.pkoAssessmentApp .not-valid:not(:focus) {
    border-color: #fe2001;
}

.pkoAssessmentApp .input-clear {
    position: absolute;
    top: 16px;
    right: 0;
    z-index: 100;
    cursor: pointer;
}
.pkoAssessmentApp .tile--blue .tile__title {
    font-size: 18px;
    font-weight: 400;
}

.pkoicon {
    height: 32px;
    width: 32px;
    margin-right: 10px;
    position: relative;
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-position: center;
    background-repeat: no-repeat;
    vertical-align: middle;
    background-image: url("images/dot.png");
}
.pkoicon-ok{
    background-image: url("images/check.png");
}
.pkoicon-no{
    background-image: url("images/exclamation.png");
}

.pills-tab .pkoicon{
/*    position: absolute;*/
    height: 28px;
}

.pills-tab .pills-tab__title{
   /* padding-left: 44px;*/
}

.pkoAssessmentApp .pkoAssessment__balance_header{
    color: var(--ui-color-grey-60);
    font-weight: 600;
}

.pkoAssessmentApp dl {
    display: grid;
    grid-template-columns: max-content auto;
    margin-top: 0;
    margin-bottom: 0;
}
.pkoAssessmentApp dt {
    color: var(--ui-color-grey-60);
    font-weight: 400;
    margin: 0;
    grid-column-start: 1;
}
.pkoAssessmentApp dd {
    grid-column-start: 2;
    margin-bottom: 0;
}

.select-vue-custom {
    position: relative;
}

.select-vue-custom select {
    display: none;
}

.select-vue-selected {
    background-color: var(--ui-color-bg-white);
    border-radius: 3px;
    font-size: var(--ui-font-size-body);
    line-height: 22px;
    border: 1px solid var(--ui-color-grey-60);
}

.select-vue-selected:after {
    position: absolute;
    content: "";
    top: 20px;
    right: 16px;
    width: 9px;
    height: 7px;
    background-image: url("data:image/svg+xml,%0A%3Csvg width='9' height='7' viewBox='0 0 9 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.93373 5.34847C8.93373 5.4199 8.89801 5.50025 8.84444 5.55382L8.39801 6.00025C8.34444 6.05382 8.26408 6.08954 8.19265 6.08954C8.12123 6.08954 8.04087 6.05382 7.9873 6.00025L4.47837 2.49132L0.969439 6.00025C0.915867 6.05382 0.83551 6.08954 0.764082 6.08954C0.683725 6.08954 0.612296 6.05382 0.558725 6.00025L0.112296 5.55382C0.0587246 5.50025 0.0230103 5.4199 0.0230103 5.34847C0.0230103 5.27704 0.0587246 5.19668 0.112296 5.14311L4.27301 0.982396C4.32658 0.928824 4.40694 0.89311 4.47837 0.89311C4.5498 0.89311 4.63015 0.928824 4.68372 0.982396L8.84444 5.14311C8.89801 5.19668 8.93373 5.27704 8.93373 5.34847Z' fill='%23A9A9C1'/%3E%3C/svg%3E%0A");
    background-size: 9px 7px;
    -webkit-transition: -webkit-transform 0.2s ease;
    transition: -webkit-transform 0.2s ease;
    transition: transform 0.2s ease;
    transition: transform 0.2s ease, -webkit-transform 0.2s ease;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.select-vue-selected.select-arrow-active {
    background-color: var(--ui-color-bg-white);
    color: var(--ui-color-text-secondary);
    border-radius: 3px 3px 0 0;
    border-bottom: none;
}

.select-vue-selected.select-arrow-active:after {
    background-image: url("data:image/svg+xml,%0A%3Csvg width='9' height='7' viewBox='0 0 9 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.93373 5.34847C8.93373 5.4199 8.89801 5.50025 8.84444 5.55382L8.39801 6.00025C8.34444 6.05382 8.26408 6.08954 8.19265 6.08954C8.12123 6.08954 8.04087 6.05382 7.9873 6.00025L4.47837 2.49132L0.969439 6.00025C0.915867 6.05382 0.83551 6.08954 0.764082 6.08954C0.683725 6.08954 0.612296 6.05382 0.558725 6.00025L0.112296 5.55382C0.0587246 5.50025 0.0230103 5.4199 0.0230103 5.34847C0.0230103 5.27704 0.0587246 5.19668 0.112296 5.14311L4.27301 0.982396C4.32658 0.928824 4.40694 0.89311 4.47837 0.89311C4.5498 0.89311 4.63015 0.928824 4.68372 0.982396L8.84444 5.14311C8.89801 5.19668 8.93373 5.27704 8.93373 5.34847Z' fill='%23A9A9C1'/%3E%3C/svg%3E%0A");
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: -webkit-transform 0.2s ease;
    transition: -webkit-transform 0.2s ease;
    transition: transform 0.2s ease;
    transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}

.select-vue-items div,
.select-vue-selected {
    color: var(--ui-color-text-secondary);
    padding: 12px;
    cursor: pointer;
}

.select-vue-items div {
    color: var(--ui-color-text-primary);
    padding: 12px;
    font-size: var(--ui-font-size-body);
    line-height: 16px;
    -webkit-transition: color 0.2s ease;
    transition: color 0.2s ease;
}

.select-vue-items {
    position: absolute;
    background-color: var(--ui-color-bg-white);
    top: 100%;
    left: 0;
    right: 0;
    z-index: 999;
    overflow-y: auto;
    border: 1px solid var(--ui-color-grey-60);
    border-top: none;
    padding: 5px 0;
    border-radius: 0 0 3px 3px;
    max-height: 300px;
}

.select-vue-hide {
    display: none;
}

.select-vue-items div:hover,
.same-as-selected {
    color: var(--ui-color-state-hover);
    -webkit-transition: color 0.2s ease;
    transition: color 0.2s ease;
}
