/**
* Template Name: NiceAdmin
* Updated: Sep 18 2023 with Bootstrap v5.3.2
* Template URL: https://bootstrapmade.com/nice-admin-bootstrap-admin-html-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
:root {
    scroll-behavior: smooth;
    --gradientred: #b80b0b;
    --gradient: linear-gradient(
        45deg,
        rgb(169 70 70),
        rgba(0, 0, 0, 0.8)
    ) !important;
    --green: #30a68e;
    --yellow: #ffae17;
    --fadeorange: #ff6644;
    --blues: #4c8bff;
    --glasstransparent: #f6f7f76b;
    --whiteshadow: #eaeaea;
    --white: #ffffff;
    /* --gray: #6c757d; */
    --gray: #8c9098;

    --fs12: 12px;
    --fs10: 10px;
    --fs13: 13px;
    --fs14: 14px;
}

body {
    font-family: "Open Sans", sans-serif;
    color: #444444;
    background-color: #dfdfdf29 !important;
}

a {
    color: #4154f1;
    text-decoration: none;
}

input:not([type="submit"]),
select,
textarea {
    font-size: var(--fs12) !important;
}
select {
    appearance: none;
    -webkit-appearance: none;
}

.swal-button--confirm {
    background: var(--fadeorange);
}
a:hover {
    color: #717ff5;
    text-decoration: none;
}
table tbody td {
    text-align: center;
    text-transform: uppercase !important;

    /* align-items: center; */
}
table thead th {
    text-align: center;
    text-transform: uppercase !important;
    /* background: var(--gradient); */
    /* color: var(--white) !important; */
    background-color: #f1f1f1 !important;
}
.table > :not(caption) > * > * {
    padding: 0.2rem 0.2rem !important;
}

.table-wrapper {
    max-height: 400px; /* Set the desired height */
    overflow-y: auto;
    margin-top: 20px; /* Adjust as necessary */
}

.table-wrapper {
    min-height: 340px !important; /* Set the desired height */
}
.table thead th {
    position: sticky;
    top: 0;
    background-color: #fff; /* Or any other background color */
    z-index: 10;
    box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.4); /* Optional: to add a shadow for better visibility */
}
.table thead th[colspan="2"] {
    left: 0;
    z-index: 11; /* Ensure these cells are above others */
}

.table-wrapper::-webkit-scrollbar {
    width: 8px;
}
.table-wrapper::-webkit-scrollbar-track {
    background: var(--white);
}
.table-wrapper::-webkit-scrollbar-thumb {
    background: var(--fadeorange);
}
.table-wrapper::-webkit-scrollbar-thumb:hover {
    background: var(--fadeorange);
}

.table-wrapper::-moz-scrollbar-track {
    border-radius: 10px; /* Rounded corners of the track */
}
.table-wrapper::-moz-scrollbar-thumb {
    border-radius: 10px; /* Rounded corners of the scrollbar thumb */
}

.salaryDetailsinp {
    width: 100px;
}

body::-webkit-scrollbar {
    width: 10px;
}
body::-webkit-scrollbar-track {
    background: var(--white);
}
body::-webkit-scrollbar-thumb {
    background: var(--fadeorange);
}
body::-webkit-scrollbar-thumb:hover {
    background: var(--fadeorange);
}

.leftaligntd {
    text-align: unset !important;
}

#searchFilterForm .industryField,
#searchFilterForm .genderField {
    width: 13% !important;
}

#searchFilterForm .dateField {
    width: 12% !important;
}

#candidateFilterForm .industryField,
#candidateFilterForm .genderField,
#cvSubmissionFilterForm .tlCommentField,
#interviewStatusFilterForm .interview-statsField {
    width: 13% !important;
}

#candidateFilterForm .dateField,
#cvSubmissionFilterForm .recuiterField,
#cvSubmissionFilterForm .clientField,
#cvSubmissionFilterForm .dateField,
#interviewStatusFilterForm .clientField,
#interviewStatusFilterForm .dateField,
#joiningFilterForm .recuiterField,
#joiningFilterForm .clientField,
#joiningFilterForm .dateField {
    width: 12% !important;
}

/* #joiningFilterForm .dateField{
    width: 13% !important;
} */

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Open Sans", sans-serif;
}

.all-heading {
    font-weight: 700;
}

.btn-danger,
.bg-danger {
    background: var(--fadeorange) !important;
}

i {
    font-size: var(--fs10);
}
.btn-sm {
    font-size: var(--fs10);
}
/*--------------------------------------------------------------
# Main
--------------------------------------------------------------*/
#main {
    margin-top: 35px;
    padding: 10px 10px;
    transition: all 0.3s;
}

@media (max-width: 1199px) {
    #main {
        padding: 20px;
    }
}

/*--------------------------------------------------------------
# Page Title
--------------------------------------------------------------*/
.pagetitle {
    margin-bottom: 10px;
}

.pagetitle h1 {
    font-size: 24px;
    margin-bottom: 0;
    font-weight: 600;
    color: #012970;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    right: 15px;
    bottom: 15px;
    z-index: 99999;
    background: var(--fadeorange);
    width: 40px;
    height: 40px;
    border-radius: 4px;
    transition: all 0.4s;
}

.back-to-top i {
    font-size: 24px;
    color: #fff;
    line-height: 0;
}

.back-to-top:hover {
    background: var(--gradient);
    color: #fff;
}

.back-to-top.active {
    visibility: visible;
    opacity: 1;
}

/*--------------------------------------------------------------
# Override some default Bootstrap stylings
--------------------------------------------------------------*/
/* Dropdown menus */
.dropdown-menu {
    border-radius: 4px;
    padding: 0 0;
    animation-name: dropdown-animate;
    animation-duration: 0.2s;
    animation-fill-mode: both;
    border: 0;
    box-shadow: 0 5px 30px 0 rgba(82, 63, 105, 0.2);
    width: 85% !important;
}

.dropdown-menu .dropdown-header,
.dropdown-menu .dropdown-footer {
    text-align: center;
    font-size: 15px;
    padding: 10px 25px;
}

.dropdown-menu .dropdown-footer a {
    color: #444444;
    text-decoration: underline;
}

.dropdown-menu .dropdown-footer a:hover {
    text-decoration: none;
}

.dropdown-menu .dropdown-divider {
    color: #a5c5fe;
    margin: 0;
}

.dropdown-menu .dropdown-item {
    font-size: var(--fs12);
    padding: 0px 15px;
    transition: 0.3s;
}

.dropdown-menu .dropdown-item i {
    margin-right: 10px;
    font-size: 18px;
    line-height: 0;
}

.dropdown-menu .dropdown-item:hover {
    background-color: #f6f9ff;
}

@media (min-width: 768px) {
    .dropdown-menu-arrow::before {
        content: "";
        width: 13px;
        height: 13px;
        background: #fff;
        position: absolute;
        top: -7px;
        right: 20px;
        transform: rotate(45deg);
        border-top: 1px solid #eaedf1;
        border-left: 1px solid #eaedf1;
    }
}

@keyframes dropdown-animate {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }

    0% {
        opacity: 0;
    }
}

/* Light Backgrounds */
.bg-primary-light {
    background-color: #cfe2ff;
    border-color: #cfe2ff;
}

.bg-secondary-light {
    background-color: #e2e3e5;
    border-color: #e2e3e5;
}

.bg-success-light {
    background-color: #d1e7dd;
    border-color: #d1e7dd;
}

.bg-danger-light {
    background-color: #f8d7da;
    border-color: #f8d7da;
}

.bg-warning-light {
    background-color: #fff3cd;
    border-color: #fff3cd;
}

.bg-info-light {
    background-color: #cff4fc;
    border-color: #cff4fc;
}

.bg-dark-light {
    background-color: #d3d3d4;
    border-color: #d3d3d4;
}

/* Card */
/* .card {
    margin-bottom: 30px;
    border: none;
    border-radius: 5px;
    box-shadow: 0px 0 30px rgba(1, 41, 112, 0.1);
} */

/* .card-header,
.card-footer {
    border-color: #ebeef4;
    background-color: #fff;
    color: #798eb3;
    padding: 15px;
} */

/* .card-title {
    padding: 20px 0 15px 0;
    font-size: 18px;
    font-weight: 500;
    color: #012970;
    font-family: "Poppins", sans-serif;
} */

/* .card-title span {
    color: #899bbd;
    font-size: 14px;
    font-weight: 400;
} */

/* .card-body {
    padding: 0 20px 20px 20px;
} */

.card-img-overlay {
    background-color: rgba(255, 255, 255, 0.6);
}

/* Bordered Tabs */
.nav-tabs-bordered {
    border-bottom: 2px solid #ebeef4;
}

.nav-tabs-bordered .nav-link {
    margin-bottom: -2px;
    border: none;
    color: #2c384e;
}

.nav-tabs-bordered .nav-link:hover,
.nav-tabs-bordered .nav-link:focus {
    color: var(--blues);
}

.nav-tabs-bordered .nav-link.active {
    background-color: #fff;
    color: var(--blues);
    border-bottom: 2px solid var(--blues);
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.logo {
    line-height: 1;
}

@media (min-width: 1200px) {
    .logo {
        width: 280px;
    }
}

.logo img {
    max-height: 26px;
    margin-right: 6px;
}

.logo span {
    font-size: 26px;
    font-weight: 700;
    color: #ffffff;
    font-family: "Nunito", sans-serif;
}

.header {
    transition: all 0.5s;
    z-index: 1000;
    height: 35px;
    box-shadow: 0px 2px 20px rgb(1 41 112 / 2%);
    background: var(--white);
    /* padding-left: 15px; */

    /* Toggle Sidebar Button */
    /* Search Bar */
}

.header .toggle-sidebar-btn,
.header .fa-arrow-left,
.header .fa-arrows-rotate {
    font-size: 22px;
    padding-left: 22px;
    cursor: pointer;
    /* color: #f6f9ff; */
}

.header .search-bar {
    min-width: 360px;
    padding: 0 20px;
}

@media (max-width: 1199px) {
    .header .search-bar {
        position: fixed;
        top: 50px;
        left: 0;
        right: 0;
        padding: 20px;
        box-shadow: 0px 0px 15px 0px rgba(1, 41, 112, 0.1);
        background: white;
        z-index: 9999;
        transition: 0.3s;
        visibility: hidden;
        opacity: 0;
    }

    .header .search-bar-show {
        top: 60px;
        visibility: visible;
        opacity: 1;
    }
}

.header .search-form {
    width: 100%;
}

.header .search-form input {
    border: 0;
    font-size: 14px;
    color: #012970;
    border: 1px solid rgba(1, 41, 112, 0.2);
    padding: 7px 38px 7px 8px;
    border-radius: 3px;
    transition: 0.3s;
    width: 100%;
}

.header .search-form input:focus,
.header .search-form input:hover {
    outline: none;
    box-shadow: 0 0 10px 0 rgba(1, 41, 112, 0.15);
    border: 1px solid rgba(1, 41, 112, 0.3);
}

.header .search-form button {
    border: 0;
    padding: 0;
    margin-left: -30px;
    background: none;
}

.header .search-form button i {
    color: #012970;
}

/*--------------------------------------------------------------
# Header Nav
--------------------------------------------------------------*/
.header-nav ul {
    list-style: none;
}

.header-nav > ul {
    margin: 0;
    padding: 0;
}

.header-nav .nav-icon {
    font-size: 22px;
    color: #012970;
    margin-right: 25px;
    position: relative;
}

.header-nav .nav-profile {
    color: #012970;
}

.header-nav .nav-profile img {
    max-height: 36px;
}

.header-nav .nav-profile span {
    font-size: 14px;
    font-weight: 600;
}

.header-nav .badge-number {
    position: absolute;
    inset: -2px -5px auto auto;
    font-weight: normal;
    font-size: 12px;
    padding: 3px 6px;
}

.header-nav .notifications {
    inset: 8px -15px auto auto !important;
}

.header-nav .notifications .notification-item {
    display: flex;
    align-items: center;
    padding: 15px 10px;
    transition: 0.3s;
}

.header-nav .notifications .notification-item i {
    margin: 0 20px 0 10px;
    font-size: 24px;
}

.header-nav .notifications .notification-item h4 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 5px;
}

.header-nav .notifications .notification-item p {
    font-size: 13px;
    margin-bottom: 3px;
    color: #919191;
}

.header-nav .notifications .notification-item:hover {
    background-color: #f6f9ff;
}

.header-nav .messages {
    inset: 8px -15px auto auto !important;
}

.header-nav .messages .message-item {
    padding: 15px 10px;
    transition: 0.3s;
}

.header-nav .messages .message-item a {
    display: flex;
}

.header-nav .messages .message-item img {
    margin: 0 20px 0 10px;
    max-height: 40px;
}

.header-nav .messages .message-item h4 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 5px;
    color: #444444;
}

.header-nav .messages .message-item p {
    font-size: 13px;
    margin-bottom: 3px;
    color: #919191;
}

.header-nav .messages .message-item:hover {
    background-color: #f6f9ff;
}

.header-nav .profile {
    min-width: 240px;
    padding-bottom: 0;
    top: 8px !important;
}

.header-nav .profile .dropdown-header h6 {
    font-size: 18px;
    margin-bottom: 0;
    font-weight: 600;
    color: #444444;
}

.header-nav .profile .dropdown-header span {
    font-size: 14px;
}

.header-nav .profile .dropdown-item {
    font-size: 14px;
    padding: 10px 15px;
    transition: 0.3s;
}

.header-nav .profile .dropdown-item i {
    margin-right: 10px;
    font-size: 18px;
    line-height: 0;
}

/*--------------------------------------------------------------
# Sidebar
--------------------------------------------------------------*/
.sidebar {
    position: fixed;
    /* top: 0; */
    /* top: 60px;
    left: 0;
    bottom: 0; */
    width: 16%;
    height: 100vh;
    z-index: 999;
    transition: all 0.3s;
    /* padding: 1px; */
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: #aab7cf transparent;
    /* box-shadow: 0px 0px 20px rgba(1, 41, 112, 0.1); */
    /* background: var(--gradient); */

    box-shadow: 0px 2px 20px rgb(1 41 112 / 2%);
    background: var(--white);
}
@media (max-width: 991.98px) {
    .sidebar {
        position: fixed;
        /* top: 0; */
        z-index: 9999;
        /* top: 60px;
        left: 0;
        bottom: 0; */
        width: 65% !important;
        /* height: 100vh;
        z-index: 9999;
        transition: all 0.3s;
        padding: 5px;
        overflow-y: auto;
        scrollbar-width: thin;
        scrollbar-color: #aab7cf transparent;
        box-shadow: 0px 0px 20px rgba(1, 41, 112, 0.1);
        background-color: var(--gradient); */
        box-shadow: 0px 2px 20px rgb(1 41 112 / 2%);
        background: var(--white);
    }
}

@media (min-width: 767.98px) and (max-width: 991.98px) {
    .sidebar {
        left: -600px !important;
    }
}
@media (max-width: 1199px) {
    .sidebar {
        left: -300px;
    }
}

.sidebar::-webkit-scrollbar {
    width: 5px;
    height: 8px;
    background-color: #fff;
}

.sidebar::-webkit-scrollbar-thumb {
    background-color: #aab7cf;
}

@media (min-width: 1200px) {
    #main,
    #footer {
        margin-left: 200px;
    }
}

@media (max-width: 1199px) {
    .toggle-sidebar .sidebar {
        left: 0;
    }
}

@media (min-width: 1200px) {
    .toggle-sidebar #main,
    .toggle-sidebar #footer {
        margin-left: 0;
    }

    .toggle-sidebar .sidebar {
        left: -300px;
    }
}

.sidebar-nav {
    padding: 0;
    margin-top: 10px;
    list-style: none;
    margin-bottom: 65px;
}
.sidebar-nav .nav-item i {
    font-size: larger;
}

.sidebar-nav li {
    padding: 0;
    margin: 0;
    list-style: none;
}

.sidebar-nav .nav-item {
    margin-bottom: 0px;
}

.sidebar-nav .nav-heading {
    font-size: 11px;
    text-transform: uppercase;
    color: #899bbd;
    font-weight: 600;
    margin: 10px 0 5px 15px;
}

.modal-header {
    /* background: var(--gradient) !important; */
}

.sidebar-nav .nav-link {
    display: flex;
    /* justify-content: center;
    align-items: center; */
    font-size: var(--fs12);
    font-weight: 600;
    color: #ffffff;
    transition: 0.3;
    /* background: #f6f9ff; */
    padding: 2px 15px;
    border-radius: 4px;
}

.sidebar-nav .nav-item .dropdown-menu .nav-link {
    width: 100%;
    padding: 5px;
    /* background-color: var(--white) !important; */
    background: var(--gradient) !important;
    color: var(--white) !important;
    margin-bottom: 3px;
    margin-top: 3px;
}

.sidebar-nav .nav-item .dropdown-menu .nav-link .dropdown-item.active {
    background: var(--white) !important;
    color: black !important;
}

#sidebar-nav .nav-item .dropdown-menu .nav-link .dropdown-item:hover {
    background: var(--white) !important;
    color: black !important;
}

.sidebar-nav .nav-item .dropdown-menu .nav-link .dropdown-item {
    font-size: var(--fs12) !important;
    font-weight: bold !important;
    color: var(--white) !important;
}

.sidebar-nav .nav-link .bi-chevron-down {
    margin-right: 0;
    transition: transform 0.2s ease-in-out;
}

.sidebar-nav .nav-link:not(.collapsed) .bi-chevron-down {
    transform: rotate(180deg);
}

.sidebar-nav .nav-content {
    padding: 5px 0 0 0;
    margin: 0;
    list-style: none;
}

.sidebar-nav .nav-content a {
    display: flex;
    align-items: center;
    font-size: var(--fs12);
    font-weight: 600;
    color: #ffffff;
    transition: 0.3;
    padding: 10px 0 10px 40px;
    transition: 0.3s;
}

.sidebar-nav .nav-content a i {
    font-size: 6px;
    margin-right: 8px;
    line-height: 0;
    border-radius: 50%;
}

#sidebar-nav .nav-item .nav-link button,
#sidebar-nav .nav-item button {
    width: 100%;
    padding: 5px;
    /* background-color: var(--white) !important; */
    text-align: left;
    /* background: var(--gradient) !important; */
    /* color: var(--); */
}

#sidebar-nav .nav-item .nav-link button.active,
#sidebar-nav .nav-item button.active {
    background: var(--gray) !important;
    color: var(--white);
}

#sidebar-nav .nav-item .nav-link button:hover,
#sidebar-nav .nav-item button:hover {
    background: var(--gray) !important;
    color: var(--white);
}

#sidebar-nav .nav-item .nav-link button span,
#sidebar-nav .nav-item button span {
    font-size: var(--fs12);
    /* font-weight: bold; */
}

/*--------------------------------------------------------------
# Dashboard
--------------------------------------------------------------*/
.dashboard {
    min-height: 600px;
}
.f_right {
    float: right;
}
.btn-info {
    background-color: #e94d65;
    color: white;
    border: #e94d65 2px solid;
}

.btn-info:hover {
    background-color: #e94d65 !important;
    color: white;
    border: #e94d65 2px solid !important;
}
.text_info {
    color: #e94d65;
}
.cilent_img {
    height: 200px;
    width: 100%;
}
.text-info {
    color: #1b4962 !important;
}

.btn_add {
    border: 3px solid rgb(7 101 117);
    padding: 8px 20px;
    color: rgb(7 101 117);
}

.btn_add:hover {
    background: rgb(7 101 117);

    color: white;
}
.profile_img {
    height: 120px;
    width: 120px;
    border-radius: 50%;
    text-align: center;
}

.dashboard-card {
    background: var(--gradient);
    color: var(--white);
    padding-top: 5px;
    border-radius: 5px;
}

.dashboard-card-1 {
    background: var(--green);
    color: var(--white);
    border-radius: 5px;
}
.dashboard-number {
    font-weight: 800;
}
.dashboard-text-1 {
    font-weight: 600;
    font-size: var(--fs13);
}

.dashboard-card-2 {
    background: var(--yellow);
    color: var(--white);
    border-radius: 5px;
}

.dashboard-card-3 {
    background: var(--fadeorange);
    color: var(--white);
    border-radius: 5px;
}

.dashboard-card-4 {
    background: var(--blues);
    color: var(--white);
    border-radius: 5px;
}

.dashboard-icon {
    width: 30px;
    /* border: 1px solid red; */
    border-radius: 50%;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    /* font-size: 15px; */
    background-color: var(--glasstransparent);
}

.dashboard-icon i {
    font-size: 12px;
}

.notification-box i {
    font-size: 16px;
    color: var(--yellow);
}

.r-notification-icon {
    /* border: 1px solid red; */
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--green);
}
.r-notification-box-2 {
    background-color: var(--fadeorange);
}

.r-notification-box-3 {
    background-color: var(--yellow);
}

.r-notification-box-4 {
    background-color: var(--blues);
}

.r-notification-icon img {
    width: 20px;
    height: 20px;
}

.r-meeting-icon {
    /* border: 1px solid red; */
    width: 35px;
    height: 35px;
    /* border-radius: 50%; */
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--green);
}

.r-meeting-icon img {
    width: 20px;
    height: 20px;
}

.row > * {
    padding-right: 0 !important;
}

.dashboard-title {
    font-size: 30px;
    font-weight: normal;
    margin-top: 10px;
    margin-bottom: 0;
    text-align: center;
}

.dashboard-text {
    font-size: 13px;
    font-weight: normal;
    margin-top: 10px;
    margin-bottom: 0;
    text-align: center;
}

.fa-2x {
    margin: 0 auto;
    float: none;
    display: table;
    color: #ffffff;
}
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.footer {
    padding: 20px 0;
    font-size: 14px;
    transition: all 0.3s;
    border-top: 1px solid #cddfff;
}

.footer .copyright {
    text-align: center;
    color: #012970;
}

.footer .credits {
    padding-top: 5px;
    text-align: center;
    font-size: 13px;
    color: #012970;
}

/*LOGIN FORM */
.demo {
    background: #f2f2f2;
}
.form-container {
    background: #ecf0f3;
    font-family: "Nunito", sans-serif;
    padding: 40px;
    border-radius: 20px;
    box-shadow:
        14px 14px 20px #cbced1,
        -14px -14px 20px white;
}
.form-container .form-icon {
    color: #012970;
    font-size: 55px;
    text-align: center;
    line-height: 100px;
    width: 100px;
    height: 100px;
    margin: 0 auto 15px;
    border-radius: 50px;
    box-shadow:
        7px 7px 10px #cbced1,
        -7px -7px 10px #fff;
}
.form-container .title {
    color: #012970;
    font-size: 25px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: center;
    margin: 0 0 20px;
}
.form-container .form-horizontal .form-group {
    margin: 0 0 25px 0;
}
.form-container .form-horizontal .form-group label {
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
}
.form-container .form-horizontal .form-control {
    color: #333;
    background: #ecf0f3;
    font-size: 15px;
    height: 50px;
    padding: 20px;
    letter-spacing: 1px;
    border: none;
    border-radius: 50px;
    box-shadow:
        inset 6px 6px 6px #cbced1,
        inset -6px -6px 6px #fff;
    display: inline-block;
    transition: all 0.3s ease 0s;
}
.form-container .form-horizontal .form-control:focus {
    box-shadow:
        inset 6px 6px 6px #cbced1,
        inset -6px -6px 6px #fff;
    outline: none;
}
.form-container .form-horizontal .form-control::placeholder {
    color: #808080;
    font-size: 14px;
}
.form-container .form-horizontal .btn {
    color: #ffffff;
    background-color: #012970;
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
    width: 100%;
    padding: 12px 15px 11px;
    border-radius: 20px;
    box-shadow:
        6px 6px 6px #cbced1,
        -6px -6px 6px #fff;
    border: none;
    transition: all 0.5s ease 0s;
}
.form-container .form-horizontal .btn:hover,
.form-container .form-horizontal .btn:focus {
    color: #fff;
    letter-spacing: 3px;
    box-shadow: none;
    outline: none;
}

/* DEFAULT CLASS NAME **************   */
.fs10 {
    font-size: var(--fs10);
}

.fs12 {
    font-size: var(--fs12);
}

.fs14 {
    font-size: var(--fs14);
}

.fs13 {
    font-size: var(--fs10);
}

.w-24 {
    width: 24px !important;
}
.h-24 {
    height: 24px !important;
}

/* PREVENT TABLE ROW LINE BREAK ***********   */
.usermanagementTable th,
.usermanagementTable td {
    white-space: nowrap !important;
    overflow: hidden;
    text-overflow: ellipsis;
}

.usermanagementTable td.fixed-width {
    max-width: 110px !important; /* Adjust the width as needed */
}
/* USER MANAGEMENT CSS *******************   */
.create_btn {
    /* width: 100%; */
    background: var(--fadeorange);
    color: var(--white);
    text-transform: capitalize;
    font-weight: 700;
    font-size: var(--fs12);
}

.inputgroup {
    width: 100px;
}

/* FOOTER  */
.bday-card {
    max-width: 420px;
    height: 75%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: relative;
    box-shadow:
        rgba(50, 50, 93, 0.25) 0px 50px 100px -20px,
        rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
}

.bday-pic {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 210px;
    height: 185px;
    padding: 4px;
    background: var(--gradient);
    border-radius: 4px;
    box-shadow:
        rgba(50, 50, 93, 0.25) 0px 13px 27px -5px,
        rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
    transform: rotate(5deg) translate(0px, 48px);
}

.bday-pic img {
    width: 60%;
    height: 70%;
    border-radius: 50%;
    object-fit: cover;
}

.bday-decor--container {
    position: relative;
}

.bday-banner {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 22px;
    z-index: 1;
    color: yellow;
    text-transform: uppercase;
    transform: rotate(-5deg);
}

.bday-banner span {
    background: var(--gradient);
    padding: 8px 32px;
    flex-grow: 0;
}

.bday-message {
    /* font-size: 20px; */
    /* font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif; */
    font-weight: 600;
    padding: 20px;
    /* color: black; */
    position: relative;
    bottom: 16px;
}
.bday-message p {
    font-size: var(--fs12);
}

.bday-decor {
    font-size: 96px;
}

.bday-decor--top-right {
    position: absolute;
    bottom: -120px;
    right: -45px;
}

.bday-decor--top-left {
    position: absolute;
    bottom: 32px;
    left: -25px;
}

.bday-decor--bottom-right {
    position: absolute;
    right: 20px;
}

.zoom-left-in-out {
    animation-name: zoom-left-in-out;
    animation-duration: 1.75s;
    animation-iteration-count: infinite;
    transform-origin: left bottom;
}

@keyframes zoom-left-in-out {
    0%,
    100% {
        transform: scale(0.95) rotate(2deg);
    }
    50% {
        transform: scale(1) rotate(-2deg);
    }
}

/* float */
.float {
    animation-name: float;
    animation-duration: 1.9s;
    animation-iteration-count: infinite;
}

@keyframes float {
    0%,
    100% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(10px);
    }
}

/* MIS REPORT DASH BOARD  */
.miscol {
    /* padding: 35px !important; */
    margin-bottom: 20px;
}

/* CV REPOSITORY DRAG DROP  ****************  */

.drop-zone {
    max-width: 100%;
    height: 160px;
    padding: 25px;
    /* display: flex; */
    /* align-items: center; */
    /* justify-content: center; */
    text-align: center;
    font-family: "Quicksand", sans-serif;
    font-weight: 500;
    font-size: 18px;
    /* cursor: pointer; */
    /* color: #cccccc; */
    border: 2px dashed var(--gradientred);
    border-radius: 10px;
}

#progress-bar {
    margin-top: 10px;
}

.drop-zone--over {
    border-style: solid;
}

.drop-zone__input {
    display: none;
}

.progress-bar {
    background-color: #eee;
    height: 10px;
    /* margin-top: 18px; */
}
.progress {
    background: var(--gradient);
    height: 100%;
    width: 0;
}

.border-left {
    border-left: 5px solid var(--gradientred) !important;
}
.modal {
    --bs-modal-zindex: 9999 !important;
}

.active > .page-link,
.page-link.active {
    background: var(--fadeorange) !important;
    color: var(--white) !important;
    border: none;
}
.page-link {
    color: black !important;
}

#crmtab-pannelMain .nav-link.active {
    color: #fdb10d !important;
}

.mainBoxGp {
    display: flex !important;
}
.clientAnalysisMainBox {
    display: flex !important;
    justify-content: space-evenly !important;
}

.activecolorBox,
.inactivecolorBox {
    width: 10px !important;
    height: 10px !important;

    margin-top: 3px;
}
.activecolorBox {
    background-color: #333333 !important;
}
.inactivecolorBox {
    background-color: #a94646 !important;
}

.cvMonthlyCountBox {
    border: 1px solid var(--gradient);
    width: 75px;
    height: 75px;
    background-color: #a94646 !important;
    color: var(--white);
    border-radius: 50%;
}

.cvMonthlyMainBox,
.cvMonthlyCountBox {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
}

.job-card-box-1 {
    /* box-shadow: 0px -9px 0px 10px rgba(12, 18, 240, 0.84);
    -webkit-box-shadow: 0px -9px 0px 10px rgba(12, 18, 240, 0.84);
    -moz-box-shadow: 0px -9px 0px 10px rgba(12, 18, 240, 0.84); */

    /* border-top: 3px solid blue;
    border-left: 3px solid #418fde;
    border-right: 3px solid #418fde;
    border-bottom: 3px solid #418fde; */

    /* box-shadow: rgb(85, 91, 255) 0px -1px 0px 2px; */
}

.icon-3-box i {
    font-size: 18px !important;
}

.icon-3-box .phone-icon {
    color: var(--green);
}

.icon-3-box .email-icon {
    color: var(--fadeorange);
}

.file-icon i,
.certificate-icon i,
.client-requirement-active-inactive-icon i {
    font-size: 16px !important;
}

.edit-icon {
    color: var(--fadeorange);
}
.file-icon,
.view-icon {
    color: var(--yellow);
}

.certificate-icon {
    color: var(--green);
}

.icon-col-1 {
    color: var(--fadeorange);
}

.icon-col-2 {
    color: var(--green);
}

.icon-col-3 {
    color: var(--yellow);
}

.candidate-card-box-header {
    height: 23px !important;
    padding-left: 9px !important;
    padding-right: 20px !important;
}
.profile-img {
    height: 30px;
    width: 30px;
    border-radius: 50%;
    background-image: url("/images/added by img.png");
    background-size: contain;
    background-repeat: no-repeat;
}

.candidate-name-1,
.cv-icon-1 {
    color: var(--fadeorange);
}

.candidate-name-2,
.cv-icon-2 {
    color: var(--blues);
}

.candidate-name-3,
.cv-icon-3 {
    color: var(--green) !important;
}

.fa-linkedin,
.fa-info-circle {
    color: var(--blues);
}

.fa-whatsapp {
    color: var(--green);
}
.fa-phone {
    color: var(--fadeorange);
}

.fa-location-arrow,
.fa-user-edit {
    color: var(--gray);
}

.candidate-orange-card-box {
    border-left: 4px double var(--fadeorange);
}

.candidate-blues-card-box {
    border-left: 4px double var(--blues);
}

.candidate-green-card-box {
    border-left: 4px double var(--green);
}

.fa-trash-alt {
    color: var(--gradientred);
}

#personaldetail-tab-box .tab-1 {
    background-color: var(--blues) !important;
}

#personaldetail-tab-box .tab-2 {
    background-color: var(--fadeorange) !important;
}

#personaldetail-tab-box .tab-3 {
    background-color: var(--green) !important;
}

#personaldetail-tab-box .tab-4 {
    background-color: var(--yellow) !important;
}

.finace-email-data {
    color: var(--blues);
}
.mobile-no-data {
    color: var(--fadeorange);
}
.gst-data {
    color: var(--green);
}

.contract-renewal-data {
    color: var(--yellow);
}

.payment-terms-data {
    color: var(--blues);
}

.free-data {
    color: var(--fadeorange);
}
.added-by-data {
    color: var(--green);
}

.userEmpMainBox .status-box .active-bg,
.clientMainBox .status-box .active-bg {
    background-color: var(--fadeorange);
}

.userEmpMainBox .status-box .inactive-bg,
.clientMainBox .status-box .inactive-bg {
    background-color: var(--gray);
}

.emp-profile-img img {
    width: 85px;
    height: 85px;
    border-radius: 50%;
}

.clientMainBox {
    /* border: 1px solid red; */
    height: 400px;
    /* overflow-y: auto; */
}

.line-claim-1 {
    overflow: hidden;
    word-wrap: normal;
    text-overflow: ellipsis;
    white-space: nowrap;
    /* -webkit-line-clamp: 1 !important; */
}

#client-profile-id .client-profile-card {
    padding-right: 25px !important;
}

#client-requirement-box .client-requirement-card {
    padding-right: 25px !important;
}

.editpen-btn,
.documentData {
    color: var(--blues);
}

.client-profile-image.clcint-first-letter-box {
    /* border: 1px solid red; */
    height: 70px;
    width: 70px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 30px;
    font-weight: 600;
    background-color: var(--fadeorange);
}

.clientReqMainBox .show-box {
    max-height: 400px;
    overflow-y: auto;
}

#searchmainBox .show-box {
    max-height: 600px;
    overflow-y: auto;
}
