
@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

:root {
    --navbar-height: 60px !important;
    --primary-color: 0, 0, 0 !important;
    --primary-color-dark : 33, 33, 33 !important;
    --navbar-bg-color: 0, 0, 0 !important;
    --base-font-size: 14px;
}

.desc p,
.desc div {
    color: #9DA0AB;
}

.bold {
    font-weight:500;
}

.navbar {
    -webkit-box-shadow: 0 2px 4px -1px rgba(0, 0, 0, .2),
    0 4px 5px 0 rgba(0, 0, 0, .14),
     0 1px 10px 0 rgba(0, 0, 0, .12) !important;
            box-shadow: 0 2px 4px -1px rgba(0, 0, 0, .2),
    0 4px 5px 0 rgba(0, 0, 0, .14),
     0 1px 10px 0 rgba(0, 0, 0, .12) !important;
}

.header.tk-static-text {
    border-bottom: 1px solid #E3E8EE;
}

.company-header.tk-static-text {
    margin: -15px -15px 12px -15px;
    background-color: #eaeaea;
    padding: 12px 24px;
    height: 90px;

    -ms-grid-column: 1;

    -ms-grid-column-span: 12;

    grid-column: 1/13;

}

label.company-header {
    font-weight: 400;
    opacity: .3;
    font-size: .9rem;
}


.ManageCompanyTasks_Company.tk-static-text,
.ManageRecruitersForCompanyAdmin_Company.tk-static-text{
    -ms-grid-column: 1 !important;
    -ms-grid-column-span: 13 !important;
    grid-column: 1/14 !important;
}

.ManageRecruits_Company.tk-static-text{
    -ms-grid-column: 1 !important;
    -ms-grid-column-span: 17 !important;
    grid-column: 1/18 !important;
}


button.primary {
    -webkit-box-shadow: 0 2px 4px -1px rgba(0, 0, 0, .2),
    0 4px 5px 0 rgba(0, 0, 0, .14),
     0 1px 10px 0 rgba(0, 0, 0, .12);
            box-shadow: 0 2px 4px -1px rgba(0, 0, 0, .2),
    0 4px 5px 0 rgba(0, 0, 0, .14),
     0 1px 10px 0 rgba(0, 0, 0, .12);;
}

.no-header-table label {
    display: none;
}

.no-header-table .tk-data-table__header-cell {
    background-color: #eaeaea !important;
}


/*CompanyValueStore Desktop Styles*/

.CompanyValueStore_NewColumn.tk-static-text {
    margin-top: 24px !important
}

/*
.CompanyValueStore_Logo,
.CompanyValueStore_Logo .tk-image-upload__content {
    max-height: 90px !important;
} */

.tk-progress-bar {
    top:60px !important;
}


.CompanyValueStore_AllCompany {
    border-right: 1px solid #eaeaea !important;
    padding: 0;
}

.CompanyValueStore_AllCompany .tk-data-table__content {
    border: none;
    margin-top: 0;
    border-radius: 0;
}

.CompanyValueStore_AllCompany .tk-data-table__row.vmCurrentRow{
    background-color: black;
    color: #fff;
}


.ManageAllTasks_Header p::before {
    display: block;
    content: '\e0ee';
    margin-right: 4px;
    font-family: 'Material Icons';
    font-weight: 500;
}

.company-logo img {
    width: auto !important;
    max-height: 70px;
}

.company-logo.tk-component {
    padding-top: 5px !important;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: -10px;
    height: 80px;

}

.company-logo--mini img {
    max-height: 50px;
    width: auto !important;
}

.company-logo--mini.tk-component {
    max-height: 50px;
    margin-top: 24px;
    padding: 0px !important;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
} 

.companylogoset{
    max-height: 120px;
    width: auto	;
}



.ManageCompanyTasks_Header.tk-static-text,
.ManageRecruits_Header.tk-static-text,
.ManageCompany_Header.tk-static-text {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
}

.CompanyValueStore_NewColum1 p::before {
    display: block;
    content: '\f1c8';
    margin-right: 4px;
    font-family: 'Material Icons';
    font-weight: 500;
}

.Index_Col1 p {
    display: block;
    text-align: center;
    font-weight: 400 !important;
}

@media screen and (max-width: 768px) {

:root {
    --navbar-height: 0px !important;
}

body {
    background-color: #fff;
}

.tk-progress-bar {
    top:0px !important;
}

.tk-progress-bar__indeterminate::before,
.tk-progress-bar__indeterminate::after{
    background-color: rgb(var(--company-primary-color)) !important;
}

#contentWrapper.actions-visible #viewmodelSection {
    height: 100vh !important;
}

[turnkeyview="EmployeeCurrentStanding"] .navbar {
    display: none;
}
    /******Change the main layout ***********/

    button {
        height: 40px !important;
    }

body {
    font-family: 'Rubik', sans-serif;
    height: 100%;
    color: #202124;
}
/*Hide main menu*/
#globalNavWrapper {
    visibility: collapse;
}

#bodyWrapper {
    -ms-grid-rows: 0px auto !important;
    grid-template-rows: 0px auto !important;
}


.mg_EmployeeCurrentStanding {
    -ms-grid-rows: auto !important;
    grid-template-rows: auto !important;
}

/*Hide sidebar menu and do not let it take any space*/
#contentWrapper {
    -ms-grid-columns: 0 1fr 0;
    grid-template-columns: 0 1fr 0;
}

#sidebar {
    position: unset; /* move away from css grid*/
    -webkit-box-shadow: 0px;
            box-shadow: 0px;
    visibility: collapse;
    top: 0;
    right: 0;
}


.navbar__header {
    visibility: visible;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    margin: auto;
    background: transparent;
}

.navbar {
    background: white;
    color: black;
    -webkit-box-shadow: 0px;
            box-shadow: 0px;
    pointer-events: none; /* make sure the moved up viewModel buttons are not masked by this*/
}

.navbar__brand {
    color: transparent;
    font-size: 0;
    line-height: 0px;
}


/******Move a button from ViewModel to top right corner ***********/


/******Move save,cancel,undo to top menu position ***********/

.save-action {
    visibility: visible;
    position: absolute;
    top: 0px;
    right: 0px;
    margin-right: 100px;
    margin-top: 5px;
    width: 60px;
    z-index: 1000;
}

.cancel-action {
    visibility: visible;
    position: absolute;
    top: 0;
    right: 0;
    margin-right: 40px;
    margin-top: 5px;
    width: 60px;
}

.undo-action {
    visibility: visible;
    position: absolute;
    top: 0;
    right: 0;
    margin-right: 150px;
    margin-top: 5px;
    width: 60px;
}

/******Make save and cancel hidden when not enabled*****************/
.save-action:disabled {
    visibility: collapse;
    font-size: 0;
}

.cancel-action:disabled {
    visibility: collapse;
    font-size: 0;
}

#CancelButton { /**MVC cancel button**/
    visibility: collapse;
    font-size: 0;
}


/******Application specific styles ***********/

.tk-static-text.hello-text {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 24px;
}

.tk-static-text__native.hello-text {
    font-size: 24px;
    color: #202124;
    font-stretch: expanded;
    font-weight: 700;
    font-family: 'Rubik', sans-serif;
    padding: 0px;
}

.tk-static-text.mobileheader{
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;

    padding-left: 12px;
}

.tk-static-text.mobileheader::before {
    content: '';
    display: block;
    position: absolute;
    width: 5px;
    height: 100%;
    top: 0;
    left: 0;
}

.tk-static-text__native.mobileheader {
    font-size: 1.3rem;
    color: #202124;
    font-stretch: expanded;
    font-weight: 700;
    font-family: 'Rubik', sans-serif;
    padding: 0px;
}

.mobilepoints.tk-component {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 60px;
    height: 60px;
    background-color: #d6a46130;
    border-radius: 8px;
}

.mobilepoints p {
    font-size: 5mm;
    color: #D6A461;
    font-family: 'Rubik', sans-serif;
    font-weight: 500;
    padding: 0px;
    text-align: center;
}

.tk-static-text_.mobilemission {
    margin-top: 6px;
}

.tk-static-text__native.mobilemission {
    color:#787878;
    font-family: 'Rubik', sans-serif;
    font-weight: 400;

}

.tk-component.mobilelink {
    padding-top: 5px;
}

.tk-link__native .mobilelink {
    font-size: 14px;
    margin-left: 20px;
    font-weight: 500;
}

a.ripple-effect.tk-link__native.mobilelink::before {
    display: block;
    content: '\e157';
    margin-right: 4px;
    font-family: 'Material Icons';
    font-weight: 500;
}

.mobileActivities.tk-component {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 60px;
    height: 60px;
    background-color: #85b09a34;
    border-radius: 8px;
}

.mobileActivities p {
    font-size: 5mm;
    color: #85B09A;
    font-family: 'Rubik', sans-serif;
    font-weight: 500;
    padding: 0px;
    text-align: center;
}

.mobileActivities label {
    display: none !important;
}

.mobilegridnoheader thead {
    visibility: collapse;
}


.PerformMessageWithConfirm_Picture {
    background-color: transparent;
    background: url(webpicture1.jpg) no-repeat center;
    background-size: contain;
    height: 250px;
}

#viewmodelSection {
    overflow-y: auto;
    overflow-x: hidden;
    padding-bottom: 50px;

}

.accountPic {
    -ms-grid-column-align: center;
        justify-self: center;
}


.nonewtasks {
    z-index: -1;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100vw;
    height: 20%;
    max-height: 90px;
}

/* The TaskImage */

.taskpicture.tk-image-upload.NoLabel {
    padding-top: 0px;
    background-color: #eaeaea;
    margin: 0 -20px 12px;
    padding: 0;
    max-height: 30vh;
}

.taskpicture .tk-image__native {
    max-width: 200%;
}

.tk-image-upload__inner{
    margin: 0 auto;
    align-content: center;
    justify-content: center;
    align-items: center;
    display: flex;
}

.taskpicture .tk-image-upload__content {
    max-height: 30vh;
    width: auto;
    max-width: 100vw;
}

.taskpicture .tk-image-upload__interactive {
    visibility: collapse;
    width: 0px;
    margin: 0px;
    padding: 0px;
    min-width: 0px;
}


button.mobileconfirmbutton {
    height: 40px;
}



.taskstatestyle-green {
    visibility: collapse;
}

    .taskstatestyle-green:before {
        visibility: visible;
        display: inline-block;
        width: 28px;
        height: 28px;
        content: '';
        background: url(greencheck.png) no-repeat center;
        background-size: contain;
    }

.taskstatestyle-red {
    visibility: collapse;
}

    .taskstatestyle-red:before {
        visibility: visible;
        display: inline-block;
        width: 28px;
        height: 28px;
        content: '';
        background: url(redcheck.png) no-repeat center;
        background-size: contain; 
    }

.taskstatestyle-empty {
    visibility: collapse;
}

    .taskstatestyle-empty:before {


        visibility: visible;
        content: '\e40c';
        display: inline-block;
        vertical-align: middle;
        font-family: 'Material Icons';
        font-size: 48px;
        color: #202124;
    }

.tk-data-table__content {
    border: 0px;
    -webkit-box-shadow: 0 0 0 0,0 0 0 0,0 0 0 0;
            box-shadow: 0 0 0 0,0 0 0 0,0 0 0 0;
    overflow: auto;
    height: 100%;
}

.tk-data-table__native {
    /*overflow: hidden;*/
    overflow-y: scroll; /* has to be scroll, not auto */
    --webkit-overflow-scrolling: touch; /* momentum scrolling, iOS Safari only*/
}

.tk-data-table__native--striped tbody tr:nth-child(even) {
    background-color: transparent;
}


    /*MobileView: TopBar*/

.topBar.ctGroupbox {
    margin: -15px -15px 0 -15px;
    height: 70px;
    }

.topBar .panel-heading {
    display: none !important;
}

.topBar .tk-groupbox__content {
    width: 100% !important;
    height: 100%;
    -ms-grid-columns: (minmax(0px, auto))[7] !important;
    grid-template-columns: repeat(7, minmax(0px, auto)) !important;
}

.topRightMan {
    padding-top: 5px !important;
    -ms-grid-column: 6 !important;
    -ms-grid-column-span: 2 !important;
    grid-column: 6/8 !important;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-line-pack: center;
        align-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-width: 70px !important;
    z-index: 2000;
    max-width: 95%;
}

.topRightMan .tk-button__text {
    display: none;
}

.TopBarTaskDesc   {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-grid-column: 6 !important;
    -ms-grid-column-span: 2 !important;
    grid-column: 6/8 !important;
}

.TopBarTaskDesc p {
    padding-left: 3rem;
    max-width: 85% !important;
    font-size: 0.9rem;
}


.tk-button__native.topRightMan span {
    font-size: 12px;
    height: 30px;
}

.tk-button__native.topRightMan .mi {
    font-size: 1.8rem;
    margin: 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.tk-button__native.topRightMan {
    font-family: 'Rubik', sans-serif;
    font-size: 0.9em;
    color: #D8D8D8;
    font-weight: 500;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    display: block;
    padding: 5px 8px;
    padding-top: 5px !important;
    height: 40px;
    background-color: rgb(var(--company-text-color), .1) !important;

}

.jumpback {
    padding-top: 5px !important;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height:70px;
    width:50px;

}

.jumpback .mi {
    margin: 0 !important;
    margin-left: 4px !important;
    color: rgb(var(--company-text-color));
}

button.jumpback {
    padding-top: 0 !important;
    color: rgb(var(--company-text-color));
}

span.jumpback {
    font-size: 1.5rem;
}

.tk-button__native.jumpback {
    height: 25px;
    color: rgb(var(--company-text-color));

}

.page-header {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding-left: 12px;
}

.page-header p {
    font-family: 'Rubik', sans-serif;
    font-size: 1.25em;
    text-transform: uppercase !important;
    color: #D8D8D8;
    font-weight: 600;
}

.page-header--recruiter {
    -webkit-box-align: center;
    -ms-flex-align: center;
        align-items: center;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
    -ms-flex-direction: row;
        flex-direction: row; 
    padding-left: 0px;
}

.page-header--recruiter p {
    font-family: 'Rubik', sans-serif;
    font-size: 1.25em;
    text-transform: uppercase !important;
    color: #D8D8D8;
    font-weight: 600;
}


.topBar--recruiter .tk-groupbox__content {
    width: 100% !important;
    height: 100%;
    grid-template-columns: 50px repeat(6, minmax(0px, auto)) !important;
}

/***To wide current standing******/
.EmployeeCurrentStanding_TasksSoFar .tk-data-table__cell {
    width: 5%;
}

/******IPhone hides the goback button and the topRightMan button********/
/* not needed on ios11,12?
html,body{
    -webkit-overflow-scrolling:auto;   //cannot have thouch https://stackoverflow.com/questions/7808110/css3-property-webkit-overflow-scrollingtouch-error 
}*/
html, body {
    overflow: hidden;
    -webkit-overflow-scrolling: auto; /* cannot have thouch https://stackoverflow.com/questions/7808110/css3-property-webkit-overflow-scrollingtouch-error */
}


/* media end */

[turnkeyview="PerformMessageWithConfirm"] .navbar{
    display: none;
}


/*** Backoffice stuff***********/
.uploadimage .tk-image-upload__content {
    width: 300px;
    height: auto;
    max-width: unset;
}


/* CurrentStanding Spec*/
.GBGrid_EmployeeCurrentStanding_InfoGroup {
    height: 100%;
}

.accountPic label {
    display: none;
}

.accountPic p {
    display: block;
    background-image: url(topRightMan1.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 60px;
    height: 60px;
}



/*TAB-BTNS*/

.wf-tab-btn.ctButton{
    position: relative;
    padding: calc(1rem * 1.5 + 5px) 0 0 0;
    border-bottom: 1px solid #eaeaea;
  
  }
  
  button.wf-tab-btn {
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    height: 100%;
    width: 100%;
    color: #9DA0AB !important;
    font-size: 1rem;
    box-shadow: none !important;
  }
  
  button.wf-tab-btn:hover {
    color: #202124;
  }
  
  .wf-tab-btn[disabled] {
    color: #202124 !important;
    opacity: 1 !important;
    cursor: -webkit-grab !important;
    cursor: grab !important;
    padding: 5px 16px;
  }
  
  
  .wf-tab-btn[disabled]::after {
    content: '';
    display: inline-block;
    position: absolute;
    bottom: 0px;
    width: 110%;
    height: 2px;
    background-color: #202124;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  
  /*Tasks list*/

  .tasks-list {
    overflow: unset;
  }

  .tasks-list .tk-data-table__native {
    padding-bottom: 15vh;
  }

  .tasks-list .tk-data-table__row.vmCurrentRow td:first-child{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

    .tasks-list .tk-data-table__row.vmCurrentRow td:first-child::before  {
        visibility: hidden;
  } 

  .tasks-list.completed .tk-data-table__row.vmCurrentRow td:first-child::before {
    content: '';
    color: rgb(var(--company-primary-color));
  }

  
  .tasks-list.started .tk-data-table__row.vmCurrentRow td:first-child::before {
    content: '';
    color: #E3E8EE;
  }

  .tasks-list .tk-data-table__content {
    margin-top: 0px;
    border: none;
    min-height: 50vh !important;
    overflow: visible;
  }

  .tasks-list .tk-data-table__cell {
    font-size: 1em;
    color: #202124;
    border-bottom: none !important;
  }
  
  .tasks-list thead {
      display: none;
  }

  .tasks-list .tk-data-table__row{
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 40px auto 40px;
    grid-template-columns: 40px auto 40px;
    -ms-grid-rows: minmax(-webkit-min-content, auto);
    -ms-grid-rows: minmax(min-content, auto);
    grid-template-rows: minmax(-webkit-min-content, auto);
    grid-template-rows: minmax(min-content, auto);

    height: 50px;

    margin-bottom: 8px;
    border-radius: 6px;
  }

  .tasks-list .tk-data-table__row > *:nth-child(1){
        -ms-grid-row: 1;
        -ms-grid-column: 1;
  }

  .tasks-list .tk-data-table__row > *:nth-child(2){
        -ms-grid-row: 1;
        -ms-grid-column: 2;
  }

  .tasks-list .tk-data-table__row > *:nth-child(3){
        -ms-grid-row: 1;
        -ms-grid-column: 3;
  }

  .started.tasks-list .tk-data-table__row {
    border-bottom: 1px solid #E3E8EE;
    border-radius: 0px;
  }

  .tasks-list.started .tk-data-table__row:hover {
    border-radius: 6px; 
  }

  .tasks-list.started .tk-data-table__row.vmCurrentRow {
    border: 1px solid #E3E8EE;
    border-radius: 6px;
    background-color: #F7FAFC;
  }

  .tasks-list.completed .tk-data-table__row {
    background-color: rgba(var(--company-primary-color), .05);
  }

  .tasks-list.completed .tk-data-table__row.vmCurrentRow {
    border: 1px solid rgb(var(--company-primary-color));
  }

  .tasks-list.completed .task-header.tk-data-table__cell,
  .tasks-list.started .task-header.tk-data-table__cell {
    color: #202124;
    width: 100%;
    -ms-grid-column: 2;
    -ms-grid-column-span: 2;
    grid-column: 2/3; // Changed from 2/4 to 2/3
    -ms-grid-row: 2;
    -ms-grid-row-span: 2;
    grid-row: 1/3;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    font-weight: 500;
    overflow-x: hidden; //Fix reponsive issue
  }
  
  .tasks-list.started .task-header.tk-data-table__cell div[modeltype] {
     overflow-x:hidden;
     text-overflow: ellipsis;
  }

  .tasks-list.completed .task-type.tk-data-table__cell,
  .tasks-list.started .task-type.tk-data-table__cell {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 50px;
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
    grid-column: 3/4;
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1/3;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    font-size: 0px;
  }

  .tasks-list.completed .task-header.tk-data-table__cell {
    color: rgb(var(--company-primary-color));
  }

  .tasks-list.completed .comment.tk-data-table__cell,
  .tasks-list.started .comment.tk-data-table__cell {
    color: #8a8d8a;
    -ms-grid-column: 2;
    -ms-grid-column-span: 2;
    grid-column: 2/4;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2/3;
    font-size: .9rem;
    max-width: 220px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    overflow: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    display: inline-block;
    white-space: nowrap;
  }


  .tasks-list.completed td.state.tk-data-table__cell,
  .tasks-list.started td.state.tk-data-table__cell {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1/3;


    display: -webkit-box;


    display: -ms-flexbox;


    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 0px;
    width: 40px;
  }

  .tasks-list.started div.state,
  .tasks-list.completed div.state {
    font-size: 0px !important;
    visibility: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .tasks-list.started div.state::before {
    visibility: visible;
    content: '\e836';
    display: block;
    vertical-align: middle;
    font-family: 'Material Icons';
    font-size: 24px;
    color: #E3E8EE;
  } 

  .tasks-list.completed div.state::before {
    visibility: visible;
    content: '';
    display: block;
    vertical-align: middle;
    -webkit-mask:  url(check.svg) no-repeat 100% 100%;
    -webkit-mask-size: contain;
    background-color: rgb(var(--company-primary-color));
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    height: 20px;
    width: 20px;

  }

  button.wf-tab-btn .mi {
    color: inherit;
  }

  .tasks-list .tk-data-table__row.vmCurrentRow {
      -webkit-box-shadow: none;
              box-shadow: none;
  }

    .tasks-list.completed table {
        border-collapse:separate; 
        /*border-spacing: 0 6px; */
    } 

    .tasks-list.completed .tk-data-table__cell {
        color: rgb(var(--company-primary-color));
        border: none;
    }

  .affirmations.tk-static-text{

    height: 55px;
    border-radius: 10px;
    padding: 8px 16px;
    background-color: #202124;
    margin-top: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative !important;
  }

  p.affirmations {
    margin-left: 3.2rem;
    font-weight: 500;
  }

  .affirmations.tk-static-text:before {
    content: '';
    width: 25px;
    height: 25px;
    -webkit-mask: url(rock.svg) no-repeat 100% 100%;
    -webkit-mask-size: cover;
    background-color: rgb(var(--company-primary-color));
    z-index: 100;
    margin-left: 5px;
    position: absolute;
}

.affirmations.tk-static-text::after {
    display: block;
    content: '';
    width: 35px;
    height: 35px;
    background-color: white;
    z-index: 10;
    border-radius: 6px;
    position: absolute;
}

   .tk-static-text__native.affirmations {
       padding-left: 45px;
   }


  .panel.info-group {
    margin-top: 12px;

    height: 85px;
    border-radius: 12px;
    border: 1px solid #E3E8EE;
  }

  .no-tasks.tk-component {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;

    font-weight: 500;
    height: 25vh;
  }

  .no-tasks p {
    position: relative;
  }

  .no-tasks p:before {
    content: '\e9f3';
    font-family: 'Material Icons';
    color: rgb(var(--company-primary-color));
    font-size: 20px;
    font-weight: 600;
    display: block;
    position: absolute;
    top: -18px;
    left: 35%;
  }

  .companylogodisplay {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
  }

  .companylogodisplay img {
      width: auto;
      max-height: 90px;
  }

  .space-below.panel {
    margin-bottom: 12px;
  }

  .actions__wrapper {
      display: none !important;
  }

  .tk-sidebar__state-actions {
    display: none !important;  
  }

/*Direct messages*/

.mg_DirectMessage {
    padding: 15px !important;
    padding-top: 0px !important;
}

.DirectMessage_Cancel.tk-component,
.DirectMessage_Send.tk-component {
    padding-top: 6px !important;
}


.direct-message--header.tk-component{
    height: 70px;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 -15px 12px -15px;
    padding: 15px;
}

.direct-message--header.tk-static-text__native {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 500;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.direct-message--header.tk-static-text__native::before {
    content: '\e554';
    display: block;
    vertical-align: middle;
    font-family: 'Material Icons';
    font-size: inherit;
    margin-right: 6px;
    color: rgb(var(--company-text-color));
}

.direct-message--to.tk-static-text {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    background-color: #eaeaea;
    border-radius: 4px;
    padding: 5px 12px;
}

label.direct-message--to {
    padding: 5px 0;
    line-height: 1.2;
}

.direct-message--to.tk-static-text__native {
    margin-left: 6px;
}

.direct-message--text.tk-component{
    padding: 6px 2px;
    margin-top: 6px;
}

textarea.direct-message--text {
    padding: 8px;

}

html[turnkeyviewmodal="DirectMessage"] .tk-modal__header,
html[turnkeyviewmodal="DirectMessage"] .tk-modal__actions {
    display: none;
}

html[turnkeyviewmodal="DirectMessage"] .tk-modal__content {
    padding: 0px;
}

/*FloatingBox*/
.floating-box{
    position: absolute;
    height: 50px;
    bottom: 1.5%;
    left: 1.5%;
    background-color: #fff;
    width: 97%;
    border-radius: 12px;
    -webkit-box-shadow: 0px -7px 10px 5px rgb(32 33 36 / 8%);
            box-shadow: 0px -7px 10px 5px rgb(32 33 36 / 8%);
    z-index: 2000;
}

.floating-box .tk-groupbox__content {
    height: 100%;
}

.floating-box__header.tk-static-text  {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.floating-box__header.tk-static-text {
    color: #787878;
    font-weight: 500;
}

.floating-box .ctButton {
    padding: 5px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.floating-box button {
    color: #787878 !important;
}

.floating-box button .mi {
    margin: 0 auto !important;
}

.margin-bottom.tk-component {
    margin-bottom: 45px;;
}
.bottom-gap.tk-component {
    height: 80px;
    width: 100%;
    background-color: transparent;
}
/*Infograpfics*/

.EmployeeCurrentStanding_YourProgress {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.EmployeeCurrentStanding_YourProgress label {
    color: #9DA0AB;
    font-weight: 400;
}

.EmployeeCurrentStanding_YourProgress p {
    font-weight: 600;
    padding: 0px;
}

.circle-item {
    width: 23vw;
    max-width: 70px;;
    -ms-flex-pack: distribute;;
        justify-content: space-around ;
  }
  
  .circular-chart {
    display: block;
    max-height: 80px;
  }
  
  
  .circle {
    fill: none;
    stroke-width: 2.8;
    stroke-linecap: round;
    -webkit-animation: progress 1s ease-out forwards;
            animation: progress 1s ease-out forwards;
  }
  
  @-webkit-keyframes progress {
    0% {
      stroke-dasharray: 0 100;
    }
  }
  
  @keyframes progress {
    0% {
      stroke-dasharray: 0 100;
    }
  }

.EmployeeCurrentStanding_UntillNext {
    max-width: 80px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    height: -webkit-min-content;
    height: -moz-min-content;
    height: min-content;
    padding-top: 2px;
}

.EmployeeCurrentStanding_UntillNext span {
    font-size: 1.1rem;
    font-weight: 600;
    letter-spacing: .03rem;
    line-height: 1.75rem;
}

.EmployeeCurrentStanding_UntillNext div {
    font-size: 0.9rem;
    line-height: 0.85rem;
}

.EmployeeCurrentStanding_UntillNext p{
    display: none;
}
  
.EmployeeCurrentStanding_Infographics  p {
    padding: 0px;
}

.EmployeeCurrentStanding_Infographics.tk-component {
    width: 75px;
    padding: 5px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

  .percentage {
    font-size: 0.5em;
    text-anchor: middle;
    font-weight: 600;
  }


  .EmployeeCurrentStanding_ProgressBar {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding-bottom: 0;
  }

  .EmployeeCurrentStanding_ProgressBar p {
      display: none;
  }

  progress {
    background-color: #fff;
    max-width: 70px;
    height: 6px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
   }
  
  progress[value]::-webkit-progress-value {
    border-radius: 8px;
}

::-webkit-progress-bar {
    background-color: #E3E8EE;
    height: 6px;
    border-radius: 8px;
}

/*Icons set*/

.task-type.tk-data-table__cell div.MessageWithConfirm {
    width: 20px;
    height: 20px;
} 

div.MessageWithConfirm::before {
    visibility: visible;
    content: '';
    display: block;
    vertical-align: middle;
    -webkit-mask:  url(confirm.svg) no-repeat 100% 100%;
    -webkit-mask-size: contain;
    background-color: #202124;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    height: 100%;
    width: auto;
    margin-top: -2px;
}

.tasks-list.completed div.MessageWithConfirm::before {
    -webkit-mask:  url(confirm.svg) no-repeat 100% 100%;
    -webkit-mask-size: contain;
    background-color: rgb(var(--company-primary-color));
    background-image: none;

}

.task-type.tk-data-table__cell div.MessageWithLinkAndConfirm {
    width: 18px;
    height: 18px;
} 

div.MessageWithLinkAndConfirm::before {
    visibility: visible;
    content: '';
    display: block;
    vertical-align: middle;
    -webkit-mask:  url(link.svg) no-repeat 100% 100%;
    -webkit-mask-size: contain;
    background-color: #202124;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    height: 100%;
    width: auto;
    margin-top: -2px;
}

.tasks-list.completed div.MessageWithLinkAndConfirm::before {
    -webkit-mask:  url(link.svg) no-repeat 100% 100%;
    -webkit-mask-size: contain;
    background-color: rgb(var(--company-primary-color));
    background-image: none;
    margin-top: -2px;
}

.task-type.tk-data-table__cell div.MessageWithComment {
    width: 20px;
    height: 20px;
} 

div.MessageWithComment::before {
    visibility: visible;
    content: '';
    display: block;
    vertical-align: middle;
    background-image: url(comment.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    height: 100%;
    width: auto;
    margin-top: -2px;
}

.tasks-list.completed div.MessageWithComment::before {
    -webkit-mask:  url(comment.svg) no-repeat 100% 100%;
    -webkit-mask-size: contain;
    background-color: rgb(var(--company-primary-color));
    background-image: none;
}

.task-type.tk-data-table__cell div.SurveyTask {
    width: 20px;
    height: 20px;
}

div.SurveyTask::before {
    visibility: visible;
    content: '';
    display: block;
    vertical-align: middle;
    background-image: url(survey.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    height: 100%;
    width: auto;
    margin-top: -2px;
}

.tasks-list.completed div.SurveyTask::before {
    -webkit-mask:  url(survey.svg) no-repeat 100% 100%;
    -webkit-mask-size: contain;
    background-color: rgb(var(--company-primary-color));
    background-image: none;
}

.task-type.tk-data-table__cell div.QuizTask {
    width: 20px;
    height: 20px;
}

.task-type.tk-data-table__cell div.QuizTask::before {
    visibility: visible;
    content: '';
    display: block;
    vertical-align: middle;
    background-image: url(quiz.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    height: 100%;
    width: auto;
    margin-top: -2px;
}

.tasks-list.completed div.QuizTask::before {
    -webkit-mask:  url(quiz.svg) no-repeat 100% 100%;
    -webkit-mask-size: contain;
    background-color: rgb(var(--company-primary-color));
    background-image: none;

}

/*Good job*/

.GoodJob_GoodJobGraphics.tk-component{
    margin-top: 10vh !important;
}

.GoodJob_GoodJobText.tk-component {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
}

.GoodJob_GoodJobText p {
    max-width: 320px;
    margin-top: 24px;
    font-weight: 600;
}


/*Recruiter*/
label.recruiter-name {
    font-weight: 400;
    opacity: .3;
    font-size: 1rem;
    line-height: 1rem;
}

.recruiter-table .name div:before {
    display: inline-block;
    content: '\e87c';
    margin-right: 4px;
    font-family: 'Material Icons';
    font-weight: 500;
    font-size: inherit;
}

.recruiter-table .tk-data-table__content {
    margin-top: 0px;
}

.table-icon div {
    width: 25px;
    height: 25px;
}

/*Quiz*/
.QuizQuestion_TaskDefinition_Header.tk-component,
.SurveyQuestion_TaskDefinition_Header.tk-component  {
    margin-top: 20px;
}

.QuizQuestion_PageHeader.page-header,
.SurveyQuestion_PageHeader.page-header{
    padding-left: unset;
}

.QuizQuestion_JumpBack,
.SurveyQuestion_BackToSurvey {
    width: 50px;
}

.tk-static-text.quiz-header {
    flex-direction: row;
}

.quiz-header p {
    border-bottom: solid 5px rgb(var(--company-primary-color));
}

.tk-static-text.quiz-header::before{
    display: none !important;
}


.quiz-question.tk-component {
    margin-top: 35px;
    position: relative;
    padding: 0 10%;
}

.quiz-question.tk-component:before {
    content: '';
    display: block;
    background-image: url(survey.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    left: calc(50% - 10px);
    position: absolute;
    top: -25px;
    height: 20px;
    width: 20px;
}

.quiz-question__quiz-type::before {
    background-image: url(quiz.svg) !important;
}


.quiz-question label {
    display: none;
}

.quiz-question p {
    align-self: center;
    color: #202124 !important;
    font-weight: 500;
}

.quiz-bg.tk-component {
    background-color: #F6FAFC;
    border: solid 1px #E3E8EC;
    border-radius: 8px;
    margin: 20px 5%;
    padding: 20px 4%;
}

.quiz-count p{
    align-self: center;
    z-index: 1000;
    color: #787878;
}

.quiz-table.tk-component{
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    min-height: auto;
}

.quiz-table .tk-data-table__content {
    background-color: transparent !important;
}

.quiz-table table{
    background-color: transparent !important;
    border-collapse: separate;
    border-spacing: 0 12px;
}

.quiz-table thead {
    display: none !important;
}

.quiz-table li {
    margin-top:12px;
}

.q-btn  {
    border-radius: 12px !important;
}

.q-btn.lit {
    border-width: 3px !important;
    background-color: rgb(var(--company-primary-color), 0.15) !important;
    background: rgb(var(--company-primary-color), 0.15) !important;
    font-weight: 600;
}


/*CHIPS*/
td .oa-grey-chip,
td .oa-blue-chip,
td .oa-yellow-chip,
td .oa-red-chip,
td .oa-green-chip,
td .Expected-chip,
td .SeenFirstTime-chip,
td .PastFirstTask-chip,
td .CompletedLastTask-chip {
  display:-webkit-inline-box;
  display:-ms-inline-flexbox;
  display:inline-flex;
  -webkit-box-pack:center;
      -ms-flex-pack:center;
          justify-content:center;

  height: 32px;
  line-height: 2.2em;
  border-radius:16px;
  padding: 0px 12px;
  min-width:32px;
  text-align:center;
  font-weight: 500;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

td .oa-grey-chip {
    color:#212121 !important;
    background-color:#DFDFDF;
}

td .oa-red-chip {
    color:#D32E2E !important;
    background-color:#F8DFDF;
}

td .oa-blue-chip,
td .p {
    color:#104E57 !important;
    background-color:#DEECEF;
}

td .oa-green-chip,
td .PastFirstTask-chip,
td .CompletedLastTask-chip {
    color:#5DB85B !important;
    background-color:#E6F4E6;
}

td .oa-yellow-chip,
td .Expected-chip {
    color:#F0AD4E !important;
    background-color:#FDF2E4;
}

/* VARIABLES*/

  .affirmations.tk-static-text,
  .topBar.panel,
  button.mobileconfirmbutton,
  .tk-static-text.mobileheader::before,
  button.company-primary {
    background-color: rgb(var(--company-primary-color)) !important;
  }

  button.company-primary.outlined,
  span.company-primary.outlined,
  mi.company-primary.outlined  {
      border-color: rgb(var(--company-primary-color)) !important;
      color:  rgb(var(--company-primary-color)) !important;
  }

  button.company-primary.outlined  {
    border-color: rgb(var(--company-primary-color)) !important;
    background-color: transparent !important;
}


    button.company-primary.outlined:focus,
    button.company-primary.outlined:hover 
    {
        border-color:  rgb(var(--company-primary-color-darker)) !important;
        background-color: rgb(var(--company-primary-color-darker)) !important;
    }

  p.affirmations,
  .topBar p,
  .topBar span,
  .topBar span:before,
  button.mobileconfirmbutton,
  button.company-primary,
  span.company-primary,
  mi.company-primary {
    color: rgb(var(--company-text-color)); 
  }

  a.tk-button__native.mobileconfirmbutton[disabled] ,
    button.tk-button__native.mobileconfirmbutton:disabled ,
  a.tk-button__native.company-primary[disabled],
  button.tk-button__native.company-primary:disabled {
    background-color: rgb(var(--company-primary-color));  
    opacity: .4;
  }

  button.company-primary.outlined:disabled   {
    border-color:  rgb(var(--company-primary-color)) !important;
    background-color: rgb(var(--company-primary-color)) !important;
    opacity: .5;
  }


  button.tk-button__native.mobileconfirmbutton:hover,
button.tk-button__native.mobileconfirmbutton:focus,
 a.tk-button__native.mobileconfirmbutton:hover,
  a.tk-button__native.mobileconfirmbutton:focus,
  a.tk-button__native.company-primary:focus,
  button.tk-button__native.company-primary:focus,
  a.tk-button__native.company-primary:hover,
  button.tk-button__native.company-primary:hover,
  .direct-message--header.tk-component {
    background-color: rgb(var(--company-primary-color-darker)) !important;
    color: rgb(var(--company-text-color)) !important; 
}

  button.wf-tab-btn:disabled .mi {
    color: rgb(var(--company-primary-color));
  }

  .mobile-table .tk-data-table__row.vmCurrentRow {
    -webkit-box-shadow: inset 0px 0px 0px 1px rgb(var(--company-primary-color));
            box-shadow: inset 0px 0px 0px 1px rgb(var(--company-primary-color));
  }

  .mobile-table .tk-data-table__row.vmCurrentRow td:first-child::before {
    background-color: rgb(var(--company-primary-color));
  }

}

.tk-data-table__row.duplicate {
    background-color: #FDF2E3;
}