
#tc-jswidget {
    font-family: "Open Sans", sans-serif
}

.tc-loader {
    position: absolute;
    top: 35%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%)
}

.tc-loader:before {
    top: 60%;
    border-radius: 500rem;
    border: .2em solid rgba(0, 0, 0, .1)
}

.tc-loader:after, .tc-loader:before {
    position: absolute;
    content: "";
    left: 50%;
    width: 100%;
    height: 100%
}

.tc-loader:after {
    top: 0;
    -webkit-animation: loader .6s linear;
    animation: loader .6s linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    border-radius: 500rem;
    border: .2em solid transparent;
    border-top-color: #767676;
    box-shadow: 0 0 0 1px transparent
}

@-webkit-keyframes loader {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@keyframes loader {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

.tc-loader:after, .tc-loader:before {
    width: 2.28571429rem;
    height: 2.28571429rem;
    margin: 0
}

.tc-widget__error {
    grid-gap: 8px;
    gap: 8px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding: 0 20px;
    text-align: center
}

.tc-widget__error-icon {
    font-size: 24px;
    color: red
}

.tc-widget__error-text {
    margin: 0
}

#tc-jswidget input[type=text] {
    margin-bottom: 0;
    background-color: inherit;
    border: none;
    box-shadow: none;
    transition: none
}

#tc-jswidget input[type=text]:focus {
    outline: 0;
    border-radius: 0;
    border-bottom: 1px solid #444;
    width: 100%
}

.tc-search-bar-only {
    align-items: flex-start;
    margin-top: 0;
    width: 100%;
    height: 42px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-between;
    -ms-flex-pack: justify
}

.tc-search-bar-only .keywordSet, .tc-search-bar-only input[type=text]:active, .tc-search-bar-only input[type=text]:focus {
    margin-bottom: 2px;
    padding-bottom: 4px;
    order: 2;
    align-items: flex-start;
    outline: 0;
    width: 100%;
    border: 0;
    border-radius: 0;
    border-bottom: 1px solid #444;
    font-size: 16px;
    color: #4a4a4a;
    font-family: "Open Sans", sans-serif !important
}

.tc-search-bar-mobile textarea, .tc-search-bar-only textarea, .tc-search-bar textarea {
    font-size: 16px
}

.tc-search-bar, .tc-search-bar-mobile {
    border-bottom: 1px solid #ebebeb !important;
    height: 40px;
    outline: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    -ms-flex-pack: justify
}

.tc-search-bar {
    width: 350px;
    float: left;
    margin: 3px 20px 0 0
}

.tc-search-bar-mobile {
    width: 72%;
    order: 1;
    align-items: flex-start;
    margin-top: 3px;
    margin-right: 15px
}

.tc-filters-mobile__wrapper .tc-search-bar-mobile {
    width: 100%;
    margin-right: 0;
    margin-top: 10px
}

.tc-search-bar-mobile input[type=text], .tc-search-bar input[type=text] {
    order: 1;
    width: 100%;
    align-self: flex-end;
    height: 20px;
    padding: 0;
    font-size: 16px;
    border: none !important;
    box-sizing: border-box;
    color: #999;
    outline: 0;
    font-family: "Open Sans", sans-serif !important
}

.tc-search-bar-mobile input[type=text]::-webkit-input-placeholder, .tc-search-bar input[type=text]::-webkit-input-placeholder {
    font-size: 16px
}

.tc-search-bar-mobile input[type=text]:-ms-input-placeholder, .tc-search-bar input[type=text]:-ms-input-placeholder {
    font-size: 16px
}

.tc-search-bar-mobile input[type=text]::placeholder, .tc-search-bar input[type=text]::placeholder {
    font-size: 16px
}

.tc-search-bar input[type=text]::-webkit-input-placeholder {
    color: #999
}

.tc-search-bar input[type=text]:-ms-input-placeholder {
    color: #999
}

.tc-search-bar input[type=text]::placeholder {
    color: #999
}

.tc-search-bar-mobile input[type=text]::-webkit-input-placeholder {
    color: #4a4a4a
}

.tc-search-bar-mobile input[type=text]:-ms-input-placeholder {
    color: #4a4a4a
}

.tc-search-bar-mobile input[type=text]::placeholder {
    color: #4a4a4a
}

.tc-filters-mobile__wrapper .tc-search-bar-mobile .search-ico, .tc-search-bar-mobile .search-ico, .tc-search-bar .search-ico {
    order: 2;
    color: #ccc;
    align-self: flex-end
}

.delete-ico, .tc-filters-mobile__wrapper .tc-search-bar-mobile .search-ico svg, .tc-search-bar-mobile .search-ico svg, .tc-search-bar .search-ico svg {
    width: 14px;
    height: 14px
}

.delete-ico {
    order: 2;
    align-self: flex-end;
    margin-top: -25px;
    font-weight: 700;
    color: #ccc
}

.enter-icon {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    rotation: 90deg;
    margin-right: 5px;
    color: #ccc
}

.tc-search-bar-show-top-text {
    align-self: flex-start;
    order: 1;
    color: #999;
    margin-bottom: 0;
    font-size: 11px;
    font-family: "Open Sans", sans-serif !important
}

@media (max-width: 420px) {
    .tc-search-bar {
        width: 90%
    }
}

.tc-total-jobs {
    margin-bottom: 5px;
    margin-top: 0
}

.tc-jobs-container {
    padding: 5px 0 10px;
    box-sizing: border-box;
    clear: both;
    margin-top: 5px
}

.tc-job-list {
    width: 100%
}

.tc-job-row {
    box-sizing: border-box;
    padding: 5px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .16);
    margin-top: 7px;
    background-color: #fff
}

.tc-job-list .tc-job-row:hover {
    box-shadow: 2px 2px 6px 0 rgba(0, 0, 0, .32)
}

.tc-job-box1 {
    min-width: 10%;
    width: 10%;
    order: 1;
    margin-right: 5px
}

.tc-job-box1, .tc-job-box2 {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    -ms-flex-pack: start
}

.tc-job-box2 {
    width: 75%;
    order: 2
}

.tc-job-box3 {
    width: 25%;
    order: 3;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    text-align: right;
    justify-content: flex-end;
    -ms-flex-pack: end
}

.tc-job-cell {
    vertical-align: middle;
    word-break: break-word;
    padding: 0 5px;
    margin-top: 1px
}

.tc-job-cell img {
    vertical-align: middle;
    width: 100%;
    max-height: 100%;
    object-fit: contain !important
}

.tc-job-logo {
    width: 100%;
    order: 1;
    align-self: flex-start;
    padding: 0
}

.tc-job-cooperative {
    width: 95%;
    order: 2
}

.tc-job-position {
    order: 1;
    font-weight: 500;
    width: 100%;
    display: inline-block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    word-wrap: break-word
}

.tc-job-cell a.tc-job-link {
    color: #0797c1;
    font-size: 18px
}

.tc-job-row:hover a.tc-job-link {
    overflow: visible;
    white-space: normal;
    color: #08c
}

.tc-job-country, .tc-job-location {
    width: auto;
    order: 1;
    color: #999;
    white-space: nowrap
}

.tc-job-box2sub1 {
    display: flex;
    justify-content: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    align-content: flex-start;
    order: 3;
    flex-wrap: wrap
}

.tc-job-box2sub2 {
    order: 4;
    display: inline
}

.tc-job-box2sub2 > .tc-job-cell {
    width: 95%;
    order: 1;
    color: #999;
    display: inline
}

.tc-job-discipline {
    order: 1
}

.tc-job-industry {
    order: 2
}

.tc-job-department {
    order: 3
}

.tc-job-distance {
    white-space: nowrap;
    order: 2;
    color: #999
}

.tc-job-box2sub2 .tc-job-cell span {
    font-weight: 700;
    color: #999;
    display: inline
}

.tc-job-insc {
    order: 1;
    align-self: flex-end;
    font-weight: 600
}

.tc-job-insc .tc-job-link {
    font-size: 16px
}

.tc-job-date {
    order: 2;
    align-self: flex-end;
    color: #999
}

.hide-job-list {
    display: none
}

.job-List.empty-jobs, .job-List.no-offers {
    clear: both;
    text-align: center
}

.job-List.empty-jobs, .job-List.no-offers p:first-child {
    font-size: 16px;
    color: #4a4a4a
}

.job-List.no-offers p:last-child {
    font-size: 16px;
    color: #9b9b9b
}

.no-offers .search-ico-noResults svg {
    color: #ccc;
    width: 24px;
    height: 24px;
    margin-top: 90px
}

@media (max-width: 768px) {
    .tc-job-row div:empty {
        display: none
    }

    .tc-job-row {
        padding: 10px 1px
    }

    .tc-job-box1 {
        margin-left: 10px;
        margin-right: 2px;
        width: 15%
    }

    .tc-job-box2 {
        margin-left: 5px;
        margin-right: 5px;
        width: 61%
    }

    .tc-job-box3 {
        white-space: nowrap;
        width: 20%
    }

    .tc-job-cell img {
        vertical-align: middle;
        max-width: 120%
    }

    .tc-job-box2sub2 > .tc-job-cell {
        display: inline-block
    }

    .tc-job-location {
        white-space: normal
    }
}

@media (max-width: 500px) {
    .tc-jobs-container {
        box-sizing: inherit
    }

    .tc-job-position {
        font-weight: 500;
        display: inline-block;
        white-space: normal;
        overflow: hidden;
        max-height: 44px;
        line-height: 20px !important
    }

    .tc-job-box1 {
        display: none
    }

    .tc-job-box2 {
        margin-left: 5px;
        width: 95%
    }

    .tc-job-country, .tc-job-location {
        font-size: 16px
    }

    .tc-job-discipline span {
        font-size: 16px;
        font-weight: 600
    }

    .tc-job-position a.tc-job-link {
        font-size: 16px;
        font-weight: 500
    }

    .tc-job-box3 {
        display: none
    }
}

@media (-ms-high-contrast: active),(-ms-high-contrast: none) {
    .tc-job-box1 {
        -moz-flex-direction: row;
        flex-direction: row
    }

    #tc-jswidget .tc-selector__wrapper .MuiInput-root {
        left: -70px
    }
}

.rc-pagination {
    margin: 0;
    padding: 0;
    font-size: 14px
}

.rc-pagination ol, .rc-pagination ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.rc-pagination:after {
    display: block;
    clear: both;
    height: 0;
    overflow: hidden;
    visibility: hidden;
    content: " "
}

.rc-pagination-item, .rc-pagination-total-text {
    display: inline-block;
    height: 28px;
    margin-right: 8px;
    line-height: 26px;
    vertical-align: middle
}

.rc-pagination-item {
    min-width: 28px;
    font-family: Arial;
    text-align: center;
    list-style: none;
    background-color: #fff;
    border: 1px solid #d9d9d9;
    border-radius: 2px;
    outline: 0;
    cursor: pointer;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.rc-pagination-item a {
    display: block;
    padding: 0 6px;
    color: rgba(0, 0, 0, .85);
    transition: none
}

.rc-pagination-item a:hover {
    text-decoration: none
}

.rc-pagination-item:focus, .rc-pagination-item:hover {
    border-color: #1890ff;
    transition: all .3s
}

.rc-pagination-item:focus a, .rc-pagination-item:hover a {
    color: #1890ff
}

.rc-pagination-item-active {
    font-weight: 500;
    background: #fff;
    border-color: #1890ff
}

.rc-pagination-item-active a {
    color: #1890ff
}

.rc-pagination-item-active:focus, .rc-pagination-item-active:hover {
    border-color: #40a9ff
}

.rc-pagination-item-active:focus a, .rc-pagination-item-active:hover a {
    color: #40a9ff
}

.rc-pagination-jump-next, .rc-pagination-jump-prev {
    outline: 0
}

.rc-pagination-jump-next button, .rc-pagination-jump-prev button {
    background: transparent;
    border: none;
    cursor: pointer;
    color: #666
}

.rc-pagination-jump-next button:after, .rc-pagination-jump-prev button:after {
    display: block;
    content: "•••"
}

.rc-pagination-jump-next, .rc-pagination-jump-prev, .rc-pagination-prev {
    margin-right: 8px
}

.rc-pagination-jump-next, .rc-pagination-jump-prev, .rc-pagination-next, .rc-pagination-prev {
    display: inline-block;
    min-width: 28px;
    height: 28px;
    color: rgba(0, 0, 0, .85);
    font-family: Arial;
    line-height: 28px;
    text-align: center;
    vertical-align: middle;
    list-style: none;
    border-radius: 2px;
    cursor: pointer;
    transition: all .3s
}

.rc-pagination-next, .rc-pagination-prev {
    outline: 0
}

.rc-pagination-next button, .rc-pagination-prev button {
    color: rgba(0, 0, 0, .85);
    cursor: pointer;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.rc-pagination-next:hover button, .rc-pagination-prev:hover button {
    border-color: #40a9ff
}

.rc-pagination-next .rc-pagination-item-link, .rc-pagination-prev .rc-pagination-item-link {
    display: block;
    width: 100%;
    height: 100%;
    font-size: 12px;
    text-align: center;
    background-color: #fff;
    border: 1px solid #d9d9d9;
    border-radius: 2px;
    outline: none;
    transition: all .3s
}

.rc-pagination-next:focus .rc-pagination-item-link, .rc-pagination-next:hover .rc-pagination-item-link, .rc-pagination-prev:focus .rc-pagination-item-link, .rc-pagination-prev:hover .rc-pagination-item-link {
    color: #1890ff;
    border-color: #1890ff
}

.rc-pagination-prev button:after {
    content: "‹";
    display: block
}

.rc-pagination-next button:after {
    content: "›";
    display: block
}

.rc-pagination-disabled, .rc-pagination-disabled:focus, .rc-pagination-disabled:hover {
    cursor: not-allowed
}

.rc-pagination-disabled .rc-pagination-item-link, .rc-pagination-disabled:focus .rc-pagination-item-link, .rc-pagination-disabled:hover .rc-pagination-item-link {
    color: rgba(0, 0, 0, .25);
    border-color: #d9d9d9;
    cursor: not-allowed
}

.rc-pagination-slash {
    margin: 0 10px 0 5px
}

.rc-pagination-options {
    display: inline-block;
    margin-left: 16px;
    vertical-align: middle
}

@media (-ms-high-contrast: none) {
    .rc-pagination-options, .rc-pagination-options ::-ms-backdrop {
        vertical-align: top
    }
}

.rc-pagination-options-size-changer.rc-select {
    display: inline-block;
    width: auto;
    margin-right: 8px
}

.rc-pagination-options-quick-jumper {
    display: inline-block;
    height: 28px;
    line-height: 28px;
    vertical-align: top
}

.rc-pagination-options-quick-jumper input {
    width: 50px;
    margin: 0 8px
}

.rc-pagination-simple .rc-pagination-next, .rc-pagination-simple .rc-pagination-prev {
    height: 24px;
    line-height: 24px;
    vertical-align: top
}

.rc-pagination-simple .rc-pagination-next .rc-pagination-item-link, .rc-pagination-simple .rc-pagination-prev .rc-pagination-item-link {
    height: 24px;
    background-color: transparent;
    border: 0
}

.rc-pagination-simple .rc-pagination-next .rc-pagination-item-link:after, .rc-pagination-simple .rc-pagination-prev .rc-pagination-item-link:after {
    height: 24px;
    line-height: 24px
}

.rc-pagination-simple .rc-pagination-simple-pager {
    display: inline-block;
    height: 24px;
    margin-right: 8px
}

.rc-pagination-simple .rc-pagination-simple-pager input {
    box-sizing: border-box;
    height: 100%;
    margin-right: 8px;
    padding: 0 6px;
    text-align: center;
    background-color: #fff;
    border: 1px solid #d9d9d9;
    border-radius: 2px;
    outline: none;
    transition: border-color .3s
}

.rc-pagination-simple .rc-pagination-simple-pager input:hover {
    border-color: #1890ff
}

.rc-pagination.rc-pagination-disabled {
    cursor: not-allowed
}

.rc-pagination.rc-pagination-disabled .rc-pagination-item {
    background: #f5f5f5;
    border-color: #d9d9d9;
    cursor: not-allowed
}

.rc-pagination.rc-pagination-disabled .rc-pagination-item a {
    color: rgba(0, 0, 0, .25);
    background: transparent;
    border: none;
    cursor: not-allowed
}

.rc-pagination.rc-pagination-disabled .rc-pagination-item-active {
    background: #dbdbdb;
    border-color: transparent
}

.rc-pagination.rc-pagination-disabled .rc-pagination-item-active a {
    color: #fff
}

.rc-pagination.rc-pagination-disabled .rc-pagination-item-link {
    color: rgba(0, 0, 0, .25);
    background: #f5f5f5;
    border-color: #d9d9d9;
    cursor: not-allowed
}

.rc-pagination.rc-pagination-disabled .rc-pagination-item-link-icon {
    opacity: 0
}

.rc-pagination.rc-pagination-disabled .rc-pagination-item-ellipsis {
    opacity: 1
}

@media only screen and (max-width: 992px) {
    .rc-pagination-item-after-jump-prev, .rc-pagination-item-before-jump-next {
        display: none
    }
}

@media only screen and (max-width: 576px) {
    .rc-pagination-options {
        display: none
    }
}

#tc-jswidget .rc-pagination li, #tc-jswidget .rc-pagination li span, #tc-jswidget .tc-pagination__wrapper {
    font-family: "Open Sans", sans-serif
}

#tc-jswidget .tc-pagination__wrapper {
    position: relative;
    width: 100%;
    color: #999
}

#tc-jswidget .rc-pagination .rc-pagination-disabled {
    display: none
}

#tc-jswidget .rc-pagination {
    float: right;
    margin-bottom: 30px
}

#tc-jswidget .rc-pagination .rc-pagination-total-text {
    position: absolute;
    left: 5px
}

#tc-jswidget .rc-pagination-item-active {
    background-color: #e8e8e8;
    border-color: #e8e8e8;
    color: #000
}

#tc-jswidget .rc-pagination-item {
    border-radius: 6px
}

#tc-jswidget .rc-pagination-item:hover {
    border-color: #d5d6d4;
    background-color: #d5d6d4;
    color: #000
}

#tc-jswidget .rc-pagination-next, #tc-jswidget .rc-pagination-prev {
    font-size: 13px;
    text-align: center;
    color: #999;
    border: none
}

#tc-jswidget .rc-pagination-next:hover, #tc-jswidget .rc-pagination-prev:hover, #tc-jswidget [class*=rc-pagination-jump]:hover:after {
    color: #000
}

#tc-jswidget .rc-pagination, #tc-jswidget .rc-pagination li:hover, #tc-jswidget [class*=rc-pagination-], #tc-jswidget [class*=rc-pagination-]:active, #tc-jswidget [class*=rc-pagination-]:focus, #tc-jswidget [class*=rc-pagination-]:hover {
    outline: none
}

@media (max-width: 480px) {
    #tc-jswidget .tc-pagination__wrapper {
        height: 100%;
        width: 100%;
        text-align: center;
        position: relative
    }

    #tc-jswidget ul.rc-pagination {
        float: none;
        clear: both;
        margin: 25px 0;
        padding: 0;
        display: inline-block
    }

    #tc-jswidget li.rc-pagination-total-text {
        margin: -30px 0;
        position: absolute;
        right: 0
    }

    #tc-jswidget .rc-pagination-next, #tc-jswidget .rc-pagination-prev {
        font-size: 11px
    }
}

.tc-filters-mobile-firstLine-clear .tc-clear-filters {
    order: 2;
    margin-top: 20px;
    cursor: pointer;
    box-sizing: content-box;
    height: 35px;
    min-width: 90px
}

.tc-filters-mobile-firstLine-clear .tc-clear-word {
    color: #424242;
    font-size: 16px;
    line-height: normal
}

.tc-chips-clear__wrapper .tc-clear-filters {
    order: 2;
    margin-top: 2px;
    margin-left: 10px;
    cursor: pointer;
    box-sizing: border-box;
    height: 40px;
    white-space: nowrap;
    width: auto;
    align-self: flex-end
}

.tc-chips-clear__wrapper .tc-clear-word {
    color: #424242;
    font-size: 16px;
    text-align: center;
    margin: 0;
    padding: 7px 5px;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    background-color: #fff;
    line-height: normal
}

.tc-chips-clear__wrapper .tc-clear-word:hover {
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3
}

.MuiInputBase-root, .MuiTypography-root {
    font-family: "Open Sans", sans-serif !important
}

.MuiSelect-select {
    order: 2
}

.MuiSelect-select:focus {
    background-color: transparent !important
}

.MuiSelect-icon {
    top: calc(50% - 7px) !important;
    right: -8px !important
}

.tc-filters-mobile__wrapper [class*=tc-selector-] [class*=MuiSelect-icon] {
    right: 0 !important
}

.disabled .MuiSelect-icon {
    color: #e3e3e3 !important
}

.MuiCheckbox-checked, .MuiIconButton-label {
    color: #4f4f4f !important
}

.MuiInput-root {
    min-width: 100% !important
}

.MuiListItem-selected {
    background-color: #fff !important
}

.MuiListItemText-root {
    white-space: nowrap !important;
    padding: 0 !important;
    font-family: "Open Sans", sans-serif !important
}

.MuiInputBase-root:active, .MuiInputBase-root:focus {
    outline: none !important
}

.MuiInputBase-input {
    padding: 6px 5px 7px !important
}

.MuiListItem-button:hover {
    background-color: #f2f2f2 !important
}

.MuiIconButton-root {
    padding-left: 10px !important;
    padding-right: 10px !important
}

.disabled {
    color: #e3e3e3 !important
}

.MuiList-padding {
    padding-top: 0 !important;
    padding-bottom: 0 !important
}

.new_mobile .MuiSelect-root {
    position: static !important
}

.avoidBodyAction .MuiModal-root, .avoidBodyAction .MuiPopover-root {
    z-index: 9999999999 !important
}

.tc-chips {
    order: 1;
    height: 40px;
    overflow-x: auto;
    margin: 10px 0;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    -ms-flex-pack: start
}

.MuiChip-root {
    order: 1 !important;
    color: #424242 !important;
    font-size: 16px !important;
    max-height: 35px !important;
    min-height: 35px !important;
    cursor: pointer !important;
    transition: none !important;
    box-sizing: border-box !important;
    font-family: "Open Sans", sans-serif !important;
    background-color: #f2f2f2 !important;
    margin-right: 10px !important;
    border-radius: 4px !important
}

.MuiChip-label {
    padding: 0 10px !important
}

.MuiChip-deleteIcon {
    color: #ccc !important;
    height: 15px !important;
    width: 15px !important;
    margin: 3px 10px 0 0 !important
}

.Select {
    max-width: 220px;
    position: relative
}

.Select input::-webkit-contacts-auto-fill-button, .Select input::-webkit-credentials-auto-fill-button {
    display: none !important
}

.Select input::-ms-clear, .Select input::-ms-reveal {
    display: none !important
}

.Select, .Select div, .Select input, .Select span {
    box-sizing: border-box
}

.Select.is-disabled .Select-arrow-zone {
    cursor: default;
    pointer-events: none;
    opacity: .35
}

.Select.is-disabled > .Select-control {
    background-color: #f9f9f9
}

.Select.is-disabled > .Select-control:hover {
    box-shadow: none
}

.Select.is-open > .Select-control {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    background: #fff;
    border-color: #b3b3b3 #ccc #d9d9d9
}

.Select.is-open > .Select-control .Select-arrow {
    top: -2px;
    border-color: transparent transparent #999;
    border-width: 0 5px 5px
}

.Select.is-searchable.is-focused:not(.is-open) > .Select-control, .Select.is-searchable.is-open > .Select-control {
    cursor: text
}

.Select.is-focused > .Select-control {
    background: #fff
}

.Select.is-focused:not(.is-open) > .Select-control {
    border-color: #007eff;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 0 3px rgba(0, 126, 255, .1);
    background: #fff
}

.Select.has-value.is-clearable.Select--single > .Select-control .Select-value {
    padding-right: 42px
}

.Select.has-value.is-pseudo-focused.Select--single > .Select-control .Select-value .Select-value-label, .Select.has-value.Select--single > .Select-control .Select-value .Select-value-label {
    color: #333
}

.Select.has-value.is-pseudo-focused.Select--single > .Select-control .Select-value a.Select-value-label, .Select.has-value.Select--single > .Select-control .Select-value a.Select-value-label {
    cursor: pointer;
    text-decoration: none
}

.Select.has-value.is-pseudo-focused.Select--single > .Select-control .Select-value a.Select-value-label:focus, .Select.has-value.is-pseudo-focused.Select--single > .Select-control .Select-value a.Select-value-label:hover, .Select.has-value.Select--single > .Select-control .Select-value a.Select-value-label:focus, .Select.has-value.Select--single > .Select-control .Select-value a.Select-value-label:hover {
    color: #007eff;
    outline: none;
    text-decoration: underline
}

.Select.has-value.is-pseudo-focused.Select--single > .Select-control .Select-value a.Select-value-label:focus, .Select.has-value.Select--single > .Select-control .Select-value a.Select-value-label:focus {
    background: #fff
}

.Select.has-value.is-pseudo-focused .Select-input {
    opacity: 0
}

.Select.is-open .Select-arrow, .Select .Select-arrow-zone:hover > .Select-arrow {
    border-top-color: #666
}

.Select.Select--rtl {
    direction: rtl;
    text-align: right
}

.Select-control {
    background-color: #fff;
    border-radius: 4px;
    border: 1px solid #ccc;
    color: #333;
    cursor: default;
    display: table;
    border-spacing: 0;
    border-collapse: separate;
    height: 36px;
    outline: none;
    overflow: hidden;
    position: relative;
    width: 100%
}

.Select-control:hover {
    box-shadow: 0 1px 0 rgba(0, 0, 0, .06)
}

.Select-control .Select-input:focus {
    outline: none;
    background: #fff
}

.Select--single > .Select-control .Select-value, .Select-placeholder {
    bottom: 0;
    color: #aaa;
    left: 0;
    line-height: 34px;
    padding-left: 10px;
    padding-right: 10px;
    position: absolute;
    right: 0;
    top: 0;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.Select-input {
    height: 34px;
    padding-left: 10px;
    padding-right: 10px;
    vertical-align: middle
}

.Select-input > input {
    width: 100%;
    background: none transparent;
    border: 0;
    box-shadow: none;
    cursor: default;
    display: inline-block;
    font-family: inherit;
    font-size: inherit;
    margin: 0;
    outline: none;
    line-height: 17px;
    padding: 8px 0 12px;
    -webkit-appearance: none
}

.is-focused .Select-input > input {
    cursor: text
}

.has-value.is-pseudo-focused .Select-input {
    opacity: 0
}

.Select-control:not(.is-searchable) > .Select-input {
    outline: none
}

.Select-loading-zone {
    cursor: pointer;
    display: table-cell;
    text-align: center
}

.Select-loading, .Select-loading-zone {
    position: relative;
    vertical-align: middle;
    width: 16px
}

.Select-loading {
    -webkit-animation: Select-animation-spin .4s linear infinite;
    animation: Select-animation-spin .4s linear infinite;
    height: 16px;
    box-sizing: border-box;
    border-radius: 50%;
    border: 2px solid #ccc;
    border-right-color: #333;
    display: inline-block
}

.Select-clear-zone {
    -webkit-animation: Select-animation-fadeIn .2s;
    animation: Select-animation-fadeIn .2s;
    color: #999;
    cursor: pointer;
    display: table-cell;
    position: relative;
    text-align: center;
    vertical-align: middle;
    width: 17px
}

.Select-clear-zone:hover {
    color: #d0021b
}

.Select-clear {
    display: inline-block;
    font-size: 18px;
    line-height: 1
}

.Select--multi .Select-clear-zone {
    width: 17px
}

.Select-arrow-zone {
    cursor: pointer;
    display: table-cell;
    position: relative;
    text-align: center;
    vertical-align: middle;
    width: 25px;
    padding-right: 5px
}

.Select--rtl .Select-arrow-zone {
    padding-right: 0;
    padding-left: 5px
}

.Select-arrow {
    border-color: #999 transparent transparent;
    border-style: solid;
    border-width: 5px 5px 2.5px;
    display: inline-block;
    height: 0;
    width: 0;
    position: relative
}

.Select-control > :last-child {
    padding-right: 5px
}

.Select--multi .Select-multi-value-wrapper {
    display: inline-block
}

.Select .Select-aria-only {
    position: absolute;
    display: inline-block;
    height: 1px;
    width: 1px;
    margin: -1px;
    clip: rect(0, 0, 0, 0);
    overflow: hidden;
    float: left
}

@-webkit-keyframes Select-animation-fadeIn {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@keyframes Select-animation-fadeIn {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@keyframes Select-animation-spin {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@-webkit-keyframes Select-animation-spin {
    to {
        -webkit-transform: rotate(1turn)
    }
}

.tc-react-select-box {
    color: #777;
    width: 220px;
    float: left;
    margin: 5px 15px 0 0
}

.tc-react-select-box .Select {
    margin-top: 5px
}

.tc-hide-filter {
    display: none
}

.Select-menu-outer {
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    background-color: #fff;
    border: 1px solid #ccc;
    border-top-color: #e6e6e6;
    box-shadow: 0 1px 0 rgba(0, 0, 0, .06);
    box-sizing: border-box;
    margin-top: -1px;
    max-height: 200px;
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    z-index: 1;
    -webkit-overflow-scrolling: touch
}

.Select-menu {
    max-height: 198px;
    overflow-y: auto
}

.Select-option {
    box-sizing: border-box;
    background-color: #fff;
    color: #666;
    cursor: pointer;
    display: block;
    padding: 8px 10px
}

.Select-option:last-child {
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px
}

.Select-option.is-selected {
    background-color: #f5faff;
    background-color: rgba(0, 126, 255, .04);
    color: #333
}

.Select-option.is-focused {
    background-color: #ebf5ff;
    background-color: rgba(0, 126, 255, .08);
    color: #333
}

.Select-option.is-disabled {
    color: #ccc;
    cursor: default
}

.Select-noresults {
    box-sizing: border-box;
    color: #999;
    cursor: default;
    display: block;
    padding: 8px 10px
}

.Select--multi .Select-input {
    vertical-align: middle;
    margin-left: 10px;
    padding: 0
}

.Select--multi.Select--rtl .Select-input {
    margin-left: 0;
    margin-right: 10px
}

.Select--multi.has-value .Select-input {
    margin-left: 5px
}

.Select--multi .Select-value {
    background-color: #ebf5ff;
    background-color: rgba(0, 126, 255, .08);
    border-radius: 2px;
    border: 1px solid #c2e0ff;
    border: 1px solid rgba(0, 126, 255, .24);
    color: #007eff;
    display: inline-block;
    font-size: .9em;
    line-height: 1.4;
    margin-left: 5px;
    margin-top: 5px;
    vertical-align: top
}

.Select--multi .Select-value-icon, .Select--multi .Select-value-label {
    display: inline-block;
    vertical-align: middle
}

.Select--multi .Select-value-label {
    border-bottom-right-radius: 2px;
    border-top-right-radius: 2px;
    cursor: default;
    padding: 2px 5px
}

.Select--multi a.Select-value-label {
    color: #007eff;
    cursor: pointer;
    text-decoration: none
}

.Select--multi a.Select-value-label:hover {
    text-decoration: underline
}

.Select--multi .Select-value-icon {
    cursor: pointer;
    border-bottom-left-radius: 2px;
    border-top-left-radius: 2px;
    border-right: 1px solid #c2e0ff;
    border-right: 1px solid rgba(0, 126, 255, .24);
    padding: 1px 5px 3px
}

.Select--multi .Select-value-icon:focus, .Select--multi .Select-value-icon:hover {
    background-color: #d8eafd;
    background-color: rgba(0, 113, 230, .08);
    color: #0071e6
}

.Select--multi .Select-value-icon:active {
    background-color: #c2e0ff;
    background-color: rgba(0, 126, 255, .24)
}

.Select--multi.Select--rtl .Select-value {
    margin-left: 0;
    margin-right: 5px
}

.Select--multi.Select--rtl .Select-value-icon {
    border-right: none;
    border-left: 1px solid #c2e0ff;
    border-left: 1px solid rgba(0, 126, 255, .24)
}

.Select--multi.is-disabled .Select-value {
    background-color: #fcfcfc;
    border: 1px solid #e3e3e3;
    color: #333
}

.Select--multi.is-disabled .Select-value-icon {
    cursor: not-allowed;
    border-right: 1px solid #e3e3e3
}

.Select--multi.is-disabled .Select-value-icon:active, .Select--multi.is-disabled .Select-value-icon:focus, .Select--multi.is-disabled .Select-value-icon:hover {
    background-color: #fcfcfc
}

#tc-jswidget * {
    font-family: "Open Sans", sans-serif
}

#tc-jswidget .no-offers p {
    text-align: center !important
}

.avoidBodyAction {
    overflow: hidden !important
}

.avoidBodyAction #tc-jswidget .tc-clear-filters {
    background-color: transparent !important;
    border-color: transparent !important
}

#tc-jswidget .tc-widget__wrapper {
    font-family: "Open Sans", sans-serif;
    color: #44342c;
    font-size: 16px;
    padding: 12.5px 5px;
    width: 90%;
    margin: 0 auto;
    box-sizing: border-box;
    position: relative;
    min-height: 300px
}

#tc-jswidget .tc-widget__wrapper.isFilterOpened {
    padding: 0;
    margin: 0
}

#tc-jswidget .tc-widget__wrapper *, #tc-jswidget .tc-widget__wrapper a, #tc-jswidget .tc-widget__wrapper a:hover {
    text-decoration: none
}

#tc-jswidget .tc-chips-clear__wrapper, #tc-jswidget .tc-filters-mobile-add, #tc-jswidget .tc-filters-mobile-add-safari, #tc-jswidget .tc-filters-mobile-firstLine, #tc-jswidget .tc-filters-mobile__wrapper, #tc-jswidget .tc-filters-mobileFirst__wrapper, #tc-jswidget .tc-selector-contract, #tc-jswidget .tc-selector-country, #tc-jswidget .tc-selector-department, #tc-jswidget .tc-selector-disabled, #tc-jswidget .tc-selector-industry, #tc-jswidget .tc-selector-jobPosition, #tc-jswidget .tc-selector-province, #tc-jswidget .tc-selector-shift, #tc-jswidget .tc-selector-subGroup, #tc-jswidget .tc-selector-work-modality {
    display: flex
}

#tc-jswidget .tc-chips-clear__wrapper, #tc-jswidget .tc-filters-mobile-firstLine, #tc-jswidget .tc-filters-mobileFirst__wrapper, #tc-jswidget .tc-selector-contract, #tc-jswidget .tc-selector-country, #tc-jswidget .tc-selector-department, #tc-jswidget .tc-selector-disabled, #tc-jswidget .tc-selector-industry, #tc-jswidget .tc-selector-jobPosition, #tc-jswidget .tc-selector-province, #tc-jswidget .tc-selector-shift, #tc-jswidget .tc-selector-subGroup, #tc-jswidget .tc-selector-work-modality {
    flex-direction: row
}

#tc-jswidget .tc-filters-mobile__wrapper, #tc-jswidget .tc-filters-mobile__wrapper .tc-selector__wrapper {
    flex-direction: column
}

#tc-jswidget .tc-chips-clear__wrapper, #tc-jswidget .tc-filters-mobile-firstLine, #tc-jswidget .tc-filters-mobile__wrapper, #tc-jswidget .tc-filters-mobileFirst__wrapper, #tc-jswidget .tc-selector-contract, #tc-jswidget .tc-selector-country, #tc-jswidget .tc-selector-department, #tc-jswidget .tc-selector-disabled, #tc-jswidget .tc-selector-industry, #tc-jswidget .tc-selector-jobPosition, #tc-jswidget .tc-selector-province, #tc-jswidget .tc-selector-shift, #tc-jswidget .tc-selector-subGroup, #tc-jswidget .tc-selector-work-modality {
    flex-wrap: nowrap
}

#tc-jswidget .tc-chips-clear__wrapper, #tc-jswidget .tc-filters-mobile-firstLine, #tc-jswidget .tc-filters-mobileFirst__wrapper, #tc-jswidget .tc-selector-contract, #tc-jswidget .tc-selector-country, #tc-jswidget .tc-selector-department, #tc-jswidget .tc-selector-disabled, #tc-jswidget .tc-selector-industry, #tc-jswidget .tc-selector-jobPosition, #tc-jswidget .tc-selector-province, #tc-jswidget .tc-selector-shift, #tc-jswidget .tc-selector-subGroup, #tc-jswidget .tc-selector-work-modality {
    justify-content: space-between;
    -ms-flex-pack: justify
}

#tc-jswidget .tc-filters-mobile__wrapper {
    justify-content: flex-start;
    -ms-flex-pack: start
}

#tc-jswidget .tc-selector-contract, #tc-jswidget .tc-selector-country, #tc-jswidget .tc-selector-department, #tc-jswidget .tc-selector-disabled, #tc-jswidget .tc-selector-industry, #tc-jswidget .tc-selector-jobPosition, #tc-jswidget .tc-selector-province, #tc-jswidget .tc-selector-shift, #tc-jswidget .tc-selector-subGroup, #tc-jswidget .tc-selector-work-modality {
    align-items: flex-end;
    -ms-flex-align: end;
    float: left;
    margin: 10px 20px 10px 0
}

#tc-jswidget .tc-filters__wrapper {
    width: 100%;
    margin: 10px 0 0;
    min-height: 55px;
    display: inline;
    float: left
}

#tc-jswidget .tc-filters__wrapper .MuiListItemText-root {
    position: relative;
    top: 5px
}

#tc-jswidget .tc-filters__wrapper-Invisible {
    display: none
}

#tc-jswidget .tc-filters__wrapper.isOpened ~ .tc-chips-clear__wrapper {
    justify-content: flex-end;
    -ms-flex-pack: end
}

#tc-jswidget .tc-filters-mobileFirst__wrapper {
    width: 100%;
    padding-top: 10px;
    min-height: 55px
}

#tc-jswidget .tc-filters-mobileFirst__wrapper-Invisible {
    display: none
}

#tc-jswidget .tc-filters-button {
    text-align: center;
    padding: 9px 5px 0;
    order: 2;
    width: 73px;
    min-height: 28px;
    border-radius: 4px;
    background-color: #f6f6f6;
    border: none;
    margin-top: 7px
}

#tc-jswidget .filters-button {
    color: #4a4a4a;
    font-size: 16px;
    font-family: "Open Sans", sans-serif !important
}

#tc-jswidget .filters-button svg {
    height: 13px
}

#tc-jswidget .filters-button:focus {
    background-color: #e6e6e6
}

#tc-jswidget .tc-filters-button-invisible, #tc-jswidget .tc-selector__wrapper-invisible {
    display: none
}

#tc-jswidget .tc-selector__wrapper {
    font-size: 16px;
    color: #424242
}

#tc-jswidget .tc-filters-mobile-firstLine-chips {
    height: 140px
}

#tc-jswidget .tc-filters-mobile-firstLine {
    margin-top: 0;
    padding: 20px 20px 0;
    height: 45px;
    align-content: center;
    align-items: center
}

#tc-jswidget .tc-filters-mobile-firstLine-clear {
    order: 2;
    align-self: center;
    text-align: left
}

#tc-jswidget .not-visible {
    visibility: hidden
}

#tc-jswidget .tc-filters-mobile-firstLine-button {
    order: 1;
    align-self: center;
    font-weight: 700;
    color: #ccc;
    font-size: 16px;
    text-align: right
}

#tc-jswidget .tc-filters-mobile-firstLine-button svg {
    width: 15px !important;
    height: 18px !important;
    color: #ccc
}

#tc-jswidget .tc-filters-mobile-chips {
    height: 60px;
    padding: 0 20px
}

#tc-jswidget .tc-filters-mobile-searchBar-Filters {
    height: calc(100vh - 300px);
    min-height: 100px;
    margin: 0 20px;
    overflow-y: auto
}

#tc-jswidget .tc-filters-mobile-add {
    -ms-justify-content: center;
    justify-content: center;
    align-items: flex-start;
    min-height: 100px
}

#tc-jswidget .tc-filters-mobile-add button {
    order: 4;
    -webkit-align-self: flex-start;
    -moz-box-align: start;
    align-self: flex-start;
    width: 336px;
    height: 40px;
    color: #4a4a4a;
    border: 1px solid #e3e3e3;
    background-color: #e3e3e3;
    font-size: 16px;
    outline: none;
    border-radius: 2px
}

#tc-jswidget .tc-filters-mobile-add-safari {
    -ms-justify-content: center;
    justify-content: center;
    align-items: flex-start;
    min-height: 160px
}

#tc-jswidget .tc-filters-mobile-add-safari button {
    order: 4;
    -webkit-align-self: flex-start;
    -moz-box-align: start;
    align-self: flex-start;
    width: 336px;
    height: 40px;
    color: #4a4a4a;
    border: 1px solid #e3e3e3;
    background-color: #e3e3e3;
    font-size: 16px;
    outline: none;
    border-radius: 2px
}

#tc-jswidget .tc-selector-contract, #tc-jswidget .tc-selector-country, #tc-jswidget .tc-selector-department, #tc-jswidget .tc-selector-disabled, #tc-jswidget .tc-selector-industry, #tc-jswidget .tc-selector-jobPosition, #tc-jswidget .tc-selector-province, #tc-jswidget .tc-selector-shift, #tc-jswidget .tc-selector-subGroup, #tc-jswidget .tc-selector-work-modality {
    order: 2;
    min-width: 120px;
    margin-right: 20px;
    border-bottom: 1px solid #e3e3e3;
    margin-top: 10px
}

#tc-jswidget .tc-filters-mobile__wrapper .tc-selector-contract, #tc-jswidget .tc-filters-mobile__wrapper .tc-selector-country, #tc-jswidget .tc-filters-mobile__wrapper .tc-selector-department, #tc-jswidget .tc-filters-mobile__wrapper .tc-selector-disabled, #tc-jswidget .tc-filters-mobile__wrapper .tc-selector-industry, #tc-jswidget .tc-filters-mobile__wrapper .tc-selector-jobPosition, #tc-jswidget .tc-filters-mobile__wrapper .tc-selector-province, #tc-jswidget .tc-filters-mobile__wrapper .tc-selector-shift, #tc-jswidget .tc-filters-mobile__wrapper .tc-selector-subGroup, #tc-jswidget .tc-filters-mobile__wrapper .tc-selector-work-modality {
    min-width: 100%;
    margin-right: 20px
}

#tc-jswidget .tc-filters-mobile-searchBar-Filters .tc-selector-contract, #tc-jswidget .tc-filters-mobile-searchBar-Filters .tc-selector-country, #tc-jswidget .tc-filters-mobile-searchBar-Filters .tc-selector-department, #tc-jswidget .tc-filters-mobile-searchBar-Filters .tc-selector-disabled, #tc-jswidget .tc-filters-mobile-searchBar-Filters .tc-selector-industry, #tc-jswidget .tc-filters-mobile-searchBar-Filters .tc-selector-jobPosition, #tc-jswidget .tc-filters-mobile-searchBar-Filters .tc-selector-province, #tc-jswidget .tc-filters-mobile-searchBar-Filters .tc-selector-shift, #tc-jswidget .tc-filters-mobile-searchBar-Filters .tc-selector-subGroup, #tc-jswidget .tc-filters-mobile-searchBar-Filters .tc-selector-work-modality {
    min-width: 100%;
    margin-top: 20px
}

#tc-jswidget .tc-selector-disabled {
    border-bottom: 1px solid #e3e3e3
}

#tc-jswidget .horizontal-menu {
    width: 100% !important;
    order: 1;
    margin-top: 0;
    height: 40px;
    overflow-x: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    -ms-flex-pack: start;
    align-self: flex-end
}

#tc-jswidget .menu-wrapper {
    order: 1;
    width: 100% !important;
    margin-right: 10px
}

#tc-jswidget .menu-wrapper--inner {
    width: 100% !important;
    display: flex
}

#tc-jswidget .scroll-menu-arrow {
    order: 2;
    width: 35px;
    height: 35px
}

#tc-jswidget .arrow-next, #tc-jswidget .arrow-prev {
    padding: 4px;
    text-align: center;
    background-color: #fff;
    font-size: 18px !important;
    color: #999;
    box-sizing: border-box !important;
    cursor: pointer
}

#tc-jswidget .arrow-next {
    border-radius: 0 4px 4px 0;
    border-bottom: 1px solid #e3e3e3;
    border-right: 1px solid #e3e3e3;
    border-top: 1px solid #e3e3e3
}

#tc-jswidget .arrow-prev {
    border: 1px solid #e3e3e3;
    border-radius: 4px 0 0 4px
}

#tc-jswidget [class*="--disabled"] {
    display: none
}

#tc-jswidget .tc-chips-clear__wrapper {
    opacity: 1;
    max-height: 55px;
    width: 100%;
    margin-top: 15px;
    transition: opacity 1s ease-out, max-height 1s
}

#tc-jswidget .tc-chips-clear__wrapper-Invisible {
    opacity: 0;
    max-height: 0;
    transition: opacity 4s ease-out, max-height 2s
}

#tc-jswidget .tc-widget__wrapper.isFilterOpened .tc-filters-mobile__wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    min-height: 100%;
    z-index: 100000000000000000000;
    background-color: #fff
}

#tc-jswidget .tc-filters-mobile-button {
    background-color: transparent;
    font-weight: 700;
    width: 14.4px;
    height: 14.4px;
    color: #ccc
}

@media (max-width: 475px) {
    #tc-jswidget .tc-filters-mobile-add button {
        width: 280px
    }
}

#tc-jswidget .tc-selector__wrapper .MuiInput-root {
    font-size: medium !important
}

#tc-jswidget .tc-selector__wrapper svg {
    font-size: 24px !important
}

/*# sourceMappingURL=main.css.map */