* {
    margin: 0px;
    padding: 0px;
    /* font-family: DM Sans; */
}

.s-container .wrapper {
    display: flex;
    /* flex-wrap: wrap; */
    background-color: #ededed;
    padding: 12px 0px;
    position: relative;
}

.a-item {
    background-color: white;
}

.popover-body {
    padding: 0px !important;
}

    .popover-body a {
        padding: 7px 12px !important;
    }

        .popover-body a:hover {
            background-color: var(--menuactive);
            color: white !important;
        }

#divCandidateInfoContainer i.fa.fa-money {
    color: rgba(165, 56, 96, 1);
}

#divCandidateInfoContainer i.fa.fa-inr {
    color: rgba(165, 56, 96, 1);
}
/* ------------------sidebar-nav-toggle------------------- */
/* The side navigation menu */

/* Position and style the close button (top right corner) */
.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}


/* -----------------header end ------------------------ */
#main-box {
    display: flex;
    position: relative;
}



/* ----------------------------main-box----------------------- */
#gallary-header {
    display: flex;
    flex-wrap: wrap;
    row-gap: 1rem;
}

.header-child-1 {
    flex: 3;
}

.header-child-2 {
    flex: 1;
}

#main-box i.fa.fa-caret-square-o-left {
    font-size: 2rem;
    display: none;
}

#b-item-right i.fa.fa-times {
    display: none;
}

#main-box a#home-tab,
#main-box a#profile-tab {
    border: none;
    background-color: #f4f4f8;
    padding: 0 8px;
}

ul#myTab {
    line-height: 5;
}

#gallary-top-sec h1 {
    margin: 0.5rem 0 0 0;
    color: black;
    font-size: 28px;
    font-weight: 500;
}

#gallary-top-sec .input-filters {
    display: flex;
    gap: 1rem;
    justify-content: space-around;
    flex-wrap: wrap;
}

#gallary-top-sec .input-group-text {
    background: white;
    border-left: none;
    font-size: 12px;
    border-color: #e5e6e7;
    border-radius: 0 10px 10px 0;
    color: gray;
}

#gallary-top-sec .input-group-text {
    height: 33px;
    background-color: #ededf5;
}

/*input#inlineFormInputGroup2 {
    background-color: #ededf5;
}*/

#gallary-top-sec .input-group-prepend {
    width: 24rem;
    /*position: absolute;
    right: 4rem;
    top: 1rem;*/
}

div#filters-main-box {
    /*display: flex;
    flex-wrap: wrap;*/
}

    div#filters-main-box > .input-filters {
        /*display: grid;*/
        grid-auto-flow: column;
        gap: 1rem;
        justify-content: start !important;
        padding: 1rem 0rem 0 1rem;
    }

#filters-main-box .input-group {
    max-width: 23rem;
}

.input-filters.fil-1 {
    flex: 2;
}

.input-filters.fil-2 {
    flex: 1;
}

input#inlineFormInputGroup2:focus {
    /* height: 33px; */
    border: 1px solid #e5e6e7;
}

.custom-control.custom-switch.filters-two {
    position: absolute;
    right: 1rem;
    top: 1rem;
}

#gallary-top-sec select.form-control, .filters-two {
    /* border-radius: 8px;*/
    height: 2.2rem;
    flex-basis: 6.9rem;
    cursor: pointer;
    font-size: 13px;
}

#gallary-top-sec input#inlineFormInputGroup2 {
    border-radius: 10px 0 0 10px;
    border-right: none;
    font-size: 13px;
}

/* ---------------------switch-Toggle--------------- */
/*#main-box .custom-switch{
    position: relative;
}*/
#main-box .custom-switch .custom-control-label::before {
    left: -2.25rem;
    width: 4.75rem;
    height: 2.2rem;
    pointer-events: all;
    border-radius: 0.5rem;
    background: #cdcadd;
    cursor: pointer;
}

#main-box .custom-switch .custom-control-label::after {
    top: calc(0.25rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(2.5rem - 4px);
    height: calc(2.5rem - 8px);
    background: white;
    cursor: pointer;
}

#main-box .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    -webkit-transform: translateX(2.3rem);
    transform: translateX(2.3rem);
}

#main-box .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #cdcadd;
    background-color: #cdcadd;
}

#main-box i.fa.fa-table {
    position: absolute;
    z-index: 2;
    font-size: 1rem;
    transform: translate(-21px, 8px);
}

.tabs-view i.fa.fa-bars {
    font-size: 21px;
}
/*#main-box i.fa.fa-bars {
    position: absolute;
    z-index: 2;
    font-size: 1rem;
    transform: translate(13px, 13px);
}*/
/* ---------------------toggle end----------------- */
select.form-control.active {
    background-color: #e9ecfe;
    color: #7981f4;
}

/*.nav-tabs .nav-link.active {
    color: #495057;
    border-bottom: #7e68eb 2px solid !important;
}*/

div#gallary-top-sec {
    background-color: #f6f6fa;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.form-control:focus,
.single-line:focus {
    border-color: aliceblue;
}

#b-item-left {
    flex: 4;
    /*height: 47rem;*/
    display: flex;
    /* overflow: auto;*/
    flex-direction: column;
}

#b-item-right {
    flex: 1;
    flex-shrink: 1;
}

div .img-gallary {
    display: flex;
    gap: 1rem;
    padding: 1rem 1rem 3rem 1rem;
    flex-wrap: wrap;
    background-color: #f6f6fa;
    flex-shrink: 1;
}

#main-box i.fa.fa-ellipsis-v {
    align-self: end;
    /* padding: 1rem 1rem 0 0;*/
    font-size: 14px; /*changed*/
    cursor: pointer !important;
}
/*For Search*/
.highlight {
    background-color: var(--topnavalt);
}

#divCandidateProfileList img {
    border-radius: 50%;
    width: 6rem;
    height: 6rem;
    object-fit: cover;
    margin: 12px auto;
    display: flex;
    border: 1px solid #dddddd;
}

#main-box .card-body {
    padding: 10px 0 0 0;
    cursor: auto;
}

#main-box h3.card-title {
    margin-bottom: 0.25rem;
    color: black;
    font-size: 13px;
    font-weight: 700;
}

#main-box p.card-text {
    color: #919191;
    font-size: 11px;
    margin-bottom: 5px;
}

.card.text-center:hover {
    cursor: pointer;
    box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
}

.card.text-center {
    /*flex: 1;
    flex-basis: 16rem;*/
    width: 17.9rem;
    border: none;
    border-radius: 4px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.prog-bar {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 10px;
    margin-bottom: 5px;
}

.progress {
    width: 0.3rem;
    height: 4px;
    margin-right: 5px;
}

.clock-icon {
    margin-right: 6px;
}

.card-footer.text-muted {
    background-color: #fbfbfd;
    border-radius: 0 0 1rem 1rem;
    display: flex;
    justify-content: center;
    padding: 5px;
    cursor: auto;
}

.card-footer h4.can-status-footer {
    max-width: 10rem;
    border-radius: 4px;
    padding: 3px 10px;
    font-weight: normal;
    font-size: 13px;
}

.sticky-tab-header .slider {
    bottom: 10px;
}

ul.no-text-list {
    list-style: none; /* Remove default bullets */
    padding: 0; /* Remove default padding */
    margin: 0; /* Remove default margin */
    display: flex; /* Display list items in a row */
}

.clr-blue {
    background-color: #1393ed !important;
}

li.no-text-item {
    width: 7px;
    height: 7px;
    background-color: darkgray;
    border-radius: 50%;
    margin-right: 5px;
}
/* ----------------------------main-box-end---------------------- */

/*Additional Class added as per Page Requirement*/
#IsActive {
    margin-right: 10px;
}

.img-circle {
    height: 125px;
    width: 125px;
    object-fit: cover;
}

.swal2-container {
    z-index: 2050 !important;
}

.iboxcustmarging {
    margin: 0px 100px;
}

.pagination {
    justify-content: center !important;
}

    .pagination a {
        color: #ffffff !important;
        padding: 6px 14px;
        transition: background-color .3s;
        background-color: rgb(0 0 0 / 70%);
        border-radius: 4px;
        /*font-weight: 600;*/
        font-size: 14px;
    }

        .pagination a:hover {
            background-color: rgb(0 0 0 / 90%);
            color: #fff !important;
        }

        .pagination a.activepage {
            background-color: #4CAF50;
            color: white;
            border: 1px solid #4CAF50;
        }

button#btnSearchCandidate {
    height: 35px;
}

.candidatecard .list-options {
    position: absolute;
    right: 20px;
    top: 30px;
    text-align: left;
    background: white;
    z-index: 10;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-radius: 4px;
}

    .candidatecard .list-options ul {
        padding: 6px;
        margin: 0;
        width: 11rem;
    }

.candidatecard a.catagory-opt {
    padding: 6px 5px;
    color: #676a6c;
    position: absolute;
    right: 5px;
    top: 4px;
    border-radius: 4px;
}
    .candidatecard a.catagory-opt:hover {
        background: #d3d3d3;
    }
.candidatecard .list-options ul li {
    line-height: 2;
    cursor: pointer;
    padding: 2px 6px;
}
    .candidatecard .list-options ul li:hover {
        background: #eeeeee;
    }
.candidatecard .list-options ul hr {
    margin: 0;
}

.candidatecard .list-opt-head {
    font-weight: 700;
    color: rgba(0, 0, 0, 1);
    padding: 5px 0 !IMPORTANT;
    display: block;
}
.candidatecard .closeOptList:hover {
    background-color: #dfdfdf;
    border-radius: 4px;
}
.candidatecard .list-options ul i.fa.fa-times {
    float: right;
    color: rgba(0, 0, 0, 1);
    padding: 5px;
    cursor: pointer;
}
/* ----------------------------Additional Page level End---------------------- */
