@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=PT+Sans:ital,wght@0,400;0,700;1,400;1,700&display=swap');

body {
    font-family: 'PT Sans', sans-serif;
}

.form-control {
    border-radius: 0;
}

.wrapper {
    height: 100%;
    position: relative;
    /* overflow-x: hidden;
    overflow-y: clip;*/
    min-height: 100%;
}

.gray-back {
    background-color: #FAFAFA;
}

.p-40 {
    padding: 40px;
}

.m-40 {
    margin: 40px;
}

.border-form {
    border: 1px solid var(--pale-grey, #D0D0D0);
}

h1 {
    color: #222;
    /* H1 */
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

h2 {
    color: #222;
    /* Heading 2 */
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

h3 {
    color: #5E6771;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.border-form h3 {
    color: #222;
    /* heading 4 */
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.border-form p {
    color: #5E6771;
    /* Text 16 */
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.btn-download, .btn-download-file {
    border-radius: 2px;
    border: 1px solid #114CBD;
    color: #114CBD;
    text-align: center;
    /* Text 16 */
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding-top: 14px;
    padding-bottom: 14px;
    padding-left: 20px;
    padding-right: 20px;
    display: inline-block;
    text-decoration: none;
}

.btn.btn-download-file {
    padding-left: 50px;
}

.head-min {
    color: #222;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    /* 19.6px */
}

.span-head {
    color: #5E6771;

    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    /* 19.6px */
}

.btn-gray-remove {
    border: 1px solid gray;
    color: gray;
}

.kv-error-close {
    border: none;
    margin: 6px;
    background-color: transparent;
}

.krajee-default.file-preview-frame:not(.file-preview-error):hover {
    border: none;
    box-shadow: unset;
}

.file-drop-zone {
    border: none;
    min-height: unset;
}

.file-preview .fileinput-remove {
    display: none;
}

.file-preview {
    border: none;
}

.file-drop-zone-title {
    padding: 0;
}

.file-input>span {
    display: flex;
    justify-content: center;
}

.file-input>span>* {
    margin-left: 5px;
    margin-right: 5px;
}

.alert {
    border-radius: 0;
}

.file-drop-zone .file-preview-thumbnails {
    text-align: center;
    display: flex;
    justify-content: center;
}

.krajee-default.file-preview-frame {
    box-shadow: unset;
    border: none;
}

.file-thumbnail-footer .file-upload-indicator, .file-thumbnail-footer .file-actions {
    display: none;
}

.krajee-default .file-footer-caption {
    margin-bottom: 0;
}

.krajee-default.file-preview-frame .file-thumbnail-footer {
    height: auto;
}

.main-sidebar {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    padding-top: 10px;
    min-height: 100%;
    width: 110px;
    z-index: 810;
    -webkit-transition: -webkit-transform .3s ease-in-out, width .3s ease-in-out;
    -moz-transition: -moz-transform .3s ease-in-out, width .3s ease-in-out;
    -o-transition: -o-transform .3s ease-in-out, width .3s ease-in-out;
    transition: transform .3s ease-in-out, width .3s ease-in-out;
    background-color: #2589DE;
}

.main-sidebar a {
    color: #ffffff;
}

.content-wrapper {
    -webkit-transition: -webkit-transform .3s ease-in-out, margin .3s ease-in-out;
    -moz-transition: -moz-transform .3s ease-in-out, margin .3s ease-in-out;
    -o-transition: -o-transform .3s ease-in-out, margin .3s ease-in-out;
    transition: transform .3s ease-in-out, margin .3s ease-in-out;
    margin-left: 110px;
    z-index: 820;
    min-height: 514px;
    height: 100vh;
}

.main-header {
    position: relative;
    max-height: 100px;
    z-index: 1030;
}



.main-header .logo {
    color: #fff;
    border-bottom: 0 solid transparent;
}

.main-header .navbar {
    -webkit-transition: margin-left .3s ease-in-out;
    -o-transition: margin-left .3s ease-in-out;
    transition: margin-left .3s ease-in-out;
    margin-bottom: 0;
    margin-left: 110px;
    border: none;
    min-height: 50px;
    border-radius: 0;
}

.main-sidebar .logo {
    font-family: 'Lato', sans-serif;
}

.main-sidebar .logo a {
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 35px;

    /* identical to box height, or 146% */
    letter-spacing: 0.02em;
    text-transform: uppercase;
    text-decoration: none;
    color: #FEFEFE;
}

.main-header .navbar {
    -webkit-transition: margin-left .3s ease-in-out;
    -o-transition: margin-left .3s ease-in-out;
    transition: margin-left .3s ease-in-out;
    margin-bottom: 0;
    margin-left: 110px;
    border: none;
    min-height: 20px;
    border-radius: 0;
}

.main-header .navbar {
    background-color: transparent;
}

.left-nav a {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    text-decoration: none;
    /* identical to box height */
    text-align: center;
    margin-top: 20px;
    display: block;
    /* White */
    color: #FEFEFE;

    position: relative;
}

.left-nav a img, .left-nav a span {
    opacity: 0.7;
}

.left-nav a.active img, .left-nav a.active span {
    opacity: 1;
}


.projects-structure h3 a {
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 26px;

    text-decoration: none;
    /* identical to box height */

    /* Text */
    color: #5E6771;
}

.info-tab>span {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;

    /* Text */
    color: #5E6771;
}

.info-tab>span.grey {
    color: #222222;
}

.info-tab>span.green {
    color: #009456;
}

.info-tab>span.green-light {
    color: #3FE395;
}

.info-tab>span.yellow-nigth {
    color: #FFB86D;
}

.info-tab>span.yellow {
    color: #F1D900;
}

.info-col {
    padding-left: 20px;
    padding-right: 20px;
}

.info-col-end {
    max-width: 300px;
}

.info-col-start {
    padding-left: 0;
}

.btn {
    border-radius: unset;
    padding-top: 14px;
    padding-bottom: 14px;
    padding-left: 40px;
    padding-right: 40px;
}

.btn-primary {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;

    /* identical to box height */
    text-align: center;
    background-color: #2589DE;
    color: #FEFEFE;
}

.del-project {
    padding-bottom: 2px;
    padding-right: 4px;
}

#tab-fun table tr td a {
    display: block;
}

#tab-fun table tr td div {
    display: flex;
    justify-content: space-between;
}

.btn-sm {
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 10px;
    padding-right: 10px;
}

#tab-fun .editable-buttons {
    display: unset !important;
}

.menu-project li {
    list-style: none;
}

.menu-project li a.btn-sm {
    padding-top: 17px;
    padding-bottom: 17px;
    padding-left: 21px;
    padding-right: 21px;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 26px;

    /* identical to box height */

    /* White */
    color: #FEFEFE;
}

.menu-project li.active a.btn-primary {
    background-color: #2589DE;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 26px;

    /* identical to box height */

    /* Text */
    color: #ffffff;
    border-color: #5E6771;
}

.menu-project li a.btn-primary {
    background-color: #ffffff;
    border-color: #5E6771;
    color: #5E6771;
}

.person-flex {
    max-width: 500px;
    min-width: 500px;
    position: absolute;
    right: 0;
    top: 0;
}

.wrap-chart {
    position: relative;
}

.chart-flex {
    width: auto;
    margin-right: 540px;
}

.persons-block {
    background: #FAFAFA;
    padding: 17px;
}

.persons-block h4 {
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 26px;

    /* identical to box height */

    /* Grey */
    color: #222222;
}

.exclude-persone {
    padding-left: 10px;
    display: inline-block;
    border: 1px solid #CC2222;
    padding-right: 10px;
    margin: 8px;

}

.persons-block .rem-persons {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 26px;
    color: #CC2222;
    background-image: url("/bundle/images/user-slash-red.svg");
    background-repeat: no-repeat;
    background-position-y: center;
    padding-left: 20px;
    display: inline-block;
}

.accordion-button {
    padding: 12px;
}

.btn-person .btn {
    padding-left: 14px;
    padding-right: 14px;
    padding-top: 7px;
    padding-bottom: 7px;
    border-radius: 2px;
}

.btn-person .btn-success {
    background-color: #2E9000;

}
.btn-person .btn-red{
    background-color: #CE0013;
    border-color: #CE0013;
}

.person-avatar img {
    border-radius: 50%;
    background-color: #EBF4FB;
    padding: 6px;
    width: 40px;
}

.person-avatar.empty-avatar img {
    padding: 0;
}

.accordion-button:not(.collapsed) {
    background-color: transparent;
}

.name-person {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;

    /* identical to box height */

    /* Grey */
    color: #222222;
}

.year-person {
    font-style: normal;
    font-weight: 400;
    font-size: 10px;
    line-height: 13px;

    /* identical to box height */

    /* Text */
    color: #748292;
}

.skill-person {
    font-style: normal;
    font-weight: 400;
    font-size: 10px;
    line-height: 13px;

    /* identical to box height */

    color: #009456;
}

.persons-block .accordion-item {
    background-color: #FEFEFE;
    border: none;
    margin-bottom: 12px;
    border-radius: unset;
}

.like-percent {
    min-width: 80px;
}


.like-percent>div {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;

    /* identical to box height */

    /* Text */
    color: #748292;
}

.like-percent>div.percent {
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 21px;
    color: #009456;
}

.person-action {
    position: absolute;
    right: 0;
    width: 16px;
    height: 16px;
    background: #D0D0D0;
    border-radius: 0 0 0 6px;
    top: 0;

}

.person-action.collapsed {
    border-radius: 6px 0 0 0;
    top: unset;
    bottom: 0;

}

#kandidats .person-action.collapsed {
    bottom: unset;
    top: 0;
    border-radius: 0 0 0 6px;
}

.person-name {
    min-width: 160px;
}

.accordion {

    --bs-accordion-border: none;
    --bs-accordion-border-width: none;
}

.person-flex .accordion {
    --bs-accordion-btn-icon: none;
    --bs-accordion-btn-active-icon: none;
}

.width-100 {
    width: 100%;
}

.width-466 {
    width: 100%;
    min-width: 442px;

}

.person-action span {
    background-image: url("/bundle/images/Icon_down.svg");
    width: 12px;
    height: 12px;
    display: block;
    /*background-position: center center;*/
    background-repeat: no-repeat;
    transform: rotate(180deg);
}

.person-action.collapsed span {
    width: 16px;
    height: 16px;
    display: block;
    background-position: center center;
    background-repeat: no-repeat;
    transform: unset;

}

.persons-block .accordion-body {
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
}

.persons-block .accordion-body .person-content {
    border-top: 1px solid #D0D0D0;
    padding-top: 16px;
}

.persons-block .table td, .persons-block .table th {
    border-right: 1px solid rgba(208, 208, 208, 0.3);
}

.persons-block .table td:last-child, .persons-block .table th:last-child {
    border-right: none;
}

.persons-block .table tr:last-child {
    border-bottom: transparent;
}

.persons-block .table {
    --bs-table-border-color: rgba(208, 208, 208, 0.3);
}

.persons-block .table th {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;

    /* identical to box height */

    /* Text */
    color: #748292;
}

.persons-block .table td {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;

    /* identical to box height */

    /* Text */
    color: #5E6771;
}

.skill-for {
    background: #FEFEFE;
    padding: 10px;
    /* Shadow */
    box-shadow: 2px 2px 10px rgba(94, 103, 113, 0.25);
    margin-top: 20px;
}

.skill-item {
    display: inline-block;
    width: 100%;
    color: #5E6771;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    text-decoration: none;
}

.skill-item-set {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    color: #222222;
}

.skill-item-set .select-params {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    color: #5E6771;
}

.skill-item-set select {
    border: none;
}

.twitter-typeahead .tt-input, .form-control.tt-hint {
    border-top: none;
    border-right: none;
    border-left: none;
    background-color: transparent !important;
}

.control-menu, .control-back {
    background: #FAFAFA;
    box-shadow: 2px 2px 10px rgba(94, 103, 113, 0.25);
    padding-left: 12px;
    padding-right: 0;
}

.control-menu {
    width: auto;
    height: 50px;
    line-height: 46px;
    margin-top: 14px;
}

.control-menu a {
    text-decoration: none;
    font-weight: 700;
    font-size: 16px;
    line-height: 21px;
    padding-right: 12px;

    /* identical to box height */

    /* Text */
    color: #5E6771;
}

.control-menu .dropdown-menu {
    inset: 14px 0 auto auto !important;
    border-radius: 0;
}

.control-menu img {
    width: 24px;
}

.fot.control-back {
    position: absolute;
    left: -10px;
    width: 250px;
    z-index: 100;

}

.fot.control-back .accordion-item, .fot.control-back .accordion-button {
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;

    /* Text */
    color: #5E6771;
}

.fot.control-back .accordion-button:focus {
    border-color: unset;
    box-shadow: unset;
}

.fot.control-back .accordion {
    background-color: transparent;
    --bs-accordion-bg: transparent;
}

.fot.control-back .accordion-body {
    padding: 10px;
}

.fot_all {
    margin-bottom: 12px;
    margin-top: 12px;
}

.fot ul {
    padding-left: 10px;
    margin-top: 12px;
}

.fot ul li {
    list-style: none;
    padding-bottom: 12px;
}

.fot ul li span, .fot_all span {
    color: #222222;
    font-size: 14px;
    line-height: 18px;
}

.fill-view .orgchart .node .node-wrap .title {
    background-image: url("/bundle/images/user_gray.svg");
    background-repeat: no-repeat;
    padding-left: 30px;
    line-height: 16px;
    min-height: 20px;
}

.btn-bg-tr {
    background-color: transparent;
    color: #114CBD;
    border-color: #114CBD;
}

.btn-bg-tr:hover {
    color: #114CBD;
    background-color: transparent;
    border-color: #5e8ad7;
}

.clear-person.btn-bg-tr {
    font-size: 14px;
    padding-top: 7px;
    padding-bottom: 7px;
    padding-left: 6px;
    padding-right: 6px;
    min-width: 138px;
}

.search-person {
    background-image: url("/bundle/images/search.svg");
    background-repeat: no-repeat;
    background-position: center right 10px;
}

.btn-default {
    padding: 7px;
    border-radius: 2px;
    background-color: #8E949B;
}

.btn-person .btn.btn-default {
    padding-bottom: 7px;
    padding-top: 7px;
}

.action-tab {
    background-color: #FAFAFA;
    border-bottom: 1px solid #D0D0D0;
}

.btn-go-to {
    border: 1px solid #114CBD;
    padding: 6px 10px;
    color: #114CBD;
    font-size: 16px;
    margin-right: 20px;
    display: inline-block;
    text-decoration: none;
}

.delete-structure {
    color: #CC2222;
    font-size: 16px;
    text-decoration: none;
}

.info-tab span.list-vitrin {
    color: #2589DE;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.border-bottom-gray {
    border-bottom: 1px solid #D0D0D0;
}

.btn-no-background {
    background-color: transparent;
}

.btn-primary.btn-no-background:hover, .btn-download:hover, .btn-go-to:hover, .btn-download-file:hover {
    background-color: #C2DAFE;
}

.btn.btn-download-file:hover {
    color: #114CBD;
}

.delete-structure:hover {
    color: #CC2222;
    text-decoration: underline;
}

.btn-primary.btn-no-background {
    color: #114CBD;
    border-color: #114CBD;
}

.del-showcase {
    width: 24px;
    margin-left: 16px;
}

.list-view>div:hover {
    background-color: #FAFAFA;
}

.showcase-edit {
    background-image: url("/bundle/images/pencil.svg");
    background-size: 16px;
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
    display: inline-block;
    margin-left: 10px;
}

.dropdown-toggle.showcase-edit::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border: none;
}

.dropdown-menu.dropdown-showcase {
    border-radius: 0;
    padding: 8px;
}

.dropdown-menu.dropdown-showcase label {
    display: block;
    width: 100%;
}

.info-tab .dropdown {
    width: 16px;
    height: 16px;
}

.showcase-list {
    padding-left: 6px;
}

.banned {
    display: none;
}

.rem-persons {
    cursor: pointer;
}

.rem-persons.active {
    color: #CC2222;
}

.persons-block .rem-persons.active {
    background-image: url("/bundle/images/user-slash-red.svg");
}

.table> :not(caption)>*>* {
    padding: 0.2rem 0.5rem;
}

.kv-grid-container th a, .kv-grid-container th {
    color: #5E6771;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    text-decoration: none;
    /* 157.143% */
}

.kv-grid-container td, .kv-grid-container th * {
    color: #222;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    /* 19.6px */
}

.kv-grid-container tr:hover {
    background-color: #EBF4FB;
}

.table {
    --bs-table-striped-bg: #FAFAFA;
}

.kv-grid-container .form-control {
    padding: 0.2rem 0.2rem;
    font-size: 14px;
    border-radius: 0;
}

.login-signup .content-wrapper {
    margin-left: 0;
}

.login-signup .login-wrap {
    max-width: 450px;
    min-width: 450px;
}

.login-signup .position-relative, .login-signup #login-form, .login-signup .wr-login, .login-signup form {
    height: 100%;
}

.logo-login {
    padding-bottom: 63px;
}

.login-signup h3 {
    color: #222;
    text-align: center;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding-bottom: 52px;
}

.login-signup h3 div {
    color: #748292;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    /* 125% */
}

.login-signup .form-label {
    color: #222;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.popup__form__submit {
    padding-top: 30px;
}

.mb-3.field-loginform-password {
    margin-bottom: 0.25rem !important;
}

.popup__form__forgot {
    color: #748292;
    text-align: center;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    /* 166.667% */
}

.popup__form__forgot a {
    color: #2589DE;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

.form-label {
    color: #222;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.span-red {
    color: #C22;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    /* 22.4px */
}

.add-fix {
  margin-right: 20px;
}
.text-info-sh{
    padding-left: 20px;
}

/*.add-person-btn {
    background-color: #2589DE;
    border-radius: 50%;
    color: #fff;
    text-decoration: none;
    font-size: 26px;
    font-weight: bold;
    width: 64px;
    height: 64px;
    display: block;
    text-align: center;
    padding-top: 12px;
}*/

.checked-delete-person, .kv-grid-container th a.checked-delete-person {
    display: none;
    color: #C22;
    text-decoration: none;
}

.modal {
    min-width: 700px;
    --bs-modal-width: 700px
}

.modal-content {
    border-radius: 0;
}

input[aria-invalid='true'] {
    border-color: red;
}

[aria-invalid='true']~.invalid-feedback {
    display: block;
}

.field-skills {
    position: relative;
}

.btn-add-skill, .btn-add-function {
    position: absolute;
    right: 4px;
    top: 34px;
}

.btn-download-file {
    background-image: url("/bundle/images/download-file.svg");
    background-repeat: no-repeat;
    background-position: left 24px center;
}

.fot.control-back .accordion-button:not(.collapsed)::after {

    transform: var(--bs-accordion-btn-icon-transform);
}

.fot.control-back .accordion-button::after {
    background-image: url("/bundle/images/Icon_up.svg");
    transform: none;
    background-size: 8px;
    background-position: center;
}

.fot.control-back .accordion-header {
    position: relative;
}

.fot.control-back .accordion-button {
    padding-bottom: 0;
}

.hint-fot {
    font-size: 10px;
    color: #5E6771;
    font-weight: normal;
    padding-bottom: 12px;
    padding-left: 12px;
}

.text-filter-start {
    color: #5E6771;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    /* 19.6px */
}

.page-profile .kv-editable-button.btn-sm {
    border: none;
}

.text-edit {
    color: #222;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.feedback {
    position: fixed;
    left: 110px;
    bottom: 5%;
    z-index: 10;
    background: linear-gradient(180deg, #FFB86D -69.57%, #FF8300 100%);
    display: block;
    height: 166px;
    width: 46px;
    border-radius: 0 10px 10px 0;
    text-decoration: none;
}

.feedback:hover {
    background: #FF8300;

}

.feedback span {
    font-size: 20px;
    font-weight: 700;
    line-height: 26px;
    letter-spacing: 0em;
    text-align: center;
    display: block;
    writing-mode: vertical-rl;
    width: 100%;
    height: 100%;
    padding-right: 10px;
    color: #ffffff;
    text-decoration: none;
}

#feedback-submit .file-drop-zone .file-preview-thumbnails {
    text-align: left;
    display: revert;
}

#feedback-submit .krajee-default.file-preview-frame {
    float: revert;
}

#feedback-submit .file-preview-image {
    display: none;
}

#feedback-submit .krajee-default.file-preview-frame .kv-file-content {
    width: auto;
    height: auto;
}

#feedback-submit .krajee-default .file-caption-info, #feedback-submit .krajee-default .file-size-info {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: auto;
    height: auto;
    margin: auto;
}

#feedback-submit .krajee-default .file-footer-caption {
    display: block;
    text-align: left;
}

#feedback-submit .file-input>span {
    display: flex;
    justify-content: start;
}

#feedback-submit .file-thumbnail-footer .file-actions {
    display: revert;
}

#feedback-submit .kv-file-rotate, #feedback-submit .kv-file-upload, #feedback-submit .kv-file-zoom, #feedback-submit .file-upload-indicator, #feedback-submit .kv-file-content {
    display: none;
}

#feedback-submit .krajee-default.file-preview-frame .file-thumbnail-footer {
    height: auto;
    display: flex;
}

#feedback-submit .krajee-default.file-preview-frame {
    margin: 0;
    padding: 0;
}

#feedback-submit .file-drop-zone {
    margin: 0;
    padding: 0;
}

#feedback-submit .file-footer-buttons .btn-default {
    padding: 7px;
    border-radius: 0;
    background-color: transparent;
    border: none;
}

#feedback-submit .file-footer-buttons .btn:hover {
    color: inherit;
}

.text-area {
    height: 110px;
}

#feedback-submit .file-drop-zone {
    min-height: auto;
}

#feedback-submit .file-drop-zone-title {
    padding: 10px 10px;
}

#feedback-submit .krajee-default.file-preview-frame {
    margin: 8px;
    border: none;
    box-shadow: none;
    padding: 6px;
    float: revert;
    text-align: center;
}

#feedback-submit .krajee-default .file-footer-caption {
    margin-bottom: 0;
}

.text-feedback {
    font-size: 14px;
}

#feedback-submit {
    background-color: #FAFAFA;
    padding: 16px;
}

#feedback-submit .file-input>span>* {
    margin-left: 0;
    margin-right: 8px;
}

.text-danger-file {
    color: #5E6771;
}

.form-control.tt-input {
    padding-left: 0;
}

.form-control.tt-input:focus {
    outline: none;
    border-top: none;
    border-right: none;
    border-left: none;
    background-color: transparent !important;
    box-shadow: none;
}

.page-link.active, .active>.page-link {
    z-index: 3;
    color: #fff;
    background-color: rgb(37, 137, 222);
    border-color: rgb(37, 137, 222);
}

.pagination {
    border-radius: 0;
}

.person-flex .nav-pills .nav-link {
    border-radius: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: 0em;
    text-align: left;
    color: #5E6771;

}

.person-flex .nav-pills .nav-link.active, .person-flex .nav-pills .show>.nav-link {

    font-size: 20px;
    font-weight: 700;
    line-height: 26px;
    text-align: left;
    color: #5E6771;
    border-bottom: 3px solid #2589DE;
    background-color: transparent;
}

.btn-person .btn.appoint-user[data-action="clear"] {
    background-image: url("/bundle/images/IconSuccess.svg");
    background-repeat: no-repeat;
    padding-left: 36px;
    background-position: left 10px center;
}

.orgchart .node.focused .node-wrap {
    background-color: #F7FAFD;
}

.skills-node {
    position: absolute;
    /* bottom: 0; */
    z-index: 1;
    width: 100%;
    border: 1px solid #000;
    left: 0;
    top: 0;
}

.h100, .orgchart {
    height: 100%;
}

.tippy-popper {}

.tippy-backdrop {
    background-color: #ffffff;
    border-radius: 0 !important;
    width: 100%;
    left: 50%;
    top: 50%;
    z-index: -1;

}

.tippy-popper {
    display: none !important;
}

.tippy-popper.fill-view-popper, .tippy-popper.info-view-popper {
    display: revert !important;
}

.fill-view-popper .tippy-tooltip {
    border: 1px solid #2589DE;
    border-top: none;
    border-radius: 0 !important;
    margin-top: -9px;
    margin-right: -1px;
    background-color: #ffffff;
}

.tippy-tooltip[data-animatefill] {
    background-color: #ffffff !important;
}

.tippy-tooltip .table tr th {
    color: #748292;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0em;
    text-align: left;
    padding-top: 10px;
    padding-bottom: 10px;

}

.tippy-tooltip .table tr td {
    font-size: 16px;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: 0em;
    text-align: left;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #5E6771;

}

.tippy-tooltip .table tr {
    border-color: #F5F5F5;
}

.info-view-popper *{
    color: #222222;
    text-align: left;
}
.info-view-popper .tippy-tooltip{
    box-shadow: 2px 2px 10px 0 #5E677140;
    background-color: #ffffff;


}
.info-view-popper.tippy-popper[x-placement^="bottom"] .tippy-arrow {
    border-bottom: 8px solid #fff;
}
.editable-buttons .editable-cancel{
    display: none;
}
.com-soon {
    position: absolute;
    background-color: #F1D90080;
    padding: 2px;
    width: 70px;
    font-size: 10px;
    font-weight: 700;
    line-height: 12.94px;
    text-align: center;
    border-radius: 3px;
    left: 20%;
    top: 5px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}
.left-nav a.coming-soon img, .left-nav a.coming-soon span{
    opacity: 0.2;
}
.red-info {
    color: #CC2222;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
}

.custom-alert.alert-primary {
    background-color: #EBF4FB;
    font-size: 16px;
    font-weight: 400;
    line-height: 20.7px;
    text-align: center;
    color: #2589DE;
    border: 1px solid #C2DAFE;
    text-align: left;

}
.custom-alert.alert-primary img{
    padding-left: 10px;
    padding-right: 10px;
}
.info-table{
        border-bottom: 1px solid #DEE2E6;
        border-left: 1px solid #DEE2E6;
        border-right: 1px solid #DEE2E6;
        background-color: #FAFAFA;
        text-align: center;
        padding-top: 10px;
        padding-bottom: 10px;
        color: #5E6771;
        font-size: 14px;
        margin-bottom: 20px;

}
#showcase table{
    margin-bottom: 0;
}

.filters.skip-export td:first-child{
    background-image: url("/bundle/images/filter.svg");
    background-position: center center;
    background-repeat: no-repeat;
}
.info-img{
    padding-bottom: 3px;
}
.skill-group{
    padding: 4px 20px 4px 20px;
    border-radius: 8px;
    border: 1px solid #2589DE;
    color: #2589DE;
    display: inline-block;
    font-size: 12px;
    font-weight: 400;
    line-height: 16.8px;
    text-align: center;
    text-decoration: none;
    margin: 4px;
}


#prodskillsearch-group_id{
    display: flex;
    flex-wrap: wrap;
}
#prodskillsearch-group_id .form-check{
    margin: 4px;
    padding: 0;
}
#prodskillsearch-group_id .form-check label{
    padding: 4px 20px 4px 20px;
    border-radius: 8px;
    border: 1px solid #2589DE;
    color: #2589DE;
    display: inline-block;
    font-size: 12px;
    font-weight: 400;
    line-height: 16.8px;
    text-align: center;
    text-decoration: none;
    cursor: pointer;

}
#prodskillsearch-group_id .form-check-input[type="checkbox"] {
    display: none;
}
#prodskillsearch-group_id .form-check.active label, #prodskillsearch-group_id .form-check label:hover{
    color: #ffffff;
    background-color: #2589DE;
}
