:root {
    --blue: #516AF4;
    --yellow: #FFB836;
    --red: #FF3D00;
    --green: #56CDAD;
}

@font-face {
    font-family: "poppins";
    src: url("../fonts/Poppins/Poppins-Regular.ttf");
}

@font-face {
    font-family: "poppins bold";
    src: url("../fonts/Poppins/Poppins-Bold.ttf");
}

@font-face {
    font-family: "poppins semibold";
    src: url("../fonts/Poppins/Poppins-SemiBold.ttf");
}

@font-face {
    font-family: "poppins medium";
    src: url("../fonts/Poppins/Poppins-Medium.ttf");
}

header.appbar {
    background-color: #fff;
    box-shadow: 0 1px 5px 1px #D6DDEB;
    padding: 5px;
    border: none;
    outline: none;
}

.menu-heading {
    font-size: 24px;
    font-family: 'poppins medium';
    /* padding: 5px; */
}

.sub-heading {
    font-size: 18px;
    font-family: "poppins";
}

.actions button {
    display: block;
    font-size: 14px;
    color: #000;
}

.actions button img {
    display: inline-block;
}

.form-theme {
    position: relative;
}

.form-theme input {
    padding: 5.5px 10px;
    border-radius: 5px;
    font-size: 14px;
}

.form-theme select {
    padding: 7px 10px;
    border-radius: 5px;
    font-size: 14px;
}

.form-theme select:invalid {
    color: #999;
    /* Placeholder color */
    font-size: 12px;
    /* Smaller font size for the placeholder */
}

.form-theme input::placeholder {
    color: #898989;
    font-size: 12px;
    font-family: 'poppins';
}

.form-theme label {
    color: #121212;
    font-family: "poppins medium";
    font-size: 14px;
}

.form-theme button {
    font-family: "poppins medium";
}

.hirree-tabs .MuiTabs-scroller.MuiTabs-fixed.css-jpln7h-MuiTabs-scroller {
    /* background: #F3F9FC; */
    border-bottom: none;
}

.hirree-tabs button {
    text-transform: unset;
    font-size: 16px;
    color: #898989;
    font-family: "poppins medium";
}

.hirree-tabs button.Mui-selected {
    color: #000;
}

.hirree-tabs .css-19kzrtu {
    padding: 0;
}

button.file-btn {
    border: 1px solid #C4C4C4;
    padding: 12px 15px;
    border-radius: 50px;
    width: 50%;
    text-align: left;
    background-color: #f2f2f270;
    font-size: 14px;
    font-family: 'poppins';
    color: #000;
}

.profile-pic .pic {
    cursor: pointer;
    border-radius: 50%;
    overflow: hidden;
    width: 80px;
    height: 80px;
    background-color: #f0f0f0;
    border: 2px dashed #ccc;
    display: flex;
    align-items: center;
    justify-content: center;
}

.profile-pic .pic img {
    /* object-fit: cover; */
    height: 100%;
    width: 100%;
}



.job-section .section-name {
    padding: 13px;
    border: 1px solid #D6DDEB;
    border-radius: 16px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    width: 100%;
}



.job-section .section-name span {
    color: #25324B;
    font-size: 15px;
    font-family: "poppins medium";
}

.opened .section-name {
    border-top: 4px solid var(--blue);
}

.hold .section-name {
    border-top: 4px solid var(--yellow);
}

.closed .section-name {
    border-top: 4px solid var(--red);
}

.green .section-name {
    border-top: 4px solid var(--green);
}

.dot {
    height: 10px;
    width: 10px;
    border-radius: 50%;
    margin: 8px;
}

.opened .dot {
    background-color: var(--blue);
}

.hold .dot {
    background-color: var(--yellow);
}

.closed .dot {
    background-color: var(--red);
}

.green .dot {
    background-color: var(--green);
}

/* .job-card.blue{
        background-image: url(../images/blue-card.svg);
        box-shadow: 0px 5px 5px 0px #516af43b;
    }
    .job-card.yellow{
        background-image: url(../images/yellow-card.svg);
        box-shadow: 0px 5px 5px 0px #ffb83638;   
    }
    .job-card.red{
        background-image: url(../images/red-card.svg);
        box-shadow: 0px 5px 5px 0px #ff3d002b;
    } */

/* .job-card{
        height: 100%;
        width: 100%;
        background-repeat: no-repeat;
        background-size: cover;
        position: relative;
        background-position: top center;
        overflow: hidden;
        border-radius: 22px;
    } */
.job-section .status-card {
    /* padding: 15px; */
    min-width: 200px;
}

.type-btns div {
    margin-top: 4px;
    background-color: #fff;
    border: none;
    font-size: 12px;
    padding-right: 10px;
    color: #474d6a;
    font-family: "poppins medium";
    display: flex;
    justify-content: center;
    align-items: center;
    /* width: 100%; */
    border-right: 1px solid #E6E6E6;
}

.type-btns div:last-child {
    border-right: none;
}


.status-card .type-btns img {
    margin-right: 4px;
    height: 18px;
    width: 18px;
    color: #474d6a;
    filter: brightness(0) saturate(100%) invert(36%) sepia(11%) saturate(271%) hue-rotate(190deg) brightness(91%) contrast(90%);
}

.job-card h3 {
    font-size: 14px;
    font-family: 'poppins medium';
}

.job-card span {
    font-size: 12px;
    color: #000000;
    font-family: 'poppins';
    display: block;
}

.job-card .view {
    position: absolute;
    padding: 8px 15px;
    background-color: #2B2B2B;
    color: #fff;
    border-radius: 15px;
    font-size: 14px;
    font-family: "poppins";
    right: 22px;
    top: 7px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.job-card {
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}

/* hover */
.job-card:hover {
    box-shadow: 0px 10px 12px 0px #516af436;
    transform: scale(1.01);
}

.card-icon {
    width: 20px;
    /* Set fixed width */
    height: 25px;
    /* Set fixed height */
    object-fit: contain;
    /* Ensures full visibility without cropping */
}


.applicants-card {
    border: 1px solid #D6DDEB;
    padding: 16px 8px;
    border-radius: 16px;
    margin-bottom: 20px;
    position: relative;
}

.user-detail h3 {
    font-size: 16px;
    font-family: 'poppins semibold';
}

.user-detail span a {
    font-size: 14px;
    font-family: "poppins semibold";
    color: #4640DE;
    display: block;
}

.user-detail span {
    font-size: 10px;
    color: #7C8493;
    font-family: 'poppins';
}

.detail2 span {
    font-size: 14px;
    color: #7C8493;
}

.detail2 h3 {
    font-size: 14px;
    font-family: 'poppins bold';
}

.user-img {
    height: 56px;
    width: 56px;
}

.user-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 50%;
}

/* 
.total-applicants .job-section{
    width: 500px;
    margin-right: 15px;
} */
.total-applicants .scrollable-section {
    position: relative;
    overflow-x: auto;
    /* white-space: nowrap; */
    padding: 0px 16px;
    /* width: 75vw; */
    padding-left: 0;
    display: flex;
}


.total-applicants .scrollable-section::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

.total-applicants .scrollable-section::-webkit-scrollbar-thumb:vertical {
    background-color: white !important;
    border-radius: 4px;
}

.total-applicants .scrollable-section::-webkit-scrollbar-track {
    background-color: transparent !important;
}


.applicants-container::-webkit-scrollbar {
    width: 0px ;
  }
  
  .applicants-container::-webkit-scrollbar-track {
    background: #f1f1f1;
  }
  
  .applicants-container::-webkit-scrollbar-thumb {
    background: #d1d5db;
    border-radius: 4px;
  }
  
  .applicants-container::-webkit-scrollbar-thumb:hover {
    background: #9ca3af;
  }
  

.card1.yellow {
    border-top: 4px solid #FFB836;
    box-shadow: 0px 10px 12px 0px #ffb83636;
}

.card1.red {
    border-color: #ff3d00;
    box-shadow: 0px 10px 12px 0px #ff3d0026;
}

.total-applicants .job-section {
    display: inline-block;
    vertical-align: top;
    min-width: 480px;
    margin-right: 20px;
    position: relative;
}

@media (min-width: 360px) {
    .respo {
        flex-wrap: wrap !important;
        flex-direction: row;
    }

   .view-profile {
    margin-top: 0px !important;
   }

   .applicants-cardd {
    max-height: fit-content !important;
    padding: 6px 6px !important;
   }
   .main-content{
    max-height: fit-content !important;
   }

   .circular {
    margin-top: 46% !important;
    margin-right: 15px !important;
   }
}

 /* Chat selection in sidebar */
 .chat-history {
    overflow-y: auto;
    flex-grow: 1;
    padding: 0px 10px;
  }
  
 .chat-item {
    padding: 10px;
    border-radius: 8px;
    margin-bottom: 8px;
    cursor: pointer;
    transition: all 0.2s;
    font-size: 14px;
    display: flex;
    align-items: center;
    color: white;
  }
  
  .chat-item.active {
    background-color: rgba(255, 255, 255, 0.2);
    font-weight: 500;
  }
  
  .chat-item .chat-notification {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 8px;
    height: 8px;
    background-color: #ff4757;
    border-radius: 50%;
  }
  
  .chat-item:hover {
    background-color: rgba(255, 255, 255, 0.1);
  }
  
  .chat-icon {
    width: 24px;
    height: 24px;
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    margin-right: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
  }


.applicants-card p {
    color: #25324B;
    font-size: 12px;
}

.app-name img {
    height: 30px;
    width: 30px;
    border-radius: 50%;
    object-fit: cover;
}

.app-name h3 {
    font-size: 15px;
    color: #000;
}

button.view-black {
    position: absolute;
    right: 0px;
    top: 0px;
    color: #fff;
    padding: 5px;
    border-radius: 16px;
    z-index: 1;
}

.logo-side {
    font-size: 36px;
    font-family: "Poppins bold";
}

.menu-name span {
    font-size: 15px;
    font-family: "poppins medium";
    color: #868686;
}

.menus {
    position: absolute;
    background-color: #F6F2FF;
    padding: 18px;
    border-radius: 12px;
    top: 58px;
    z-index: 1;
    right: 0;
    box-shadow: 0 0px 10px 0px #48484899;

}

.menus ul li {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    font-family: "poppins medium";
    color: #000;
    cursor: pointer;
}

.heading2 {
    font-size: 20px;
    font-family: "poppins semibold";
}

.detail-header {
    background: linear-gradient(150deg, rgba(26, 217, 223, 1) 0%, rgba(168, 36, 254, 1) 100%);
    padding: 9px;
    position: relative;
    max-height: 170px;
    margin-bottom: 10px;
}

.detail-header .profile-pic {
    position: absolute;
    bottom: -12px;
    height: 119px;
    width: 119px;
    left: 20px;
}



.personal-detail {
    background-color: #fff;
    padding: 5px;
    border-radius: 10px;
    display: flex;
}

.personal-detail {
    background-color: #fff;
    padding: 5px;
    border-radius: 10px;
    display: flex;
    margin-bottom: 10px;
    width: auto;
    align-items: center;
    column-gap: 5px;
    font-size: 12px;
    font-family: 'poppins medium';
}

.personal-detail img {
    height: 15px;
    width: 15px;
}


.design-box {
    border-radius: 24px;
    border: 1px solid #DEDBDB;
}

.design-box .heading {
    padding: 12px 16px;
    border-bottom: 1px solid #DEDBDB;
}

.design-box .heading h2 {
    color: #000;
    font-family: 'poppins medium';
    font-size: 16px;
}

.box-content {
    padding: 20px;
}

.box-content label {
    color: #86888A;
    display: block;
    font-size: 14px;
    font-family: 'poppins medium';
}

.box-content span {
    color: #000;
    font-family: 'poppins medium';
}

.box-content .select-btn button {
    background-color: #F4F4F4;
    margin-right: 10px;
    padding: 5px 10px;
    font-family: 'poppins';
    font-size: 12px;
    color: #516AF4;
    border-radius: 16px;
}

.interview img {
    height: 50px;
    width: 50px;
    border-radius: 50%;
    object-fit: cover;
}

.interview {
    /* border: 1px solid #D6DDEB; */
    /* padding: 16px; */
    border-radius: 16px;
}

.interview h3 {
    font-size: 16px;
    color: #000;
    font-family: 'poppins semibold';
}

.interview h4 {
    font-size: 14px;
    color: #7C8493;
    font-family: 'poppins';
}

.color-btn {
    float: right;
    margin-top: 10px;
    font-family: 'poppins semibold';
    color: #516AF4;
}

.hiring-stages .pointer {
    height: 40px;
    width: 140px;
    font-size: 14px;
}

.hiring-stages .pointer:before {
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    right: -14px;

}

.hiring-stages .pointer.light:before {
    border-left: 14px solid rgb(219 216 244);
}

.hiring-stages .pointer:after {
    border-top: 21px solid transparent;
    border-bottom: 21px solid transparent;
}

.hiring-stages .pointer:after {
    border-left: 10px solid white;
}

.heading3 {
    font-size: 16px;
    font-family: 'poppins medium';
}

.stage-item {
    display: flex;
    align-items: center;
    height: 100px;
}

.stage-item .circle {
    height: 20px;
    width: 20px;
    background: linear-gradient(150deg, rgba(26, 217, 223, 1) 0%, rgba(168, 36, 254, 1) 100%);
    position: relative;
    margin: 0 20px;
    box-shadow: 0 0 10px 2px #ECEDEE;
}

.stage-item h3 {
    font-size: 16px;
    font-family: 'poppins medium';
    margin: 0 25px;
}

.stage-item input {
    margin: 0 20px;
    padding: 8px 22px;
    border: 1px solid #5e5e5e57;
    border-radius: 32px;
}

.stage-item img {
    background: #F4F4F4;
    height: 30px;
    width: 30px;
    border-radius: 12px;
}

.stage-item .circle::after {
    content: "";
    position: absolute;
    height: 85px;
    width: 2px;
    background-color: #ECEDEE;
    top: 22px;
    left: 10px;
}

.after-none .circle::after {
    background-color: #fff;
}

.applicants-card .checkbox {
    margin: 0;
}

.checkbox {
    border-color: #657AEF;
    cursor: pointer;
    height: 20px;
    width: 20px;
}

.job-section label {
    font-family: "poppins medium";
}

.header-menus button {
    border-radius: 14px;
    display: inline-flex;
    align-items: center;
    color: #484848;
    font-family: "poppins medium";
}

.header-menus .theme-btn.bordered-btn::before {
    border-radius: 14px;
}

.header-menus input {
    border: 2px solid #657AEF;
    border-radius: 14px;
    padding: 14px;
}

.header-menus button img {
    margin-left: 10px;
}

.header-menus button:hover {
    color: #fff;
}

.multiImg {
    position: relative;
}

.multiImg img {
    position: absolute;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    object-fit: cover;
    background-position: center center;
}

.card1 {
    border-radius: 24px;
    box-shadow: 0px 10px 12px 0px #516af436;
    border-top: 4px solid #516AF4;
    position: relative;
    overflow: hidden;
    min-height: 180px;
}

.foot-content {
    border-top: 1px solid #D9D9D9;
}

.card1 p {
    color: #86888A;
    font-size: 14px;
    font-family: 'poppins';
}

.card1 h4 {
    font-size: 16px;
    font-family: 'poppins medium';
    font-weight: 500;
}

.white-box {
    background-color: #fff;
    padding: 22px;
    border-radius: 10px;
}

.view-user {
    height: 60px;
    width: 60px;
    padding: 7px;
    position: absolute;
    left: -10px;
    border-radius: 50%;
    top: -15px;
    overflow: hidden;
    transition: width 0.3s ease, height 0.3s ease;
}

.view-user:hover {
    width: 80px;
    /* Increase the width */
    height: 80px;
    /* Increase the height */
}

.view-user img {
    display: flex;
    margin: auto;
    margin-top: 10px;
}

.blue .view-user {
    background: var(--blue);
    color: #fff;
}

.hold .view-user {
    background: var(--yellow);
    color: #fff;
}

.red .view-user {
    background: var(--red);
    color: #fff;
}

.view-user h4 {
    font-size: 9px;
    line-height: 1;
    text-align: center;
    margin-bottom: 0;
    opacity: 0;
}

.view-user:hover h4 {
    opacity: 1;
}

.view-user img {

    height: 34px;
    width: 34px;
}

.status-box {
    border: 1px solid #A8ADB7;
    padding: 15px 15px 15px 15px;
    border-radius: 16px;
    /* width: 300px; */
}

.status-box h2 {
    font-size: 18px;
    font-family: 'poppins semibold';
    color: #484848;
    position: relative;
}

.status-box h2::after {
    content: "";
    position: absolute;
    height: 4px;
    width: 70px;
    border-radius: 30px;
    background: linear-gradient(150deg, rgba(26, 217, 223, 1) 0%, rgba(168, 36, 254, 1) 100%);
    bottom: -5px;
    left: 0;
}

.status-box h3 {
    font-size: 30px;
    margin-top: 10px;
}

.interview-card {
    padding: 10px;
    border-radius: 16px;
    border: 1px solid #A8ADB7;
    border-left: 4px solid #516AF4;
    overflow: hidden;
}

.interview-card p {
    font-family: 'poppins medium';
}

.interview h5 {
    font-size: 14px;
}

.box-details span {
    font-size: 14px;
}

.grey-card {
    border-color: gainsboro;
}

.grey-card .theme-btn {
    color: grey;

}

/* Example custom tooltip styles */
.tippy-box[data-theme~="light"] {
    background-color: #fff;
    color: #333;
    border: 1px solid #ddd;
    padding: 10px;
    border-radius: 5px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
}

.fc .fc-daygrid-day.fc-day-today {
    /* background-color: #516AF4; */
}

.calender-text {
    /* color: #fff; */
    font-family: 'poppins';
    margin-left: 20px;
}

.calender-text::before {
    position: absolute;
    left: 0;
    content: "";
    height: 10px;
    width: 10px;
    top: 10px;
    background: linear-gradient(150deg, rgba(26, 217, 223, 1) 0%, rgba(168, 36, 254, 1) 100%);
    border-radius: 50%;
}

.fc-timegrid-event-harness>.fc-timegrid-event {
    inset: 0px;
    position: absolute;
    height: 55px;
}

.fc .fc-button-primary.fc-button-active {
    background: linear-gradient(150deg, rgba(26, 217, 223, 1) 0%, rgba(168, 36, 254, 1) 100%);
}

.fc .fc-button-primary.fc-button-active:hover {
    background: linear-gradient(150deg, rgba(168, 36, 254, 1) 0%, rgba(26, 217, 223, 1) 100%);
}

.fc .fc-button-primary {
    background: #ffffff;
    border: 1px;
    color: #000;
}

.fc .fc-button-primary:hover {
    background: #7490ff;
    border: none;
}

.css-19kzrtu {
    padding: 0px;
}