﻿

body {
    margin: 0px;
    padding: 0px;
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
}


.bg {
    background: url(../images/bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    /*  height: 428px;*/
    height: 445px;
    position: relative;
}


.bg2 {
    background: url(../images/bg2.png);
    background-repeat: no-repeat;
    background-size: cover;
    height: 428px;
    position: relative;
}



.bg3 {
    background: url(../images/bg3.png);
    background-repeat: no-repeat;
    background-size: cover;
    height: 428px;
    position: relative;
}


.bg4 {
    background: url(../images/bg4.png);
    background-repeat: no-repeat;
    background-size: cover;
    height: 428px;
    position: relative;
}


.search_container {
    position: relative;
    /*  top: 81px;*/
    width: 100%;
    background-color: white;
    box-shadow: rgb(0 0 0 / 30%) 0px 2px 15px 0px;
    border-radius: 50px;
    padding: 25px 30px;
}


.banner-title {
    font-size: 51px;
    color: #000000;
    padding-top: 75px;
    font-weight: 500;
    padding-top: 30px;
    padding-bottom: 11px;
}

.navbar-toggler-icon:before{
    background-image:url()
}


@media only screen and (max-width: 1024px) {
    .column {
        width: 245px;
    }

        .column a {
            font-size: 23px;
            margin-top: 20px;
        }

    .column2 {
        width: 345px;
    }

        .column2 a {
            font-size: 23px;
            margin-top: 20px;
        }
}


.br_radius {
    border-radius: 25px;
}

/* <accordion> */

.accordion {
    padding: 13px 0px 30px 0px;
    border-radius: 1rem;
    background: white;
    /* box-shadow: 0 0 1rem lightgrey;*/
}

.accordion__heading {
    margin-bottom: 1rem;
    padding: 0 1.4rem;
}

.accordion__item:not(:last-child) {
    border-bottom: 1px solid lightgrey;
}

.accordion-new {
    padding: 35px 40px 0 0;
}

.accordion__btn {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 15px;
    background: white;
    border: none;
    outline: none;
    color: var(--color-text);
    font-size: 15px;
    text-align: left;
    cursor: pointer;
    transition: 0.1s;
}

    .accordion__btn:hover {
        color: var(--color-purple);
        background: hsl(0deg 0% 94%);
    }

.accordion__item--active .accordion__btn {
    color: var(--color-purple);
    border-bottom: 2px solid var(--color-purple);
    background: hsl(248, 53%, 97%);
}

.fa-lightbulb {
    padding-right: 1rem;
}

.accordion__icon {
    border-radius: 50%;
    transform: rotate(0deg);
    transition: 0.3s ease-in-out;
    opacity: 0.9;
}

.accordion__item--active .accordion__icon {
    transform: rotate(135deg);
}

.accordion__content {
    font-weight: 300;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    color: var(--color-text-muted);
    transform: translateX(16px);
    transition: max-height 0.5s ease, opacity 0.5s, transform 0.5s;
}

    .accordion__content p {
        padding: 1rem 1.8rem;
    }

.accordion__item--active .accordion__content {
    opacity: 1;
    transform: translateX(0px);
    max-height: 100vh;
}

/* <.resetspan> */
.resetspan {
    padding: 10px;
    color: #2E1717;
    font-size: 17px;
}

.job-found h4 {
    font-size: 22px;
    font-weight: 500;
    color: #2E1717;
}

.job-found {
    padding: 42px 0px 5px;
}

.sub-card {
    /* background-color: #F8FAFF; */
    padding: 15px 20px;
}

    .sub-card:hover {
        background-color: #EDF0EF;
        border-radius: 50px;
    }


.newcard {
    border: none;
    /*box-shadow: rgb(0 0 15 / 19%) 1px 2px 10px -1px;*/
    margin-bottom: 10px;
}

.exe-date {
    padding-left: 10px;
}

.link-add {
    padding: 2px 13px;
    background-color: #EFEFEF;
    font-size: 15px;
    color: #000000 !important;
    border-radius: 50px;
}

a {
    text-decoration: none !important;
}

.num-link {
    font-size: 15px;
    color: #111B30;
}

.card-title {
    font-size: 19px;
    font-weight: 500;
    color: #010816;
    padding-bottom: 3px;
}

    .card-title span {
        font-size: 13px;
        color: #1965FF;
        font-weight: 500;
    }

.search-text {
    border: none;
    border-bottom: 1px solid #BCBCBC;
}

.Select-sector {
    width: 100%;
    height: 37px;
    border: none;
    border-bottom: 1px solid #BCBCBC;
}

.find-btn {
    padding: 10px 40px;
    color: #fff;
    background-color: #37b678;
    border-color: #37b678;
    border-radius: 50px;
    margin-left: 25px;
}

    .find-btn:hover {
        color: #fff;
        background-color: #37b678;
        border-color: #37b678;
    }

.new-bg {
    padding: 0px;
}

.head-menu {
    font-size: 17px;
    color: #000000;
    font-family: roboto;
}

.nav-item {
    padding: 0px 20px;
}

    .nav-item:active {
        border-top: 3px solid #4352FE;
    }

.job_list {
    font-size: 15px;
    color: #37b678;
}


.profile_title {
    font-size: 27px;
    font-weight: bold
}

.complete_now {
    padding: 5px 19px;
    color: #fff;
    background-color: #37b678;
    border-color: #37b678;
    border-radius: 50px;
    margin-left: 1px;
    display: block;
}

    .complete_now:hover {
        background-color: #37b678;
        color: white;
    }

.completed {
    padding: 5px 19px;
    color: #fff;
    background-color: #349762;
    border-color: #349762;
    border-radius: 50px;
    margin-left: 1px;
}


    .completed:hover {
        background-color: #097a3e;
        color: white;
    }



.resume_view_btn {
    color: #37b678;
    font-weight: 600;
    font-size: 18px;
    text-decoration: underline !important;
    cursor: pointer;
}

  


.border_dotted {
    border: 2px dashed #d3d3d3 !important;
    border-radius: 16px;
}

.fa-phone:before {
    margin-right: 10px;
}

.mb {
    margin-bottom: 10px;
}

.mt {
    margin-top: 24px;
}

.mt-60 {
    margin-top: 60px;
}

.mr {
    margin-right: 10px;
}

.img {
    width: 160px; position:absolute; height:160px;
   
    
}

    .img:hover {
        background-color: white;
        opacity: 0.5;
    }

.alert {
    padding: 7px !important;
    box-shadow: rgb(0 0 0 / 12%) 0px 2px 4px 0px;
    background-color: white;
    border: 1px solid #f3f3f3;
}


/* MULTISELECTION DROPDOWNMENU START */
span.multiselect-native-select {
    position: relative
}

    span.multiselect-native-select select {
        border: 0 !important;
        clip: rect(0 0 0 0) !important;
        height: 1px !important;
        margin: -1px -1px -1px -3px !important;
        overflow: hidden !important;
        padding: 0 !important;
        position: absolute !important;
        width: 1px !important;
        left: 50%;
        top: 30px;
    }

.multiselect-container {
    position: absolute;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

    .multiselect-container .input-group {
        margin: 5px;
    }

    .multiselect-container .multiselect-reset .input-group {
        width: 93%;
    }

    .multiselect-container > li {
        padding: 0;
    }

        .multiselect-container > li > a.multiselect-all label {
            font-weight: 700;
        }

        .multiselect-container > li.multiselect-group label {
            margin: 0;
            padding: 3px 20px;
            height: 100%;
            font-weight: 700;
        }

        .multiselect-container > li.multiselect-group-clickable label {
            cursor: pointer;
        }

        .multiselect-container > li > a {
            padding: 0;
        }

            .multiselect-container > li > a > label {
                margin: 0;
                height: 100%;
                cursor: pointer;
                font-weight: 400;
                padding: 3px 20px 3px 40px;
            }

                .multiselect-container > li > a > label.checkbox,
                .multiselect-container > li > a > label.radio {
                    margin: 0;
                }

                .multiselect-container > li > a > label > input[type=checkbox] {
                    margin-bottom: 0px;
                }

.btn-group > .btn-group:nth-child(2) > .multiselect.btn {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.form-inline .multiselect-container label.checkbox,
.form-inline .multiselect-container label.radio {
    padding: 3px 20px 3px 40px;
}

.form-inline .multiselect-container li a label.checkbox input[type=checkbox],
.form-inline .multiselect-container li a label.radio input[type=radio] {
    margin-left: -20px;
    margin-right: 0;
}

.multiselect-item .checkbox > input,
.multiselect-container .checkbox > input {
    position: relative;
    z-index: 0;
    opacity: 10;
    margin-right: 5px;
}

.multiselect-container > li > a > label {
    padding: 3px 10px;
    color: #595b66 !important;
    font-size: 12px;
}

.btn-multi-selection {
    color: #595b66 !important;
    border: 1px solid #999999 !important;
    background-color: #fff !important;
    text-align: left;
}

.multiselect-container {
    height: 150px;
    width: 100%;
    overflow-y: scroll;
}

.multiselect-native-select .btn-group {
    width: 100%;
    text-align: left;
}

.btn.btn-multi-selection::after {
    right: 10px;
    top: 9px;
    position: absolute;
}

.multiselect-native-select .btn.dropdown-toggle {
    border-radius: 4px;
    text-align: left
}

/* MULTISELECTION DROPDOWNMENU START */
.next-btn {
    margin-top: 30px;
    padding: 5px 10px !important;
    max-width: 90px !important;
}

.new-file {
    padding: 0px 25px;
}

.btn.btn-default {
    color: #B5B5C3;
    background-color: #F3F6F9;
    border-color: #F3F6F9;
}


.portal-icon i {
    font-size: 30px;
    padding-right: 10px;
}

.full-time {
    margin-right: 8px;
}

.card-text {
    padding-left: 15px;
}

.text-muted a {
    color: #8E8E8E;
    font-weight: 400;
}

.job-location, i {
    color: #000000;
}

.btn-check:active + .btn-warning:focus, .btn-check:checked + .btn-warning:focus, .btn-warning.active:focus, .btn-warning:active:focus, .show > .btn-warning.dropdown-toggle:focus {
    box-shadow: none !important;
}

.nav-link.active {
    background-color: inherit;
    border-top: 3px solid #37b678;
    color: #000;
    line-height: 1;
}

.navbar {
    padding-top: 0px;
}


.card-title a {
    color: #010816 !important;

    border-bottom: 1px solid blue;
}


.error-message {
    background-color: #ffe1e0;
    color: #cb0804;
    font-size: 11px;
    font-weight: normal;
    line-height: 16px;
    border-radius: 4px;
    padding: 2px 7px;
    position: absolute;
    z-index: 1;
    /*/right: 0px;
    /*/
}

    .error-message::before {
        content: "";
        position: absolute;
        top: -7px;
        /*        right: 18px;*/
        left: 18px;
        border-style: solid;
        border-width: 0px 7px 7px;
        border-color: #ffe1e0 transparent;
        display: block;
        width: 0;
        z-index: 0;
    }


.document-card-outer {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 10px;
    margin-bottom: 15px;
    padding: 5px;
}

    .document-card-outer div.document-cards h3 {
        font-size: 20px;
        color: #fff;
        font-weight: 500;
        line-height: 26px;
        padding: 0px;
        margin: 0px 0px 2px;
    }

    .document-card-outer div.document-cards span.data-items {
        font-size: 13px;
        color: #fff;
        font-weight: 400;
        line-height: 14px;
        display: inline-block;
        width: 100%;
        margin-bottom: 3px;
    }

    .document-card-outer div.document-cards {
        position: relative;
        overflow: hidden;
        background-color: #fff;
        border-bottom: 10px solid #0d6efd;
    }



        .document-card-outer div.document-cards .btn-section .small-btn-group {
            display: flex;
            flex-flow: row-reverse;
        }

            .document-card-outer div.document-cards .btn-section .small-btn-group .btn.btn-icon,
            .document-card-outer div.document-cards .btn-section .small-btn-group .file-upload {
                float: none;
                display: inline-block;
                background-color: #f8f8f9;
                border: solid 1px #efeff4;
            }

                /*  .document-card-outer div.document-cards .btn-section .small-btn-group .btn.btn-icon i::before,
                .document-card-outer div.document-cards .btn-section .small-btn-group .file-upload label::before {
                    color: #000 !important;
                }*/

                .document-card-outer div.document-cards .btn-section .small-btn-group .btn.btn-icon.btn-view {
                    background-color: #3895d3;
                    border-color: #3895d3;
                    width: 26px;
                    height: 27px;
                    text-align: center;
                    padding: 0px !important;
                }

                .document-card-outer div.document-cards .btn-section .small-btn-group .btn.btn-icon.btn-delete {
                    background-color: #d10000;
                    border-color: #d10000;
                    width: 26px;
                    height: 27px;
                    text-align: center;
                    padding: 0px !important;
                }

.btn.btn-icon.btn-big {
    width: 26px;
    height: 27px;
    text-align: center;
    padding: 0px !important;
}

.document-card-outer div.document-cards .btn-section .small-btn-group .btn.btn-icon.btn-delete i::before,
.document-card-outer div.document-cards .btn-section .small-btn-group .btn.btn-icon.btn-view i::before,
.btn.btn-icon.text-color-white i::before {
    color: #fff !important;
}

.aadhar-card {
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    border-radius: 10px;
    padding: 20px 20px 5px;
}

.aadhar-card-top {
    padding: 0px;
    margin-bottom: 10px;
}

.aadhar-details-outer {
    padding: 13px 0 0;
    display: flex;
}

    .aadhar-details-outer .aadhar-img {
        padding: 0px 0px 0px 0px;
        border: solid 1px #333;
    }

/*.aadhar-details {
    padding: 0px 0px 0px 10px;
}*/

.aadhar-details span.aadhar-name {
    font-size: 12px;
    font-weight: 500;
    color: #707070;
    display: inline-block;
    width: 100%;
    margin-bottom: 2px;
}

.new-doctype {
    padding-top: 15px;
}

.aadhar-details span.aadhar-number {
    font-size: 17px;
    font-weight: 600;
    color: #000;
    display: inline-block;
    width: 100%;
}

.aadhar-details span.date {
    font-size: 12px;
    font-weight: 500;
    color: #000;
    display: inline-block;
    width: 100%;
}

.new-plus {
    font-size: 14px !important;
    display: flex !important;
    justify-content: center;
    align-items: center;
    height: 100%;
    color: #fff !important;
}

.aadhar-details-outer .aadhar-qr-code {
    padding-top: 30px;
}

.document-card-outer div.document-cards.aadhar-card .btn-section {
    background: url(../images/aadhar-bottom.jpg) center 10px no-repeat;
    border-top: 2px solid #e33e0c;
    padding: 10px 0px 0px 0px;
    margin-top: 10px;
}

.lable-left {
    display: inline-block;
    float: left;
    font-size: 12px;
    color: #333;
    padding-top: 10px;
    padding-right: 5px;
}


.pan-card-details {
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    border-radius: 10px;
    padding: 20px 20px 5px;
    /*background: url(../images/pan-card-bg.jpg) center top no-repeat;*/
    /*background-size: cover;*/
}

    .pan-card-details span.pan-name {
        font-size: 12px;
        font-weight: 500;
        color: #707070;
        display: inline-block;
        width: 100%;
        margin-bottom: 2px;
    }

    .pan-card-details span.pan-number {
        font-size: 17px;
        font-weight: 600;
        color: #000;
        display: inline-block;
        width: 100%;
        /*margin-top: 10px;*/
    }

.pancard-pt {
    padding: 13px 0 0;
}

/* .pan-card-details span.date {
        font-size: 12px;
        font-weight: 500;
        color: #000;
        display: inline-block;
        width: 100%;
    }*/

/*.pan-card-details .btn-section {
        margin-top: 10px;
    }*/

.driving-license-details {
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    border-radius: 10px;
    padding: 20px 20px 5px;
    /*background: url(../images/driving-license-img.jpg) center top no-repeat;*/
    /*background-size: cover;*/
}

    .driving-license-details span.license-name {
        font-size: 12px;
        font-weight: 500;
        color: #707070;
        display: inline-block;
        width: 100%;
        /*margin-bottom: 10px;*/
    }

    .driving-license-details span.license-number {
        font-size: 17px;
        font-weight: 600;
        color: #000;
        display: inline-block;
        width: 100%;
    }


    .driving-license-details span.date {
        font-size: 11px;
        font-weight: 500;
        /*color: #000;*/
        display: block;
        width: 50%;
        float: left;
        padding-bottom: 10px;
    }

    .driving-license-details .btn-section {
        margin-top: 10px;
    }

.passport-details {
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    border-radius: 10px;
    padding: 20px 20px 5px;
    /*background: url(../images/passport-img.jpg) center top no-repeat;*/
    /*background-size: cover;*/
}

    .passport-details span.passport-name {
        font-size: 12px;
        font-weight: 500;
        color: #707070;
        display: inline-block;
        width: 100%;
        /*margin-bottom: 5px;*/
    }

    .passport-details span.passport-number {
        font-size: 17px;
        font-weight: 600;
        color: #000;
        display: inline-block;
        width: 100%;
        /* margin-top: 5px;*/
    }

    .passport-details span.date {
        font-size: 11px;
        font-weight: 500;
        /*color: #000;*/
        display: block;
        width: 50%;
        float: left;
        padding-bottom: 10px;
    }

    .passport-details .btn-section {
        /*margin-top: 50px;*/
    }
/*.fa-plus {
    color: #0d5daf !important;
}*/
.document-icon {
    font-size: 25px !important;
    color: #7e8299 !important;
}

.ahar-text {
    padding-left: 10px;
    font-size: 21px;
    padding-top: 1px;
}
/* ====================================================
                   SLIDER START
======================================================== */




/* ====================================================
                   TABLE SECTION START
======================================================== */
.ihits-table table .btn.btn-default,
.ihits-table table .btn.btn-cancel,
.ihits-table table .btn.btn-default-outline {
    min-width: auto;
}

.ihits-table table tr td h5 {
    margin: 0px;
}

.ihits-table table .input-group-text {
    border: none;
}

.ihits-table .table th,
.ihits-table .table td {
    padding: 5px 10px !important;
}

.ihits-table table a,
a:not([href]):not([class]) {
    color: #187DE4;
    cursor: pointer;
}

.ihits-table table tr.table-dark a {
    color: #7C8DA7;
}

.ihits-table table a:hover {
    color: #004286;
}

.newdaily {
    width: 50px;
}

.ihits-table table tbody tr td,
.table tbody tr th {
    font-weight: normal !important;
}

.ihits-table table tr.table-success th,
.ihits-table table tr.table-success td {
    padding: 8px 10px !important;
    border: solid 1px #bee4e2 !important;
    background-color: #def8f7 !important;
}

.ihits-table .table-success,
.ihits-table .table-success > th,
.ihits-table .table-success > td {
    padding: 5px 10px;
    border-top: solid 1px #85cecb;
}

.ihits-table.table-bordered tr.table-success {
    border: 1px solid #88e1dd !important;
}

.ihits-table.table-border > table {
    /*border: 1px solid #EBEDF3;*/
    width: 100%;
    color: #3F4254;
    table-layout: fixed;
    border: none !important;
}

.ihits-table.table-border table thead tr th {
    padding: 10px 7px;
    padding: 12px 13px;
    font-weight: 500;
}

.ihits-table.table-border.table-head-small table thead tr th {
    padding: 7px 10px;
}

.ihits-table.table-border table tbody tr td {
    padding: 4px 7px;
    font-size: 12px;
}

.ihits-table.table-border table thead tr th,
.ihits-table.table-border table tbody tr td {
    /*    border: 1px solid #EBEDF3;
*/ border-bottom: none;
    line-height: 15px;
}

.ihits-table.table-border table thead tr.table-danger th,
.ihits-table.table-border table tbody tr.table-danger td {
    border: 1px solid #ecbabf;
    border-bottom: none;
    line-height: 15px;
}

.ihits-table.table-border table thead tr:last-child.table-danger th,
.ihits-table.table-border table tbody tr:last-child.table-danger td {
    border-bottom: 1px solid #ecbabf !important;
}

.ihits-table.pd-2.table-border table thead tr th,
.ihits-table.pd-2.table-border table tbody tr td {
    padding: 5px 2px !important;
    font-size: 11px;
}

.ihits-table.odd-even table .ihits-table tbody tr,
.ihits-table.odd-even table .ihits-table tbody tr:nth-child(even) {
    background-color: #fff;
}

.ihits-table .ihits-table tbody tr.table-gray:hover {
    background-color: #EBEDF3 !important;
}

/* Table Scroll Style Start */

.ihits-table.horizontl-scroll {
    overflow-x: scroll;
}

.vertical-scroll-90-per {
    position: relative;
    width: 100%;
    z-index: 1;
    margin: auto;
    overflow: auto;
    height: 80%;
}

.vertical-scroll-80-per {
    height: 50%;
}

.vertical-scroll-90-per tfoot,
.vertical-scroll-90-per tfoot th,
.vertical-scroll-90-per tfoot td {
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
    background: #666;
    color: #fff;
    z-index: 4;
}

.vertical-scroll-450px thead th {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
}

.vertical-scroll-450px {
    position: relative;
    width: 100%;
    z-index: 1;
    margin: auto;
    overflow: auto;
    height: 450px;
}

    .vertical-scroll-90-per tfoot,
    .vertical-scroll-90-per tfoot th,
    .vertical-scroll-90-per tfoot td,
    .vertical-scroll-450px tfoot,
    .vertical-scroll-450px tfoot th,
    .vertical-scroll-450px tfoot td {
        position: -webkit-sticky;
        position: sticky;
        bottom: 0;
        background: #666;
        color: #fff;
        z-index: 4;
    }

.vertical-scroll-90-per thead th {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
}

.ihits-table.vertical-scroll-80 tbody,
.ihits-table .ihits-table.vertical-scroll-80 tbody,
.ihits-table.vertical-scroll-90 tbody,
.ihits-table .ihits-table.vertical-scroll-90 tbody,
.ihits-table.vertical-scroll-100 tbody,
.ihits-table .ihits-table.vertical-scroll-100 tbody,
.ihits-table.vertical-scroll-150 tbody,
.ihits-table.vertical-scroll-180 tbody,
.ihits-table.vertical-scroll-200 tbody,
.ihits-table .ihits-table.vertical-scroll-200 tbody,
.ihits-table.vertical-scroll-250 tbody,
.ihits-table.vertical-scroll-300 tbody,
.ihits-table.vertical-scroll-325 tbody,
.ihits-table.vertical-scroll-350 tbody,
.ihits-table.vertical-scroll-375 tbody,
.ihits-table.vertical-scroll-400 tbody,
.ihits-table.vertical-scroll-450 tbody,
.ihits-table.vertical-scroll-500 tbody {
    display: block;
    height: 96px;
    overflow-y: scroll;
}

.ihits-table.vertical-scroll-80 tbody {
    height: 80px;
}

.ihits-table.vertical-scroll-90 tbody {
    height: 90px;
}

.ihits-table.vertical-scroll-100 tbody {
    height: 100px;
}

.ihits-table .ihits-table.vertical-scroll-100 tbody {
    height: 100px;
}

.ihits-table.vertical-scroll-150 tbody {
    height: 150px;
}

.ihits-table.vertical-scroll-180 tbody {
    height: 170px;
}

.ihits-table.vertical-scroll-200 tbody {
    height: 210px;
}

.ihits-table.vertical-scroll-250 tbody {
    height: 250px;
}

.ihits-table.vertical-scroll-300 tbody {
    height: 300px;
}

.ihits-table.vertical-scroll-325 tbody {
    height: 325px;
}

.ihits-table.vertical-scroll-350 tbody {
    height: 350px;
}

.ihits-table.vertical-scroll-375 tbody {
    height: 375px;
}

.ihits-table.vertical-scroll-400 tbody {
    height: 400px;
}

.ihits-table.vertical-scroll-450 tbody {
    height: 450px;
}

.ihits-table.vertical-scroll-500 tbody {
    height: 500px;
}

    .ihits-table.vertical-scroll-80 tbody tr,
    .ihits-table.vertical-scroll-80 thead,
    .ihits-table.vertical-scroll-90 thead,
    .ihits-table.vertical-scroll-90 tbody tr,
    .ihits-table.vertical-scroll-100 thead,
    .ihits-table.vertical-scroll-100 tbody tr,
    .ihits-table.vertical-scroll-150 thead,
    .ihits-table.vertical-scroll-150 tbody tr,
    .ihits-table.vertical-scroll-180 thead,
    .ihits-table.vertical-scroll-180 tbody tr,
    .ihits-table.vertical-scroll-200 thead,
    .ihits-table.vertical-scroll-200 tbody tr,
    .ihits-table.vertical-scroll-250 thead,
    .ihits-table.vertical-scroll-250 tbody tr,
    .ihits-table.vertical-scroll-300 thead,
    .ihits-table.vertical-scroll-300 tbody tr,
    .ihits-table.vertical-scroll-325 thead,
    .ihits-table.vertical-scroll-325 tbody tr,
    .ihits-table.vertical-scroll-350 thead,
    .ihits-table.vertical-scroll-350 tbody tr,
    .ihits-table.vertical-scroll-375 thead,
    .ihits-table.vertical-scroll-375 tbody tr,
    .ihits-table.vertical-scroll-400 thead,
    .ihits-table.vertical-scroll-400 tbody tr,
    .ihits-table.vertical-scroll-450 thead,
    .ihits-table.vertical-scroll-450 tbody tr,
    .ihits-table.vertical-scroll-500 thead,
    .ihits-table.vertical-scroll-500 tbody tr {
        display: table;
        width: 100%;
        table-layout: fixed;
    }

.ihits-table.vertical-scroll-80 thead,
.ihits-table.vertical-scroll-90 thead,
.ihits-table.vertical-scroll-100 thead,
.ihits-table.vertical-scroll-180 thead,
.ihits-table.vertical-scroll-200 thead,
.ihits-table.vertical-scroll-250 thead,
.ihits-table.vertical-scroll-300 thead,
.ihits-table.vertical-scroll-325 thead,
.ihits-table.vertical-scroll-350 thead,
.ihits-table.vertical-scroll-375 thead,
.ihits-table.vertical-scroll-400 thead,
.ihits-table.vertical-scroll-450 thead,
.ihits-table.vertical-scroll-500 thead {
    width: calc(100% - .8em)
}

.ihits-table ::-webkit-scrollbar {
    width: 5px;
}

/*.ihits-table ::-webkit-scrollbar-track {
    background: #f1f1f1;
}*/

.ihits-table ::-webkit-scrollbar-thumb {
    background: #E9E9E9;
}

    .ihits-table ::-webkit-scrollbar-thumb:hover {
        background: #555;
    }
/* Table Scroll Style End */
.ihits-table.table-border table tbody tr td {
    padding: 4px 7px;
    /*  font-size: 11px;*/
    font-size: 12px;
    font-weight: 400 !important;
    color: #000;
}

.table-gray {
    background-color: #EBEDF3;
}

    .table-gray:hover {
        background-color: #EBEDF3 !important;
    }


.table-light, .table-light > th, .table-light > td {
    background-color: #EDF0EF !important;
}

/* ====================================================
                   TABLE SECTION END
======================================================== */


/* ====================================================
                   BUTTON STYLE START
======================================================== */

.btn.btn-download,
.btn.btn-download-small {
    background-color: #44aa00;
    color: #fff;
}



.btn.btn-normal {
    background-color: #f8f8f9;
    border: solid 1px #efeff4;
    color: #000;
    margin-top: 6px;
    margin-left: 6px;
    padding: 2px 7px;
}

    .btn.btn-normal.active {
        background-color: var(--blue-color-theme);
        border: solid 1px var(--blue-color-theme);
        ;
    }

    .btn.btn-normal i {
        color: #000;
        padding-right: 0px;
    }

    .btn.btn-normal.active i {
        color: #fff;
    }

    .btn.btn-normal i::before {
        font-size: 14px !important;
    }

.btn.btn-download::after {
    content: "\f019";
    color: #fff;
    font-size: 12px;
    margin-left: 10px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-style: normal;
}

.btn.btn-download:hover,
.btn.btn-download-small:hover {
    background-color: #0a8700;
}

.btn.btn-upload::after {
    content: "ï‚“";
    color: #fff;
    font-size: 12px;
    margin-left: 10px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-style: normal;
}

.btn.btn-icon.btn-lg,
.btn-group-lg > .btn.btn-icon {
    height: 30px;
}


.btn.dropdown-toggle {
    line-height: 10px;
    height: 32px;
    background-color: #999999;
    border-color: #999999;
    color: #fff;
}

.btn.btn-icon,
.small-btn-group .file-upload {
    width: 20px;
    height: 20px;
    border-radius: 4px;
    /*padding-right: inherit !important;*/
    /*padding-left: inherit !important;*/
    float: left;
    margin-right: 5px;
}

    .btn.btn-icon.big-btn,
    .small-btn-group .file-upload.big-btn {
        width: 30px;
        height: 30px;
    }

    .small-btn-group .file-upload label {
        padding-top: 3px;
        font-size: 13px !important;
    }

        .small-btn-group .file-upload label:before {
            color: #fff !important;
        }

.fa-angle-double-right:before {
    content: "\f101";
    color: #fff;
}

.btn i {
    padding-right: 10px;
}

    .btn i::before {
        font-size: 12px;
    }

.btn.add-profile i::before {
    font-size: 12px !important;
}

.topbar-item .btn.btn-icon i::before {
    font-size: 14px !important;
    color: #000 !important;
}

.btn {
    padding: 4px 10px !important;
}

    .btn.btn-small {
        padding: 3px 7px;
        font-size: 12px;
    }

        .btn.btn-small i {
            font-size: 12px !important;
            padding: 0px;
            padding-right: 4px;
        }

            .btn.btn-small i::before {
                font-size: 14px !important;
            }

/*   .btn.btn-icon i::before {
        font-size: 26px !important;
        color: #0092d9 !important;
    }*/

.cancel-btn::before {
    font-size: 12px !important;
    color: red !important;
}

.btn.btn-icon i.black::before {
    color: #000 !important;
}

.btn.btn-icon i.fa-times::before,
.btn.btn-icon i.fa-check::before {
    font-size: 10px !important;
}

.btn.btn-default,
.btn.btn-cancel,
.btn.btn-default-outline,
.btn.btn-secondary {
    min-width: 100px;
}

.btn.btn-default {
    color: #ffffff !important;
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 30px;
    background-color: #37b678 !important;
}

.fa-trash-o::before {
    font-size: 17px !important;
    color: #fff !important;
}

.fa-pencil-square-o::before {
    font-size: 26px !important;
    color: #0092d9 !important;
}

.btn.btn-cancel {
    background-color: #e4e6ef;
    color: #000;
    padding-left: 20px;
    padding-right: 20px;
}

.btn.btn-default i {
    color: #fff !important;
}

.btn.btn-default:hover,
.btn.btn-default:focus {
    color: #ffffff !important;
}

/* Small Button With Icon Statr */
.btn.btn-view,
.btn.btn-icon.btn-eye,
.btn.btn-icon.btn-plus,
.small-btn-group .file-upload {
    background-color: #3699FF;
    border-color: #3699FF;
}

.btn.btn-icon.btn-edit {
    background-color: #efeff4;
    border-color: #efeff4;
}

.btn.btn-view:hover,
.btn.btn-icon.btn-eye:hover,
.btn.btn-icon.btn-plus:hover,
.small-btn-group .file-upload:hover,
.successor-profile-img .view-profile:hover {
    background-color: #0064ca;
    border-color: #0064ca;
}

.btn.btn-icon.btn-default.icon-only i:before,
.btn.btn-icon.btn-edit.icon-only i:before,
.btn.btn-icon.btn-eye.icon-only i:before,
.btn.btn-icon.btn-plus.icon-only i:before,
.small-btn-group .file-upload.icon-only i:before {
    color: #3699FF !important;
    font-size: 12px !important;
}

.btn.btn-icon.btn-default.icon-only i:before {
    color: #444 !important;
}

.btn.add-profile {
    border-radius: 50px;
    height: 33px;
    padding-top: 6px;
    color: #fff;
}

    .btn.add-profile span {
        background-color: #fff;
        display: inline-block;
        width: 24px;
        height: 24px;
        border-radius: 50px;
        position: relative;
        top: -3px;
        left: -6px;
        text-align: center;
    }

    .btn.add-profile i {
        padding-right: 0px;
        padding-top: 4px;
    }

.btn-success {
    color: #fff;
    background-color: #198754 !important;
    border-color: #198754 !important;
}


.btn.btn-icon.btn-delete {
    background-color: #d10000;
    border-color: #d10000;
}

.addnewbtn {
    border-radius: 2px;
}

.btn.btn-icon.btn-delete.border-only {
    background-color: transparent;
    color: #d10000 !important;
    border: solid 1px #d10000;
}



.btn.btn-icon.btn-delete:hover {
    background-color: #8d0000;
    border-color: #8d0000;
}

.btn.btn-icon.btn-close i::before {
    color: #d10000 !important;
    font-size: 11px !important;
}

.round-icon {
    width: 40px;
    height: 40px;
    background-color: #219993f7;
    border-radius: 50%;
    float: right;
}

.new-plus {
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    color: #fff;
}

.btn.btn-icon.btn-tick i::before {
    color: #00890c !important;
    font-size: 11px !important;
}

.btn.btn-icon.border-radius {
    border-radius: 100px;
}

.btn.btn-icon.btn-default.icon-only,
.btn.btn-icon.btn-edit.icon-only,
.btn.btn-icon.btn-eye.icon-only,
.btn.btn-icon.btn-plus.icon-only,
.small-btn-group .file-upload.icon-only,
.btn.btn-icon.btn-delete.icon-only,
.btn.btn-icon.btn-view.icon-only {
    background-color: #f8f8f9;
    border: solid 1px #efeff4;
    width: 20px;
    height: 20px;
    border-radius: 4px;
    padding-right: 0px !important;
    padding-left: 0px !important;
    float: left;
    margin-right: 3px;
    margin-left: 3px;
}


.btn.btn-icon.icon-only:hover {
    background-color: #efeff4 !important;
    border: solid 1px #efeff4 !important;
}

.btn.btn-icon.btn-delete.icon-only i::before {
    color: #fc0000 !important;
    font-size: 11px !important;
    line-height: 14px;
}

.btn.btn-icon.btn-edit.icon-only i::before {
    color: #fa9403 !important;
    font-size: 13px !important;
    line-height: 14px;
}

.btn.btn-icon.btn-view.icon-only i::before {
    color: #0060ad !important;
    font-size: 11px !important;
    line-height: 14px;
}

.btn.btn-icon.btn-tick.icon-only i::before {
    color: #00890c !important;
    font-size: 14px !important;
}

.btn.btn-view {
    font-size: 10px;
    color: #fff;
    padding: 1px 7px;
}

    .btn.btn-view i::before {
        font-size: 12px ;
        color: #fff;
    }

.addplus {
    color: var(--blue-color-theme) !important;
}
/* ====================================================
                   BUTTON STYLE END
======================================================== */















/* ====================================================
                   SLIDER START
======================================================== */
.slider-open.p-10 {
    padding: 10px 30px 20px !important;
}

.slider-open .main-title {
    margin: 0px 0px 8px 0px !important;
}

.slider-open input {
    height: 30px;
    padding: 5px 10px;
}

.slider-open .form-group {
    margin-bottom: 10px;
}

.slider-open .file-upload-wrap .btn.btn-upload {
    background-color: #e4e9ee;
    border: #e4e9ee;
    color: #000;
}

    .slider-open .file-upload-wrap .btn.btn-upload::before {
        color: #000;
    }

.slider-open .file-upload-wrap .image-input,
.slider-open .file-upload-wrap .image-input .image-input-wrapper {
    width: 100%;
    height: 120px;
    border: none;
    box-shadow: none;
    border-radius: 0px;
}

.slider-open .file-upload-wrap .image-input {
    border: dotted 2px #abb2b9;
    background-color: #f3f6f9;
}


    .slider-open .file-upload-wrap .image-input [data-action="change"] {
        cursor: pointer;
        position: absolute;
        right: 0px;
        top: 0px;
        text-align: center;
    }

    .slider-open .file-upload-wrap .image-input i.fa-cloud-upload {
        padding-top: 36px;
        font-size: 50px !important;
    }



.slider-open .file-upload-wrap .btn.btn-icon i::before {
    color: #000 !important;
    font-size: 8px !important;
}

.close-outer {
    display: inline-block;
    width: 100%;
    text-align: right;
    position: relative;
    top: -8px;
}

.btn-slider-close {
    background-color: #f3f6f9;
    width: 24px;
    height: 24px;
    padding: 1px 6px;
    text-align: center;
    float: right;
}


.slider-open .file-remove-btn {
    z-index: 3;
}

.slider-open .profile-header {
    padding: 10px 0px !important;
}

    .slider-open .profile-header .header-profile-name {
        font-size: 15px;
    }

        .slider-open .profile-header .header-profile-name span {
            font-size: 11px;
        }

.slider-open .image-input .image-input-wrapper {
    width: 55px;
    height: 55px;
}

.border-btm-line {
    border-bottom: 1px solid #EBEDF3;
    padding: 5px 0px;
}

.slider-open {
    position: fixed;
    height: 100%;
    overflow-x: hidden;
    overflow-y: scroll;
}

    .slider-open::-webkit-scrollbar {
        width: 2px;
    }

    .slider-open::-webkit-scrollbar-track {
        background: #f1f1f1;
    }

    .slider-open::-webkit-scrollbar-thumb {
        background: #dddddd;
    }

        .slider-open::-webkit-scrollbar-thumb:hover {
            background: #c0c0c0;
        }


.btn-slider-close i.ki:before {
    font-family: "Ki";
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    font-size: 10px !important;
    color: #9c9ea8 !important;
}
/* ====================================================
                   SLIDER END
======================================================== */



/* SLIDER STYLE START */
.form-slider-outer {
    position: relative;
}

.slider-forms {
    position: fixed;
    right: -550px;
    width: 550px;
    /*height: 100%;*/
    /*margin:35px;*/
   /* margin: 28px;*/
    top: 0px;
    bottom: 0px;
    /*  z-index: 9991;*/
    z-index: 99999;
    padding: 0px 0px 0px 40px;
}

.slider-inner-style {
    background: #ffffff;
    box-shadow: 0px 1px 9px -3px rgb(0 0 0 / 25%);
    transition: 0.3s;
    overflow-x: hidden;
    overflow-y: scroll;
    height: 100%;
    top: 0px;
    bottom: 0px;
    padding: 40px 30px 40px;
    /* border-radius:45px;*/
}

.slider-forms.slider-forms-open {
    right: 0px;
    transition: 0.4s;
}

.slider-form-close {
    background-color: #F5F4F7;
    width: 25px;
    height: 25px;
    padding: 5px 6px 0px;
    text-align: center;
    position: absolute;
    /* left: 0px; */
    right: 40px;
    z-index: 10101;
    display: flex;
    top: 35px;
    border-radius: 5px;
    cursor: pointer;
    line-height: 18px;
}

    .slider-form-close i::before {
        color: #000000;
        font-size: 12px;
    }

.slider-inner-style::-webkit-scrollbar {
    width: 7px;
}

.slider-inner-style::-webkit-scrollbar-track {
    background: #dddddd;
}

.slider-inner-style::-webkit-scrollbar-thumb {
    background: #888;
}

    .slider-inner-style::-webkit-scrollbar-thumb:hover {
        background: #000;
    }

.new-inner-style::-webkit-scrollbar {
    width: 0px !important;
}

.new-inner-style::-webkit-scrollbar-track {
    background: none !important;
}

.new-inner-style::-webkit-scrollbar-thumb {
    background: none !important;
}

    .new-inner-style::-webkit-scrollbar-thumb:hover {
        background: none !important;
    }

.slider-forms.slider-forms-open .file-upload-wrap .btn.btn-upload {
    background-color: #e4e9ee;
    border: #e4e9ee;
    color: #000;
}

    .slider-forms.slider-forms-open .file-upload-wrap .btn.btn-upload::before {
        color: #000;
    }

.slider-forms.slider-forms-open .file-upload-wrap .image-input,
.slider-forms.slider-forms-open .file-upload-wrap .image-input .image-input-wrapper {
    width: 100%;
    height: 120px;
    border: none;
    box-shadow: none;
    border-radius: 0px;
}

.slider-inner-style .two-col-outer {
    display: flex;
    margin-bottom: 10px;
}

    .slider-inner-style .two-col-outer .row-ithems {
        width: 50%;
    }

.slider-forms.slider-forms-open .file-upload-wrap .image-input {
    border: dotted 2px #abb2b9;
    background-color: #f3f6f9;
}

.slider-forms.slider-forms-open .file-upload-wrap .file-upload-outer {
    width: 100% !important;
    height: 100% !important;
}

    .slider-forms.slider-forms-open .file-upload-wrap .file-upload-outer input[type="file"] {
        width: 100% !important;
        height: 100% !important;
        position: absolute;
        left: 0px;
        cursor: pointer;
    }

.slider-forms.slider-forms-open .file-upload-wrap .image-input [data-action="change"] {
    cursor: pointer;
    position: absolute;
    right: 0px;
    top: 0px;
    text-align: center;
}

.slider-forms.slider-forms-open .file-upload-wrap .image-input i.fa-cloud-upload {
    padding-top: 36px;
    font-size: 50px !important;
}

.slider-forms.slider-forms-open .file-upload-wrap .file-remove-btn {
    background-color: #f3f6f9;
}

.slider-forms.slider-forms-open .file-upload-wrap .btn.btn-icon i::before {
    color: #000 !important;
    font-size: 8px !important;
}

.form-overlay {
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0px;
    right: 0px;
    bottom: 0px;
    top: 0px;
    z-index: 99;
    animation: animation-offcanvas-fade-in .6s ease 1;
}

.slider-forms-open h3 {
    color: #3F4254 !important;
    font-size: 20px !important;
    line-height: 24px !important;
    margin: 0px 0px 10px !important;
    padding: 0px;
}

.slider-inner-style .row-outer {
    margin-bottom: 15px;
}

.slider-inner-style .card-footer-bottom-fixed {
    background-color: #fff;
    /*  border-top: 1px solid #c6c6cc; */
    border-top: 1px solid #e0e0e3;
    position: absolute;
    /*left: 52px;*/
    left: 60px;
    right: 0px;
    /*width: 85%;*/
    width: 89%;
    bottom: 2px;
    padding: 10px 0px;
    z-index: 10;
    /*  border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;*/
}

.slider-inner-style .profile-header {
    box-shadow: none;
    border-radius: 10px;
    background-color: var(--blue-color-theme) !important;
}

    .slider-inner-style .profile-header .header-profile-name a {
        color: #fff !important;
    }

    .slider-inner-style .profile-header .header-profile-email, .header-profile-label {
        color: #fff !important;
    }

.slider-inner-style .checkbox-inline .checkbox {
    margin-bottom: 0px;
}


.slider-inner-style .profile-header .fas {
    color: #fff !important;
}
/* SLIDER STYLE END */

/* ====================================================
                   DATE PICKER START
======================================================== */
.datepicker-boder-bottom-only .form-control {
    border: none;
    border-bottom: 1px solid #e7e8ee;
    border-radius: 0px;
}

    .datepicker-boder-bottom-only .form-control:focus {
        border: none;
    }

.datepicker-boder-bottom-only .input-group-text {
    color: #333;
    background-color: #fff;
    border: none;
    border-radius: 0px;
    border-bottom: 1px solid #e7e8ee;
    padding-left: 0px;
    padding-right: 0px;
}
/* ====================================================
                   DATE PICKER END
======================================================== */


.notification {
    width: 20px;
    height: 20px;
    background-color: #b31167;
    border-radius: 25px;
    position: absolute;
    left: 6px;
    font-size: 16px;
    top: -11px;
    color: white;
    text-align: center;
}

.btn_radius {
    border-radius: 25px !important;
}

.fa fa-pencil {
    font-size: 8px !important;
    color: #7d7d7d !important;
}
.resume-template {
    width: 100%;
    height: 810px;
    box-shadow: 0px 0px 2px 0px rgb(0 0 0 / 65%);
  
    object-fit: cover;
 
}
.resume-template img{
    width: 100%;
   
}
.Mandatory {
    color: red;
}
.image-input.image-input-circle [data-action="change"] {
    right: -4px;
    top: 5px;
    z-index: 9;
}
.profile-header .btn.btn-icon {
    width: 18px;
    height: 18px;
}
.image-input-wrapper {
    border-radius: 10px !important;
}
.image-input.image-input-outline .image-input-wrapper {
    border: 3px solid #ffffff;
    box-shadow: 0 0.5rem 1.5rem 0.5rem rgb(0 0 0 / 8%);
}
.image-input.image-input-circle {
    width: 120px;
    height: 120px;
    border-radius: 13px !important;
}
.card-body .image-input .image-input-wrapper {
    width: 65px;
    height: 65px;
}
.profile-header .btn.btn-icon {
    width: 25px;
    height: 25px;
    padding: 0px;
}
.image-input.image-input-circle [data-action="cancel"], .image-input.image-input-circle [data-action="remove"]{
    right: -11px!important;
    bottom:-6px !important;
 
}
.image-input.image-input-circle [data-action="change"] {
    right: -11px !important;
    top: -4px !important;
}

/*tooltip>*//**/


.tooltip-hover {
    top: auto;
    width: auto;
    box-shadow: none;
    margin-bottom: 10px;
    position: relative;
}

.tooltip-outer {
    position: relative;
}

/*.tooltip.show {
    opacity: 1;
}*/

.tooltip {
    /*  z-index: 999 !important;*/
}

.tooltip-hover {
    display: none;
    background: #ffffff;
    box-shadow: 0px 1px 9px -3px rgb(0 0 0 / 25%);
    padding: 10px;
    position: absolute;
    width: 400px;
    top: 0;
}

.tooltip-icons .i-close {
    color: red;
    padding-left: 10px;
    padding-top: 2px;
}

.tooltip-icons .i-tick {
    color: green;
    padding-left: 10px;
    padding-top: 2px;
}

 .tooltip-hover .image-input .image-input-wrapper {
    width: 50px;
    height: 50px;
}
.tooltip-inner {
    background-color: #000 !important;
    color: #fff !important;
}

.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before {
    border-top-color: #000 !important;
}

.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before {
    border-right-color: #000 !important;
}


.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
    border-bottom-color: #000 !important;
}


.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before {
    border-left-color: #000 !important;
}


.tooltip {
    z-index: 9999999 !important;
}
bs-example {
    position: relative;
    margin: 15px;
    padding: 15px 15px 25px;
    border: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
}

.bs-example .btn {
    margin: 1.25rem 0.75rem;
}

.bs-example__title {
    margin-bottom: 1rem;
}
/*.tooltip-custom {
    @include tooltip-custom(#f2653c, #ffffff);
}

.tooltip-custom-alt {
    @include tooltip-custom(#5b2da3, #ffffff);
}


.popover-custom {
    @include popover-custom(#f2653c, #ffffff);
}

.popover-custom-alt {
    @include popover-custom(#5b2da3, #ffffff);
}*/
.datepicker-dropdown {
    padding: 20px;
}
.datepicker table tr td, .datepicker table tr th {
    text-align: center;
    width: 40px;
    height: 33px;
    border-radius: 4px;
    border: none;
}
.datepicker thead th {
    color: #3F4254;
    font-weight: 600;
}
    .datepicker thead th.prev:hover, .datepicker thead th.datepicker-switch:hover, .datepicker thead th.next:hover {
        background: #F3F6F9 !important;
    }
.datepicker tbody tr > td.day.today {
    position: relative;
    background: #E1F0FF !important;
    color: #3699FF !important;
}
.datepicker table tr td.old, .datepicker table tr td.new{
    color:#7E8299 !important;
}
.date .input-group-text{
height:38px;
}
.date {
    position: relative;
    display: flex;
    flex-wrap: nowrap !important; 
    align-items: stretch;
    width: 100%;
}
.form-control:disabled, .form-control[readonly]{
    background-color:#ffff !important;
}
.fa-calendar {
    color: #999999 !important;
}
.Offer-summary {
    font-size: 18px;
    color: #282525;
    font-weight: 600;
    padding: 0 5px 3px;
}
.alert-success {
    color: #2d3230;
    background-color: #5e525221;
    border-color: #43564d00;
}
.title_job{
    font-size:15px;
    padding:3px;
}
.Offer-summary .fa-file-text {
    font-size: 15px;
    padding-right: 6px;
    color: #877f7f;
}
.aside-fixed.aside-minimize:not(.aside-minimize-hover) .wrapper {
     padding-left:0px !important; 
}



.r_border {
    border-right: 2px dashed #c2c2c2;
}

.docupload {
    font-size: 25px;
    color: #37b678;
    margin-right: 10px;
}


.adhar {
    font-size: 15px;
    color: #338daf;
    margin-right: 10px;
}
.paan {
    font-size: 15px;
    color: #e34d59;
    margin-right: 10px;
}
.nofilechosen {
    position: relative;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0px !important;
}
.nofilelabel {
    position: absolute;
    top: 55%;
    display: flex;
    width: 116px;
    left: 40%;
    font-size:12px;

}

.upload_icon {
    width: 40px !important; 
    border-radius: 0 !important;
    height: calc(1.5em + 1.3rem + 5px) !important;
    text-align: center !important;
    padding: 0px !important ;
    border: 1px solid #E4E6EF !important;
    background-color: #F3F6F9 !important;
    margin: 0;
    border-top-right-radius: 5px !important;
    border-bottom-right-radius: 5px !important;
}
    .upload_icon i::before {
        font-size: 15px !important;
        color: #999999 !important;
    }











/*== start of code for tooltips  09-01-23==*/



/* Add this attribute to the element that needs a tooltip */
[data-tooltip] {
    position: relative;
    z-index: 2;
    cursor: pointer;
}

    /* Hide the tooltip content by default */
    [data-tooltip]:before,
    [data-tooltip]:after {
        visibility: hidden;
       
        opacity: 0;
        pointer-events: none;
    }

    /* Position tooltip above the element */
    [data-tooltip]:before {
        position: absolute;
        bottom: 110%;
        left: 50%;
        margin-bottom: 5px;
        margin-left: -40px;
        padding: 3px;
        width: 80px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        background-color: #000000;
        background-color: #000000;
        color: #fff;
        content: attr(data-tooltip);
        text-align: center;
        font-size: 12px;
       
    }

    /* Triangle hack to make tooltip look like a speech bubble */
    [data-tooltip]:after {
        position: absolute;
        bottom: 110%;
        left: 50%;
        margin-left: -5px;
        width: 0;
        border-top: 5px solid #000000;
        border-top: 5px solid #000000;
        border-right: 5px solid transparent;
        border-left: 5px solid transparent;
        content: " ";
        font-size: 0;
        line-height: 0;
    }

    /* Show tooltip content on hover */
    [data-tooltip]:hover:before,
    [data-tooltip]:hover:after {
        visibility: visible;
    
        opacity: 1;
    }


/* tooltip content end */

.color-item {
    width: 35px;
    height: 35px;
    border-radius: 4px;
    margin-left: 5px;
    float: left;
}


.swal2-styled.swal2-confirm {
    background-color: #37b678 !important;
    border: 0;
    border-radius: 0.25em;
    background: initial;
    color: #fff;
    font-size: 1.0625em;
    border-color: #37b678 !important;
}
.hide {
    display: none;
}

.profileee-detailsss {
    margin-right: 60px;
    margin-top: 18px;
}

.email-contacts-details {
    font-size: 18px;
    font-weight: 500;
}

.barr-new-styles {
    height: 33px;
    border-radius: 25px;
    width: 190px;
}


.rotate_icon {
    width: 30px;
    float: inline-end;
    
}





/*Responsive */
@media (max-width: 567px) {
    .profileee-detailsss {
        margin-right: 10px;
    }
    .profile_title{
        font-size:16px;
    }

    .email-contacts-details {
        font-size: 12px;
    }

    .barr-new-styles {
      
        width: 137px;
    }

    .complete_now {
        padding: 8px 11px;
        font-size:10px;
    }

}

.logs {
    width: 180px !important;

    object-fit: cover;
    margin-top: 10px;
}
.logs img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}