.footer-layout1{display:none}
/* For Webkit-based browsers (Chrome, Safari, Edge) */
::-webkit-scrollbar {
    width: 12px; /* Width of the vertical scrollbar */
    height: 12px; /* Height of the horizontal scrollbar */
}

::-webkit-scrollbar-track {
    background: #f0f0f5; /* Light background for the track */
    border-radius: 12px; /* Rounded edges for the track */
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1); /* Subtle shadow for depth */
}

::-webkit-scrollbar-thumb {
    background: linear-gradient(135deg, var(--color-7), var(--color-7)); /* Gradient thumb */
    border-radius: 12px; /* Smooth rounded corners */
    border: 3px solid #f0f0f5; /* Add space around the thumb */
    transition: background 0.3s ease; /* Smooth transition on hover */
}

::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(135deg, var(--color-7), var(--color-7)); /* Change gradient on hover */
}

/* For Firefox */
* {
    scrollbar-width: thin; /* Makes the scrollbar thinner */
    scrollbar-color: var(--color-7) transparent;  /* Thumb color and track color */
}

/* For Edge and modern browsers */
html {
    scrollbar-gutter: stable; /* Ensures the layout doesn't shift */
}
/*Mobile menu css start*/
/*.sidebar {
    width: 300px;
    height: 100vh;
    background-color: var(--white);
    color: #fff;
    position: fixed;
    top: 0;
    left: -300px;
    transition: all 0.3s ease;
    overflow-y: auto;
    box-shadow: 2px 0 5px rgba(0, 0, 0, 0.5);
    z-index: 999;
}

.sidebar.open {
    left: 0;
}
.sidebar-header {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 15px;
    background-color: var(--white);
    font-size: 18px;
    font-weight: bold;
    border-bottom: 1px solid var(--color-7);
}
.sidebar-header .close-btn {
    background: var(--color-3);
    border: none;
    color: #fff;
    font-size: 20px;
    cursor: pointer;
    padding: 0px;
    height: 30px;
    width: 30px;
}
.sidebar ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.sidebar ul li {
    padding: 15px;
    border-bottom: 1px solid #000;
}

.sidebar ul li a {
    color: #000;
    text-decoration: none;
}
.sidebar ul li a:hover {
    background-color: #3E8E41;
}
.content {
    margin-left: 300px;
    padding: 20px;
    flex: 1;
    transition: all 0.3s ease;
}

.content.compact {
    margin-left: 0;
}

.toggle-btn {
    position: fixed;
    top: 130px;
    right: 15px;
    background-color: #4CAF50;
    color: #fff;
    border: none;
    padding: 10px 15px;
    cursor: pointer;
    z-index: 1000;
    border-radius: 5px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    display: none;
}
.toggle-btn:hover {
    background-color: var(--color-2);
}*/
/*New mobile menu css*/
.mobile-show {
    display: none;
}
.mobile_app_footer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 999999;
    display: none;
}
.mobile_footer_nav {
    position: absolute;
    left: 0;
    bottom: calc(75.6px - 23px);
    width: 100%;
    height: auto;
    background: #fff;
    border-radius: 12px 12px 0px 0px;
    box-shadow: 0px -4px 9px rgba(0, 0, 0, 0.1);
    padding: 20px;
    padding-bottom: 72px;
    z-index: -1;
}
.mobile_footer_nav .nav .nav-item .nav-link {
    padding: 0px;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    font-weight: 500;
    color: #03041c;
}
.mobile_footer_nav .nav .nav-item .nav-link .icon {
    width: 16px;
    height: 16px;
    margin-right: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: var(--color-10);
}
.mobile_footer_nav .nav .nav-item .nav-link .nav-list {
    font-size: 16px;
}
.mobile_footer_nav .nav .nav-item:last-child .nav-link {
    margin-bottom: 0px;
}
.mobile_app_footer .mobile_menu_nav {
    background: #fff;
    box-shadow: 0px -4px 9px rgba(0, 0, 0, 0.1);
    padding: 5px 0px;
}
.mobile_app_footer .mobile_menu_nav .nav_list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0px;
    margin: 0px;
    list-style-type: none;
}
.mobile_app_footer .mobile_menu_nav .nav_list .nav_item {
    width: 20%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.mobile_app_footer .mobile_menu_nav .nav_list .nav_item .nav_link {
    padding: 6px 10px;
    display: block;
    cursor: pointer;
}
.mobile_app_footer .mobile_menu_nav .nav_list .nav_item .nav_link .item .icon {
    display: flex;
    justify-content: center;
    color: var(--color-10);
}
.mobile_app_footer .mobile_menu_nav .nav_list .nav_item .nav_link .item .nav_name {
    text-align: center;
}
.mobile_app_footer .mobile_menu_nav .nav_list .nav_item .nav_link .item .nav_name span {
    font-size: 12px;
    font-weight: bold;
    color: #000;
}
.mobile_app_footer .mobile_menu_nav .nav_list .mob_app_menu {
    position: relative;
}
.mobile_app_footer .mobile_menu_nav .nav_list .mob_app_menu .nav_link {
    width: 72px;
    height: 72px;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #000;
    border-radius: 50%;
    top: -77px;
    background: #fff;
}
.mobile_app_footer .mobile_menu_nav .nav_list .mob_app_menu .nav_link::before {
    width: 72px;
    height: 72px;
    position: absolute;
    content: '';
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    top: 0px;
    background: #fff;
    box-shadow: 0px -5px 9px rgba(0, 0, 0, 0.1);
    z-index: -2;
}
@media (max-width: 768px) {
    /*.sidebar {
        width: 280px;
        left: -280px;
    }*/
    .content {
        margin-left: 0;
    }
}
/*Mobile menu css end*/
.hr-error{
    color: red;
}
/*my resume page css start*/
.hr-dashboard-left {
    min-width: 275px;
    background:#fff;
    padding: 10px;
    max-width: 100%;
    position: fixed;
    height: 100vh;
    overflow-y: scroll;
    transition: all .4s ease;
    margin-top: 0px;
    padding-bottom: 150px;
    width: 230px;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}
.hr-dash-menu{
    margin-top: 20px;
}
.hr-dashboard-left .hr-dash-menu ul {
    list-style: none;
    padding: 0;
}
.hr-dashboard-left .hr-dash-menu ul li {
    margin-bottom: 10px;
}
.hr-dashboard-left .hr-dash-menu ul li a {
    padding: 12px 10px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    gap: 20px;
    color: #000;
    font-weight: 600;
    transition: all .4s ease;
    position: relative;
    z-index: 1;
}
.hr-dashboard-left .hr-dash-menu ul li a::before {
    content: "";
    background: linear-gradient(228.24deg, #FEF2EB 0%, #F1F1F1 46.23%, #E4E0EA 99.82%);
    border-radius: 6px;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    opacity: 0;
    transition: all .4s ease;
}
.hr-dashboard-left .hr-dash-menu ul li a.active {
    background: linear-gradient(228.24deg, #a41e34 0%, #a41e34 46.23%, #a41e34 99.82%);
    color: #fff;
}
.hr-dashboard-left .hr-dash-menu ul li a:hover {
    color: #a41e34 !important;
}
.hr-dashboard-right {
    padding: 0px; /*30px*/
    width: calc(100% - 275px);
    margin-left: 390px;
    margin-top: 50px;
}
.site-bg-gray {
    background-color: #f9fcff;
}
.hr-dashboard-right .right-section-panel {
/*    padding: 30px;*/
    border-radius: 10px;
}
.hr-dashboard-right .right-section-panel .panel.panel-default {
    border-radius: 10px;
    background: #fff;
}
.p-a20 {
    padding: 20px;
}
.wt-panel-heading {
    border-bottom: 1px solid #ddd;
}
.panel-heading-with-btn {
    display: flex;
    justify-content: space-between;
}
.panel-heading-with-btn .panel-tittle{
    font-size: 20px;
    font-weight: 600;
}
.m-a0 {
    margin: 0px;
}
.site-text-primary {
    color: var(--color-10);
}
.site-text-primary:hover {
    color: var(--color-7);
}
.twm-saved-jobs-view {
    margin-bottom: 10px;
}
.twm-saved-jobs-view .modal-dialog {
    max-width: 750px;
}
.twm-saved-jobs-view .modal-content {
    border-top: 6px solid var(--color-4);
}
.twm-saved-jobs-view .modal-header {
    display: block;
    text-align: center;
    border: none;
    background-color:var(--color-3);
/*    margin-top: 50px;*/
}
.twm-saved-jobs-view .modal-header .modal-title {
    font-size: 24px;
    margin-bottom: 0px;
    color: var(--white);
}
.twm-saved-jobs-view .modal-header .btn-close {
    position: absolute;
    right: 25px;
    top: 25px;
    opacity: 1;
}
.twm-saved-jobs-view .modal-body {
    padding: 30px 50px;
}
.form-group {
    margin-bottom: 30px;
}
.form-group label{
    margin-bottom: 5px;
}
.form-group label span{
    color: red;
}
.twm-textarea-full .form-control {
    height: 130px;
}
.right-section-panel textarea.form-control {
    height: 150px;
    resize: none;
}
.twm-saved-jobs-view .modal-footer {
    border: none;
    background-color: #f0f6fe;
    text-align: center;
/*    display: block;*/
    padding: 20px;
    justify-content: space-between;
}
.twm-saved-jobs-view .modal-footer .site-button {
    display: inline-block;
    text-align: center;
}
.twm-saved-jobs-view .modal-footer .site-button {
    display: inline-block;
    text-align: center;
}
.tw-sidebar-tags-wrap .tagcloud{
    margin-top: -10px;
}
.tw-sidebar-tags-wrap .tagcloud a {
    padding: 5px 15px;
    margin-top: 10px;
    margin-right: 10px;
    display: inline-block;
    color: var(--color-7);
    border-radius: 10px;
    font-size: 14px;
    background-color: var(--color-11);
}
.tw-sidebar-tags-wrap .tagcloud a:hover {
    background-color: var(--color-10);
    color: #fff;
}
.ls-inputicon-box {
    position: relative;
}
.form-control {
    width: 100%;
    height: 60px;
    padding: 20px;
    border: none;
    background-color: #f0f6fe;
    border-radius: 10px;
}
.ls-inputicon-box .form-control {
    padding-left: 35px;
}
.ls-inputicon-box .fs-input-icon {
    position: absolute;
    left: 0;
    top: 0;
    width: 40px;
    height: 60px;
    z-index: 5;
    line-height: 60px;
    text-align: center;
    font-size: 16px;
    color: var(--color-7);
}
.ls-inputicon-box .bootstrap-select .dropdown-toggle {
    padding-left: 35px;
}
.dropdown.bootstrap-select.wt-select-box .btn-light {
    background-color: #f0f6fe;
    border-color: #f0f6fe;
}
.dropdown.bootstrap-select.wt-select-box .dropdown-toggle {
    height: 60px;
    border-radius: 10px;
    font-size: 14px;
}
.bootstrap-select .dropdown-toggle .filter-option {
    position: static;
    top: 0;
    left: 0;
    float: left;
    height: 100%;
    width: 100%;
    text-align: left;
    overflow: hidden;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
}
.bootstrap-select.wt-select-box .dropdown-toggle .filter-option-inner-inner {
    overflow: hidden;
    padding-top: 12px;
}
.dropup .dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: 0;
    border-right: .3em solid transparent;
    border-bottom: .3em solid;
    border-left: .3em solid transparent;
}
.bootstrap-select>.dropdown-toggle:after {
    margin-top: -1px;
}
.dropdown.bootstrap-select.wt-select-box {
    width: 100% !important;
}
.bootstrap-select>select {
    position: absolute !important;
    bottom: 0;
    left: 50%;
    display: block !important;
    width: .5px !important;
    height: 100% !important;
    padding: 0 !important;
    opacity: 0 !important;
    border: none;
    z-index: 0 !important;
}
.bootstrap-select>.dropdown-toggle {
    position: relative;
    width: 100%;
    text-align: right;
    white-space: nowrap;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.dropdown-menu {
    position: absolute;
    z-index: 1000;
    display: none;
    min-width: 10rem;
    padding: .5rem 0;
    margin: 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: .25rem;
}
.bs-actionsbox, .bs-donebutton, .bs-searchbox {
    padding: 4px 8px;
}
.bs-searchbox .form-control {
    margin-bottom: 0;
    width: 100%;
    float: none;
}
.wt-select-box select{
    border: 0;
    background: transparent;
    width: -webkit-fill-available;
}
.dropdown.bootstrap-select.wt-select-box .form-control {
    height: 30px;
}
.dropdown-menu.show {
    display: block;
}
.bootstrap-select .dropdown-menu{
    min-width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.bootstrap-select .dropdown-menu.inner{
    position: static;
    float: none;
    border: 0;
    padding: 0;
    margin: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.bootstrap-select .dropdown-menu li {
    position: relative;
}
.twm-table {
    position: relative;
    background: #fff;
    border: 0;
    border-radius: 5px;
    margin-bottom: 0px;
    overflow: hidden;
    width: 100%;
}
.twm-table thead {
    border-radius: 8px;
    color: #fff;
}
.twm-table thead th {
    position: relative;
    padding: 15px 20px;
    font-size: 14px;
    color: #17171d;
    font-weight: 600;
    line-height: 30px;
    white-space: nowrap;
}
.twm-table tbody tr {
    position: relative;
    border-bottom: 1px solid #ECEDF2;
}
.twm-table tbody tr td {
    position: relative;
    padding: 20px 20px;
    font-size: 14px;
    color: #17171d;
    font-weight: 500;
}
.twm-s-detail-section {
    position: relative;
    margin-bottom: 15px;
}
.twm-s-detail-section .twm-title {
    font-size: 15px;
    font-weight: 600;
    color: #17171d;
    word-break: break-word;
}
.twm-s-detail-section .twm-s-info-discription {
    font-size: 14px;
    color: #666666;
}
.dropzone {
    min-height: 150px;
    background: #f3f8fe !important;
    padding: 20px 20px;
    border-radius: 10px;
}
.dropzone.dz-clickable {
    cursor: pointer;
}
.dashboard-cover-pic .dropzone {
    margin-bottom: 10px;
}
.dropzone .dz-message {
    text-align: center;
    margin: 2em 0;
}
.dropzone.dz-clickable .dz-message, .dropzone.dz-clickable .dz-message * {
    cursor: pointer;
}
.twm-panel-inner .twm-list-wrap {
    margin: 0px 0px 30px 0px;
    border-bottom: 1px solid #f9fcff;
}
/*my resume page css end*/
/*job profile page css start*/
.right-section-panel .nav-tabs {
    border-bottom: none;
}
.right-section-panel .nav-tabs .nav-link {
    color: #7d8087;
    padding: 15px;
    border: none;
    border-radius: 6px;
    line-height: 100%;
}
.right-section-panel .nav-tabs .nav-link.active{
    background-color: var(--color-10);
    color: var(--white);
}
.info__top {
    display: flex;
    align-items: center;
    gap: 30px;
    margin-bottom: 30px;
    margin-top: 30px;
}
.info__top .author__image {
    background: #f1f1f1;
    border-radius: 16px;
}
.info__top .author__image img {
    height: 160px;
    width: 160px;
    border-radius: 6px;
}
.select__image {
    position: relative;
}
.file-upload__input {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    font-size: 1;
    width: 0;
    height: 100%;
    opacity: 0;
}
input:required, input {
    box-shadow: none;
}
/*job profile page css end*/
/*applied jobs page css start*/
.product-filter-wrap {
    padding-bottom: 30px;
}
.product-filter-wrap .woocommerce-result-count-left {
    font-size: 16px;
    font-weight: 600;
}
.product-filter-wrap .twm-filter-select {
    display: flex;
    align-items: center;
}
.product-filter-wrap .twm-filter-select .woocommerce-result-count {
    margin-right: 15px;
    font-size: 16px;
    font-weight: 600;
}
.wt-select-bar-2 {
    width: 160px !important;
    margin-right: 20px;
}
.bootstrap-select>select {
    position: absolute !important;
    bottom: 0;
    left: 50%;
    display: block !important;
    width: .5px !important;
    height: 100% !important;
    padding: 0 !important;
    opacity: 0 !important;
    border: none;
    z-index: 0 !important;
}
.twm-jobs-list-wrap {
    max-width: 100%;
    margin: 0px auto;
}
.twm-jobs-list-wrap ul li {
    list-style: none;
}
.twm-jobs-list-style1 {
    background-color: #fff;
    border: 10px;
    border: 1px solid #efefef;
    position: relative;
    padding: 20px;
    border-radius: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}
.twm-jobs-list-style1 .twm-media {
    width: 150px;
    height: 150px;
    display: inline-block;
    text-align: center;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0px 0px 40px rgba(56, 152, 226, 0.3);
    margin-right: 40px;
    position: absolute;
    bottom: -20px;
    line-height: 150px;
    overflow: hidden;
}
.twm-jobs-list-style1 .twm-media img {
    display: inline-block;
    width: 100%;
}
.twm-jobs-list-style1 .twm-mid-content {
    padding-left: 180px;
}
.twm-mid-content a{
    color: var(--color-10);
}
.twm-mid-content a h4{
    font-weight: 600;
}
.twm-jobs-list-style1 .twm-job-title .twm-job-post-duration {
    color: var(--color-7);
    font-size: 14px;
}
.twm-jobs-list-style1 p {
    font-size: 14px;
}
.twm-jobs-list-style1 .twm-right-content {
    text-align: right;
    width: 178px;
}
.twm-bg-green {
    background-color: var(--color-7);
}
.twm-bg-brown {
    background-color: #b3692d;
}
.twm-bg-purple {
    background-color: #8883ec;
}
.twm-bg-sky {
    background-color: #2d9bb3;
}
.twm-bg-golden {
    background-color: #b7912a;
}
.twm-jobs-category span {
    color: #fff;
    border-radius: 5px;
    padding: 5px 12px;
    white-space: nowrap;
}
.twm-jobs-list-style1 .twm-right-content .twm-jobs-amount {
    font-weight: 700;
    color: #17171d;
    margin: 20px 0px 10px 0px;
    font-size: 14px;
}
.twm-jobs-list-style1 .twm-right-content .twm-jobs-amount span {
    color: var(--color-7);
}
.twm-jobs-browse, .twm-view-prifile {
    position: relative;
}
.twm-jobs-list-style1 .twm-right-content .twm-jobs-browse {
    font-weight: 600;
    font-size: 15px;
}
.twm-jobs-browse:after, .twm-view-prifile:after {
    content: "";
    position: absolute;
    left: 0;
    display: inline-block;
    height: 1em;
    width: 100%;
    border-bottom: 1px solid;
    margin-top: 10px;
    opacity: 0;
    transition: opacity 0.35s, transform 0.35s;
    transform: scale(0, 1);
}
.twm-jobs-browse:hover:after, .twm-view-prifile:hover:after {
    opacity: 1;
    transform: scale(1);
}
.pagination-outer {
    padding-top: 30px;
}
.pagination-outer .pagination-style1 {
    position: relative;
    display: inline-block;
}
.pagination-outer .pagination-style1 ul {
    list-style: none;
    margin-bottom: 0px;
}
.pagination-outer .pagination-style1 ul li {
    position: relative;
    margin: 0px 3px 0px;
    display: inline-block;
}
.pagination-outer .pagination-style1 ul li a {
    position: relative;
    width: 50px;
    height: 50px;
    color: #17171d;
    font-size: 16px;
    line-height: 50px;
    text-align: center;
    display: inline-block;
    transition: 0.5s all ease;
    font-weight: 400;
    border-radius: 10px;
}
.pagination-outer .pagination-style1 ul li.prev a {
    width: 50px;
    height: 50px;
    font-size: 16px;
    color: #17171d;
    font-weight: 500;
    transition: 0.5s all ease;
    letter-spacing: 1px;
}
.pagination-outer .pagination-style1 ul li.active a {
    background-color: var(--color-10);
    color: #fff;
}
/*applied jobs page css end*/
/*jobs shortlisted page css start*/
.candidate-save-job .twm-D_table {
    padding: 0px;
}
div.table-responsive>div.dataTables_wrapper>div.row {
    margin: 0;
}
div.table-responsive>div.dataTables_wrapper>div.row>div[class^=col-]:first-child {
    padding-left: 0;
}
.twm-D_table .dataTables_length {
    margin-bottom: 10px;
}
div.dataTables_wrapper div.dataTables_length label {
    font-weight: normal;
    text-align: left;
    white-space: nowrap;
}
.form-select {
    height: 50px;
    font-size: 13px;
    line-height: 20px;
    padding: 10px;
    border-radius: 0px;
    color: #6c757d;
}
div.dataTables_wrapper div.dataTables_length select {
    width: auto;
    display: inline-block;
}
.twm-D_table div.dataTables_wrapper div.dataTables_length select {
    width: 100px;
    border-radius: 6px;
    margin: 0px 5px;
    border: none;
    height: 40px;
    background-color: #f0f6fe;
}
.form-select option {
    padding-left: 0px;
}
div.table-responsive>div.dataTables_wrapper>div.row>div[class^=col-]:last-child {
    padding-right: 0;
}
div.dataTables_wrapper div.dataTables_filter {
    text-align: right;
}
div.dataTables_wrapper div.dataTables_filter label {
    font-weight: normal;
    white-space: nowrap;
    text-align: left;
}
div.dataTables_wrapper div.dataTables_filter input {
    margin-left: .5em;
    display: inline-block;
    width: auto;
}
.twm-D_table div.dataTables_wrapper div.dataTables_filter input {
    height: 40px;
    border-radius: 6px;
}
table.dataTable {
    clear: both;
    margin-top: 6px !important;
    margin-bottom: 6px !important;
    max-width: none !important;
    border-collapse: separate !important;
    border-spacing: 0;
}
table.table-bordered.dataTable {
    border-right-width: 0;
}
table.dataTable thead th, table.dataTable thead td, table.dataTable tfoot th, table.dataTable tfoot td {
    text-align: left;
}
.twm-D_table .table > :not(caption) > * > * {
    padding: 14px;
}
table.table-bordered.dataTable th, table.table-bordered.dataTable td {
    border-bottom-width: 1px;
}
table.dataTable thead>tr>th.sorting, table.dataTable thead>tr>th.sorting_asc, table.dataTable thead>tr>th.sorting_desc, table.dataTable thead>tr>th.sorting_asc_disabled, table.dataTable thead>tr>th.sorting_desc_disabled, table.dataTable thead>tr>td.sorting, table.dataTable thead>tr>td.sorting_asc, table.dataTable thead>tr>td.sorting_desc, table.dataTable thead>tr>td.sorting_asc_disabled, table.dataTable thead>tr>td.sorting_desc_disabled {
    cursor: pointer;
    position: relative;
    padding-right: 26px;
}
table.table-bordered.dataTable th:first-child, table.table-bordered.dataTable th:first-child, table.table-bordered.dataTable td:first-child, table.table-bordered.dataTable td:first-child {
    border-left-width: 1px;
}
table.table-bordered.dataTable thead tr:first-child th, table.table-bordered.dataTable thead tr:first-child td {
    border-top-width: 1px;
}
table.dataTable>tbody>tr {
    background-color: transparent;
}
table.table-bordered.dataTable th a, table.table-bordered.dataTable td a{
    color:#17171d;
}
.twm-table-controls {
    display: flex;
}
.twm-table-controls .twm-DT-controls-icon {
    display: flex;
    margin-bottom: 0px;
    margin-left: auto;
}
.twm-table-controls .twm-DT-controls-icon li {
    margin-right: 3px;
}
.custom-toltip {
    position: relative;
}
.twm-table-controls .twm-DT-controls-icon li a {
    background-color: #f0f6fe;
    color: var(--color-10);
    border: none;
    border-radius: 4px;
    width: 24px;
    height: 24px;
    line-height: 24px;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.twm-table-controls .twm-DT-controls-icon li a:hover {
    background-color: var(--color-10);
    color: #fff;
}
.custom-toltip .custom-toltip-block {
    position: absolute;
    top: -36px;
    left: 50%;
    white-space: nowrap;
    background: #000;
    display: table;
    padding: 7px 10px;
    font-size: 13px;
    color: #fff;
    border-radius: 3px;
    transform: translateX(-50%);
    display: none;
    letter-spacing: 0.5px;
    transition: all 0.5s ease;
    font-weight: 500;
    line-height: 13px;
}
.custom-toltip:hover .custom-toltip-block{
    opacity: 1;
    display: block;
}
.twm-table-controls .twm-DT-controls-icon li:last-child{
    margin-right: 0px;
}
.twm-table-controls .twm-DT-controls-icon li button {
    background-color: #f0f6fe;
    color: var(--color-10);
    border: none;
    border-radius: 4px;
    width: 24px;
    height: 24px;
    line-height: 24px;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.twm-table-controls .twm-DT-controls-icon li button:hover {
    background-color: var(--color-10);
    color: #fff;
}
div.dataTables_wrapper div.dataTables_info {
    padding-top: .85em;
}
div.dataTables_wrapper div.dataTables_paginate {
    margin: 0;
    white-space: nowrap;
    text-align: right;
}
div.dataTables_wrapper div.dataTables_paginate ul.pagination {
    margin: 2px 0;
    white-space: nowrap;
    justify-content: flex-end;
}
.twm-D_table .page-link {
    height: 50px;
    line-height: 50px;
    text-align: center;
    padding: 0px 20px;
}
.twm-D_table .page-item.active .page-link {
    background-color: var(--color-10);
}
.twm-candidate-save-job-list-wrap .twm-candidate-save-job-list .twm-media .twm-media-pic {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}
.twm-candidate-save-job-list-wrap .twm-candidate-save-job-list .twm-media .twm-media-pic img{
    display: block;
    width: 100%;
}
.twm-candidate-save-job-list-wrap .twm-candidate-save-job-list {
    position: relative;
    display: flex;
    width: 100%;
    align-items: center;
}
.twm-table tbody tr td a{
    border: none;
    background: transparent;
    display: inline-block;
    margin-bottom: 5px;
    text-align: center;
}
.twm-table tbody tr td a .fa{
    background-color: #f0f6fe;
    color: var(--color-10);
    border-radius: 4px;
    width: 24px;
    height: 24px;
    line-height: 24px;
    font-size: 12px;
}
.custom-toltip:hover {
    overflow: visible;
    position: relative;
}
.twm-table tbody tr td a:hover .fa {
    background-color: var(--color-10);
    color: #fff;
}
.custom-toltip .custom-toltip-block:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #000;
    left: 50%;
    bottom: -6px;
    transform: translateX(-50%);
}
.twm-table tbody tr td button .fa{
    background-color: #f0f6fe;
    color: var(--color-10);
    border-radius: 4px;
    width: 24px;
    height: 24px;
    line-height: 24px;
    font-size: 12px;
}
.twm-table tbody tr td button:hover .fa {
    background-color: var(--color-10);
    color: #fff;
}
/*jobs shortlisted page css end*/
/*meeting page css start*/
.candidate__meeting__content {
    background-color: var(--white);
    border-radius: 16px;
    padding: 30px;
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.single__meeting__item {
    display: flex;
    padding: 30px;
    border: 1px solid #7d80874d;
    gap: 30px;
    align-items: center;
    justify-content: space-between;
    border-radius: 10px;
}
.single__meeting__left {
    display: flex;
    gap: 30px;
    align-items: center;
}
.single__meeting__item .calender {
    display: flex;
    flex-direction: column;
    border-radius: 10px;
    background-color: #f1f1f1;
    min-width: 122px;
    height: 122px;
    text-align: center;
    line-height: 1;
    gap: 8px;
}
.single__meeting__item .calender .month {
    background-color: var(--color-7);
    color: var(--white);
    padding: 13px 0;
    border-top-right-radius: 16px;
    border-top-left-radius: 16px;
}
.single__meeting__item .calender .day {
    font-size: 28px;
    font-weight: 600;
    color: #0b0d28;
}
.single__meeting__item .calender .year {
    font-size: 20px;
    font-weight: 500;
}
.single__meeting__item .content h6 {
    font-weight: 600;
}
.single__meeting__item .time {
    display: flex;
    gap: 50px;
    align-items: center;
    margin-left: 60px;
    flex-wrap: wrap;
}
.single__meeting__item .time span {
    display: flex;
    gap: 10px;
    align-items: center;
}
.single__meeting__item .meeting__action {
    display: flex;
    gap: 20px;
    align-items: center;
}
.single__meeting__item .meeting__action .action__item {
    position: relative;
    height: 42px;
    width: 42px;
    display: grid;
    place-items: center;
    border: 1px solid #7d80874d;
    border-radius: 6px;
}
.single__meeting__item .meeting__action .action__item .notification__item {
    height: 14px;
    width: 14px;
    position: absolute;
    top: 5px;
    left: 5px;
    background-color: var(--color-7);
    border-radius: 50%;
    display: grid;
    place-items: center;
    color: var(--white);
    font-size: 6px;
}
.single__meeting__item .content{
    margin-left: 0;
}
/*meeting page css end*/
/*chat page css start*/
.wt-admin-dashboard-msg-2 {
    display: flex;
}
.wt-admin-dashboard-msg-2 .wt-dashboard-msg-user-list {
    transition: all 0.5s linear;
    display: block;
    width: 100%;
    margin-right: 30px;
    max-width: 400px;
}
.wt-admin-dashboard-msg-2.twm-dashboard-style-2 .wt-dashboard-msg-user-list {
    max-width: 260px;
    margin-right: 10px;
}
.wt-admin-dashboard-msg-2 .user-msg-list-btn-outer {
    display: none;
    position: absolute;
    top: 50%;
    right: 99%;
    z-index: 10;
    transform: translateY(-50%);
}
.wt-admin-dashboard-msg-2 .user-msg-list-btn-outer .user-msg-list-btn-close {
    cursor: pointer;
    white-space: nowrap;
    background-color: var(--color-10);
    border: none;
    padding: 2px 15px;
    color: #fff;
    position: absolute;
    transform: rotate(270deg);
    transform-origin: center right;
    display: none;
    top: -31px;
    right: 18px;
    z-index: 10;
    border-radius: 8px;
}
.wt-admin-dashboard-msg-2 .user-msg-list-btn-open {
    top: -62px;
    right: 20px;
}
.wt-admin-dashboard-msg-2 .user-msg-list-btn-outer .user-msg-list-btn-open {
    display: inline-block;
    cursor: pointer;
    white-space: nowrap;
    background-color: var(--color-10);
    border: none;
    padding: 2px 15px;
    color: #fff;
    position: absolute;
    transform: rotate(270deg);
    transform-origin: center right;
    border-radius: 8px;
}
.wt-admin-dashboard-msg-2.active .user-msg-list-btn-open {
    right: 0px;
}
.wt-admin-dashboard-msg-2 .wt-dashboard-msg-search {
    position: relative;
    padding: 20px;
    background-color: #fff;
}
.wt-admin-dashboard-msg-2.twm-dashboard-style-2 .wt-dashboard-msg-search {
    padding: 10px;
}
.input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
}
.wt-admin-dashboard-msg-2 .wt-dashboard-msg-search .form-control {
    padding-right: 40px;
    border-radius: 10px !important;
    border: 0px;
}
.wt-admin-dashboard-msg-2 .wt-dashboard-msg-search .btn {
    outline: none !important;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    color: var(--color-10);
    font-size: 20px;
    z-index: 10;
    background: none;
}
.scroll-wrapper {
    overflow: hidden !important;
    padding: 0 !important;
    position: relative;
}
.wt-admin-dashboard-msg-2 .wt-dashboard-msg-search-list {
    background-color: #fff;
    height: 700px;
}
.scroll-wrapper > .scroll-content {
    border: none !important;
    box-sizing: content-box !important;
    height: auto;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none !important;
    overflow: scroll !important;
    padding: 0;
    position: relative !important;
    top: 0;
    width: auto !important;
}
.wt-admin-dashboard-msg-2 .wt-dashboard-msg-search-list {
    background-color: #fff;
    height: 700px;
}
.wt-admin-dashboard-msg-2 .wt-dashboard-msg-search-list-wrap {
    display: table;
    width: 100%;
}
.wt-admin-dashboard-msg-2 .wt-dashboard-msg-search-list-wrap .msg-user-info {
    position: relative;
    display: block;
    padding: 30px 80px 30px 20px;
    background-color: #fff;
    margin: 0px 20px;
    border-radius: 10px;
}
.wt-admin-dashboard-msg-2.twm-dashboard-style-2 .msg-user-info {
    margin: 0px 10px;
}
.wt-admin-dashboard-msg-2.twm-dashboard-style-2 .msg-user-info {
    padding: 30px 15px 15px 15px;
}
.wt-admin-dashboard-msg-2 .msg-user-timing {
    position: absolute;
    right: 10px;
    top: 15px;
    font-size: 12px;
    color: #969696;
}
.wt-admin-dashboard-msg-2 .msg-user-info-pic {
    width: 40px;
    height: 40px;
    float: left;
    margin-right: 15px;
    overflow: hidden;
    border-radius: 6px;
}
.wt-admin-dashboard-msg-2.twm-dashboard-style-2 .msg-user-info-pic img {
    border-radius: 50%;
    max-width: 100%;
}
.wt-admin-dashboard-msg-2 .msg-user-info-text {
    overflow: hidden;
}
.wt-admin-dashboard-msg-2 .msg-user-name {
    font-size: 14px;
    color: var(--color-10);
    font-weight: 500;
}
.wt-admin-dashboard-msg-2 .msg-user-discription {
    font-size: 14px;
    color: #222;
}
.wt-admin-dashboard-msg-2.twm-dashboard-style-2 .msg-user-discription {
    font-size: 12px;
    color: #3c3c3c;
}
.wt-admin-dashboard-msg-2 .wt-dashboard-msg-search-list-wrap:hover .msg-user-info {
    background-color: #f0f6fe;
}
.scroll-element {
    display: none;
}
.scroll-element, .scroll-element div {
    box-sizing: content-box;
}
.scrollbar-macosx > .scroll-element, .scrollbar-macosx > .scroll-element div {
    background: none;
    border: none;
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 10;
}
.scrollbar-macosx > .scroll-element.scroll-x {
    bottom: 0px;
    height: 0px;
    left: 0;
    min-width: 100%;
    overflow: visible;
    width: 100%;
}
.scrollbar-macosx > .scroll-element div {
    display: block;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
}
.scrollbar-macosx > .scroll-element.scroll-x .scroll-element_outer {
    left: 2px;
}
.scrollbar-macosx > .scroll-element.scroll-x .scroll-element_size {
    left: -4px;
}
.scrollbar-macosx > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
    left: -11px;
}
.scrollbar-macosx > .scroll-element .scroll-element_track {
    display: none;
}
.scrollbar-macosx > .scroll-element .scroll-bar {
    background-color: #6C6E71;
    display: block;
    filter: alpha(opacity = 0);
    opacity: 0;
    border-radius: 7px;
    transition: opacity 0.2s linear;
}
.scrollbar-macosx > .scroll-element.scroll-x .scroll-bar {
    height: 7px;
    min-width: 10px;
    top: -9px;
}
.scroll-element.scroll-x.scroll-scrollx_visible, .scroll-element.scroll-y.scroll-scrolly_visible {
    display: block;
}
.scrollbar-macosx > .scroll-element.scroll-y {
    height: 100%;
    min-height: 100%;
    right: 0px;
    top: 0;
    width: 0px;
}
.scrollbar-macosx > .scroll-element.scroll-y .scroll-element_outer {
    top: 2px;
}
.scrollbar-macosx > .scroll-element.scroll-y .scroll-element_size {
    top: -4px;
}
.scrollbar-macosx > .scroll-element.scroll-y .scroll-bar {
    left: -9px;
    min-height: 10px;
    width: 7px;
}
.wt-admin-dashboard-msg-2 .wt-dashboard-msg-box {
    display: block;
    background-color: #fff;
    position: relative;
    flex: 1;
}
.wt-admin-dashboard-msg-2 .single-msg-user-name-box {
    display: flex;
    justify-content: space-between;
    padding: 15px 20px;
    background-color: #fff;
    border-bottom: 1px solid #dbdbdb;
    min-height: 85px;
}
.wt-admin-dashboard-msg-2 .single-msg-user-name-box h4 {
    margin-bottom: 6px;
    font-size: 18px;
    font-weight: 500;
}
.wt-admin-dashboard-msg-2 .single-msg-user-name-box .message-action {
    color: #ff0000;
    font-size: 13px;
}
.wt-admin-dashboard-msg-2 .single-user-msg-conversation {
    padding: 0px;
    margin: 30px 40px;
    height: 550px;
}
.wt-admin-dashboard-msg-2.twm-dashboard-style-2 .single-user-msg-conversation {
    margin: 30px 0px;
}
.wt-admin-dashboard-msg-2 .single-user-comment-wrap {
    padding: 15px 0px;
    margin: 0px 15px;
}
.wt-admin-dashboard-msg-2 .single-user-comment-block {
    position: relative;
}
.wt-admin-dashboard-msg-2 .single-user-com-pic {
    width: 60px;
    height: 60px;
    float: left;
    margin-right: 15px;
    overflow: hidden;
    padding: 3px;
    background-color: #fff;
}
.wt-admin-dashboard-msg-2.twm-dashboard-style-2 .single-user-com-pic {
    float: none;
    width: 38px;
    height: 38px;
    border-radius: 50%;
}
.wt-admin-dashboard-msg-2.twm-dashboard-style-2 .single-user-com-pic img {
    border-radius: 50%;
    max-width: 100%;
}
.wt-admin-dashboard-msg-2 .single-user-com-text {
    overflow: hidden;
    background-color: #edf6ff;
    padding: 20px 30px;
    margin-top: 10px;
    border-radius: 10px;
}
.wt-admin-dashboard-msg-2.twm-dashboard-style-2 .single-user-com-text {
    font-size: 13px;
}
.wt-admin-dashboard-msg-2 .single-user-msg-time {
    font-size: 12px;
    color: #969696;
    text-align: right;
    padding-top: 10px;
}
.wt-admin-dashboard-msg-2 .single-user-comment-wrap.sigle-user-reply{
    margin-left: 0px;
}
.wt-admin-dashboard-msg-2 .single-msg-reply-comment {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
}
.wt-admin-dashboard-msg-2 .single-msg-reply-comment textarea.form-control{
    border-radius: 0px;
    border-left: 0px;
    border-right: 0px;
    border-bottom: 0px;
    box-shadow: none;
    padding: 15px 50px 15px 20px;
    height: 60px;
}
.wt-admin-dashboard-msg-2 .single-msg-reply-comment .btn {
    outline: none !important;
    position: absolute;
    right: 0;
    top: 50%;
    color: var(--color-10);
    font-size: 20px;
    z-index: 10;
    background: none;
    transform: translateY(-50%);
}
/*chat page css end*/
/*My document page css start*/
.file-upload-label {
   display: inline-block;
   padding: 10px 20px;
   background-color: var(--color-10);
   color: #fff;
   border-radius: 5px;
   cursor: pointer;
   font-size: 16px;
   text-align: center;
   margin-bottom: 10px;
}

.file-upload-label:hover {
   background-color: var(--color-7);
}

.file-upload-input {
   display: none; /* Hide the default file input */
}

.file-name-display {
   font-size: 14px;
   color: #333;
   margin-top: 5px;
}
.upload-form{
    display: flex;
    justify-content: center;
/*    align-items: center;*/
    flex-direction: column;
}
.upload-select-box{
    width: 50%;
    background-color: var(--color-11);
}
/*My document page css end*/
/*Progress bar css start*/
.img-wrapper {
    height: 80px;
    width: 80px;
    margin: auto;
    display: flex;
}
.user-img {
    position: absolute;
    width: 62px;
    height: 62px;
    border-radius: 50%;
    margin-left: 9px;
    margin-top: 9px;
}
.user-percentage {
    display: flex;
    align-items: center;
    justify-content: center;
}
.user-percentage {
    position: absolute;
    font-weight: 600;
    font-size: 11px;
    z-index: 33;
    margin-left: 21px;
    margin-top: 65px;
    width: auto;
    height: 17px;
    box-sizing: border-box;
    background: #121224;
    color: #18c1a3;
    border-radius: 13px;
    width: 38px;
    min-width: 35px;
}
.img-wrapper .svg>path {
    transform: translate(-15.5px, -11px) scale(.92);
}
.img-wrapper .svg .bg {
    fill: none;
    stroke-width: 3px;
}
.img-wrapper .svg>path {
    transform: translate(-15.5px, -11px) scale(.92);
}
.img-wrapper .svg .meter {
    stroke-dasharray: 360;
    stroke-dashoffset: 360;
    fill: none;
    stroke-width: 3px;
    stroke-linecap: square;
}
/*Progress bar css end*/
/*my job page css start*/
.applied__job__list {
    display: flex;
    flex-direction: column;
    gap: 30px;
    margin-top: 30px;
}
.single__applied__job {
    display: flex;
    padding: 30px;
    border: 1px solid #7d80874d;
    border-radius: 10px;
    align-items: center;
    gap: 30px;
    justify-content: space-between;
    flex-wrap: wrap;
    background-color: #fff;
}
.single__applied__job__content {
    display: flex;
    align-items: center;
    gap: 30px;
}
.single__applied__job .icon {
    height: 122px;
    min-width: 122px;
    background-color: #f1f1f1;
    border-radius: 50%;
    display: grid;
    place-content: center;
}
.single__applied__job .icon img {
    height: 75px;
    width: 75px;
}
.single__applied__job .content{
    margin-left: 0;
    padding: 0;
}
.single__applied__job .content a h6 {
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: 700;
    color: var(--color-2);
}
.single__applied__job .content__info {
    display: flex;
    gap: 20px;
    align-items: center;
    flex-wrap: wrap;
}
.single__applied__job .content__info span {
    display: flex;
    gap: 10px;
    align-items: center;
    flex-wrap: wrap;
}
.single__applied__job .content__info span i {
    color: var(--color-7);
}
.middle__content {
    display: flex;
    align-items: center;
    gap: 50px;
}
.job__post {
    display: flex;
    align-items: center;
    gap: 30px;
}
.job__post .icon__text i {
    color: var(--color-7);
}
.job__post .content span {
    display: block;
}
.applied__status span {
    border: 1px solid #7d80874d;
    border-radius: 6px;
    padding: 5px 10px;
}
.single__applied__job .action {
    display: flex;
    gap: 20px;
    align-items: center;
    flex-wrap: wrap;
}
.single__applied__job .action__btn {
    height: 42px;
    width: 46px;
    border-radius: 6px;
    border: 1px solid #7d80874d;
    display: grid;
    place-items: center;
    transition: all .4s ease;
}
.single__applied__job .action__operation {
    padding: 12px 18px;
    line-height: 1;
    border-radius: 6px;
    background-color: transparent;
}
.single__applied__job .action__operation.pending {
    background: linear-gradient(228.34deg, #FEF2EB 0%, #F1F1F1 46.31%, #E4E0EA 100%), #FFFFFF;
    color: var(--color-7);
    transition: all .4s ease;
}
/*my job page css end*/
/*candidate list page css start*/
.candidate__filter__area {
    display: flex;
    justify-content: space-between;
    background-color: var(--white);
    align-items: center;
    padding: 30px;
    border-radius: 16px;
    margin-bottom: 30px;
}
.font-20 {
    font-size: 20px;
    color: var(--color-8);
    margin-bottom: 0;
}
.single__overview:hover .font-20{
    color: var(--white);
}
.candidate__filter {
    width: 40%;
}
.candidate__filter__shorting {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    list-style-type: none;
}
.candidate__filter__shorting button.active {
    color: var(--color-2);
    font-weight: 600;
}
.short__list__candidate {
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.single__shortlist__item {
    display: flex;
    justify-content: space-between;
    background-color: var(--white);
    padding: 30px;
    border-radius: 16px;
    flex-wrap: wrap;
    gap: 30px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}
.single__shortlist__item .author__info {
    display: flex;
    gap: 60px;
    align-items: center;
}
.single__shortlist__item .author__meta {
    display: flex;
    gap: 30px;
    align-items: center;
}
.single__shortlist__item .author__meta .author__image {
    height: 92px;
    width: 92px;
    border-radius: 6px;
}
.single__shortlist__item .author__meta .author__image img {
    height: 100%;
    width: 100%;
    border-radius: 6px;
}
.single__shortlist__item .author__info__list {
    display: flex;
    gap: 60px;
}
.single__shortlist__item .author__info__list span {
    display: flex;
    gap: 10px;
    align-items: center;
}
.shortlist__action {
    display: flex;
    gap: 20px;
    align-items: center;
}
.shortlist__action .action__item {
    position: relative;
    height: 42px;
    width: 42px;
    display: grid;
    place-items: center;
    border: 1px solid #7d80874d;
    border-radius: 6px;
}
.shortlist__action .action__item__long {
    border: 1px solid #7d80874d;
    border-radius: 6px;
    padding: 12px 15px;
    display: flex;
    gap: 10px;
    color: #7d8087;
    font-weight: 500;
}
.shortlist__action .action__item .notification__item {
    height: 14px;
    width: 14px;
    position: absolute;
    top: 5px;
    left: 5px;
    background-color: var(--color-7);
    border-radius: 50%;
    display: grid;
    place-items: center;
    color: var(--white);
    font-size: 6px;
}
/*candidate list page css end*/
/*candidate alert page css start*/
.candidate__job__alerts {
    padding-top: 40px;
    overflow-y: scroll;
    cursor: pointer;
}
.candidate__job__alerts .thead-dark {
    border-bottom: 1px solid #7d80874d;
}
.candidate__job__alerts .thead-dark th {
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 15px;
}
.rts__table__body .single__data__table {
    border-bottom: 1px solid #7d80874d;
}
.rts__table__body .single__data__table .data__title {
    font-size: 24px;
    font-weight: 600;
    color: #0b0d28;
}
.rts__table__body .single__data__table td, .rts__table__body .single__data__table th {
    vertical-align: middle;
    color: #7d8087;
    padding-top: 20px;
    padding-bottom: 30px;
    min-width: 265px;
}
.rts__table__body .alert__info h6 {
    margin-bottom: 15px;
    color: var(--color-7);
}
.rts__table__body .alert__info p {
    color: #7d8087;
}
.data__action {
    display: flex;
    justify-content: end;
    align-items: center;
}
.data__action .action {
    display: flex;
    gap: 15px;
    align-items: center;
}
.data__action .action .action__btn {
    height: 42px;
    width: 46px;
    border-radius: 6px;
    border: 1px solid #7d80874d;
    display: grid;
    place-items: center;
}
/*candidate alert page css end*/
/*Employer dashboard page  css start*/
.overview__content {
    gap: 30px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    margin-bottom: 25px;
}
.single__overview {
    background-color: var(--white);
    padding: 30px 40px;
    border-radius: 10px;
    display: flex;
    gap: 30px;
    flex: 1;
    align-items: center;
}
.single__overview:hover {
    background-color: var(--color-10);
}
.single__overview .icon {
    height: 70px;
    min-width: 70px;
    border-radius: 10px;
    background-color: #f1f1f1;
    display: grid;
    place-content: center;
}
.single__overview .icon span {
    font-size: 30px;
    color: var(--color-9);
}
.single__overview .content{
    margin: 0;
    padding: 0;
}
.single__overview .content h5 {
    font-size: 32px;
    font-weight: 700;
}
.short__list__candidate {
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.single__shortlist__item {
    display: flex;
    justify-content: space-between;
    background-color: var(--white);
    padding: 30px;
    border-radius: 16px;
    flex-wrap: wrap;
    gap: 30px;
}
.single__shortlist__item .author__info {
    display: flex;
    gap: 60px;
    align-items: center;
}
.single__shortlist__item .author__meta {
    display: flex;
    gap: 30px;
    align-items: center;
}
.single__shortlist__item .author__meta .author__image {
    height: 92px;
    width: 92px;
    border-radius: 6px;
}
.single__shortlist__item .author__meta .author__image img {
    height: 100%;
    width: 100%;
    border-radius: 6px;
}
.single__shortlist__item .author__info__list {
    display: flex;
    gap: 60px;
}
.single__shortlist__item .author__info__list span {
    display: flex;
    gap: 10px;
    align-items: center;
}
.action__click {
    background: linear-gradient(228.34deg, #FEF2EB 0%, #F1F1F1 46.31%, #E4E0EA 100%), #FFFFFF;
    color: var(--color-7);
    padding: 10px 18px;
    line-height: 1.2;
    border-radius: 6px;
    font-size: 16px;
}
/*Employer dashboard page  css end*/
/*Candidate dashboard page css start*/
.applied__jobs h6{
    font-size: 20px;
    font-weight: 500;
}
.g-30 {
    --bs-gutter-x: 30px;
    --bs-gutter-y: 30px;
}
.rts__job__card__big, .rts__author__card__big, .rts__author__card {
    background-color: var(--white);
    border-radius: 10px;
    padding: 30px;
}
.rts__job__card__big .company__icon, .rts__author__card__big .company__icon, .rts__author__card .company__icon {
    height: 120px;
    min-width: 120px;
    border-radius: 50%;
    background-color: #f1f1f1;
    display: flex;
    justify-content: center;
    align-items: center;
}
.rts__job__card__big .company__icon img, .rts__author__card__big .company__icon img, .rts__author__card .company__icon img {
    height: 65px;
    width: 65px;
}
.rts__job__card__big .job__meta, .rts__author__card__big .job__meta, .rts__author__card .job__meta {
    color: #7d8087;
}
.rts__job__card__big .job__meta .job__title, .rts__author__card__big .job__meta .job__title, .rts__author__card .job__meta .job__title {
    color: #0b0d28;
    font-size: 20px;
    line-height: 30px;
}
.rts__job__card__big .job__meta span.badge, .rts__author__card__big .job__meta span.badge, .rts__author__card .job__meta span.badge {
    color: var(--color-7);
    padding: 7px 12px;
    font-weight: 500;
    background: linear-gradient(228.34deg, #FEF2EB 0%, #F1F1F1 46.31%, #E4E0EA 100%), #FFFFFF;
    border-radius: 6px;
}
.rts__job__card__big .job__meta i, .rts__author__card__big .job__meta i, .rts__author__card .job__meta i {
    color: #0b0d28;
}
.rts__job__card__big .job__tags a, .rts__author__card__big .job__tags a, .rts__author__card .job__tags a {
    padding: 5px 14px;
    border-radius: 6px;
    background-color: transparent;
    color: #7d8087;
    line-height: 1.2;
    text-transform: capitalize;
    border: 1px solid #F1F1F1;
    font-weight: 500;
    font-size: 16px;
}
.rts__job__card__big .job__sallery, .rts__author__card__big .job__sallery, .rts__author__card .job__sallery {
    color: #7d8087;
    font-weight: 500;
}
.rts__job__card__big .job__sallery i, .rts__author__card__big .job__sallery i, .rts__author__card .job__sallery i {
    color: #0b0d28;
}
.rts__job__card__big .job__sallery span, .rts__author__card__big .job__sallery span, .rts__author__card .job__sallery span {
    font-size: 12px;
}
.apply__btn {
    padding: 12px 18px;
    border-radius: 6px;
    background-color: #F1F1F1;
    color: #0b0d28;
    line-height: 1.2;
}
.apply__btn:hover {
    background-color: var(--color-10);
    color: var(--white);
}
.mb-30 {
    margin-bottom: 30px;
}
/*Candidate dashboard page css end*/
/*Package page css start*/
.package__selection {
    background-color: var(--white);
    padding: 30px;
    border-radius: 16px;
    display: flex;
    gap: 30px;
}
.single__package__selection {
    padding: 30px;
    border-radius: 10px;
    background-color: #f1f1f1;
    display: flex;
    flex: 1;
}
.single__package__selection .form-selection {
    display: none;
}
.single__package__selection .form-selection-label {
    position: relative;
    cursor: pointer;
    margin-left: 50px;
}
.single__package__selection .form-selection-label::before {
    content: "";
    -webkit-appearance: none;
    background-color: var(--white);
    display: inline-block;
    position: absolute;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 5px;
    height: 28px;
    width: 28px;
    border-radius: 50%;
    left: -50px;
    top: 50%;
    transform: translate(0, -50%);
    border: 2px solid var(--color-3);
}
.single__package__selection .form-selection[type=radio]:checked+.form-selection-label::before {
    background-color: #34a853;
    border: 4px solid var(--white);
    box-shadow: none;
    height: 28px;
    width: 28px;
}
.fw-semibold{
    font-size: 24px;
    font-weight: 600;
}
.dash__pricing__plan {
    background-color: var(--white);
    padding: 30px;
    border-radius: 16px;
}
.max-content {
    max-width: -moz-max-content;
    max-width: max-content;
}
.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 30px;
}
.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: var(--color-3);
    transition: 0.4s;
}
.slider.round {
    border-radius: 34px;
}
.slider:before {
    position: absolute;
    content: "";
    height: 20px;
    width: 20px;
    left: 5px;
    bottom: 5px;
    background-color: white;
    transition: 0.4s;
}
.slider.round:before {
    border-radius: 50%;
}
.monthly__pricing.active, .yearly__pricing.active {
    display: block;
}
.g-30 {
    --bs-gutter-x: 30px;
    --bs-gutter-y: 30px;
}
.rts__pricing__box {
    padding: 30px;
    border: 1px solid rgba(125, 128, 135, 0.3);
    border-radius: 10px;
    transition: var(--transition);
    position: relative;
    z-index: 1;
}
.rts__pricing__box::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    inset: 0;
    border-radius: inherit;
    z-index: -1;
    opacity: 0;
    transition: var(--transition);
    background: linear-gradient(228.34deg, #FEF2EB 0%, #F1F1F1 46.31%, #E4E0EA 100%);
}
.fw-medium {
    font-size: 24px;
    color: var(--color-3)!important;
}
.mb-40 {
    margin-bottom: 40px;
}
.mt-40 {
    margin-top: 40px;
}
.plan__price span{
    font-size: 60px;
    line-height: 70px;
    font-weight: 700;
}
.plan__feature {
    display: flex;
    flex-direction: column;
    gap: 25px;
    list-style: none;
    padding: 0;
}
.plan__feature li {
    display: flex;
    gap: 15px;
    align-items: center;
}
.plan__feature li i {
    color: var(--color-3);
    font-size: 14px;
}
.rts__pricing__box:hover {
    border-color: transparent;
}
.rts__pricing__box:hover::before {
    opacity: 1;
}
.monthly__pricing,
.yearly__pricing {
    display: none; /* Hide both by default */
}

.monthly__pricing.active,
.yearly__pricing.active {
    display: block; /* Show the active section */
}
input:checked+.slider:before {
    transform: translateX(30px);
}
/*Package page css end*/
.alert-success{
    padding: 0;
    background: transparent;
    border: 0;
}
.hr-field-group .hr-password-icon {
    position: absolute;
    bottom: 17px;
    right: 17px;
    cursor: pointer;
}
.mobonlytitle{display:none}
@media (min-width:1366px){
    .hr-dashboard-right{
        margin-left: 300px;
    }
}
@media (min-width:1484px){
    .hr-dashboard-right{
        margin-left: 320px;
    }
}
@media (min-width:1517px){
    .hr-dashboard-right{
        margin-left: 300px;
    }
}
@media (min-width:1536px){
    .hr-dashboard-right{
        margin-left: 275px;
    }
}
@media (min-width:1706px){
    .hr-dashboard-right{
        margin-left: 275px;
    }
}
@media screen and (min-width: 1399px) and (max-width: 1680px) {
    .single__overview {
        padding: 20px;
        gap: 15px;
    }
}
@media screen and (min-width: 1400px) and (max-width: 1600px) {
    .single__shortlist__item {
        gap: 10px;
    }
    .single__shortlist__item .author__info {
        gap: 20px;
    }
    .single__shortlist__item .author__meta {
        gap: 20px;
    }
    .single__shortlist__item .author__meta .author__name h6 {
        font-size: 22px;
        font-weight: 600;
    }
    .shortlist__action {
        gap: 10px;
    }
}
@media screen and (max-width: 1400px) {
    .single__meeting__left {
        gap: 15px;
    }
    .single__meeting__item .content h6 {
        font-size: 20px;
    }
    .single__meeting__item .time {
        margin-left: 0;
        gap: 15px;
    }
    .single__applied__job {
        flex-wrap: nowrap;
        gap: 20px;
    }
    .single__applied__job .icon {
        display: none;
    }
    .single__shortlist__item {
        font-size: 16px;
        gap: 15px;
    }
    .single__shortlist__item .author__info {
        gap: 15px;
    }
    .single__shortlist__item .author__meta {
        gap: 15px;
    }
    .single__shortlist__item .author__meta .author__name h6 {
        font-size: 22px;
    }
    .single__shortlist__item .author__info__list {
        gap: 15px;
    }
    .shortlist__action {
        gap: 10px;
    }
    .overview__content {
        grid-template-columns: repeat(2, 1fr);
    }
    .single__overview .content h5 {
        font-size: 25px;
    }
    .single__shortlist__item {
        font-size: 16px;
        gap: 15px;
    }
    .single__shortlist__item .author__info {
        gap: 15px;
    }
    .single__shortlist__item .author__meta {
        gap: 15px;
    }
    .single__shortlist__item .author__meta .author__name h6 {
        font-size: 22px;
    }
    .single__shortlist__item .author__info__list {
        gap: 15px;
    }
}
@media (max-width: 1366px) {
    .wt-admin-dashboard-msg-2 .wt-dashboard-msg-search-list-wrap .msg-user-info {
        padding: 40px 0px 10px 0px;
    }
    .wt-admin-dashboard-msg-2 .wt-dashboard-msg-user-list {
        width: 250px;
    }
}
@media screen and (min-width: 1201px) and (max-width: 1365px) {
    .hr-dashboard-right{
        margin-left: 300px;
    }
}
@media screen and (max-width: 1200px) {
    .single__meeting__item {
        flex-wrap: wrap;
    }
    .candidate__filter {
        width: 60%;
    }
    .single__shortlist__item .author__info {
        gap: 40px;
    }
    .single__overview {
        padding: 20px;
    }
    .hr-dashboard-right{
        margin-left: 300px;
    }
}
@media(max-width:1024px){
    .hr-section {
        padding-top: 1.5rem;
    }
    .hr-dashboard-right {
        margin-left: 275px;
    }
}
@media (max-width: 991px) {
    .wt-admin-dashboard-msg-2 .wt-dashboard-msg-user-list {
        position: fixed;
        right: -250px;
        top: 0px;
        z-index: 1000;
        width: 250px;
        margin-right: 0px;
        box-shadow: 0px 0px 40px rgba(56, 152, 226, 0.3);
        transition: all 0.5s linear;
    }
     .wt-admin-dashboard-msg-2.active .wt-dashboard-msg-user-list{
        right: 0%;
    }
    .wt-admin-dashboard-msg-2 .wt-dashboard-msg-user-list {
        right: -260px;
    }
    .wt-admin-dashboard-msg-2 .user-msg-list-btn-outer {
        display: block;
        z-index: 999;
    }
    .upload-select-box{
        width: 100%;
    }
    .overview__content {
        grid-template-columns: repeat(1, 1fr);
    }
    .hr-section {
        padding-top: 1.5rem;
    }
}
@media (max-width:767.98px){
    .hr-dashboard-left{
        display: none;
    }
    .hr-dashboard-right{
        width: 100%;
        margin-left: 0;
        margin-bottom: 65px;
        padding-bottom: 50px;
        margin-top: 0;
    }
    .toggle-btn {
        position: fixed;
        top: 160px;
        right: 15px;
        background-color: var(--color-3);
        color: #fff;
        border: none;
        padding: 10px 15px;
        cursor: pointer;
        z-index: 1000;
        border-radius: 5px;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
        display: block;
    }
    .product-filter-wrap {
        display: block !important;
    }
    .product-filter-wrap .twm-filter-select .woocommerce-result-count {
        display: block;
        width: 100%;
        max-width: 120px;
    }
    .twm-jobs-list-style1 {
        text-align: center;
        display: block;
        margin-bottom: 30px !important;
    }
    .twm-jobs-list-style1 .twm-media {
        position: inherit;
        bottom: inherit;
        margin-right: 0px;
        margin-bottom: 30px;
        width: 100px;
        height: 100px;
        line-height: 100px;
    }
    .twm-jobs-list-style1 .twm-mid-content {
        padding-left: 0px;
    }
    .twm-jobs-list-style1 .twm-right-content {
        text-align: inherit;
        width: auto;
    }
    .twm-jobs-category span {
        display: inline-block;
    }
    .single__meeting__left{
        flex-direction: column;
    }
    .upload-select-box{
        width: 100%;
    }
    .single__applied__job__content {
        flex-wrap: wrap;
    }
    .single__applied__job {
        flex-wrap: wrap;
    }
    .candidate__filter__area {
        flex-direction: column;
        align-items: start;
        gap: 20px;
        justify-content: start;
    }
    .candidate__filter {
        width: 100%;
    }
    .single__shortlist__item {
        gap: 20px;
    }
    .single__shortlist__item .author__info {
        gap: 20px;
        flex-wrap: wrap;
    }
    .single__shortlist__item .author__meta {
        gap: 15px;
    }
    .single__shortlist__item .author__info__list {
        font-size: 15px;
        gap: 30px;
    }
    .shortlist__action {
        flex-wrap: wrap;
        gap: 15px;
    }
    .shortlist__action .action__item__long {
        font-size: 16px;
    }
    .package__selection {
        display: grid;
    }
    .url{
        word-wrap: break-word;
    }
    .hr-section {
        padding-bottom: 2.5rem;
        padding-top: 1.5rem;
    }
    .mobile-show {
        display: block !important;
    }
    .mobile_app_footer{
        display: block;
    }
    .mobonlytitle{
        display: flex;
        justify-content: space-around;
        align-items: center;
    }
}
@media (max-width: 540px) {
    .right-section-panel {
        padding: 15px;
    }
    .wt-admin-dashboard-msg-2 .single-user-msg-conversation {
        margin: 10px;
    }
    .pagination-outer .pagination-style1 ul li.prev a {
        width: 30px;
        height: 30px;
    }
    .middle__content {
        gap: 20px;
        flex-wrap: wrap;
        margin-bottom: 10px;
    }
    .job__post .icon__text {
        display: none;
    }
    .single__shortlist__item .author__meta {
        flex-wrap: wrap;
        gap: 20px;
    }
    .single__shortlist__item .author__info__list {
        flex-wrap: wrap;
        gap: 20px;
    }
    .overview__content {
        grid-template-columns: repeat(1, 1fr);
    }
    .font-20 {
        font-size: 18px;
    }
}