/* CSS File */


body{
    background-color: var(--color-grey-0 , #f4f4f4);
}

.skit-search-bar{
    width: 100%;

    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
}

.skit-search-bar .search-bar{
    margin-top: 25px;
}

.skit-search-bar .filter-bar{
    max-width: 1140px; width: 100%;
    padding: 15px 0px;

    display: flex;
    flex-flow: row-reverse wrap;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 10px;
}

.skit-search-bar .filter-bar .filter-item{
    background-color: var(--color-white , #fefefe);
    padding: 10px 25px;
    border: 1px solid #e0e0e0;

    display: flex;
    flex-flow: row-reverse nowrap;
    justify-content: space-between;
    align-items: center;
    gap: 10px;

    border-radius: 18px;
    cursor: pointer;
}

.skit-search-bar .filter-bar .filter-item p{
    color: var(--color-black , #161616);
    direction: rtl;
    text-align: right;
    font-family: IRANYekanX;
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    line-height: normal;
}

.skit-search-bar .filter-bar .filter-item span svg{
    vertical-align: middle;
}

.skit-search-bar .filter-bar div.active{
    background-color: var(--color-primary , #49A8FA);
    border: none;
}

.skit-search-bar .filter-bar div.active p{
    color: var(--color-white , #fefefe);
}

.skit-search-bar .filter-bar .filter-select{
    background-color: var(--color-white , #fefefe);
    padding: 10px 25px;
    border: 1px solid #e0e0e0;

    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
    gap: 10px;

    color: var(--color-black , #161616);
    direction: rtl;
    text-align: right;
    font-family: IRANYekanX;
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    line-height: normal;

    border-radius: 18px;
    cursor: pointer;
}

.skit-search-bar .filter-bar select {
    background: url("data:image/svg+xml,<svg height='10px' width='10px' viewBox='0 0 16 16' fill='%23000000' xmlns='http://www.w3.org/2000/svg'><path d='M7.247 11.14 2.451 5.658C1.885 5.013 2.345 4 3.204 4h9.592a1 1 0 0 1 .753 1.659l-4.796 5.48a1 1 0 0 1-1.506 0z'/></svg>") no-repeat;
    background-position: calc(100% - 0.75rem) center !important;
    -moz-appearance:none !important;
    -webkit-appearance: none !important;
    appearance: none !important;
    padding-right: 2rem !important;
}

.skit-search-bar .filter-bar .ts-control {
    border: unset;
    padding: 0 !important;
}
/* END Search Kit - Search Bar Style */

/* Search Kit Style */
#search-kit{
    width: 100%;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
}

#search-kit .search-kit{
    max-width: 1140px; width: 100%;
    height: 800px;

    flex-grow: 1;

    display: flex;
    flex-flow: row-reverse wrap;
    justify-content: center;
    align-items: flex-start;
}

.search-kit-right{
    max-width: 450px; width: 100%;
    height: 100%;
    padding: 10px;
    overflow-y: scroll;

    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
}

.right-kit-head{
    background: var(--color-white, #FEFEFE);
    width: 100%;
    padding: 30px 15px;

    display: flex;
    flex-flow: row-reverse nowrap;
    justify-content: space-between;
    align-items: center;

    border-radius: 6px;
}

.right-kit-head > p{
    color: var(--color-black , #161616);
    direction: rtl;
    text-align: right;
    font-family: IRANYekanX;
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    line-height: normal;
}

.right-kit-head .kit-sort{
    display: flex;
    flex-flow: row-reverse nowrap;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
}

.right-kit-head .kit-sort > p{
    color: var(--color-grey-3 , #8C8C8C);
    direction: rtl;
    text-align: right;
    font-family: IRANYekanX;
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    line-height: normal;
}

.right-kit-head .kit-sort .sort-selector{
    background: var(--color-grey-0, #F4F4F4);
    padding: 7px 5px;

    display: flex;
    flex-flow: row-reverse nowrap;
    justify-content: space-between;
    align-items: center;
    gap: 15px;

    border-radius: 6px;
}

.right-kit-head .kit-sort .sort-selector select{
    background: var(--color-grey-0, #F4F4F4);
    padding: 7px 5px;
    outline: none;
    border: none;

    display: flex;
    flex-flow: row-reverse nowrap;
    justify-content: space-between;
    align-items: center;
    gap: 15px;

    color: var(--color-black , #161616);
    direction: rtl;
    text-align: right;
    font-family: IRANYekanX;
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    line-height: normal;

    border-radius: 6px;
}

.right-kit-head .kit-sort .sort-selector > p{
    color: var(--color-black , #161616);
    direction: rtl;
    text-align: right;
    font-family: IRANYekanX;
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    line-height: normal;
}

.right-kit-head .kit-sort .sort-selector > span svg{
    vertical-align: middle;
}

.right-kit-cards{
    width: 100%;

    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
}

/* mini style override
for kit card */
.kit-card{
    width: 100%; height: auto;
    flex-grow: 1;
    flex-shrink: 0;
    border-color: var(--color-grey-0 , #f4f4f4);
    cursor: pointer;

    transition: all 0.3s;
}

.kit-card .ad-card-loc p{font-size: 12px;}

.kit-card .ad-card-date p{font-size: 12px;}

.kit-card .ad-card-company{justify-content: center;}

.kit-card .ad-card-info{gap: 10px;}

.kit-card .ad-card-title a{font-size: 14px;}

.kit-card .add-card-cat a{font-size: 12px;}

.kit-card .ad-card-workflow p.title{font-size: 9px;}

.kit-card .ad-card-workflow p{font-size: 12px;}

.kit-card .ad-card-workflow p.title{font-size: 9px;}

.kit-card .ad-card-workflow p{font-size: 12px;}

.kit-card .ad-card-info-data{gap: 5px;}

.kit-card .ad-card-salary p.title{font-size: 9px;}

.kit-card .ad-card-salary p{font-size: 12px;}

.kit-card .ad-card-info-body .cv-send-text-anchor {
    color: #0960E2;
    font-weight: 500;
    font-size: .7rem;
}

.kit-card:hover{
    transform: scale(1.01);
    box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.07), 0px 11px 11px 0px rgba(0, 0, 0, 0.06), 0px 25px 15px 0px rgba(0, 0, 0, 0.04), 0px 45px 18px 0px rgba(0, 0, 0, 0.01), 0px 71px 20px 0px rgba(0, 0, 0, 0.00);

    z-index: 100;
}
/* end mini style
for Kit Card */


.search-kit-left{
    max-width: 690px; width: 100%;
    height: 100%;
    overflow-y: scroll;
    padding: 10px;

    flex: 1 0 0;

    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
}

.back-to-list-wrap{
    display: none;
    align-self: flex-end;
    padding: 5px 0px;
}

.back-to-list{
    display: flex;
    flex-flow: row-reverse nowrap;
    justify-content: center;
    align-items: center;
    gap: 5px;
}

.back-to-list .icon svg{
    vertical-align: middle;
}
.back-to-list p{
    color: var(--color-grey-4, #686868);
    direction: rtl;
    text-align: right;
    font-family: IRANYekanX;
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    line-height: normal;
}

.left-kit-head{
    background-color: var(--color-white , #fefefe);
    width: 100%; height: 175px;
    padding: 20px 35px;

    display: flex;
    flex-flow: row-reverse nowrap;
    justify-content: space-between;
    align-items: flex-start;
    gap: 10px;

    border-radius: 6px 6px 0px 0px;
}

.left-kit-head .kit-head-company{
    flex-basis: 100px;
    flex-grow: 0;
    flex-shrink: 0;

    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
}

.left-kit-head .kit-head-company .company-logo{
    width: 100%; height: 45px;

    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
}

.left-kit-head .kit-head-company .company-logo svg{
    vertical-align: middle;
}

.left-kit-head .company-meta{
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-self: center;
    gap: 5px;
}

.left-kit-head .company-meta a.company-title{
    width: 100px;
    color: var(--color-grey-5, #363636);
    direction: rtl;
    text-align: right;
    font-family: IRANYekanX;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    line-height: normal;

    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.left-kit-head .company-meta a.company-cat{
    color: var(--color-grey-3, #8C8C8C);
    direction: rtl;
    text-align: center;
    font-family: IRANYekanX;
    font-size: 11px;
    font-style: normal;
    font-weight: normal;
    line-height: normal;

    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.company-rating{
    display: flex;
    flex-flow: row-reverse nowrap;
    justify-content: center;
    align-items: center;
    gap: 7px;
}

.company-rating p{
    color: var(--color-black , #161616);
    direction: rtl;
    text-align: center;
    font-family: IRANYekanX;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    line-height: normal;
}

.company-rating span svg{
    vertical-align: middle;
}


.kit-head-job{
    flex-grow: 1;

    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-start;
    align-items: flex-end;
    gap: 6px;
}

.kit-head-job h1{
    color: var(--color-black , #161616);
    direction: rtl;
    text-align: right;
    font-family: IRANYekanX;
    font-size: 18px;
    font-style: normal;
    font-weight: normal;
    line-height: normal;
}

.kit-head-job > a{
    color: var(--color-grey-3, #8C8C8C);
    direction: rtl;
    text-align: right;
    font-family: IRANYekanX;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    line-height: normal;
}

.job-send-res a{
    background: linear-gradient(95deg, #0960E2 0%, #8482F2 100%), #49A8FA;
    display: block;
    cursor: pointer;

    padding: 7px 14px;
    border-radius: 6px;

    color: #F6F6F6 !important;
    direction: rtl;
    text-align: center;
    font-family: IRANYekanX;
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    line-height: normal;

    transition: all 0.3s;
}

.job-bookmark a{
    background: #8482F2;
    display: block;
    cursor: pointer;

    padding: 7px 14px;
    border-radius: 6px;
    margin-top: 3px;

    color: #F6F6F6 !important;
    direction: rtl;
    text-align: center;
    font-family: IRANYekanX;
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    line-height: normal;

    transition: all 0.3s;
}

.kit-head-meta{
    height: 100%;
    flex-shrink: 0;

    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
}

.kit-head-meta .job-loc{
    display: flex;
    flex-flow: row-reverse nowrap;
    justify-content: center;
    align-items: center;
    gap: 5px;
}

.kit-head-meta .job-loc p{
    color: var(--color-grey-3, #8C8C8C);
    direction: rtl;
    text-align: right;
    font-family: IRANYekanX;
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    line-height: normal;
}

.kit-head-meta .job-loc span svg{
    vertical-align: middle;
}

.kit-head-meta .job-date{
    display: flex;
    flex-flow: row-reverse nowrap;
    justify-content: center;
    align-items: center;
    gap: 5px;
}

.kit-head-meta .job-date p{
    color: var(--color-grey-3, #8C8C8C);
    direction: rtl;
    text-align: right;
    font-family: IRANYekanX;
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    line-height: normal;
}

.kit-head-meta .job-date span svg{
    vertical-align: middle;
}

.kit-head-meta .call-to-action{
    flex-grow: 1;

    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
}

.left-kit-body{
    width: 100%;

    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-start;
    align-items: center;
}

.job-details-tabs{
    background-color: var(--color-white , #fefefe);
    width: 100%;
    /*padding: 20px 50px;*/
    padding: 5px 0;

    display: flex;
    flex-flow: row-reverse nowrap;
    justify-content: space-around;
    align-items: center;
    /* gap: 15px; */

    border-bottom: 2px solid var(--color-grey-1 , #cecece);
}

.job-details-tabs .job-details-tab{
    padding: 10px 15px;
    border-radius: 6px;
    cursor: pointer;
    transition: all 0.3s;
}

.job-details-tabs .job-details-tab:hover{
    background-color: var(--color-grey-0 , #f4f4f4);
}

.job-details-tabs .active{
    background-color: var(--color-blue-shade-4 , #49A8FA) ;
}

.job-details-tabs .disable{
    cursor: not-allowed;
}

.job-details-tabs .job-details-tab p{
    color: var(--color-black , #161616);
    direction: rtl;
    text-align: center;
    font-family: IRANYekanX;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    line-height: normal;
}

.job-details-tabs .active p{
    color: var(--color-white , #fefefe);
}

.job-details-tabs .active:hover p{
    color: var(--color-black , #161616);
}

.job-details-tabs .disable p{
    color: var(--color-grey-1 , #CECECE);
}

.kit-job-body{
    width: 100%;
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
}



.kit-job-body .job-details{
    display: none;
    width: 100%;
    background-color: var(--color-white , #fefefe);
    padding: 20px 25px;
}

.kit-job-body .job-details p{
    color: #000;
    direction: rtl;
    text-align: right;
    font-family: IRANYekanX;
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    line-height: 180%; /* 25.2px */
}

.kit-job-body .company-details{
    display: none;
    width: 100%;
    background-color: var(--color-white , #fefefe);
    padding: 20px 25px;
    text-align: center;
}

.kit-job-body > div.active{
    display: block;
}

.left-kit-default{
    background-color: var(--color-white , #fefefe);
    width: 100%; height: 100%;

    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;

    border-radius: 6px;
}

.left-kit-default .def-svg{
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
}

.left-kit-default .def-svg svg{
    vertical-align: middle;
}

.left-kit-default .def-svg p{
    color: var(--color-grey-4, #686868);
    direction: rtl;
    text-align: center;
    font-family: IRANYekanX;
    font-size: 18px;
    font-style: normal;
    font-weight: normal;
    line-height: 180%; /* 32.4px */
}

.search-kit-left > .disable{
    display: none;
}


/* Dropdown Filter */
.dropdown-filter{
    /* width: 500px; height: 80px; */
    background-color: var(--color-white , #fefefe);
    position: relative;
    padding: 15px 0;

    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
}

.dropdown-items{
    background-color: var(--color-white , #fefefe);
    width: 230px; max-height: 300px;
    position: absolute;
    top: 110%;
    overflow-y: scroll;
    direction: rtl;

    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-start;
    align-items: flex-end;

    border-radius: 6px;
    box-shadow: 0px 6px 12px 0px rgba(0, 0, 0, 0.05), 0px 23px 23px 0px rgba(0, 0, 0, 0.04), 0px 51px 31px 0px rgba(0, 0, 0, 0.02), 0px 91px 36px 0px rgba(0, 0, 0, 0.01), 0px 142px 40px 0px rgba(0, 0, 0, 0.00);
    animation: fade-down 0.3s;
    display: none;
}

.dropdown-filter > div.active{
    display: flex;
    z-index: 1111;
}

.dropdown-items .dropdown-item{
    width: 100%;
    padding: 15px;

    border-bottom: 1px solid var(--Grey-1, #CECECE);
    cursor: pointer;
    transition: all 0.3s;
}

.dropdown-items .dropdown-item:last-child{
    border: none;
}

.dropdown-items .dropdown-item:hover{
    background-color: var(--color-grey-0 , #f4f4f4);
}

.dropdown-items .dropdown-item:hover p{
    color: var(--color-black , #161616);
}

.dropdown-items .dropdown-item p{
    color: var(--color-grey-4, #686868);
    text-align: right;
    font-family: IRANYekanX;
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    line-height: normal;
}

.dropdown-items div.active{
    background-color: var(--color-primary , #49A8FA);
}

.dropdown-items div.active:hover{
    background-color: var(--color-primary , #49A8FA);
}

.dropdown-items div.active p{
    color: var(--color-white , #fefefe);
}



@media (max-width: 1399.98px) {

}

@media (max-width: 1199.98px) {

}

@media (max-width: 991.98px) {
    .search-kit > div.deactive{
        display: none;
    }

    #search-kit .search-kit{
        height: auto;

        flex-flow: column nowrap;
        justify-content: flex-start;
        align-items: center;
    }
    .search-kit-right{
        max-width: 690px;
        height: 600px;
    }
    .search-kit-left{
        overflow-y: unset;
    }

    .back-to-list-wrap{
        display: flex;
    }
}

@media (max-width: 767.98px) {

}

@media (max-width: 575.98px) {

}

@media (max-width: 319.98px) {

}
