
.job-item {
    background-color: #fff;
}
.job-tab .nav-tabs {
    /* margin-bottom: 60px; */
    border-bottom: 0;
}

.job-tab .nav-tabs>li {
    float: none;
    display: inline;
}

.job-tab .nav-tabs li {
    margin-right: 15px;
}

.job-tab .nav-tabs li:last-child {
    margin-right: 0;
}
.product-tab-accordion{
    margin-bottom: 0 !important;
}

.job-tab .nav-tabs {
    position: relative;
    z-index: 1;
    display: inline-block;
    background: transparent;
    margin-bottom: 0px;
}

.job-tab .nav-tabs:after {
    position: absolute;
    content: "";
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #fff;
    z-index: -1;
}



.job-tab .nav-tabs>li a {
    display: inline-block;
    background-color: #efefef;
    border: none;
    border-radius: 0px;
    font-size: 14px;
    color: #000;
    padding: 5px 30px;
}
.job-tab .nav-tabs>li .description-tab-btn {
    padding: 5px 46px;
    /* letter-spacing: 1.5px; */
}

.job-tab .nav-tabs>li>a.active,
.job-tab .nav-tabs>li a.active>:focus,
.job-tab .nav-tabs>li>a.active:hover,
.job-tab .nav-tabs>li>a:hover {
    border: none;
    background-color: #008def;
    color: #fff;
}

.job-item {
    border-radius: 3px;
    position: relative;
    margin-bottom: 30px;
    z-index: 1;
}

.job-item .btn.btn-primary {
    text-transform: capitalize;
}

.job-item .job-info {
    font-size: 14px;
    color: #000;
    overflow: hidden;
    padding: 40px 25px 20px;
}

.job-info .company-logo {
    margin-bottom: 30px;
}

.job-info .tr-title {
    margin-bottom: 15px;
}

.job-info .tr-title span {
    font-size: 14px;
    display: block;
}

.job-info .tr-title a {
    color: #000;
}

.job-info .tr-title a:hover {
    color: #008def;
}

.job-info ul {
    margin-bottom: 30px;
}

.job-meta li,
.job-meta li a {
    color: #646464;
}

.job-meta li a:hover {
    color: #008def;
}

.job-meta li {
    font-size: 12px;
    margin-bottom: 10px;
}

.job-meta li span i {
    color: #000;
}

.job-meta li i {
    margin-right: 15px;
}

.job-item .time {
    position: relative;
}

.job-item .time:after {
    position: absolute;
    content: "";
    bottom: 35px;
    left: -50px;
    width: 150%;
    height: 1px;
    background-color: #f5f4f5;
    z-index: -1;
}

.job-item:hover .time,
.job-item:hover .time:after {
    opacity: 0;
}

.job-item .time span {
    font-size: 12px;
    color: #bebebe;
    line-height: 25px;
}

.job-item .btn.btn-primary,
.role .btn.btn-primary,
.job-item .time a span {
    padding: 5px 10px;
    border-radius: 4px;
    line-height: 10px;
    font-size: 12px;
}

.job-item .time a span {
    color: #fff;
    background-color: #f1592a;
    border-color: #f1592a;
}

.job-item .time a span.part-time {
    background-color: #00aeef;
    border-color: #00aeef;
}

.job-item .time a span.freelance {
    background-color: #92278f;
    border-color: #92278f;
}

.job-item .item-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    background-color: #008def;
    color: #fff;
    opacity: 0;
    -webkit-transition: all 800ms;
    -moz-transition: all 800ms;
    -ms-transition: all 800ms;
    -o-transition: all 800ms;
    transition: all 800ms;
}

.job-item:hover .item-overlay {
    opacity: 1;
}

.item-overlay .job-info {
    padding: 45px 25px 40px;
    overflow: hidden;
}

.item-overlay .btn.btn-primary {
    background-color: #007bd4;
    border-color: #007bd4;
    margin-bottom: 10px;
}

.item-overlay .job-info,
.item-overlay .job-info ul li,
.item-overlay .job-info ul li i,
.item-overlay .job-info .tr-title a {
    color: #fff;
}

.job-social {
    margin-top: 35px;
}

.job-social li {
    float: left;
}

.job-social li + li {
    margin-left: 15px;
}

.job-social li a i {
    margin-right: 0;
    font-size: 14px;
}

.job-social li a {
    width: 35px;
    height: 35px;
    text-align: center;
    display: block;
    background-color: #007bd4;
    line-height: 35px;
    border-radius: 100%;
    border: 1px solid #007bd4;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.job-social li:last-child a {
    background-color: #fff;
}

.job-social li:last-child a i {
    color: #008def;
}

.job-social li a:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    border-radius: 100%;
    background-color:#008def;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}

.job-social li a:hover:before {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    padding: 5px;
}

.job-social li a:hover {
    border-color: #fff;
}

.job-social li a:hover i {
    color: #fff;
}

.tr-list {
    margin: 0;
    padding: 0;
    list-style: none;
}











/* Accordion styles */
input#chck1 {
    display: none;
}
input#chck3 {
    display: none;
}
input#chck2 {
    display: none;
}

input:checked + .tab-label {
/* background: var(--primary); */
color: var(--primary);
}
input:checked + .tab-label::after {
transform: rotate(90deg);
margin-top: 4px;
}
input:checked ~ .tab-content {
max-height: 100vh;
padding: 5px 10px;
}

.tab-pane.active {
    padding-top: 2px !important;
    text-align: left !important;
}



.custom-select {
    height: 35px;
    width: 100%;
    border: 2px solid #ddd;
    border-radius: 4px;
}





.attribute-container {
    /* border-bottom: 1px solid #efefef; */
}


.size-toolbar {
    /* margin: 10px; */
}

.size-toolbar input[type="radio"] {
    opacity: 0;
    position: fixed;
    width: 0;
}

.size-toolbar label {
    display: inline-block;
    background-color: #efefef;
    padding: 10px;
    font-family: sans-serif, Arial;
    font-size: 14px;
    /* border: 2px solid #444; */
    border-radius: 4px;
    line-height: 10px;
    cursor: pointer;
}

.size-toolbar label:hover {
    background-color: #dfd;
}

.size-toolbar input[type="radio"]:checked + label {
    border: 2px solid #4c4;
}


.color-toolbar input[type="radio"] {
    opacity: 0;
    position: fixed;
    width: 0;
}

.color-toolbar label {
    position: relative;
    display: inline-block;
    padding: 14px;
    font-family: sans-serif, Arial;
    font-size: 14px;
    border-radius: 4px;
    line-height: 10px;
    cursor: pointer;
}

.color-toolbar label:hover {
    background-color: #dfd;
}

.color-toolbar input[type="radio"]:checked + label {
    height: 20px !important;
    line-height: 23px !important;
    width: 20px !important;
}

.color-toolbar input[type="radio"]:checked + ::after {
    /* font-family: "Font Awesome 5 Free"; */
    font-weight: 600;
    content: "\2713";
    color: #ffffff;
    position: absolute;
    top: 3px;
    right: 8px;
}
