.title-with-img h1 {
    font-family: Poppins;
    font-style: normal;
    font-weight: bold;
    font-size: 44px;
    line-height: 56px;
}

.second-line-first-word {
    color: #E31837;
}

.slider-title {
    font-size: 10px;
}

.st1 {
    text-align: left;
    margin-top: 5px;
}

.st2 {
    text-align: center;
    margin-top: 5px;
}

.st3 {
    text-align: right;
    margin-top: 5px;
}

.btn-check:focus+.skill-btn,
.skill-btn:focus {
    box-shadow: none !important;
    color: #E31836;
}

.skill-level-show {
    color: #839fa6;
    text-align: right !important;
}

.img-logo img {
    width: 120px !important;
    height: 120px !important;
}

.btn-radio1 {
    width: 185px !important;
}

.file-logo {
    background: #ffffff;
    border: 1px dotted #536474;
    border-radius: 8px;
    /* max-width: 384px; */
    width: 110px;
    padding: 6px;
    min-height: 45px;
    /* margin-left: -20px; */
    background: #ffffff;
    border: 1px dotted #536474;
    border-radius: 8px;
    /* max-width: 384px; */
    padding: 6px;
    /* height:45px;
    margin-left: -20px; */
    align-self: center;
    cursor: pointer;
}
.file-logo:hover {
   color: #E31837;
}

@media screen and (max-width: 575px) {
    .file-logo {
        margin-left: 0px;
    }
}

.company-logo img {
    width: 65px;
    height: 65px;
}

/* .explore-btn {
    width: 100% !important;
    max-width: 380px !important;
} */

.hide-skill {
    padding: 15px !important;
    background-color: #f9f7fb;
    margin-bottom: 10px;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
    margin-right: 15px;
}

.btn-radio {
    width: auto !important;
    padding-right: 20px !important;
    padding-left: 20px !important;
}

.btn-editor {
    right: 0% !important;
    left: 250px;
    box-shadow: none !important;
}

@media screen and (max-width: 600px) {
    .btn-editor {
        left: 180px;
    }
}

/* @media screen and (max-width: 500px) {
    .btn-editor {
        left: 150px;
    }
} */

.question-tab {
    border: 1px solid #f1f3f4;
    box-sizing: border-box;
    border-radius: 8px;
    width: 440px;
    height: auto;
    background-color: #f1f3f4;
    padding: 10px;
}

.q-label {
    background-color: #f1f3f4 !important;
    border: 0px !important;
    box-shadow: none !important;
}

.re-label img:after {
    transform: rotate(180deg);
}

.post-name {
    margin-bottom: 5px !important;
    font-size: 1.2rem;
    font-weight: 600;
}

.job-detail {
    font-size: 0.8rem !important;
    color: #536474;
}

.job-detail img {
    margin-bottom: 1px !important;
}

.info-section {
    background: #fff;
    border: 1px solid #e5e8eb;
    box-sizing: border-box;
    box-shadow: 0 2px 4px rgb(0 0 0 / 10%);
    border-radius: 8px;
    padding: 16px;
    max-width: 200px;
    min-width: 170px;
    margin-right: 15px;
}

.editor {
    background: #fff;
    border: 1px solid #e5e8eb;
    box-sizing: border-box;
    box-shadow: 0 2px 4px rgb(0 0 0 / 10%);
    border-radius: 8px;
    padding: 16px;
    max-width: 900px;
}

.naveditor {
    display: flex;
    list-style-type: none;
    padding-left: 0px;
    cursor: pointer;
}
.buttonContainer{
    overflow: auto;
    white-space: nowrap;
}
.tab {
    padding: 5px;
    padding-right: 10px;
}

.tabPanel {
    padding: 20px;
    background-color: #fff;
    display: block;
    min-height: 350px;
}

.editor-textarea {
    width:480px;
    height:300px;
}

@media screen and (max-width: 1500px) {
    .editor-textarea {
        width: 360px;
    }
}

@media screen and (max-width: 1200px) {
    .editor-textarea {
        width: 280px;
    }
}

@media screen and (max-width: 1000px) {
    .editor-textarea {
        width: 350px;
        height:200px;
    }

    /* .naveditor {
        display: contents;
    } */
}

@media screen and (max-width: 700px) {
    .editor-textarea {
        width: 225px;
    }
}

.save-btn {
    width: 80px;
}

input[type="range"] {
    /* -webkit-appearance: none; */
    margin-right: 15px;
    height: 8px;
    background: rgba(255, 255, 255, 0.6);
    border-radius: 5px;
    max-width: inherit;
}

input[type="range"]::-webkit-slider-thumb {
    /* -webkit-appearance: none; */
    height: 23px;
    width: 23px;
    border-radius: 50%;
    /* background: #E31836; */
    background-image: radial-gradient(circle, #E31837, white, white);
    cursor: ew-resize;
    margin-top: -7px;
    border: 1px solid #E31837;
    cursor: pointer;
}

input[type=range]::-webkit-slider-runnable-track {
    /* -webkit-appearance: none; */
    box-shadow: none;
    border: none;
    /* background: #afafd5; */
    background-image: linear-gradient(to right, #E31837, #E31837);
}

@media screen and (max-width: 738px) {
    .img-logo img {
        height: 56px !important;
        width: 56px !important;
    }

    .explore-btn {
        max-width: 100% !important;
    }
    .btn-radio {
        margin-bottom: 5px;
    }
}

@media screen and (max-width: 738px) {
    .navbar {
        display: none;
    }

    .main-content {
        top: 5px !important;
        margin-left: 0px !important;
    }

    .containers {
        padding-left: 15px;
        padding-bottom: 50px;
    }

    .fixed-menu {
        top: 0px !important;
        height: calc(100% - 50px) !important;
    }
}

.containers {
    padding-bottom: 50px;
}

.skill-box {
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: 0.25rem;
    margin-bottom: 20px;
}

.skill-box li {
    background: #fff;
    border: 1px solid #e5e8eb;
    box-sizing: border-box;
    box-shadow: 0 2px 4px rgb(0 0 0 / 10%);
    padding: 10px;
    border-radius: 10px;
    margin-top: 10px;
    margin-right: 15px;
}

.skill-level {
    color: #839fa6;
    float: right;
    padding-right: 5px;
}

.skill-box li::before {
    content: url(../images/icon/Path\ 38.png);
    padding-right: 10px;
}

.skill-box ul {
    list-style-type: none;
}

.nav {
    width: 100%;
    overflow-x: auto;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    will-change: transform;
    transform: translateZ(0);
    display: flex;
    height: 56px;
    box-shadow: 0 -2px 5px -2px #333;
    background-color: #fff;
}

.nav__link {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-grow: 1;
    min-width: 50px;
    overflow: hidden;
    white-space: nowrap;
    font-family: sans-serif;
    font-size: 13px;
    color: #444444;
    text-decoration: none;
    -webkit-tap-highlight-color: transparent;
    transition: background-color 0.1s ease-in-out;
}

.nav__link:hover {
    background-color: #eeeeee;
}

.nav__link--active {
    color: #E31837;
}

.nav__icon {
    font-size: 18px;
}

.padd-icon {
    color: white;
    background: #E31837;
    border: 10px solid #E31837;
    border-radius: 25px;
}

@media screen and (min-width: 739px) {
    .mobile-nav {
        display: none;
    }
}

.sidebar-mobile {
    display: none;
}

@media screen and (max-width: 900px) {
    .side-menu-body {
        display: none !important;
    }

    .side-menu {
        width: 1px !important;
    }

    .main-content {
        margin-left: 100px !important;
        /* width: 85% !important; */
    }

    /* .containers {
        width: 85% !important;
    } */
}

.sidebar-mobile {
    overflow-x: auto;
    position: fixed;
    z-index: 1;
    will-change: transform;
    transform: translateZ(0);
    top: 65px;
}

.side-menu {
    overflow-x: auto;
    position: fixed;
    z-index: 2;
}

.sidebar-mobile ul {
    margin-left: 45px;
    margin-top: 98px;
    width: max-content;
}

.sidebar-mobile li {
    border: 1px solid #152b41;
    background: #152b41;
    color: #ffffff;
    padding: 5px;
    font-size: 1.5rem;
    border-top-right-radius: 20px;
    text-align: center;
    margin-bottom: 18px;
}

#sidebarhideshow {
    opacity: 0;
}

@media screen and (max-width: 739px) {
    .sidebar-mobile ul {
        margin-top: 33px;
    }
}

.top-menubar li {
    margin-left: 0px !important;
    padding: 0px !important;
}

.top-menubar li:last-child {
    margin-right: 20px !important;
}

.softskills {
    max-width: 750px;
}

@media screen and (max-width: 1000px) {
    .softskills {
        max-width: 400px;
    }
}

.btn-skills {
    margin-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
}

.navcompany {
    display: flex;
    list-style-type: none;
    padding-left: 0px;
    cursor: pointer;
}

.namelogo {
    display: flex;
    gap: 16px;
}

.inputimage {
    display: flex;
    gap: 5px;
}

.inputimage img {
    width: 50px;
    height: 50px;
    border-radius: 10px;
}

.uploadphoto {
    border: 1px dotted gray;
    border-radius: 10px;
    width: 100px;
    height: 100px;
    text-align: center;
    /* margin-left: 5px; */
}

.uploadphoto img {
    width: 20px;
    height: 20px;
    margin-top: 25px;
}

.uploadvideo label {
    cursor: pointer;
    padding: 0px 30px 30px 30px;
    border: 1px dotted gray;
    border-radius: 10px;
    width: 300px;
    height: auto;
    text-align: center;
}

.uploadvideo img {
    width: 20px;
    height: 20px;
    margin-top: 30px;
}

.textbold {
    font-weight: 600;
    font-size: 28px;
}

.textcolor {
    color: #E31837;
}

.formbox {
    background: #fff;
    border: 1px solid #e5e8eb;
    box-sizing: border-box;
    box-shadow: 0 2px 4px rgb(0 0 0 / 10%);
    border-radius: 8px;
    padding: 16px;
    max-width: 550px;
}

.documentlabel label {
    padding-left: 7px;
    padding-right: 7px;
    opacity: 1;
}

.btn-apply {
    color: #ff5b7b;
}

.floatright {
    float: right;
}

.main-content {
    padding-bottom: 10px !important;
}

.gallery {
    max-width: 1000px;
    display: flex;
    flex-wrap: wrap;
}

.gallery img {
    width: 95px;
    height: 95px;
    margin-right: 10px;
    margin-bottom: 10px;
    border-radius: 10px;
    background: #fff;
    border: 1px solid #e5e8eb;
    box-sizing: border-box;
    box-shadow: 0 2px 4px rgb(0 0 0 / 10%);
}

.gallery_img {
    display: flex;
}

.gallery_img img {
    margin-right: 7px;
    border-radius: 10px;
    width: 56px;
}

.gallery_img img:nth-last-child(2) {
    opacity: 0.2;
}

.more-btn {
    opacity: 1;
    margin-left: -70px;
}

.job-section {
    background: #fff;
    border: 1px solid #e5e8eb;
    box-sizing: border-box;
    box-shadow: 0 2px 4px rgb(0 0 0 / 10%);
    border-radius: 8px;
    padding: 16px;
    max-width: 750px;
}
.job-section-alljob{
    border-radius: 20px;
    padding: 10px;
    background: #fff;
    border: 1px solid #e5e8eb;
    box-sizing: border-box;
    box-shadow: 0 2px 4px rgb(0 0 0 / 10%);
    min-height: 142px;
}

.company-candidate {
    /* background: #fff;
    border: 1px solid #e5e8eb;
    box-sizing: border-box;
    box-shadow: 0 2px 4px rgb(0 0 0 / 10%);
    border-radius: 8px; */
    padding: 16px;
    /* max-width: 750px; */
}
.job-info{
    max-width: 750px;
}
.job-info img {
    width: 80px;
    height: auto;
    border-radius: 50%;
    margin-bottom: 10px;
}

.job-post-time {
    color: gray;
    float: right;
    margin: 10px;
}

.buttonContainer2 {
    overflow: auto;
    white-space: nowrap;
}

.applicant-img img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin: auto;
}

.applicant-img {
    /* margin-right: -20px; */
    max-width: 70px;
}

/* .job-section img {
    height: auto;
    width: 80px;
    border-radius: 50%;
    margin: auto;
} */

.applicant-section {
    /* max-width: 750px; */
    background: #fff;
    border: 1px solid #e5e8eb;
    box-sizing: border-box;
    box-shadow: 0 2px 4px rgb(0 0 0 / 10%);
    border-radius: 8px; 
    padding: 10px;
    min-height: 180px;
}
.applicant-section h6{
    margin-bottom: 0px;
 }

.softskillsdiv{
    overflow-y: scroll;
    max-height: 250px;
    max-width: 400px;
}

.btn-location {
    background: #fff;
    border: 1px solid #e5e8eb;
    box-sizing: border-box;
    box-shadow: 0 2px 4px rgb(0 0 0 / 10%);
    border-radius: 8px;
    height: 48px;
    width: 300px;
    text-align: center;
    display: flex;
    align-items: center;
    margin: 10px 10px 10px 0px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

#locationvaluediv {
    /* overflow-y: scroll;
    max-height: 250px;
    max-width: 400px; */
    margin-bottom: 20px;
    margin-top: 10px;
}

.img-box {
    position: relative;
    max-width: 105px;
    height: 101px;
    margin: 5px 0px;
}
.delete-btn{
    /* position: absolute;  */
    top: 0%;
    right: 0%;
    background-color: transparent;
    border: none;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    margin-top: 0px; 
    margin-right: -15px;
    margin-left: 5px;
}

.delete-btn img {
    width: 15px;
    height: 15px;
    padding-left: 0px !important;
    /* background-color: #0000007d; */
}

.videogallery {
    max-width: 1000px;
    display: flex;
    flex-wrap: wrap;
}
.videosection{
    padding-right: 10px;
}
.video-box {
    position: relative;
    max-width: 300px;
    height: auto;
    margin: 10px;
}

.video-delete-btn {
    position: absolute;
    top: 0%;
    right: 0%;
    background-color: transparent;
    border: none;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    margin-top: -13px;
    margin-right: -13px;
}

.video-delete-btn img {
    width: 20px;
    height: 20px;
    /* background-color: #0000007d; */
    border-radius: 50%;
}

.cover-video-btn img {
    width: 20px;
    height: auto;
    margin-bottom: 3px;
}

.cover-video-btn {
    padding: 10px;
    border: none;
    border-radius: 20px;
    position: absolute;
    bottom: 0%;
    left: 0%;
    margin-bottom: -20px;
    margin-left: 5px;
}

.title-input {
    margin-top: 20px;
    margin-bottom: 20px;
}

.buttonContainer1 {
    overflow: auto;
    white-space: nowrap;
}
.buttonContainer {
    overflow: auto;
    white-space: nowrap;
}
.btn-view {
    position: absolute;
    /* right: 59%; */
    top: 6px;
    font-family: Poppins;
    font-size: 16px;
    line-height: 19px;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    color: #E31837;
    right: 5% !important;
    /* left: 300px; */
    box-shadow: none !important;
}

.document-box {
    max-width: 400px;
}

.verify-box {
    background: #fff;
    box-sizing: border-box;
    box-shadow: 0 2px 4px rgb(0 0 0 / 10%);
    border-radius: 8px;
    padding: 16px;
    max-width: 550px;
    background-color: #ceffce36;
    border: none;
}

.verify-box-color img {
    width: 30px;
    height: auto;
    margin-bottom: 10px;
}

.verify-box-color {
    display: flex;
    align-items: center;
}

.verify-box-color label {
    color: #70ebae;
}

.verify-box-content {
    margin-left: 30px;
}

.review-box {
    background: #fff;
    box-sizing: border-box;
    box-shadow: 0 2px 4px rgb(0 0 0 / 10%);
    border-radius: 8px;
    padding: 16px;
    max-width: 550px;
    background-color: #fa6c6b2e;
    border: none;
}

.review-box-color img {
    width: 27px;
    height: auto;
    margin-bottom: 10px;
}

.review-box-color {
    display: flex;
}

.review-box-color label {
    color: #fa6c6b;
}

.review-box-content {
    margin-left: 30px;
}

.btn-applicant {
    display: flex;
    flex-wrap: wrap;
    margin-left: -2px;
    margin-top: 10px;
}

.btn-applicant a {
    width: auto;
    height: auto;
    margin-right: 5px;
    margin-bottom: 5px;
    align-self: center;
}

.btn-applicant img {
    width: 15px;
    height: auto;
}

.btn-applicant button {
    width: auto;
    height: auto;
    margin-right: 5px;
    margin-bottom: 5px;
}

.redcolor-btn {
    background: #ff5b7b;
    color: white;
}

.inside-circle {
    text-align: right;
    float: right;
    margin-top: -30px;
    margin-left: 5px;
}

.notesdisplay {
    background: #fff;
    box-sizing: border-box;
    box-shadow: 0 2px 4px rgb(0 0 0 / 10%);
    border-radius: 8px;
    padding: 16px;
    margin-top: 20px;
    height: 100px;
    overflow-y: scroll;
}

.notesdisplay ul {
    list-style: none;
    padding-left: 0px;
}

.sendername {
    color: #E31836;
    margin-left: 4px;
}

.sendtime {
    color: #726f6f;
    margin-left: 4px;
}

.sendermsg {
    color: black;
    margin-left: 4px;
}

.notesform button {
    width: 80px;
    border-radius: 10px;
    margin-left: 5px;
    background: #e31837;
    box-shadow: 2px 2px 5px rgb(255 91 123 / 10%);
    font-weight: 700;
    color: #fff;
    padding: 12px 0;
    border: none;
}

.job-section, .job-section-alljob a {
    color: black;
}

.right-side-option {
    float: right;
    margin-top: -30px;
}

.right-side-option img {
    width: 15px;
    right: 0;
    float: right;
}

.right-side-option span {
    float: right;
}

.apllicant-dropdown {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    box-shadow: 0px 8px 16px 0px rgb(0 0 0 / 20%);
    padding: 10px;
    z-index: 1;
    margin-left: -50px;
}

.apllicant-dropdown ul {
    list-style: none;
    padding-left: 0px;
    margin-bottom: 0px;
}

.apllicant-dropdown button {
    border: none;
    background: #f9f9f9;
}

.right-side-option:hover .apllicant-dropdown {
    display: block;
}

.btn-applicant select {
    border-radius: 20px;
}

@media (max-width: 991px) {
    .side-posted-job {
        display: none;
    }
}

/* .job-detail-box {
    background: #fff;
    border: 1px solid #e5e8eb;
    box-sizing: border-box;
    box-shadow: 0 2px 4px rgb(0 0 0 / 10%);
    border-radius: 8px; 
    padding: 16px;
    max-width: 1100px;
} */

.job-info-box img {
    width: 80px;
    height: auto;
    border-radius: 20px;
    margin-bottom: 10px;
}

.btn-outline-green-radius {
    width: auto;
    height: 35px;
    border: none;
    background-color: #77e4ab47;
    /* color: #70ebae; */
    color: black;
    box-sizing: border-box;
    filter: drop-shadow(2px 2px 5px rgba(255, 91, 123, .1));
    border-radius: 24px;
    font-family: Poppins;
    font-style: normal;
    font-size: 15px;
    padding: 6px 12px;
}

.skill-h6 {
    display: flex;
    flex-wrap: wrap;
}

.skill-h6 h6 {
    /* background-color: #d8d8d8; */
    padding: 5px 8px 5px 8px;
    border-radius: 20px;
    margin-right: 5px;
    /* width: fit-content; */
    background-color: #f8f9f9;
    color: #717d8a;
}

.reject-msg {
    font-size: 0.7rem;
    background-color: #e9ecef;
    width: fit-content;
    padding: 2px 4px;
    border-radius: 10px;
    /* float: right; */
    margin-top: 4px;
}

.interview-section label,
.date-input {
    background: #fff;
    border: 1px solid #e5e8eb;
    box-sizing: border-box;
    box-shadow: 0 2px 4px rgb(0 0 0 / 10%);
    border-radius: 8px;
    height: 43px;
    width: 100%;
    /* margin: 10px 10px 0px 10px; */
    margin-bottom: 10px;
    text-align: left;
    padding-left: 20px;
    padding-right: 20px;
}

.confirm-btn {
    width: 100%;
    /* margin: 10px; */
    margin-top: 10px;
    background-color: #ff5b7b;
    height: 45px;
    border: none;
    border-radius: 20px;
    color: white;
}

.addlocationlink {
    /* margin-top: 5px; */
    color: black;
}

a {
    color: black;
}

.more-btn-dropdown {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    box-shadow: 0px 8px 16px 0px rgb(0 0 0 / 20%);
    padding: 10px;
    z-index: 1;
}

.more-btn-dropdown ul {
    list-style: none;
    padding-left: 0px;
    margin-bottom: 0px;
}

.more-btn-dropdown button {
    border: none;
    background: transparent;
    color: black;
}

.more-btn-option:hover .more-btn-dropdown {
    display: block;
}

.select-section label {
    margin-left: 10px;
}

.select-section textarea {
    max-width: 100%;
    margin-bottom: 10px;
}

.video-box video {
    width: 300px;
    height: 170px;
}

.form-select:valid, .form-select:invalid {
    background: no-repeat, no-repeat;
}

.btn-check:checked+.btn-skills {
    background: #E31836;
    color: #fff;
}

.btn-dribbble {
    color: #E31837;
}

main.main-content {
    /* z-index: 1; */
    overflow: hidden;
}

.page-wraper {
    z-index: -1;
}

.footer-strap-line:after {
    position: fixed !important;
}

.post-job-loc {
    display: block;
    overflow-y: scroll;
    max-height: 250px;
    padding-left: 10px;
}

.brad-section {
    display: flex;
    flex-wrap: wrap;
}

.brad-section label {
    margin-bottom: 10px;
}

.purple-first {
    font-weight: 600;
    font-size: xxx-large;
}

.purple-second {
    font-size: smaller;
}

.subscribe-section {
    max-width: 800px;
    background: #fff;
    /* border: 1px solid #e5e8eb; */
    box-sizing: border-box;
    /* box-shadow: 0 2px 4px rgb(0 0 0 / 10%); */
    border-radius: 8px;
    padding: 16px;
}

.subscribe-section ul {
    list-style: none;
    padding-left: 0px !important;
    color: black;
}

.subscribe-section img {
    margin-right: 10px;
}

.content-inner {
    padding-top: 35px !important;
}

.subscribe-msg-box {
    background: #fff;
    max-width: 1000px;
    text-align: center !important;
    /* border: 1px solid #e5e8eb;
    box-sizing: border-box;
    box-shadow: 0 2px 4px rgb(0 0 0 / 10%);
    border-radius: 8px;
    padding: 16px;
    margin-bottom: 20px; */
}

.subscribe-msg-box img {
    width: 80px;
    height: auto;
    margin-top: 50px;
    margin-bottom: 20px;
}

.subscribe-msg-btn {
    margin-top: 0px !important;
    margin-bottom: 60px;
}



.subscribe-radio-div {
    width: 100%;
}

.subscribe-radio-div label {
    display: block;
}

.subscribe-radio-div input[type="radio"] {
    display: none;
}

.subscribe-radio-div input[type="radio"]:checked+.box {
    border: 4px solid #E31836;
}

.subscribe-radio-div .box {
    width: 100%;
    height: auto;
    transition: all 250ms ease;
    will-change: transition;
    display: block;
    cursor: pointer;
    background: #F1E5FD;
    border: 1px solid #E31836;
    max-width: 500px;
    border-radius: 5px;
    margin-bottom: 20px;
    padding: 10px;
}

.subscribe-radio-div .box:active {
    transform: translateY(10px);
    border: 3px solid #E31836;
}

.subscribe-radio-div .color-pruple {
    color: #E31836;
}

.subscribe-radio-div .price {
    font-size: 30px;
    font-weight: 600;
}

.subscribe-radio-div .gst {
    margin-left: 5px;
    font-size: 15px;
}

.subscribe-radio-div .details span {
    display: block;
    color: #000000;
    margin-bottom: 5px;
    font-weight: lighter;
}

.subscribe-radio-div .subscribe-more-btn {
    background: transparent;
    border: none;
    padding: 0px;
}



.quick-info-table tr {
    min-height: 30px;
}

.left-td {
    color: #8a95a0;
    margin-bottom: 0;
    /* max-width: 220px;
    padding-right: 40px; */
}

.btn-profile-match img {
    width: 20px;
    margin-right: 5px;
    margin-bottom: 0px;
}

.btn-profile-match {
    float: right;
    /* margin-top: 15px; */
    width: auto;
    height: auto;
    border: none;
    background-color: white;
    color: black;
    box-sizing: border-box;
    filter: drop-shadow(2px 2px 5px rgba(255, 91, 123, .1));
    border-radius: 24px;
    font-family: Poppins;
    font-style: normal;
    font-size: 15px;
    padding: 7px;
    box-shadow: 0 2px 4px rgb(0 0 0 / 10%);
}
.job-description-box p{
    text-align: justify;
}
@media screen and (max-width: 575px) {
    .btn-profile-match {
        float: left;
    }
}

.btn-know-more {
    background-color: #a5a5a5;
    border-radius: 20px;
}

.job-info-section {
    max-width: 500px;
    /* margin: auto;
    text-align: center; */
}

.job-info-section img {
    width: 60px;
    height: 60px;
    border-radius: 10px;
    margin-bottom: 5px;
}

.job-info-box, .candidatedetailsection{
    /* background: #fff;
    border: 1px solid #e5e8eb;
    box-sizing: border-box;
    box-shadow: 0 2px 4px rgb(0 0 0 / 10%);
    border-radius: 8px; */
    padding: 16px;
    margin-bottom: 20px;
}
.editdiv{
    max-width: 950px;
}
.job-description-box, .screen-question-box, .quick-info-box, .required-skill-box{
    max-width: 100%;
}
.companyimg{
    width: 60px;
    height: 60px;
    border-radius: 10px;
    margin-bottom: 5px;
}
.applicant-box{
    background: #fff;
    border: 1px solid #e5e8eb;
    box-sizing: border-box;
    box-shadow: 0 2px 4px rgb(0 0 0 / 10%);
    border-radius: 8px;
    padding: 10px;
    min-height: 230px;
}
.applicant-box-img{
    max-width: 65px;
}
.applicant-box-img img{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin: auto;
}
.applicant-box h6{
    margin-bottom: 0px;
}
.smalldot{
    width:8px !important;
    height:8px !important;
    margin-bottom:3px !important;
}
.applicant-skill{
    display: flex;
    flex-wrap: wrap;
    /* max-width: 400px; */
    margin-left: -5px;
}
.applicant-skill h6{
    background-color: #f8f9f9;
    padding: 5px;
    border-radius: 20px;
    margin-right: 3px;
    margin-bottom: 3px;
    width: fit-content;
    color: #717d8a;
}
.applicant-btn{
    margin-left: -5px;
}
.applicant-btn img{
    width: 28px;
    height: 32px;
    padding: 5px;
    margin-bottom: 0px;
}
.applicant-btn button{
    background: transparent;
    border-radius: 50%;
    border: 1px solid !important;
}
.view-field{
    width: 300px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.inside-circle span{
    font-size: 0.8rem;
}
.btn-start-interview a{
    text-align: right;
    color: #6bbe66;
    text-decoration: underline;
    float: right;
}
a:hover{
    color: black;
}
.skillreqdiv{
    overflow-y: scroll;
    max-height: 350px;
    /* max-width: 650px; */
}
.richText .richText-editor {
    height: 100px !important;
}
.richText .richText-toolbar {
    display: none !important;
}
.btn-plan{
    background: #fff;
    border: 1px solid #e5e8eb;
    box-sizing: border-box;
    box-shadow: 0 2px 4px rgb(0 0 0 / 10%);
    border-radius: 8px;
    height: 80px;
    width: 100%;
    margin: 10px 10px 10px 0px;
    text-align: left;
    padding-top: 10px;
}
.discountprice{
    font-size: 1.5rem;
    margin-top: 5px;
    font-weight: 100;
    padding-right: 10px;
    padding-top: 10px;
}

#button {
    display: block;
    margin: 20px auto;
    padding: 10px 30px;
    background-color: #eee;
    border: solid #ccc 1px;
    cursor: pointer;
}

#overlay {
    position: fixed;
    top: 0;
    z-index: 100;
    width: 100%;
    height: 100%;
    display: none;
    background: rgba(0, 0, 0, 0.6);
}

.cv-spinner {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.spinner {
    width: 40px;
    height: 40px;
    border: 4px #ddd solid;
    border-top: 4px #2e93e6 solid;
    border-radius: 50%;
    animation: sp-anime 0.8s infinite linear;
}

@keyframes sp-anime {
    100% {
        transform: rotate(360deg);
    }
}

.is-hide {
    display: none;
}

.richText .richText-editor {
    height: 100px !important;
}
.richText .richText-toolbar {
    display: none !important;
}
.main-content-with-sidebar{
    margin-left: 0px !important;
}
@media screen and (min-width: 900px){
    .main-content-with-sidebar{
        /* padding-left: 380px !important; */
        padding-left: 588px !important;
    }
}
@media screen and (max-width: 900px){
    .main-content-with-sidebar{
        /* padding-left: 100px !important; */
        padding-left: 280px !important;
    }  
}
.main-content-without-sidebar{
    padding-left: 300px !important;
    /* padding-left: 120px !important; */
    margin-left: 0px !important;
}
.header-logo img{
    width: 60px;
    height: 60px;
    margin-left: 5px;
}
.man-profile {
    z-index: -1;
}
.right-strap-vr-box:before {
    z-index: -2 !important;
}
.right-strap:before {
    z-index: -2 !important;
}
.nav-alljob {
    position: initial !important;
    box-shadow: none !important;
    overflow-x: auto;
    overflow-y: hidden;
    flex-wrap: nowrap;
    white-space: nowrap;
}
.nav-alljob .active{
    color: #E31837 !important;
    border-bottom: 1px solid;
}
.nav-alljob button{
    background: transparent;
    box-shadow: none;
    border: none;
    padding-left: 0px !important; 
    padding-right: 0px !important;
    margin-right: 16px !important;
}
.nav-alljob button:focus{
    outline: none;
}
.btn-reject-andidate{
    background-color: #e82a3cd6  !important;
}
.btn-shortlist-candidates{
    background-color: #11b736c4  !important;
}
.moreskills{
    display: inline-flex;
}
.btn-screen-ans{
    color: #E31836;
    background: transparent;
    border: none;
    margin-bottom: 5px;
    padding-left: 0px;
}
.btn-screen-ans:focus{
    outline: none;
}
.screen-ans-dev{
    padding: 10px;
}
.text-ans{
    background-color: #e0e0e0;
    padding: 10px;
    border-radius: 10px;
    margin-bottom: 10px;
}
.screen-ques{
    color: black;
}
.screen-ans{
    color: #757575;
   overflow: hidden;
}
.candidate_img{
    width: 80px;
    height: 80px;
    margin-bottom: 10px;
    margin-left: -10px;
    border-radius: 50%;
}
.comp_img{
    width: 80px !important;
    height: 80px !important;
    margin-bottom: 10px !important;
    /* margin-left: -10px !important; */
    border-radius: 10px !important
}
.cake-img{
    width: 15px !important;
    height: 15px !important;
    margin-bottom: 3px !important;
}
/* .videobio{
    max-width: 650px;
} */
.book-img{
    width: 80px;
    height: 80px;
    margin-bottom: 10px;
}
.candidateimg{
    width: 80px;
    height: 80px;
    margin-bottom: 10px;
    border-radius: 50%;
}
.max-width-100{
    max-width: 100px;
}
.aboutme p{
    text-align: justify;
}
.boxsize video{
    width: 100%;
    height: 150px;
    background: #fff;
    border: 1px solid #e5e8eb;
    box-sizing: border-box;
    box-shadow: 0 2px 4px rgb(0 0 0 / 10%);
    border-radius: 10px;
}
.boxsize img{
    width: 100px;
    height: 150px;
}
.aligncenter{
    text-align: center;
}
.btn-drop{
    max-width: 384px !important;
}
.search-input{
    /* max-width: 343px !important;
    border-bottom-right-radius: 10px !important;
    border-top-right-radius: 10px !important; */
    border-radius: 10px !important;
}
.max-width-384{
    max-width: 384px !important;
}
.btn-primary-radius:active, .btn-outline-white-radius:active, .btn-blue:active, .btn-white:active, .notesform button:active, .confirm-btn:active, .btn-know-more:active, .previous-btn:active, .next-btn:active{
    /* box-shadow: 0 5px #666; */
    transform: translateY(4px);
}
.btn-primary-radius:hover, .btn-outline-white-radius:hover, .btn-blue:hover, .btn-white:hover, .notesform button:hover, .confirm-btn:hover, .btn-know-more:hover, .previous-btn:hover, .next-btn:hover{
    box-shadow: 0 -3px 0 0 rgb(24 24 24 / 15%) inset, 0 3px 10px rgb(0 0 0 / 30%);
}
.btn:focus {
    outline: 0;
    /* box-shadow: 0 -3px 0 0 rgb(24 24 24 / 15%) inset, 0 3px 10px rgb(0 0 0 / 30%) !important; */
    box-shadow: 0 0px 0 0 rgb(0 0 0 / 0%) inset, 0 0px 0px rgb(0 0 0 / 0%) !important;
}
button:focus {
    outline: none !important;
}
.completed{
    color: #2cc3a1 !important;
}
.completed:before {
    background: #2cc3a1 !important;
    background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e") !important;
}
.completed:before {
    color: #2cc3a1 !important;
}
.nav-userdetail .active a{
    color: #E31837 !important;
}
.nav-userdetail a:hover{
    color: #E31837 !important;
}
.nav-userdetail{
    max-width: 900px;
}
.tablebox{
    padding: 10px;
}
.btn-select:hover{
    background-color: #11b736c4;
}
.btn-reject:hover{
    background-color: #e82a3cd6;
}
.fixed-menu h6{
    color: #8a95a0;
    cursor: pointer;
}
.fixed-menu .active h6{
    color: white;
}
.fixed-menu li:hover h6{
    color: white;
}
/* .side-menu .fixed-menu ul li {
    padding: 10px 0 !important;
} */
.candidate-applied-btn{
    width: auto;
    height: auto;
    background: #ff5b7b;
    color: white;
    align-self: center;
    margin-right: 10px;
    margin-left: 10px;
    border: none;
}
@media screen and (max-width: 738px){
.fixed-menu {
    display: none;
}
.main-content-with-sidebar, .main-content-without-sidebar {
    padding-left: 20px !important;
}
.kaampe-pagination{
    display: none;
}
}
.companylogo, .companylogoalljob{
    max-width: 90px;
}
.companylogo img{
    height: 80px;
    width: 80px;
    border-radius: 50%;
    margin: auto;
}
.companylogoalljob img{
    height: 80px;
    width: 80px;
    border-radius: 10px;
    margin: auto;
}
.videohome{
    margin-left: 20px;
}
.videohome h2{
    font-size: 1.5rem;
    max-width: 300px;
}
@media screen and (max-width: 500px){
    .companylogo, .companylogoalljob{
        max-width: 65px;
    }
    .companylogo img, .companylogoalljob img{
        height: 60px;
        width: 60px;
    }
    .post-name, .job-detail{
        text-overflow: ellipsis;
        overflow: hidden;
        /* white-space: nowrap; */
        display: block;
        max-width: 210px;
    }
    .view-field {
        width: 150px;
    }
    .dashboard-msg-text h2, .videohome h2{
        font-size: 1rem;
    } 
    .dashboard-msg-text p{
        font-size: 0.75rem;
    }
    .btn-blue, .btn-white{
        font-size: .75rem;
    }
    .info-section h6{
        font-size: 0.75rem;
    }
    .comp_img {
        width: 60px !important;
        height: 60px !important;
    }
    .applicant-section h5,h6{
       margin-bottom: 0px;
    }
    .applicant-box h5,h6{
        margin-bottom: 0px;
    }
    .company-candidate {
        padding: 5px;
    }
    .circle-reject-section{
        margin-top: -60px;
    }
    .job-info-box, .candidatedetailsection {
        padding: 0px;
    }
}
.nocandidtate{
    width: auto;
    height: auto;
    font-size: 0.70rem;
}
.graphimage{
    width: 100%;
    max-width: 650px;
    height: auto;
}
.dashboard-msg-box{
    background-color: #E3183630;
    border-radius: 20px;
    padding: 20px;
    max-width: 928px;
}
.dashboard-msg-box1{
    /* background-color: #fdc7182e; */
    border-radius: 20px;
    padding: 20px;
    background: #fff;
    border: 1px solid #e5e8eb;
    box-sizing: border-box;
    box-shadow: 0 2px 4px rgb(0 0 0 / 10%);
    max-width: 928px;
}
.dashboard-msg-img{
    margin-right: -15px;
}
.dashboard-msg-img img{
    width: 100%;
    height: 130px;
}
.dashboard-msg-text p{
    color: #231F20;
}
.dashboard-msg-text h6{
    color: #E31837;
}
.dashboard-msg-video video{
    width: 100%;
    height: auto;
}
.btn-blue{
    background-color: #E31836;
    border-radius: 50px;
    color: white;
    padding: 5px 20px;
}
.btn-white{
    background-color: white;
    border-radius: 50px;
    color: #E31836;
    padding: 5px 20px;
    border: 1px solid gray;
}



/* Header */
.mobileheader{
    position: fixed;
    top: 0;
    width: 100%;
    border-bottom: 1px solid #e1e1e1;
    padding: 0 5px;
    box-shadow: 0 0 6px rgb(171 180 186 / 50%);
    background: white;
    z-index: 999;
}

/* Logo */
.mobile-header-logo{
    display: inline-block;
    color: white;
    font-size: 60px;
    margin-left: 10px;
}
.mobile-view-logo{
    width: 60px;
    height: 60px;
    border-radius: 50%;
    margin-top: -35px;
}
.company-name-section{
    display: inline-block;
    /* margin-left: 10px; */
    align-self: center;
    /* margin-top: 10px; */
    position: absolute;
    top: 17px;
    left: 160px;
}
.company-name-section h5{
    color: black;
}
.company-name-section h6{
    color: gray;
}
.mobile-header-logo{
    max-width: 250px;
    display: inline-flex;
    height: 62px;
    margin-top: 7px;
}
.company-name-section h5, .company-name-section h6{
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    display: block;
    max-width: 300px;
}
@media screen and (max-width: 500px) {
    .company-name-section h5, .company-name-section h6{
        max-width: 180px;
    }
}
@media screen and (max-width: 350px) {
    .company-name-section h5, .company-name-section h6{
        max-width: 100px;
    }
}
/* Nav menu */
.mobilenavbar{
    width: 100%;
    height: 100%;
    position: fixed;
    background-color: white;
    overflow: hidden;
    
}

.mobile-menu a{
    display: flex;
    align-items: anchor-center;
    gap: 10px;
    padding: 10px;
    color: black;

}

.mobile-menu a:hover{
    background-color: var(--grey);
}

.mobilenavbar{
    max-height: 0;
    transition: max-height .5s ease-out;
}
.mobilenavbar ul{
    list-style: none;
    padding-left: 0px;
}

/* Menu Icon */

.hamb{
    cursor: pointer;
    float: left;
    padding: 40px 20px;
}


.hamb-line {
    background: black;
    display: block;
    height: 2px;
    position: relative;
    width: 24px;
    
}

.hamb-line::before,
.hamb-line::after{
    background: black;
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    transition: all .2s ease-out;
    width: 100%;
}

.hamb-line::before{
    top: 5px;
}

.hamb-line::after{
    top: -5px;
}


.mobile-side-menu {
    display: none;
}

/* Toggle menu icon */

.mobile-side-menu:checked ~ nav{
    max-height: 100%;
}

.mobile-side-menu:checked ~ .hamb .hamb-line {
    background: transparent;
}

.mobile-side-menu:checked ~ .hamb .hamb-line::before {
    transform: rotate(-45deg);
    top:0;

}

.mobile-side-menu:checked ~ .hamb .hamb-line::after {
    transform: rotate(45deg);
    top:0;
}

/* Sub nav */
.mobile-subnav-content {
    background-color:  white;
    width: 100%;
    z-index: 1;
    /* padding: 20px 0 ; */
    display: none;
  }
.mobile-subnav-content a {
    color: black;
    text-decoration: none;
    padding: 0;
    margin: 10px 0;
    /* text-align: center; */
}
.mobile-subnav:hover .mobile-subnav-content {
    display: block;
}
.mobile-subnav{
    padding: 10px;
}
.mobile-view-down{
    width: 15px;
    height: 15px;
    margin-left: 20px;
    transform: rotate(180deg);
}
.collapsed .mobile-view-down{
    transform: rotate(0deg);
}


/* Responsiveness */

@media (min-width: 768px) {
    .mobilenavbar{
        max-height: none;
        top: 0;
        position: relative;
        float: right;
        width: fit-content;
        background-color: transparent;

    }

    .mobile-menu li{
        float: left;
    }

    .mobile-menu a:hover{
        background-color: transparent;
        color: gray;
        
    }
    
    .hamb{
        display: none;
    }

    .mobile-subnav-content {
        padding: 20px 0 ;
        display: none;
        background-color:  var(--black);
    }
    .mobile-subnav-content a {
        color: white;
    }

}
@media screen and (max-width: 738px) {
    main.main-content {
        margin-top: -20px;
        /* z-index: -1; */
    }
    .top-strap-line:before{
        height: 0px !important;
    }
    .circle-dotted{
        display: none;
    }
    .side-menu{
        border: none;
    }
}
@media screen and (min-width: 738px) {
    .mobileheader{
        display: none;
    }
}
/* #main-content{
    z-index: 1;
} */
.scheduleacallback-section{
    background: #fff;
    border: 1px solid #e5e8eb;
    box-sizing: border-box;
    box-shadow: 0 2px 4px rgb(0 0 0 / 10%);
    border-radius: 8px;
    padding: 16px;
}
.scheduleacallback-section li{
    list-style: none;
    display: flex;
    border-bottom: 1px solid gainsboro;
    margin-bottom: 25px;
    margin-top: 10px;
    cursor: pointer;
}
.datelabel{
    color: #8a95a0;
    float:left; width:50%; clear:left; 
    text-align: left;
}
.slotlabel{
    float:right; width:50%; clear:right; 
    text-align: right;
}
.time-section h6{
    color: #8a95a0;
}
.time-section label{
    width:fit-content;
    color: black;
}
.btn-location::before, .btn-education::before, .btn-filter::before, .btn-check-img::before{
    content: url(../images/icon/Path\ 38.png);
    padding-right: 10px;
}
.btn-check:checked + .btn-check-img::before, .btn-check:checked + .btn-location::before, .btn-check:checked + .btn-education::before, .btn-check:checked + .btn-filter::before {
    content: url(../images/blue-check-red.svg);
    padding-right: 10px;
}
.first-text {
     padding-top: 0px !important;
}
.btn-group-section {
    margin-top: 48px !important;
}
@media screen and (max-width: 738px){
    .kaampe-reg-form input {
        max-width: 384px;
    }
}
.roundsearchicon{
    border-bottom-left-radius: 50px !important;
    border-top-left-radius: 50px !important;
}
.roundsearchbox{
    border-top-right-radius: 50px !important;
    border-bottom-right-radius: 50px !important;
}
.roundfilterbox{
    border-radius: 50px !important;
    background: url(../images/icon/downl23.png) no-repeat right !important;
    max-width: 200px !important;
    cursor: pointer;
}
.header-logo{
    display: flex;
    width: 450px !important;
}
.desltop-company-name-section{
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    display: block;
    max-width: 140px;
    margin-top: 16px;
    color: white;
}
.desktop-view-logo{
    width: 60px;
    height: 60px;
    border-radius: 50%;
    margin-right: 16px;
}
/* @media screen and (max-width: 940px) {
    .desltop-company-name-section{
        max-width: 400px;
    }
}
@media screen and (max-width: 850px) {
    .desltop-company-name-section{
        max-width: 300px;
    }
} */
nav.navbar {
    height: 75px !important;
}
.deleteicon, .delete-btn{
    cursor: pointer;
}
input[readonly].default-cursor {
    cursor: default;
}
.homedropdown input{
    background-color: white !important;
    border: 1px solid #939ea8 !important;
}
.side-menu .fixed-menu {
    width: 276px !important;
    height: calc(100% - 100px) !important;
    top: 100px !important;
}
/* .side-menu .fixed-menu ul li {
    text-align: left !important;
} */
.previewvideo{
    margin: 15px;
    background: #fff;
    border: 1px solid #e5e8eb;
    box-sizing: border-box;
    box-shadow: 0 2px 4px rgb(0 0 0 / 10%);
    border-radius: 10px;
}
.companyprofile{
    display: flex;
    align-items: center;
}
.sidemenuoption ul{
    padding-left: 0px !important;
}
.sidemenuoption li a{
    display: flex;
    align-items: center;
}
.sidemenuoption li a svg{
    margin-left: 30px;
    margin-right: 25px;
}
.sidemenuoption li a h6{
    margin-top: 8px;
}
.side-menu {
    width: 574px;
}
.side-menu>.side-menu-body>ul {
    margin-left: 276px !important;
}
.top-menubar a{
    cursor: pointer;
}
.tagmsg{
    background-color: #f8e0f9;
    padding: 3px 8px;
    border-radius: 10px;
}
.colorno{
    color: #ff5b7b;
    font-size: 1.75rem;
}
.jobpackbtn{
    width: 384px;
}
@media screen and (max-width: 738px){
    .jobpackbtn{
        width: 100% !important;
    } 
}
.homecard{
    max-width:475px;
}
.homecard1{
    max-width:495px;
}
@media screen and (max-width: 991px){
    .homecard, .homecard1{
        max-width:100%;
    }
}
.btn-drop{
    background: url(../images/icon/chevron-down.png) no-repeat right !important;
    background-position: calc(100% - 10px) center !important;
}
.graytext{
    color: #aeb0b3;
}
.thumbnail{
    position:absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color:white;
}
.monthsection{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
}
.previous-img{
    transform: rotate(90deg);
    width: 25px;
    height: 25px;
}
.previous-btn{
    margin-right: auto;
    background: white;
    border: none;
    padding: 15px;
    border-radius: 50%;
}
.next-btn{
    margin-left: auto;
    background: white;
    border: none;
    padding: 15px;
    border-radius: 50%;
}
.next-img{
    transform: rotate(270deg);
    width: 25px;
    height: 25px;
}
.btn-date{
    border-radius: 10px;
    background-color: #e1e1e2;
    color: black;
    min-width: 64px;
    max-width: 64px;
    min-height: 86px;
    max-width: 86px;
    margin-left: 5px;
    margin-right: 5px;
}
.btn-date:hover{
    color: white;
    background-color: #E31836;
}
.datebtn:checked+label {
    color: white;
    background-color: #E31836;
    box-shadow: 0 2px 4px rgb(0 0 0 / 10%) !important;
}
.btn-date b{
    font-size: 2rem;
}
.datesection{
    display: flex;
    max-width: 1000px;
    overflow-x: scroll;
}
.btn-img{
    width: 15px !important;
    height: 15px !important;
    border-radius: 0% !important;
    margin-bottom: 0px !important;
}
.account-switch-btn{
    width: 27px;
    height: 27px;
    border-radius: 50%;
    border: 1px solid black;
    padding: 2px;
    margin: 18px;
    background-color: white;
}
.accountbox{
    display: flex;
}
.accountbox h5{
    margin-top: 10px;
    margin-bottom: 0px;
}
.accountbox h6{
    margin-top: 0px;
}
.addaccountimg{
    width:20px;
    height: 20px;
    margin-left: 30px;
}
.nav-chat {
    position: initial !important;
    box-shadow: none !important;
    overflow-x: auto;
    overflow-y: hidden;
    flex-wrap: nowrap;
    white-space: nowrap;
    height: 80px;
}
.nav-chat li{
    width: 50%;
}
.nav-chat button{
    width: 100%;
    height: 100%;
}
.nav-chat{
    background-color: #f1f3f4;
}
.nav-chat .active{
   background-color: white;
}
.nav-chat button{
    background: transparent;
    box-shadow: none;
    border: none;
    padding-left: 0px !important; 
    padding-right: 0px !important;
    margin-right: 16px !important;
}
.nav-chat button:focus{
    outline: none;
}
.chat-btn{
    display: flex;
}
.chat-img{
    width: 60px;
    height: 60px;
    border-radius: 50%;
    margin: 0px 10px;
}
.chat-button-text{
    text-align: left;
}
.chat-button-text h5{
    margin-top: 10px;
    margin-bottom: 0px;
    position: relative;
}
.chat-button-text h6{
    margin-bottom: 0px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    display: block;
    max-width: 350px;
}
.chat-button-text h5:after {
    content: attr(data-count);
    position: absolute;
    height: 25px;
    width: fit-content;
    background: #fdc718;
    color: #fff;
    border-radius: 50%;
    padding: 1px 5px 1px 4px;
}
.chat-kaam-title{
    margin-top: 20px !important;
}
.chat-kaam-title:after{
    background: #E31836 !important;
}
.chat-user-section{
    display: flex;
    width: 100%;
    border-bottom: 1px solid #f1f3f4;;
    padding-bottom: 10px;
    margin-bottom: 10px;
    padding-left: 25px;
    padding-right: 25px;
}
.chat-avatar-img{
    width: 60px;
    height: 60px;
    border-radius: 50%;
    margin-right: 10px;
}
.chat-user-section h5{
    align-self: center;
    margin-top: 5px;
}
.chat-user-section p{
    height: auto;
    width: fit-content;
    background: black;
    color: #fff;
    border-radius: 50%;
    padding: 1px 5px 1px 4px;
    margin: auto;
}
.chat-date-box{
    margin-left: auto;
    padding-right: 20px;
}
@media screen and (max-width: 575px) {
    .chat-img{
        width: 40px;
        height: 40px;
        margin: 0px;
    }
    .chat-button-text h5 {
        font-size: 1rem;
        margin-top: 4px;
    }
    .chat-button-text h6{
        font-size: 0.75rem;
        max-width: 90px;
    }
    .chat-kaam-title{
        margin-top: 10px !important;
    }
    .chat-button-text h5:after {
        padding: 3px 5px 1px 4px;
    }
    .chat-user-section{
        padding-left: 1px;
        padding-right: 1px;
    }
}

#chat2 .form-control {
border-color: transparent;
}

#chat2 .form-control:focus {
border-color: transparent;
box-shadow: inset 0px 0px 0px 1px transparent;
}

.divider:after,
.divider:before {
content: "";
flex: 1;
height: 1px;
background: #eee;
}
.received-msg{
    background-color: #E31836;
    color: white;
    margin-right: 200px;
    max-width: fit-content;
}
.chat-receiver-img{
    width: 45px;
    height: 45px;
    border-radius: 50%;
}
.send-msg{
    background-color: #f1f3f4;
    color: black;
    margin-left: 200px;
    max-width: fit-content;
}
.chat-send-receive-box{
    width: 100px;
    height: 100px;
    border-radius: 20px;
}
.card-body{
    position: relative; 
    height: 500px;
    overflow-y:scroll;
}
#chat2 .card-header{
    background-color: white;
}
.chat-btn1{
    border-radius: 50%;
}
.chat-btn1:hover, .chatsubmitbtn:hover{
    box-shadow: 0 -3px 0 0 rgb(24 24 24 / 15%) inset, 0 3px 10px rgb(0 0 0 / 30%);
}
.chat-btn1:active, .chatsubmitbtn:active{
    transform: translateY(4px);
}
.chat-submit-img{
    width: 20px;
    height: 20px;
}
.chatsubmitbtn{
    border: none;
}
.attachbox img{
    width:20px;
    height:20px;
    margin-right:10px;
}
.attachbox label{
    width: 100%;
    border-bottom: 1px solid #dee2e6;
    margin-bottom: 10px;
    padding-bottom: 10px;
    cursor: pointer;
}
.fullsizeimg{
    width: 100%;
    height: 100%;
}
.card-body video{
    background: #fff;
    border: 1px solid #e5e8eb;
    box-sizing: border-box;
    box-shadow: 0 2px 4px rgb(0 0 0 / 10%);
    border-radius: 10px;
    width: 300px;
    height: 170px;
}
.attachmsg{
    background-color: transparent !important;
}
.card-body audio{
    width: 300px;
}
.sendbox{
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    text-align: -webkit-right;
}
.receivebox{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
}
.modal-body video,audio {
   width: 100% !important;
}



@media screen and (max-width: 992px) {
    .received-msg{
        margin-right: 130px;
    }
    .send-msg{
        margin-left: 130px;
    }
}
@media screen and (max-width: 768px) {
    .received-msg{
        margin-right: 80px;
    }
    .send-msg{
        margin-left: 80px;
    }
    .card-body {
        height: 400px;
    }
    .company-name-section {
        margin-left: -10px;
    }
    .company-name-section h5{
        margin-bottom: 0px;
    }
    .roundfilterbox{
        width: 60% !important;
    }
    .post-name {
        font-size: 1rem;
    }
}
@media screen and (max-width: 576px) {
    .received-msg{
        margin-right: 30px;
    }
    .send-msg{
        margin-left: 30px;
    }
    .card-body video{
        width: 200px;
        height: 100px;
    }
    .card-body audio{
        width: 200px;
    }
    .company-name-section {
        /* position: relative;
        top: -10px; */
    }
}

.side-menu .fixed-menu .active h6{
    color: #000000;
    font-weight: bold;
}

.mb-42px{
    margin-bottom: 42px !important;
}
.label-text {
    font-family: Poppins;
    font-size: 18px;
    font-weight: 500;
    color: #231F20;
    line-height: 19px;
}


  /* select 2 */
.select2-container {
    width: 100% !important;
}
.select2-selection__rendered {
    max-width: 100%;
}
.select-group .select2-container {
    width: 100% !important;
}
.select2-results__option {
padding-right: 20px;
vertical-align: middle;
padding-left: 40px;
position: relative;
font-size: 14px;
color: #8f8f90;
}
.select2-results__option:before {
content: "";
display: inline-block;
position: relative;
height: 16px;
width: 16px;
border: 1px solid #4D4D4F;
border-radius: 4px;
background-color: #fff;
margin-right: 12px;
vertical-align: middle;
}
.select2-results__option[aria-selected=true]:before {
font-family:fontAwesome;
content: "\f00c";
color: #fff;
background-color: #E31837;
border: 0;
display: inline-block;
padding-left: 3px;
}
.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #fff;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #eaeaeb;
    color: #272727;
}
.select2-container--default .select2-selection--multiple {
    margin-bottom: 10px;
}
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
    border-radius: 4px;
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
    border-color: #E31837;
    border-width: 2px;
}
.select2-container--default .select2-selection--multiple {
    border-width: 2px;
}
.select2-container--open .select2-dropdown--below, .select2-container--open .select2-dropdown--above {
border-radius: 10px;
border: none;
box-shadow: 0px 4px 40px 0px #00000014;
background: #FFFFFF;
position: absolute;
left: -45px !important;
max-width: 100% !important;
width: 100% !important;
padding: 10px;
}
.select2-selection .select2-selection--multiple:after {
content: "\f00c";
}

.select2-results__option[aria-selected="true"]:before {
content: "\f00c";
font-family: FontAwesome;
font-size: 8px;
color: #fff;
background-color: #E31837;
display: inline-block;
text-align: center;
line-height: 16px;
border: none;
margin-right: 12px;
margin-left: 0px;
padding-left: 0px;
}
.select2-container--default .select2-results__option{
width: 100%;
justify-self: center;
height: auto;
min-height: 40px;
align-content: center;
margin: auto;
margin-right: 10px;
color: #231F20;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
background-color: #f9d1d79c !important;
width: 100%;
justify-self: center;
border-radius: 8px;
color: #E31837 !important;
border: 1px solid #E31837;
}
.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #f9d1d79c !important;
    border-radius: 8px;
    color: #E31837 !important;
    border: 1px solid #E31837;
}
.select2-container--default .select2-selection--single {
    border: none !important;
    border-radius: none !important;
    border-top-right-radius: 8px !important;
    border-bottom-right-radius: 8px !important;
    max-width: 483px;
    height: auto !important;
    min-height: 49px !important;
    align-content: center;
    color: black;
    background: url(../images/icon/chevron-down.png) no-repeat right !important;
    background-position: calc(100% - 10px) center !important;
    background-color:  #f1f3f4 !important;
}
.select2 .selection{
    display: contents;
    width: 100%;
    max-width: 483px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
   display: none;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #212529 !important;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder{
    color: #212529 !important;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa;
    height: 38px;
    width: 100%;
    background: white;
}
.select2-container--default .select2-search--dropdown .select2-search__field:focus-visible {
    outline: none;
}
.select2-container .select2-selection--single .select2-selection__rendered {
    white-space: normal !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    display: block;
    padding-left: 8px;
    padding-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 100%;
}

.select2-results__options::-webkit-scrollbar {
    width: 2px;
}
.select2-results__options::-webkit-scrollbar-track {
    background: #E6E7E8;
}

.select2-results__options::-webkit-scrollbar-thumb {
    background-color: #231F20;
    border-radius: 10px;
}

/* Default (closed) state */
.select2-container--default .select2-selection--single {
    background: url('../images/chevron-down.svg') no-repeat right center !important;
    background-position: calc(100% - 13px) center !important;
    background-color: #f1f3f4 !important;
}

/* Open state - change to up arrow */
.select2-container--open .select2-selection--single {
    background: url('../images/chevron-up.svg') no-repeat right center !important;
    background-position: calc(100% - 13px) center !important;
    background-color: #f1f3f4 !important;
}



  /* Main dropdown container */
  .ui-menu {
    border-radius: 10px;
    border: none !important;
    box-shadow: 0px 4px 40px 0px #00000014;
    background: #FFFFFF !important;
    padding: 10px !important;
    max-height: 180px;
    overflow-y: auto;
    /* max-width: 100% !important;
    width: 100% !important;
    z-index: 10000;  */
}

/* Each option container */
.ui-menu-item {
    list-style: none;
    padding: 0;
    margin: 0;
}

/* Option styling similar to .select2-results__option */
.ui-menu-item-wrapper {
    position: relative !important;
    padding-left: 40px !important;
    padding-right: 20px !important;
    font-size: 14px;
    color: #231F20;
    min-height: 40px;
    display: flex;
    align-items: center;
    border-radius: 8px;
}

/* Custom checkbox style before each item */
.ui-menu-item-wrapper::before {
    content: "";
    display: inline-block;
    position: absolute;
    left: 12px;
    height: 16px;
    width: 16px;
    border: 1px solid #4D4D4F;
    border-radius: 4px;
    background-color: #fff;
}

/* Hovered item (similar to Select2 highlight) */
.ui-menu-item-wrapper.ui-state-active {
    background-color: #f9d1d79c !important;
    background: #f9d1d79c !important;
    color: #E31837 !important;
    border: 1px solid #E31837 !important;
}

/* Scrollbar customization */
.ui-menu::-webkit-scrollbar {
    width: 2px;
}
.ui-menu::-webkit-scrollbar-track {
    background: #E6E7E8;
}
.ui-menu::-webkit-scrollbar-thumb {
    background-color: #231F20;
    border-radius: 10px;
}

.kaampe-reg-form input:focus, .kaampe-reg-form input:visited, .kaampe-reg-form select:focus {
    box-shadow: none !important;
}
.kaampe-reg-form input:hover {
    box-shadow: none !important;
}

/* /custonScroll/ */
.custonScroll::-webkit-scrollbar {
    width: 2px;
}
.custonScroll::-webkit-scrollbar-track {
    background: #E6E7E8;
}
.custonScroll::-webkit-scrollbar-thumb {
    background-color: #231F20;
    border-radius: 10px;
}

.btn-disabled-opacity {
    opacity: 0.6;
}

.btn-enabled-opacity {
    opacity: 1;
}

.profileSpan{
    height: 60px; 
    width: 60px; 
    line-height: 60px; 
    display: block;
    background: #E31837;
    color: #fff;
    text-align: center;
    font-size: 1.3rem;
}
@media screen and (max-width: 1400px) {
    .profileSpan{
        height: 40px; 
        width: 40px; 
        line-height: 40px; 
    }
}

.modalOpenMainClass{
    overflow: hidden !important;
    min-height: 50% !important;
    height: 50% !important;
}

#interview-location-div  .btn-check:focus+.btn, .btn:focus {
    outline: 0;
   border: 1px solid #F2F2F2;
    box-shadow: 0px 0px 8px 0px #0000001A;
}

#interview-location-div .btn-check:checked + label {
    color: #e31837 !important;
}