﻿:root {
    --primary: #1341FF;
    --secondary: #2B9BFF;
    --light: #EFFDF5;
    --dark: #2B3940;
}
@font-face {
    font-family: 'Inter';
    src: url('./fonts/Inter-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Inter';
    src: url('./fonts/Inter-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Inter';
    src: url('./fonts/Inter-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Inter';
    src: url('./fonts/Inter-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}
.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
}
#Voyon-Toast-Message-List{
    margin-bottom: 0rem !important;
}
.Vf-toast {
    display: flex;
    vertical-align: middle;
    align-items: center;
    min-width: 320px;
    max-width: calc(50vw - 30px);
    padding: 10px 15px;
    background: #fff;
    border-radius: 4px;
    /*height: 56px;*/
    box-shadow: 0px 2px 13px 2px rgb(0 0 0 / 17%);
    -moz-box-shadow: 0px 2px 13px 2px rgb(0 0 0 / 17%);
    -webkit-box-shadow: 0px 2px 13px 2px rgb(0 0 0 / 17%);
    border: 1px solid #e6e6e6;
    border-left: 5px solid #6cca67;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
    z-index: 99999;
}

    .Vf-toast.success {
        border-left: 5px solid #6cca67;
    }

    .Vf-toast.warning {
        border-left: 5px solid #ffa923;
    }

    .Vf-toast.error {
        border-left: 5px solid #f14f11;
    }

    .Vf-toast.info {
        border-left: 5px solid #2b8ffb;
    }

    .Vf-toast .toast-img i {
        font-size: 19px;
        color: #6cca67;
    }

    .Vf-toast.warning .toast-img i {
        color: #ffa923;
    }

    .Vf-toast.error .toast-img i {
        color: #f14f11;
    }

    .Vf-toast.info .toast-img i {
        color: #2b8ffb;
    }

    .Vf-toast .toast-dec {
        padding-left: 15px;
        width: 100%;
    }

.Vf-toast-close {
    font-size: 13px;
    color: #989da2;
    cursor: pointer;
    width: 20px;
    text-align: right;
}

.Vf-toast .toast-dec h3 {
    font-size: 14px !important;
    margin-bottom: 0;
}

.Vf-toast .toast-dec .msg {
    font-size: 12px;
    color: #5d748c;
}

#Voyon-Toast-Message-List {
    position: fixed;
    right: 15px;
    bottom: 90px;
    z-index: 2501;
    padding: 0;
}

    #Voyon-Toast-Message-List li {
        margin-bottom: 15px;
    }
.DetailView-icon {
    height: 62px;
    width: 62px;
    background-color: #0A0A09;
    border-radius: 10px;
}
.JobOverView{
    padding: 20px !important;
}
.JobOverView .text-truncate{
    font-size: 12px !important;
}
.JobOverView h5{
    font-size: 14px;
}
.JobOverView h6 {
    font-size: 16px;
    font-weight: 500;
}
.Vf-attachment .cont-lists {
    width: 100%;
}
/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 0.5;
}

/*Table*/
table {
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
  table-layout: fixed;
}

table caption {
  font-size: 1.5em;
  margin: .5em 0 .75em;
}

table tr {
  border-bottom: 1px solid #ddd !important;
  padding: .35em;
  font-size: 15px !important;
  font-weight: 400 !important;
}
#tab-4TalentDetails h5{
    font-size: 15px !important;
    font-weight: 500 !important;
}

.Edit-Button {
    background: #164897;
    color: #fff !important;
    text-decoration: none;
    border-radius: 5px;
    padding: 5px 15px;
}

table th,
table td {
  padding: .625em;
  text-align: left;
}
.paginate_button{
    background: none !important;
    border: none !important;
    font-weight: 600 !important;
}
#tab-4TalentDetails
.paginate_button.current {
    color: #645DF6 !important;
}
table.dataTable {
    border-collapse: collapse !important;
}
table.dataTable thead th {
    border-bottom: 1px solid #00000038;
}
table.dataTable tbody tr{
  border-bottom: 1px solid #00000038 !important;
  border-collapse: collapse;
}

@media screen and (max-width: 600px) {
  .job-item{
      padding: 1rem !important;
  }
  table {
    border: 0;
  }

  table caption {
    font-size: 1.3em;
  }
  
  table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  
  table tr {
    border-bottom: 3px solid #ddd;
    display: block;
    margin-bottom: .625em;
  }
  
  table td {
    border-bottom: 1px solid #ddd;
    display: block;
    font-size: .8em;
    text-align: right;
  }
  
  table td::before {
    /*
    * aria-label has no advantage, it won't be read inside a table
    content: attr(aria-label);
    */
    content: attr(data-label);
    float: left;
    font-weight: bold;
  }
  
  table td:last-child {
    border-bottom: 0;
  }
}
.dataTables_length{
    position: absolute;
    bottom: 0;
    right: 200px;
}
#tab-4TalentDetails .dataTables_filter, .dataTables_length {
    display: none;
}
table.dataTable.no-footer {
    border-bottom: 1px solid #00000038 !important;
}

/*** Button ***/
.btn {
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    transition: .5s;
}

.btn.btn-primary,
.btn.btn-secondary {
    color: #FFFFFF;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}
.cursor-pointer{
    cursor: pointer !important;
}
.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
    border-radius: 2px;
}


/*** Navbar ***/
.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 5px;
    transition: .5s;
}

.navbar .dropdown-toggle[aria-expanded=true]::after {
    transform: rotate(-180deg);
}

.navbar-dark .navbar-nav .nav-link,
.navbar-light .navbar-nav .nav-link {
    margin-right: 30px;
    padding: 25px 0;
    color: #FFFFFF;
    font-size: 14px;
    outline: none;
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
    color: var(--primary) !important;
}
#result-count{
    font-size: 14px !important;
}
#selectedJobDescription p{
    font-size: 14px !important;
}
.modal-body input::placeholder, .modal-body input, .modal-body label{
    font-size: 14px;
}
#profile-BackgroundImage .profile-logo {
    border-radius: 50%;
}
#InnerPageJobDescription svg, #FeaturedJobDescription svg{
    margin-right: 10px;
}
.nav-item h6, #JobCardTitle {
    font-size: 14px;
}
.InterviewBack svg {
    cursor: pointer;
    margin-right: 10px;
}
.p-0.applied-section{
    font-size: 14px;
}
#jobDescriptionMainDiv svg {
    cursor: pointer;
    margin-right: 10px;
}
.backBtn-svg {
    background: #000000;
    border-radius: 50px;
}
.backBtn-svg {
    padding: 0px 0px 0 10px;
}
.InterviewBack .backBtn-svg {
    padding: 3px 0px 4px 10px;
}
.jobDes-Title {
    padding-left: 10px !important;
    margin: 0 !important;
}
#InnerPageJobDescription svg:hover {
    opacity: 1;
}
.navbar .profile-logo {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}
.signoutSec .dropdown-menu{
    padding: 0 !important;
}
.signoutSec .nav-link {
    padding: 15px 10px !important;
    margin: 0 !important;
    cursor: pointer !important;
}
.signoutSec .nav-link:hover {
    background-color: #ddd;
}
@media (max-width: 991.98px) {
    .navbar-dark .navbar-nav .nav-link, .navbar-light .navbar-nav .nav-link {
        margin-right: 0;
        padding: 10px 0;
    }

    .navbar-light .navbar-nav {
        border-top: 1px solid #EEEEEE;
    }
}

.navbar-light .navbar-brand,
.navbar-light a.btn {
    height: 75px;
}

.navbar-light .navbar-nav .nav-link {
    color: var(--dark);
    font-weight: 500;
}

.navbar-light.sticky-top {
    top: -100px;
    transition: .5s;
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        top: 100%;
        margin-top: 0;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
        opacity: 0;
        visibility: hidden;
        transition: .5s;

    }

    .navbar .nav-item:hover .dropdown-menu {
        transform: rotateX(0deg);
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}


/*** Header ***/

.header-carousel .container::after,
.page-header .container::after {
    top: 100%;
    margin-top: -15px;
}

@media (max-width: 768px) {
    .header-carousel .owl-carousel-item {
        position: relative;
        min-height: 500px;
    }

    .header-carousel .owl-carousel-item img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .header-carousel .owl-carousel-item p {
        font-size: 14px !important;
        font-weight: 400 !important;
    }

    .header-carousel .owl-carousel-item h1 {
        font-size: 30px;
        font-weight: 600;
    }
}

.header-carousel .owl-nav {
    position: absolute;
    top: 50%;
    right: 8%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
}

.header-carousel .owl-nav .owl-prev,
.header-carousel .owl-nav .owl-next {
    margin: 7px 0;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background: transparent;
    border: 1px solid #FFFFFF;
    border-radius: 2px;
    font-size: 22px;
    transition: .5s;
}

.header-carousel .owl-nav .owl-prev:hover,
.header-carousel .owl-nav .owl-next:hover {
    background: var(--primary);
    border-color: var(--primary);
}

.Careers-Title {
    font-size: 3.5rem !important;
    background: linear-gradient(92.3deg, #1C0C81 0%, #0044FF 13%, #00B7FF 20%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.Details-view.page-header {
    background: linear-gradient(11deg, #F8F2FF 7.99%, #E2F1FB 53.18%);
    background-size: cover;
}


.breadcrumb-item+.breadcrumb-item::before {
    color: var(--light);
}

.input-icon {
    position: relative;
}

.input-icon i {
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
}

.search-container {
    display: flex;
    /*justify-content: space-between;*/
    align-items: center;
    max-width: 930px;
    background-color: #fff;
    padding: 10px;
    border-radius: 5px;
}
.jobs-icon {
    height: 19px;
    width: 19px;
    margin-right: 6px;
    padding-bottom: 3px;
}
.text-truncate {
    font-size: 14px !important;
    letter-spacing: 0.5px;
}
/* filter select box */
.filter.select {
    position: relative;
    /*width: 250px;*/
}
.sort-by-date.cursor-pointer {
    background: var(--bg1);
    padding: 10px;
    box-sizing: border-box;
    border-radius: 6px;
    width: 100%;
    cursor: pointer;
    position: relative;
    user-select: none;
    background: #E8ECED;
    border: none !important;
}
.sort-by-date:focus-visible{
    outline: none ;
}
.sort-by-date {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: #ffffff;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 10px 40px 10px 10px !important;
    font-size: 16px;
    color: #333;
    cursor: pointer;
    background-image: url('/img/CareerPortal/Icons/Crp-downArrow.svg') !important;
    background-repeat: no-repeat !important;
    background-position: right 10px center !important;
    background-size: 16px 16px;
}
.termsAndCondition {
    font-size: 14px !important;
}
.sort-by-date.cursor-pointer::-ms-expand {
    display: none !important;
}
.cursor-pointer{
    cursor: pointer;
}
.filter.select {
    position: relative;
    display: inline-block;
}

/* EditProfile-Section */
.EditProfile-Section .dataTables_info{
    font-size: 12px;
}
.EditProfile-Section .filter.select {
    width: 100% !important;
}

.EditProfile-Section .filter.select .selectBtn {
    padding: .5rem .75rem;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #EBF0F8;
    background-clip: padding-box;
    border: none;
    border-radius: 5px;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.EditProfile-Section .filter.select .selectDropdown .option {
    font-size: 13px;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
}

.EditProfile-Section label, #LayoutApplyNowForm label {
    font-size: 13px;
    font-weight: 400;
}

.EditProfile-Section .col-sm-12.col-md-4 {
    margin-top: 0.7rem !important;
}

.EditProfile-Section .modal .btn {
    width: 90px;
    height: 40px;
}
#interviewCardData .job-item, #CongratsBottom {
    cursor: default;
}
.InterviewBack .backBtn-svg {
    padding: 4px 0px 6px 10px !important;
    margin-right: 10PX;
}
.EditProfile-Section .btn-cancel {
    background-color: #fff;
    border: 1px solid #164897;
    color: #164897;
    margin-left: 3px;
}
.offerAccept .btn-cancel, #DeclineForm .btn-cancel,
#AcceptInterviewForm .btn-cancel, #RejectForm .btn-cancel {
    background-color: #fff;
    border: 1px solid #164897;
    color: #164897;
}
/* End-EditProfile-Section */
.search-container input[type="text"] {
    width: 41%;
    padding: 10px;
    border: none;
    border-radius: 5px;
    outline: none;
}
.search-container input::placeholder{
    font-size: 14px;
}

.search-container button {
    font-size: 14px;
    padding: 10px 20px;
    background-color: #000000;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    max-height: 45px !important;
    width: 120px !important;
}
#searchpaneljobOpeningLoginsvg path, #searchpaneljobLocationLoginsvg path {
    color: #ff0000;
}

.search-container button:hover {
    background-color: #464646;
}

.featured.active h6 {
    color: #0044FF;
}
.featuredlistviewall{
    text-align: end;
    display: flex;
    justify-content: end;
    margin-bottom: 20px;
}
.featuredlistviewall span {
    background: black;
    width: 80px;
    border-radius: 20px;
}
.featuredlistviewall span a{
    color: #fff !important;
}
.text-truncate.CompleteNow{
    display: flex;
}
.applied.active h6 {
    color: #0044FF;
}

.btn {
    font-weight: 400;
    font-size: 0.9rem;
}
#showHidePswd {
    position: absolute;
    right: 62px;
    top: 163px;
}
#showConfirmPswd{
    position: absolute;
    right: 33px;
    top: 27px;
}
#completeNowGoToProfile {
    font-size: 15px !important;
}
.modal-content .form-control {
    border: 1px solid #ced4da;
    border-radius: 2px;
    display: block;
    width: 100%;
    padding: .375rem 2.25rem .375rem .75rem;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #666565;
    background-color: #fff;
}
.pop_title{
    margin-bottom: 30px !important;
}
.pop_title h4 {
    font-size: 21px !important;
    font-weight: 600;
}
#CareersLoginform a {
    font-size: 14px;
    color: #1341FF;
}
.sign-member{
    font-size: 14px;
}
.modal-content .form-control:focus {
    border: none;
    background-color: #fff;
    outline: none !important;
    box-shadow: 0 0 0 0.10rem rgb(22 72 151 / 17%) !important;
}

/* Applied Jobs Buttons */
.Applied-Jobs-Section .btn {
    font-weight: 400 !important;
    font-size: 0.9rem !important;
}


.Applied {
    background-color: #B6F5CC !important;
    border-radius: 50px !important;
    color: #066F3D !important;
    border: none !important;
}
.Applied img{
    padding-right: 3px;
}

    .Applied:hover {
        background-color: #61c283 !important;
        border-radius: 50px !important;
        color: #034726 !important;
        border: none !important;
    }

.OfferIssued {
    background-color: #BAE6FF !important;
    border-radius: 50px !important;
    color: #00508A !important;
    border: none !important;
}
.OfferIssued:hover {
    background-color: #85bcdb !important;
    border-radius: 50px !important;
    color: #ffffff !important;
    border: none !important;
}
.Scheduled {
    background-color: #D9D9E0 !important;
    border-radius: 50px !important;
    color: #3D3D3D !important;
    border: none !important;
}
.Scheduled:hover {
    background-color: #adadbe !important;
    border-radius: 50px !important;
    color: #3D3D3D !important;
    border: none !important;
}
.Shortlisted {
    background-color: #D9D9E0 !important;
    border-radius: 50px !important;
    color: #3D3D3D !important;
    border: none !important;
}
    .Shortlisted:hover {
        background-color: #adadbe !important;
        border-radius: 50px !important;
        color: #3D3D3D !important;
        border: none !important;
    }
.Declined {
    background-color: #D9D9E0 !important;
    border-radius: 50px !important;
    color: #3D3D3D !important;
    border: none !important;
}
    .Declined:hover {
        background-color: #adadbe !important;
        border-radius: 50px !important;
        color: #3D3D3D !important;
        border: none !important;
    }
.OfferDeclined {
    background-color: #D9D9E0 !important;
    border-radius: 50px !important;
    color: #3D3D3D !important;
    border: none !important;
}
    .OfferDeclined:hover {
        background-color: #adadbe !important;
        border-radius: 50px !important;
        color: #3D3D3D !important;
        border: none !important;
    }
.OfferWithdraw {
    background-color: #D9D9E0 !important;
    border-radius: 50px !important;
    color: #3D3D3D !important;
    border: none !important;
}
    .OfferWithdraw:hover {
        background-color: #adadbe !important;
        border-radius: 50px !important;
        color: #3D3D3D !important;
        border: none !important;
    }
.SentforOfferApproval {
    background-color: #6c77cb !important;
    border-radius: 50px !important;
    color: #f6f7ff !important;
    border: none !important;
}
    .SentforOfferApproval:hover {
        background-color: #4a539b !important;
        border-radius: 50px !important;
        color: #ffffff !important;
        border: none !important;
    }

.OfferApproved {
    background-color: #6c77cb !important;
    border-radius: 50px !important;
    color: #f6f7ff !important;
    border: none !important;
}

    .OfferApproved:hover {
        background-color: #4a539b !important;
        border-radius: 50px !important;
        color: #ffffff !important;
        border: none !important;
    }
.OfferAccepted {
    background-color: #77ab7b !important;
    border-radius: 50px !important;
    color: #f6f7ff !important;
    border: none !important;
}

    .OfferAccepted:hover {
        background-color: #3f6f43 !important;
        border-radius: 50px !important;
        color: #ffffff !important;
        border: none !important;
    }

.Rescheduled {
    background-color: #FFE39C !important;
    border-radius: 50px !important;
    color: #603726 !important;
    border: none !important;
}

.Rescheduled:hover {
    background-color: #c4a861 !important;
    border-radius: 50px !important;
    color: #ffffff !important;
    border: none !important;
}
.Qualified {
    background-color: #B6F5CC !important;
    border-radius: 50px !important;
    color: #066F3D !important;
    border: none !important;
}
    .Qualified:hover {
        background-color: #61c283 !important;
        border-radius: 50px !important;
        color: #034726 !important;
        border: none !important;
    }
.Accepted {
    background-color: #d0e7ff !important;
    border-radius: 50px !important;
    color: #406194 !important;
    border: none !important;
}
.Accepted:hover {
    background-color: #9cbbdc !important;
    border-radius: 50px !important;
    color: #603726 !important;
    border: none !important;
}
.Rejected {
    background-color: #ff6654 !important;
    border-radius: 50px !important;
    color: #321310 !important;
    border: none !important;
}
    .Rejected:hover {
        background-color: #bf4739 !important;
        border-radius: 50px !important;
        color: #230703 !important;
        border: none !important;
    }
.Cancelled {
    background-color: #ff884a !important;
    border-radius: 50px !important;
    color: #fff !important;
    border: none !important;
}
    .Cancelled:hover {
        background-color: #bc6132 !important;
        border-radius: 50px !important;
        color: #ff884a !important;
        border: none !important;
    }
.NotQualified {
    background-color: #ff884a !important;
    border-radius: 50px !important;
    color: #fff !important;
    border: none !important;
}
    .NotQualified:hover {
        background-color: #bc6132 !important;
        border-radius: 50px !important;
        color: #ff884a !important;
        border: none !important;
    }
.Selected {
    background-color: #90b7f5 !important;
    border-radius: 50px !important;
    color: #144189 !important;
    border: none !important;
}
.Selected:hover {
    background-color: #5d87c9 !important;
    border-radius: 50px !important;
    color: #144189 !important;
    border: none !important;
}
.DecisionPending {
    background-color: #ffce4a !important;
    border-radius: 50px !important;
    color: #57503e !important;
    border: none !important;
}
.DecisionPending:hover {
    background-color: #ecc14d !important;
    border-radius: 50px !important;
    color: #7b7018 !important;
    border: none !important;
}
.InProgress {
    background-color: #e1dd72 !important;
    border-radius: 50px !important;
    color: #57503e !important;
    border: none !important;
}
    .InProgress:hover {
        background-color: #e1dd72 !important;
        border-radius: 50px !important;
        color: #7b7018 !important;
        border: none !important;
    }
.PreOnboarding {
    background-color: #b8f35d !important;
    border-radius: 50px !important;
    color: #57503e !important;
    border: none !important;
}
.Associated {
    background-color: #adcfff !important;
    border-radius: 50px !important;
    color: #57503e !important;
    border: none !important;
}

.Submitted {
    background-color: #ffc200 !important;
    border-radius: 50px !important;
    color: #3d2e00 !important;
    border: none !important;
}
.Completed {
    background: #098E0E !important;
    border-radius: 50px !important;
    color: #fff !important;
    border: none !important;
}
.PreOnboarding:hover {
    background-color: #b8f35d !important;
    border-radius: 50px !important;
    color: #7b7018 !important;
    border: none !important;
}
.EditProfile-Section h5{
    font-size: 15px;
    font-weight: 500;
}
.EditProfile-Section th{
    font-weight: 500 !important;
    font-size: 13px;
}
.EditProfile-Section td{
    font-weight: 400 !important;
    font-size: 13px;
}
.EditProfile-Section th{
    padding-left: 0px !important;
}
.EditProfile-Section td {
    padding-left: 0px !important;
}
/* Applied Jobs Buttons End*/
.applied-section {
    text-align: end;
}

/* Signout AVatart */
.dropdown {
    position: relative;
    display: inline-block;
}

.avatar-btn {
    background: none;
    border: none;
    cursor: pointer;
}

.avatar-btn img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    z-index: 1;
    right: 0;
}

.dropdown-content a {
    display: block;
    padding: 10px;
    text-decoration: none;
    color: #333;
    text-align: left;
}

.dropdown-content a:hover {
    background-color: #ddd;
}

.show {
    display: block;
}

/* Congrats Section */
.Congrats-Section .fa-arrow-left {
    border: 1px solid black;
    padding: 4px 5px;
    border-radius: 50%;
}

.Congrats-Section .Applied-btn {
    font-weight: 400;
    font-size: 0.9rem;
}

.Congrats-Section h4 {
    color: #098E0E;
}
.btn-Accept {
    background-color: #164897 !important;
    color: #fff !important;
    width: 114px;
    border-radius: 6px !important;
}
.btn-Decline {
    background-color: #fff !important;
    color: #164897 !important;
    width: 114px;
    border: 1px solid #164897 !important;
    border-radius: 6px !important;
}
.profile-picture #file-input {
    width: 80px;
    height: 80px;
    position: absolute;
    opacity: 0;
    cursor: pointer;
}
.profile-picture .profile-logo {
    cursor: pointer;
    width: 80px;
    height: 80px;
}
/* User profile */
.user-Profile .profile-picture {
    border: 2px solid #13FB70;
    border-radius: 50%;
    height: 90px;
    width: 90px;
    padding: 3px;
}

.user-Profile i {
    color: #555555 !important;
}
.Details-view.page-header .closeIcon-career {
    position: absolute !important;
    left: 80px;
    color: #fff !important;
    top: 5px;
    background: red;
    padding: 5px;
    height: 18px;
    border-radius: 50%;
    width: 18px;
    font-size: 11px;
}
.user-Profile .status-bar {
    border-radius: 4px;
    background: linear-gradient(to right, #FF6534 0%, #ffdb7f 100%);
    width: calc(100% - 22px);
    height: 10px;
    padding: 0;
    overflow: hidden;
}

.user-Profile .status-bar>div {
    width: 100%;
    height: inherit;
    border-right: 1px solid #ddd;
}

.user-Profile .status-bar>div.null {
    background: #C5D7E2;
}
.detls{
    width: 200px;
}
.detls small{
    word-wrap: break-word !important;
    white-space: normal;
}
/*** Category ***/
.cat-item {
    display: block;
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
    border: 1px solid transparent;
    transition: .5s;
}

.cat-item:hover {
    border-color: rgba(0, 0, 0, .08);
    box-shadow: none;
}


/*** Job Listing ***/
.nav-pills .nav-item .active {
    border-bottom: 2px solid #2664FF;
}
.nav-pills .nav-item .active h6 {
    color: #2664FF;
}
#profileUser-Name{
    font-weight: 600;
    font-size: 18px;
}
.job-item {
    border: 1px solid #51546736;
    border-radius: 10px;
    box-shadow: 0px 2px 7px 0px #0000001F;
    transition: .5s;
    padding: 2.3rem;
    cursor: pointer;
}
.Congrats-Section .job-item{
    cursor: default;
}
.tab-content .job-item:hover {
    border: 1px solid #51546736 !important;
    box-shadow: 0px 2px 7px 0px #0000001F !important;
}
#interviewCardData .btn{
    cursor: default;
}
.job-item:hover {
    border-color: rgba(0, 0, 0, .08);
    box-shadow: none;
}
.interview-sceduleTitle{
    margin-left: 10px;
}
/* File Uploader */
.uploader {
    color: #3022CE;
    background-color: #F2F2FF;
    cursor: pointer;
    user-select: none;
    width: 100%;
    max-width: 300px;
    border: 1px dashed #4333FB;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0.5rem;
    border-radius: 0.5rem;
    font-weight: bold;
    transition: background-color 0.3s;
    .icon

{
    fill: currentcolor;
    display: inline-block;
    margin-right: 3.4rem;
}

.Upload_attachment {
    display: none;
}

&:hover {
    background-color: #f8f8f8;
}

}
.container-xxl.py-4, .container-xxl.py-3 {
    margin-bottom: 90px;
}
/*** Footer ***/
.footer {
    position: fixed;
    bottom: 0;
} 

.footer .btn.btn-social {
    margin-right: 5px;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--light);
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 2px;
    transition: .3s;
}

.footer .btn.btn-social:hover {
    color: var(--primary);
    border-color: var(--light);
}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    font-size: 15px;
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    letter-spacing: 1px;
    box-shadow: none;
}

.footer .form-control {
    border-color: rgba(255, 255, 255, 0.5);
}

.footer .copyright {
    padding: 10px 0;
    font-size: 13px;
    border-top: 1px solid rgba(256, 256, 256, .1);
}

.footer .copyright a {
    color: var(--light);
}

.footer .footer-menu a {
    margin-right: 15px;
    padding-right: 15px;
    border-right: 1px solid rgba(255, 255, 255, .1);
}

.footer .footer-menu a:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: none;
}

@media only screen and (max-width: 600px) {
    .search-container {
        display: flex;
        flex-wrap: wrap;
        /* justify-content: space-between; */
        align-items: center;
        max-width: 1000px;
        background-color: #fff;
        padding: 10px;
        border-radius: 5px;
    }
    .home-logo{
        height: 60px;
        width: 80px;
    }
    .search-container input[type="text"]{
        width: 36%
    }
    .tab-class .nav.nav-pills{
        flex-wrap: nowrap;
        overflow-x: auto;
    }
    .tab-class .nav.nav-pills #personaldetailsLi a{
        width: 125px;
        padding-bottom: 0.4rem !important;
        padding-top: 0.4rem;
        text-align: center;
    }
    .tab-class .nav.nav-pills #addressdetailsLi a{
        width: 125px;
        padding-bottom: 0.4rem !important;
        padding-top: 0.4rem;
        text-align: center;
    }
    .tab-class .nav.nav-pills #professionalDetailstabLi a{
        width: 155px;
        padding-bottom: 0.4rem !important;
        padding-top: 0.4rem;
        text-align: center;
    }
    .tab-class .nav.nav-pills #talentdetailsLi a, .tab-class .nav.nav-pills #questionnareLi a{
        width: 110px;
        padding-bottom: 0.4rem !important;
        padding-top: 0.4rem;
        text-align: center;
    }
    .tab-class .nav.nav-pills #documentsLi a{
        width: 91px;
        padding-bottom: 0.4rem !important;
        padding-top: 0.4rem;
        text-align: center;
    }

    .user-Profile .col-sm-12.col-md-8.d-flex {
        display: flex;
        flex-wrap: wrap;
    }

    .user-Profile .col-sm-12.col-md-8.d-flex .text-start.ps-4 {
        padding-left: 10px !important;
        padding-top: 1rem;
    }

    .applied-section {
        text-align: left !important;
    }

    .dropdown-content {
        display: none;
        position: absolute;
        background-color: #f9f9f9;
        min-width: 160px;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        z-index: 1;
        left: 0;
    }

    .dropdown-content a {
        display: block;
        padding: 10px;
        text-decoration: none;
        color: #333;
        text-align: left;
    }
    .jobDetail-sec{
        display: flex;
        flex-direction: column;
    }
    .show {
        display: block;
    }
    .EditProfile-Section .modal .btn{
        margin-right: 6px;
    }
    .footer .copyright {
        padding: 5px 0;
    }
}

.fa-heart {
    color: #000 !important;
}
.fas.fa-heart {
    color: #FF4D00 !important;
}

.fa.fa-heart {
    color: #FF4D00 !important;
}
#empHistoryPercentage {
    color: #3583CC;
}
.Vf-attachment{
    font-size: 13px;
    width: 200px;
    overflow: hidden;
    float: left;
    border: 1px solid #ddd;
    border-radius: 7px;
    padding: 5px;
    margin-right: 10px;
    margin-bottom: 10px;
    height: 55px;
}

.Vf-attachment .divider {
    display: flex;
}

    .Vf-attachment .divider .contant-img {
        width: 66px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-left: -10px;
    }

        .Vf-attachment .divider .contant-img .img-span {
            width: 36px;
            height: 36px;
            background-image: url('../img/unknown-file.svg');
            background-repeat: no-repeat;
            background-size: 36px 36px;
        }

.Vf-attachment.pdf .divider .contant-img .img-span {
    background-image: url('/img/CareerPortal/pdf.svg');
}

.Vf-attachment.image .divider .contant-img .img-span {
    background-image: url('/img/image-file.svg');
}

.Vf-attachment.doc .divider .contant-img .img-span {
    background-image: url('/img/doc.svg');
}

.Vf-attachment.xsl .divider .contant-img .img-span {
    background-image: url('/img/xls.svg');
}

.Vf-attachment.txt .divider .contant-img .img-span {
    background-image: url('/img/image-file.svg');
}
#RedirectToSignUpModal .modal-body, #RedirectToSignUpModal a{
    font-size: 14px !important;
}
.uploader.ResumeUploader{
    font-size: 13px;
    font-weight: 400;
    width: 100%;
}
.uploader.ResumeUploader .icon{
    margin-right: 1rem;
}
.Details-view .Vf-attachment {
    margin: 0;
    float: right;
    height: 40px;
    font-size: 10px;
}
.Details-view .Vf-attachment .divider .contant-img .img-span{
    background-size: 27px 27px;
}