﻿.invitations-head {
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    line-height: 26px;
    color: #000000;
}

.head-bg-div {
    background: #FAF9F9;
}

.select2-selection[aria-expanded="true"].select2-selection::before {
    transform: rotate(180deg);
}
.btn[aria-expanded="true"].btn::after {
    transform: rotate(180deg);
}

.for-inp-select .bootstrap-select .dropdown-menu {
    min-width: 98% !important;
} 

.number-of-invitations {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 23px;
    color: #030229;
    opacity: 0.6;
    margin: 0 !important;
    margin-left: 3px !important;
}

.root-bg {
    max-width: 1440px;
    margin: auto;
}

.select-invite-state > span {
    height: unset !important;
}

.select-work {
    width: 100%;
    height: 40px;
    padding: 0 5px;
    color: #0E46A1;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    border-radius: 6px;
}


.user-img {
    border-radius: 50%;
    overflow: hidden;
    width: 80px;
    height: 80px;
}

.select-job-invitations {
    background: #FFFFFF;
    padding: 30px 0px;
    height: auto;
    margin: auto;
}
.hd-invite{
    position:relative;
    box-shadow: 1px 5px 20px rgba(3, 2, 41, 0.05);

}

.bottom-border-job {
    border-bottom: 1px solid #0000000f;
}
.select-invite-state {
    width: 100% !important;
    height: 40px;
    padding: 0 5px;
    color: #0E46A1 !important;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    border-radius: 6px;
}


.select-all-jobs {
    width: 40%;
}

.state-parent-div {
    margin-top: 25px;
    display:flex !important;
}

.jobs-applications {
    border: 1px solid #EAECEE;
    padding: 15px 0px;
    background: #FFFFFF;
    border-radius: 0px 0px 4px 4px;
    display: flex;
    flex-direction: column;
    overflow-y: auto;
    height: 977px;
    min-width: 393px;
    overflow-x: hidden;
    box-shadow: 0px 4px 10px 0px rgba(51, 62, 73, 0.08), 0px 1px 5px -1px rgba(51, 62, 73, 0.14);
    position: relative;
    top: 0px;
}
.jobs-applications::-webkit-scrollbar {
   width: 6px;
}
.jobs-applications::-webkit-scrollbar-track {
    background: #e7e3e3;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
.jobs-applications::-webkit-scrollbar-thumb {
   -webkit-border-radius: 10px;
   border-radius: 10px;
   background: #c1c1c1;
}
.invited-jobs {
    gap: 10px;
    position: relative;
    padding: 10px;
    min-height: 90px;
    align-items: center;
}

.invited-jobs:hover {
     background: #F6F6F6;
}

.invited-user-img {
    align-self: center;
    width: 50px;
    height: 50px;
    overflow: hidden;
}

 .invited-user-img > img {
    border-radius: 50%;
    overflow: hidden;
    width: 50px;
    height: 50px;
}

.user-accepted {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 23px;
    margin-bottom: 0rem !important;
}

.user-name {
    font-style: normal;
    font-size: 16px;
    line-height: 116%;
    color: #000000;
    margin-bottom: 0px !important;
}

.user-profession {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 23px;
    color: #8A8A8A;
    margin-bottom: 0.5rem !important;
    max-width: 300px;
}

.invite-date {
    -webkit-user-select: none !important;
    cursor: pointer;
    -moz-user-select: -moz-none !important;
    -ms-user-select: none !important;
    user-select: none !important;
    border: none !important;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 23px;
    background: linear-gradient(to right, #030229 63%, #0E46A1 37%) !important;
    background-clip: text !important;
    -webkit-background-clip: text !important;
    color: transparent;
}

.invite-date:focus {
     outline: none !important;
}

.invite-date > button {
    border:none !important;
}

.user-seen-message {
    position: absolute;
    top: 40%;
    left: 93%;
}
@keyframes fadeInRight {
    from {
        opacity: 0;
        transform: translateX(300px);
    }
    to {
        opacity: 1;
    }
}
.fade-res {
    position:absolute;
    top:0;
    z-index:999;
    visibility: hidden;
    transform: translateX(300px);
    transition: all .3s ease-out;
}
.fade-animate-resume {
    animation: fadeInRight 0.3s ease-in-out;
}
.about-the-invited {
    padding: 25px;
    height: auto;
}
.invitee-location {
    display: flex;
    gap: 10px;
    margin-bottom: 5px;
}
.invitee-location > img {
   align-self: center;
}

.location {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 23px;
    color: #000000;
    margin-bottom: unset;
}

.name-of-the-invitee {
    font-style: normal;
    font-size: 18px;
    line-height: 150%;
    color: #000000;
    margin-bottom: 10px;
}

.invitee-email {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    color: #000000;
    margin-bottom: unset;
}

.select-job-profession {
    width: 41%;
}

.user-email {
    display: flex;
    gap: 10px;
    margin-bottom:5px;
}

.user-email > img {
    align-self: center;
}

.message-section {
    display:none;
    height: auto;
    padding: 25px 25px 25px 27px;
    background: #FFFFFF;
    border: 1px solid #EAECEE;
}

.employer {
    display: flex;
    gap: 18px;
}

.message-section-names {
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 19px;
    color: #000000;
    margin-bottom: unset;
}

.message-date {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 23px;
    color: #8A8A8A;
    margin-bottom: unset;
}

.dialogue {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 23px;
    color: #8A8A8A;
    margin-bottom: unset;
}

.select-invite-state .btn .filter-option:after{
    margin: unset !important;
}

.invite-date .btn .filter-option {
    -webkit-user-select: none !important;
    cursor: pointer;
    -moz-user-select: -moz-none !important;
    -ms-user-select: none !important;
    user-select: none !important;
    border: none !important;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 23px;
    background-clip: text !important;
    -webkit-background-clip: text !important;
    color: #0E46A1;
}

.select-invite-state > .btn::after {
    content: ' ';
    display: block;
    position: absolute;
    background-image: url(../companyIcons/dropdown.svg) !important;
    width: 20px;
    height: 27px;
    background-repeat: no-repeat;
    right: 1px;
    cursor: pointer;
    border: none;
    top: 0px;
    background-position: center;
    background-color: white;
}

.invite-date > .btn::after{
    margin: unset !important;
}
.invite-date > .dropdown-toggle::after {
    content: ' ';
    display: block;
    position: absolute;
    background-image: url(../companyIcons/dropdown.svg) !important;
    width: 9px;
    height: 27px;
    background-repeat: no-repeat;
    right: 1px;
    cursor: pointer;
    border: none;
    background-position: center;
}

.logo-border {
    border: 0.5px solid;
    transform: rotate(90deg);
    margin-top: 20px;
    background: #BDBDBD;
    border-color: #BDBDBD;
}

.message-section-img {
    border-radius: 50%;
    overflow: hidden;
    width: 35px;
    height: 35px;
}

.candidate-section {
    margin-top: 18px;
    display: flex;
    gap: 17px;
}

.phone-number-parent {
    display: flex;
    gap: 10px;
}
.phone-number{
    margin-bottom:unset !important;
}

.select2-selection--multiple:before {
    background-color: white;
    content: ' ';
    display: block;
    position: absolute;
    background-image: url(../companyIcons/dropdown.svg) !important;
    width: 37px;
    height: 27px;
    background-repeat: no-repeat;
    top: 6px;
    right: 1px;
    cursor: pointer;
    background-position: center;
}

.select-invite-state .btn {
    padding: 8px !important;
    border: 1px solid #BDBDBD !important;
}

.user-date-message {
    position: absolute;
    right: 10px;
    top: 17px;
}
.navigate-ext{
    border:none;
    background:none;
}
.user-date-message > p {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 23px;
    color: #8A8A8A;
}
.resume-isactive {
    font-style: normal;
    font-size: 16px;
    line-height: 150%;
    color: #000000;
    cursor:pointer;
    margin-right: 15px;
}
.isactive-text {
    font-weight: 700;
    border-bottom: 3px solid;
}
.inv-counter{
    display:flex;
}
.schedule-isactive {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #000000;
    cursor:pointer;
}
.user-skills {
    display: none;
    color: #8A8A8A;
    font-weight: 400;
    font-size: 14px;
    line-height: 23px;
}
.isactive-section {
    display: flex;
    margin-top: 20px;
}
.invite-date > .dropdown-toggle {
    width:unset;
}
.innvited-item tr {
    padding: 10px 7px;
}

.candidate-img-circle {
    width: 80px;
    height: 80px;
    overflow: hidden;
    border-radius: 50%;
    object-fit: cover;
}

.image-of-the-invitee {
    margin-right: 15px;
}
.innvited-item tr {
    padding: 10px 0px;
}

.image-of-the-invitee {
    margin-right: 15px;
}
.isactive-section .active-tab{
    font-weight:700;
}
.invite-date .filter-option .filter-option-inner {
    margin-right: 5px;
}
.navigate-ext {
    display:none;
}
.scrolltop-btn {
    display: none !important;
}
@media screen and (max-width:992px) {
    .jobs-applications::-webkit-scrollbar {
        width: unset;
    }
    .image-of-the-invitee {
        margin-top: 4px;
    }
    .jobs-applications::-webkit-scrollbar-track {
        background: unset;
        -webkit-border-radius: 10px;
        border-radius: 10px;
    }

    .jobs-applications::-webkit-scrollbar-thumb {
        -webkit-border-radius: 10px;
        border-radius: 10px;
        background: unset;
    }

    .job-app-favorite {
        padding-right: 0px;
    }
    .select-job-invitations {
        padding: 15px;
    }
    .jobs-parent-show {
        display: none;
    }
    .jobs-parent-div {
        padding: unset;
        margin-top: 1rem;
    }
    .state-parent-div{
        display:flex;
        flex-direction:column;
        gap:15px;
    }
    .jobs-parent-show {
        padding: unset;
    }
    .hd-invite-show{
        display:none;
    }
    .select-all-jobs > form{
        padding:unset !important;
    }
    .hd-invite{
        min-height:unset;
    }  
    .invite-date .btn{
        padding:unset;
    }
    .job-invitations{
        display:flex;
        flex-direction: column;
    }
    .invitations-head{
        margin-bottom:unset;
    }
    .invite-date > .dropdown-toggle::after{
        position:unset;
    }
    .root-bg > div {
        padding-top: unset !important;
    }
    .about-the-invited {
        padding: 10px 0px 25px 0px;
        border: none;
        position: relative;
    }
    .navigate-div {
        padding-top: 15px;
    }
    .bg-child{
        margin-top:unset !important;
    }
    .name-of-the-invitee{
        margin-bottom:4px;
    }
    .user-skills {
        margin-bottom: 10px !important;
        display: block;
    }
    .user-mob-hd{
        display:unset;
    }
    .cv-dis-unset{
        display:unset;
        margin-left:unset;
        margin-right:unset;
    }
    .pdf-d-unset{
        display:unset;
        margin-left:unset;
        margin-right:unset;
    }
    .px-inv-mob{
        padding:unset;
    }
}
@media screen and (max-width: 992px){
    .dis-unset {
        display: unset;
        margin-left: unset;
        margin-right: unset;
    }
    .bk-favorites{
        margin-top: 5px;
    }
    .select-job-invitations {
        padding: 30px 0px;
        padding-top: 15px;
    }
    .navigate-ext {
        display: block;
    }
    .inner-jobinvitations{
        padding: 0px;
    }
    .select-job-profession {
        width: 100%;
    }
    .state-parent-div {
        display: flex;
        flex-direction: column;
        gap: 15px;
    }
    .inv-counter {
        display: flex;
        margin-top: 5px;
    }
    .select-all-jobs {
        width: 100%;
    }
    .job-invitations {
        display: flex;
        justify-content: space-between;
    }
    .select-all-jobs > form {
        padding: unset !important;
    }
    .select-invite-state {
        padding: unset;
    }
    .invite-parent-div {
        margin: unset;
        align-self: unset !important;
    }
    .jobs-parent-div {
        padding-right: unset;
    }

    .resume-section {
        margin-bottom: 44px;
        margin-top: 0px !important;
    }
    .inv-resdet {
        margin-top: -25px !important;
    }
    .px-inv-mob .inv-resdet {
        margin-top: -90px !important;
    }
    .tal-res-section {
        margin-top: -102px !important;
    }
    .row-img-users {
        margin-top: 20px;
    }
    .inv-st-date {
        flex-direction: column;
        align-items: flex-start !important;
    }
    .involdnew-date.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
        width: 155px !important;
    }
}
.pr-border {
    border-radius: 4px 4px 0px 0px;
    border: 1px solid #EAECEE;
}
div.bottom-border-job:last-child {
    border-bottom: 0px !important
}

.resume-section {
    border-radius: 4px 4px 0px 0px;
    background: transparent;
}
.opDisabled {
    opacity: .5;
    pointer-events: none;
}