﻿.edit-profile-Image {
    position: absolute;
    top: 5px;
    right: 6px;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background-color: rgba(0,0,0, .5);
    color: white !important;
    display: none;
    justify-content: center;
    align-items: center;
    text-decoration:none !important;
}
.profile-main-block:hover .edit-profile-Image {
    display: flex;
}
.prof-panel-style {
    background-color: white;
    border: 1px solid #E4E4E4;
    box-shadow: 0px 4px 20px rgb(0 0 0 / 5%);
    border-radius: 4px;
    margin-right:0px;
}
.prof-panel-settings {
    background-color: white;
    border: 1px solid #E4E4E4;
    box-shadow: 0px 4px 20px rgb(0 0 0 / 5%);
    border-radius: 4px;
    margin-right: 0px;
}

.cv-panel-style {
    background: linear-gradient(97.96deg, #8684EB 41.18%, rgba(87, 84, 233, 0.9) 90.78%);
    border: 1px solid #E4E4E4;
    box-shadow: 0px 2px 5px rgba(210, 210, 210, 0.4);
    border-radius: 4px;
}
.btn-resume-reading {
    background: linear-gradient(253.58deg, #FFC000 1.55%, #FF8A00 95.8%);
    border-color: linear-gradient(253.58deg, #FFC000 1.55%, #FF8A00 95.8%);
    color: white !important;
    width: 153px;
    height: 38px;
    line-height: 23px;
}
.panel-btn-edit {
    position: absolute;
    top: 10px;
    right: 10px;
}
@media only screen and (max-width: 768px) {
    .panel-btn-edit {
        top: 13px;
        right: 13px;
    }
}
.address-svg {
    margin-right: 10px;
    width: 16px;
}

.btn-profile-edit {
    padding: 0;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.1s;
}

.btn-cv {
    background: transparent;
    border: 1px dashed #0E46A1;
    color: #0E46A1 !important;
    padding: 6px 8px;
}
.btn-resume-option {
    padding: 4px;
    width: 32px;
    height: 32px;
    border-radius: 4px;
    margin-left: 5px;
}
.btn-job-blue {
    background-color: #00aeef;
}

.btn-resume-option:hover img {
    filter: invert(17%) sepia(89%) saturate(2046%) hue-rotate(206deg) brightness(98%) contrast(93%);
    transition: .2s all;
    transform: scale(1.1);
}
.btn-resume-option img path {
    fill: red
}
.resume-col {
    padding-top: 20px;
    padding-bottom: 23px;
    border-top: 1px solid #E4E4E4;
}
.text-fog {
    color: rgba(0, 0, 0, 1);
}
.text-regect {
    color: #666666;
}
.text-job-blue {
    color: #0D66D0;
}
.img-option {
    width: 20px;
    height: 20px;
}
/*-----modal-----*/
.change-resume-name-panel {
    padding: 40px 20px;
}

.panel-visible {
    background: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 4px;
}
/*----profile----*/
.panel-info {
    border-top: 1px solid #E4E4E4;
}

.prof-panel-width {
    width: 135px;
    min-height: 135px;
    overflow: hidden
}

.profile-square {
    width: 135px;
    height: 135px;
}

@media only screen and (max-width: 438px) {
    .prof-panel-width {
        width: 75px;
        min-height: auto;
    }

    .profile-square {
        width: 75px;
        height: 75px;
    }
}

.profile-edit {
    background-color: transparent;
}

    .profile-edit:hover {
        background-color: rgba(188, 146, 63, 0.09);
    }

@media only screen and (max-width: 768px) {
    .active-can-price {
        transform: scale(1.02);
    }
}

.home-icon {
    font-size: 3em !important;
}

.block-candidate-index {
    height: 90px;
}
/*-----radio-----*/
.job-radio-group {
    display:inline-block;
}
.job-radio-input {
    display: none !important;
}

.job-label-radio {
    font-size: 16px;
    cursor: pointer;
    position:relative;
}

.job-radio-button {
    height: 20px;
    width: 20px;
    border: 1px solid #0D66D0;
    border-radius: 50%;
    display: inline-block;
    position: relative;
}

.job-radio-button::after {
    content: "";
    display: block;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #0D66D0;
    opacity: 0;
    transition: opacity 0.2s;
}

.job-radio-input:checked ~ .job-label-radio .job-radio-button::after {
    opacity: 1;
}
.job-radio-input:checked ~ .job-label-radio {
    border: 1px solid #0D66D0 !important;
}

.profile-visible-flag {
    position: absolute;
    top: 14px;
    right: 14px;
}

/*---------------*/
.profile-tab-main {
    padding: 13px 13px;
    border-bottom: 1px solid #E4E4E4;
}
.profile-tab {
    padding: 14px 20px;
    color: #00000080;
    text-decoration:none !important;
}
    .profile-tab.active,
    .profile-tab:hover {
        font-weight: bold;
        color: #000000;
        border-bottom: 2px solid #0E46A1;
    }
.profile-alert {
    margin-top: 0px;
    padding: 13px 0;
    border: 1px solid #0E46A1;
    box-shadow: 0px 2px 5px rgba(210, 210, 210, 0.4);
    border-radius: 4px;
    background: #F0F9FF;
}
.profile-main-block{
    padding-left:6px;
}
.close-bar {
    position: absolute;
    top: 10px;
    right: 12px;
}

.alert-img-block,
.profile-img-block {
    width: 62px;
    height: 62px;
    min-width: 62px;
}
.alert-img-block,
.profile-img-block {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
    border-radius: 3px;
}
.resume-modal-cancel {
    position: absolute;
    right: -25px;
    top: 15px;
    background: rgba(0,0,0,.7);
    border: none;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    padding: 0;
    margin: 0;
}
.resume-modal-cancel img {
    filter: brightness(0) invert(1);
}

.panel-zoom #zoom-slider {
    height: 8px;
    background: rgba(48, 127, 226, 0.3);
    border-radius: 4px;
    /* Inside auto layout */
    flex: none;
    order: 0;
    flex-grow: 0;
}
.panel-zoom .ui-slider .ui-slider-handle {
    border-radius: 50%;
    top: -6px;
    background: #0D66D0;
    border-color: #0D66D0;
}
.panel-zoom .ui-widget-header {
    background: #0D66D0;
}

/*-------------*/
/* The container */
.chackbox-container {
    display: block;
    position: relative;
    padding-left: 24px;
    /*margin-bottom: 12px;*/
    cursor: pointer;
    /*font-size: 22px;*/
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.chackbox-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 2px;
    left: 0;
    height: 17px;
    width: 17px;
    border-radius: 50%;
    border: 1px solid #0D66D0;
}

.chackbox-container input:checked ~ .checkmark {
    background-color: #0D66D0;
    border:none;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.chackbox-container input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.chackbox-container .checkmark:after {
    left: 6px;
    top: 3px;
    width: 5px;
    height: 9px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
/*----reson----*/
.reason-part {
    background: #F9F9FA;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 2px;
    padding: 12px;
    margin: 0 22px;
}

/*applicantion select*/
.app-select-panel {
    min-width: 315px;
    max-width: 315px;
}

.appProfileSelect button.btn-light:not(:disabled):not(.disabled):active:focus,
.appProfileSelect button.btn-light:focus {
    box-shadow: none;
}
.appProfileSelect button.btn,
.appProfileSelect div.dropdown-menu li a {
    padding: .375rem 1.5rem;
}
.appProfileSelect div.dropdown-menu {
    padding: 0;
}
.appProfileSelect div.dropdown-menu li a {
    border-left: 2px solid transparent;
}
.appProfileSelect div.dropdown-menu li a.active,
.appProfileSelect div.dropdown-menu li a:hover {
    background-color: #F0F9FF;
    border-left: 2px solid #0D66D0;
}
.resumeName {
    inline-size: 220px;
    overflow-wrap: break-word;
    line-height:20px;
}
@media (max-width:580px) {
    .resume-modal-cancel {
        right: -7px;
        z-index: 9;
    }
    .resumeName {
        inline-size: 170px;
        overflow-wrap: break-word;
    }
}
.validmsg{
    font-size:12px;
}
/*New Candidate css*/
.profile-content {
    padding-left: 278px;
    transition: all 0.1s linear;
    margin-left: 0px;
    max-width: calc(100% - 30px);
    width: 100%;
}
.candidateHomePage.sticky {
    position: fixed;
    top: 0;
    z-index: 99;
    right: 0;
}
.profile-sidenavigation {
    width: 263px;
    height: 100vh;
    position: fixed;
    top: 0;
    background: #0E46A1;
    padding: 22px 1px;
    z-index: 1000;
    transition: all 0.1s linear;
}
.candidateHomePage {
    max-width: calc(100% - 263px) !important;
    margin-left: auto !important;
    box-shadow: 0px 8px 18px -6px rgb(24 39 75 / 12%), 0px 12px 42px -4px rgb(24 39 75 / 12%);
    background: white;
    transition: all 0.1s linear;
    margin-right: unset !important;
}
.sideClosed {
    min-width: 82px;
    width: 82px;
 
}

.MaxLength {
    max-width: calc(100% - 80px) !important;
}
.SideLeft{
    margin-left: 15px !important;
}
.dashboard-prof-item.closed {
    justify-content: center;

}
.dashboard-prof-active.closed {
    background-color: white;
    border-radius: 4px;
}
.candidate-link {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.6) !important;
}
.sidenav-candidate {
    margin: 0 40px;
}
.job-animatetext-border:after {
    display: block;
    content: '';
    border-bottom: solid 1px rgba(0, 0, 0, 0.6);
    transform: scaleX(0);
    transition: transform 250ms ease-in-out;
}
a.nav-link.job-animatetext-border {
    line-height: 1.5;
    letter-spacing: 0.5px;
    color: black !important;
}
.language-candidate {
    line-height: 1.5;
}
.job-animatetext-border:hover:after {
    transform: scaleX(1);
}

.job-animatetext-border.from-right:after {
    transform-origin: 100% 50%;
}

.job-animatetext-border.from-left:after {
    transform-origin: 0% 50%;
}
.arrow-rotate{
    transform:rotate(180deg)
}
.language-candidate {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.6) !important;
}
.Ml16 {
    margin-left: 16px;
}
.navcandidate {
    display: flex;
    max-width: 1685px;
}
.candidatenavLogo{
    display:none
}
.notify-bell{
    width:20px;
}
.fontSize24{
    font-size:24px;
}
.footer-candidate {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    color: rgba(0, 0, 0, 0.6);
    padding: 15px 18px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    background: #faf9f9;
    position:relative;
}
.footer-icons {
    display: flex;
    justify-content: end;
}
.social-link-ft{
    margin-right:10px;

}
.social-link-ft > img{
    width:28px;
    height:28px;
    border-radius:50%;
 }
.sidebarLogo {
    margin-bottom: 39px;
    margin-left: 20px;
    width:50px;
}
.sideBurger {
    position: absolute;
    right: -10px;
    top: 74px;
    cursor:pointer;
}
.sideicon{
    width:24px;
    height:24px;
}
.dashboard-prof-active.closed > img {
    filter: invert(78%) sepia(71%) saturate(2995%) hue-rotate(212deg) brightness(97%) contrast(93%);
}
.closed:hover{
    background:transparent !important;
}
.dashboard-prof-active.closed {
    border: unset !important;
    width: 38px !important;
    height: 38px !important;
    background-color: white;
    border-radius: 4px;
    margin: auto;
}
.dashboard-prof-active.closed:hover {
    background: white !important;
}
.dashboard-prof-item.closed > img {
    margin-right: 0px;
}
.closedel {
    top: 21px;
    right: 16px;
    cursor: pointer;
}
.menuControllpanel {
    width: 100%;
    justify-content: space-between;
    overflow-x: auto;
}
.mobileControlPanel {
    position: fixed;
    top: 71px;
    width: 100%;
    z-index: 98;
    display: none;
    background: #FFFFFF;
    box-shadow: 0px 3px 8px rgb(0 0 0 / 25%);
}
.panel-link {
    color: rgba(0, 0, 0, 0.4);
    white-space: nowrap;
    padding: 15px 15px;
    display:block;
}
.dashboard-mobprof-active {
    color: #0E46A1;
}

.menuControllpanel::-webkit-scrollbar {
    display: none;
}

.menuControllpanel {
    -ms-overflow-style: none;
    scrollbar-width: none;
}
.dashboard-mobprof-active {
    color: #0E46A1;
    border-bottom: 1px solid #0E46A1;
    
}
@media (max-width:992px) {
    .col-itemtop12 {
        margin-top: 12px
    }
    .profile-tab-main{
        display:none;
    }
    .prof-panel-style{
        border-radius:0px;
    }
    .prof-panel-settings, .cv-panel-style, .prof-panel-style {
        border-radius: 0px;
        border-left: unset;
        border-right: unset;
    }
       
        .profile-content {
            margin-top: 50px !important;
            max-width: 100%;
        }
    .candidateHomePage{
        box-shadow:unset;
    }
    .mobileControlPanel {
        display: block;
    }
    .footer-candidate {
        max-width: 100%;
        margin-left: 0px;
    }
    .userImg {
        width: 33px;
        height: 33px;
        border-radius: 50%;
        overflow: hidden;
        margin-top: 1px;
        border: 1px solid #ffffff40;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .evt-drop {
        display: none;
    }
    .bellNotification {
        margin-right: 10px;
    }
    .candidateHomePage {
        background: #0E46A1;
        max-width: 100% !important;
        margin-left: unset;
    }
    .profile-sidenavigation{
        display:none;
    }
    .profile-content {
        padding-left: 0px;
        padding-right: 0px;
        margin-left: -1px;
        margin-right: 0px;
    }
    .candidate-link, .language-candidate {
        color: white !important;
    }
    .job-animatetext-border::after {
        border-bottom: solid 1px white;
    }
    .candidatenavLogo {
        display: block;
    }
    .navcandidate {
        display: flex;
        justify-content: space-between;
    }
    .profile-applicant {
        margin-top: 66px !important;
    }
}
@media (max-width:438px) {
    .mobileControlPanel {
        position: fixed;
    }
}
.blue-text {
    color: rgba(14, 70, 161, 0.8);
}
.point {
    background: rgba(14, 70, 161, 0.8);
    border-radius: 50px;
    width:8px;
    height:8px;
    display:flex;
}
.appProfileSelect .btn {
    border: 1px solid #0E46A1 !important;
}
.appProfileSelect .filter-option-inner-inner {
    color: #0E46A1;
}
.appProfileSelect{
    max-width:171px !important;
    min-width:171px !important;
}
.appProfileSelect button.btn, .appProfileSelect div.dropdown-menu li a {
    padding: 0.75rem 1.5rem !important;
}
.appProfileSelect > .dropdown-toggle::after {
        background-image: url(../profile_icons/blue-drop.svg) !important;
        border: unset !important;
        width: 15px;
        height: 7px;
        background-repeat: no-repeat;
}
.btn-delete-color {
    background-color: #DE350B;
}
.backgroundGray {
    background: #FAF9F9;
}
.appProfileSelect > select {
    left: unset !important;
}
.selOoption-mob {
    display: none;
}
.history-settings{
    display:none
}

.apllysave {
    align-self:center;
}
@media (max-width:1200px) {
    .selOoption {
       flex-wrap: wrap;
    }
}
@media (max-width:768px) {
    .apllysave {
        align-self: start;
    }
    .selOoption-mob {
        display: flex;
    }
   /* .selOoption{
        display:none !important;
    }*/
    .appProfileSelect {
        max-width: 141px !important;
        min-width: 141px !important;
        margin-top: 4px;
        height: 36px;
    }
    .appProfileSelect button.btn, .appProfileSelect div.dropdown-menu li a {
            padding: 0.45rem 0.5rem !important;
    }
    .history-settings {
        display: block;
    }
    .history-img {
        display: flex;
        justify-content: end;
    }
}

@media (max-width:568px) {
    .title-work {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        display: block;
        width: 141px;
    }
    .applybtn-profile{
        display:none;
    }
}
.mr-15 {
    margin-right: 15px;
}
.pd-15 {
    padding: 0 15px;
}
.unsave-btn:focus {
    outline: 0 !important;
}
.unsave-btn{
    margin-top:2px;
}
button.close > img {
    filter: invert(0%) sepia(0%) saturate(0) hue-rotate(0deg) brightness(0%) contrast(300%);
}
.ft-text{
    font-size:12px;
}
.footer-icons > a:last-child{
    margin-right: 0px !important;
}
@media (max-width: 500px){
    .ft-text {
        font-size: 10px;
    }
}
.pdb-20 {
    padding-bottom: 10px;
    padding-top: 5px;
}

.settingspg {
    margin-top: 20px;
}
.uploadresbtn {
    margin-right: 15px;
}
.wrapcandidate {
    padding-left: 265px;
}
.MaxContLength {
    padding-left: 100px;
}
@media(max-width:992px) {
    .mob-btnres{
        margin-left:0px;
    }
    .wrapcandidate {
        padding-left: 0px !important;

    }
}
@media (max-width:768px){
    .uploadresbtn {
        margin-left: 23px;
    }
    .mob-btnres{
        justify-content: center !important;
    }
}
@media (max-width: 576px) {
    .wrapcandidate {
        flex-direction: column;
        align-items: start !important;
    }

    .footer-icons {
        justify-content: start;
        margin-top: 10px;
    }
}
@media (max-width: 390px) {
        .mob-btnres {
            flex-direction: column;
            margin-left: 0px;
        }
    .resumebuilderbtn {
        margin-left: 23px;
    }
}

    .candidatebell {
        border-radius: 4px;
        padding: 8px;
        transition: .2s all;
    }

        .candidatebell:hover {
            background-color: #F0F9FF;
        }

    .note-btnsmob {
        display: none;
    }

    @media(max-width:992px) {
        .deadline-fogtext {
            display: none;
        }

        .note-btns {
            display: none;
        }

        .note-btnsmob {
            display: block;
        }
    }

    .sett-notify {
        display: none
    }

    .editNoteBox {
        display: flex;
        flex-direction: column;
        align-items: start;
        min-width: 135px;
        padding: 11px 11px;
        margin: 0.125rem 0 0;
        font-size: 1rem;
        color: #212529;
        text-align: left;
        list-style: none;
        background-color: #fff;
        background-clip: padding-box;
        border: 1px solid rgba(0,0,0,.15);
        position: absolute;
        right: 13px;
        z-index: 9;
        box-shadow: 0px 4px 20px rgb(0 0 0 / 5%);
        border-radius: 4px;
    }

    .widthMax200 {
        max-width: 200px;
    }

    .widthMax300 {
        max-width: 300px;
    }

    .editNoteBox button {
        color: black;
        font-size: 14px;
    }

    .noview-text {
        max-width: 800px;
        margin: auto;
    }

    .listapply-item:last-child {
        margin-bottom: unset !important;
    }

    .btn-elipss {
        justify-content: center;
        margin-right: 5px;
        display: flex;
        width: 35px;
    }

    @media (max-width: 992px) {
        .cand-notify-main {
            right: -85px !important;
        }

        .hd-notify-main {
            right: -41px !important;
        }
    }

    .thumbnail-resume {
        width: 54px;
        height: 59px;
    }

    .thumbnail-border {
        padding: 2px;
        box-shadow: 0px 1px 7px 1px rgba(0, 0, 0, 0.10);
        border: 0.5px solid #B8B6B6;
    }

    .closeeye {
        filter: invert(61%) sepia(39%) saturate(6524%) hue-rotate(192deg) brightness(89%) contrast(89%);
        width: 19px;
    }
.resumebuilderbtn {
    padding: 5px 8px !important;
}
.resumebuilderbtn:hover img {
  filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg) brightness(102%) contrast(102%);
}
.bx-icon {
    border-radius: 4px;
    background: #ededed;
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 34px;
    height: 34px;
}
.visible-text {
    color: #9E9E9E;
    margin-top: 12px;
}
.border-cv {
    border-top: 1px solid #EFEFF2;
}
.select-opentowork {
    width: 273px !important;
}
.select-opentowork .btn{
    border: 1px solid #CFCFCF !important;
    box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.10) !important;
}
.status-modal{
    z-index: 1050 !important;
}
.currency-icon {
    position: absolute;
    top: 11px;
    left: 10px;
}
.currency-inp{
padding-left: 30px !important;
}
.visible-text-select {
    max-width: 273px;
    white-space: pre-line;
    margin-left: 25px;
    color: #9E9E9E;
}
.select-opentowork .filter-option-inner-inner > p {
    display: none;
}
.infostatus-brd {
    border-top:1px solid #EAECEE;
}
.jobsearchStatus-bg {
    width: 100%;
    height: 188px;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center !important;
}
.jobsearchStatus-bg-en {
    background: url(/Content/profile_icons/Frame-eng.png);
}
.jobsearchStatus-bg-am {
    background: url(/Content/profile_icons/Frame-arm.png);
}
.location-container {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 250px;
    display: inline-block;
    cursor: pointer;
}
.btn-profile-edit:hover {
    border-radius: 3px;
    background: rgba(14, 70, 161, 0.10);
}
.res-section-title{
    margin-bottom: 18px;
}
.statuss-settings {
    border-top: 1px solid #E6E6E6;
    margin: 0 8px;
}
.profileSelect-status .btn {
    border: 1px solid #cfcfcf !important;
    padding: 12px;
    color: rgba(0, 0, 0, 0.50);
    border-radius: 4px;
    width: 140px !important;
}
.feedback-container {
    max-width: 642px;
    margin: auto;
    padding: 30px;
    border-radius: 4px;
    background: #FFF;
    box-shadow: 0 2px 12px 0 rgba(24, 39, 75, 0.10);
}

.rating-container {
    display: flex;
    gap: 8px;
    margin-top: 10px;
}
.rating-container input[type="radio"] {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}
    .rating-container label {
        width: 38px;
        height: 38px;
        display: flex;
        align-items: center;
        justify-content: center;
        border: 1px solid rgba(0, 0, 0, 0.10);
        border-radius: 4px;
        cursor: pointer;
        font-size: 16px;
        transition: all 0.2s;
        user-select: none;
    }

.rating-container input[type="radio"]:checked + label {
    background-color: #0E46A1;
    color: white;
    border-color: #0E46A1;
}

.rating-container label:hover {
   border-color: #0E46A1;
}
.rating-container input[type="radio"].input-validation-error + label {
    border-color: red !important;
}
.application-mobile-menu > .mobileControlPanel {
    box-shadow: unset !important;
    border-bottom: 1px solid #E4E4E4;
}
.detailsStatus-box {
    top: 30px;
    max-height: 500px;
    overflow-y: auto;
}
@media (max-width: 992px) {
    .profileSelect-status .btn {
        width: 100% !important;
    }
}
.img-fluid-profile{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.listapply-item {
    border-top: 1px solid #E4E4E4;
    padding-top: 20px;
}
@media (max-width: 576px){
    .selOoption > div{
        border-right: unset !important;
    }
    .ml-status {
        margin-left: 82px;
        margin-top: 0px;
    }
    .mob-img-icon {
        width: 77px;
        height: 77px;
        min-width: 77px;
    }
    .listapply-item {
        border-top: unset;
        border-radius: 12px;
        background: #FFF;
        box-shadow: 1px 17px 44px 0 rgba(3, 2, 41, 0.07);
        padding: 24px 14px;
        margin: 0px 3px;
    }
    .mobile-app-panel{
        background: unset;
        border: unset;
        box-shadow: unset;
    }
    .detailsStatus-box {
        position: fixed !important;
        border-radius: 0 !important;
        border: none !important;
        right: 0px;
        top: 0px;
        width: 100%;
        z-index: 999999 !important;
        height: 100vh;
        max-height: unset;
    }
    .note-box-cand {
        border-radius: 0px !important;
        border: none !important;
        background: white !important;
        padding: 18px 15px;
        width: 100% !important;
        position: fixed !important;
        left: 0;
        top: -5px;
        height: 100vh;
        box-shadow: none !important;
        z-index: 9999999 !important;
    }

    .note-panel {
        border: none !important;
        background: white !important;
        padding: 0 !important;

    }
}
.btn-outliner-gray {
    border: 1px solid #cfcfcf !important;
}
.profileSelect-status .filter-option-inner-inner {
    color: black;
}
.interview-item:last-child{
    border-bottom: unset !important;
    padding-bottom: unset !important;
}

.analytics-box {
    border-radius: 8px;
    border-top: 3px solid #633EF8;
    border-right: 1px solid #E6E6E6;
    border-bottom: 1px solid #E6E6E6;
    border-left: 1px solid #E6E6E6;
    background: #FFF;
    width: 313px;
    padding: 18px;
    box-shadow: 0 4px 4px 0 rgba(140, 135, 135, 0.07);
}

    .analytics-box.border-apps {
        border-top: 3px solid #633EF8;
    }

    .analytics-box.border-app-views {
        border-top: 3px solid #00A579;
    }

    .analytics-box.border-resume-views {
        border-top: 3px solid #F59E0B;
    }

.hover-link {
    color: black;
}

    .hover-link:hover {
        color: #007bff;
    }