.error-msg {
    color: red;
    text-align: right;
    margin-top: -5px;
    margin-bottom: 5px;
}

.sb-nav-fixed #layoutSidenav #layoutSidenav_nav .sb-sidenav {
    padding-top: 42px;
}

.tab-content>.active {
    box-shadow: 0rem 1em 1em rgb(0 0 0 / 10%);
    border-radius: 0;
    border-top: none;
    border: 1px solid #dee2e6;
}

.sb-sidenav .sb-sidenav-menu .nav .nav-link {
    padding-top: 0.4rem;
    padding-bottom: 0.5rem;
}

.sb-sidenav .sb-sidenav-footer {
    padding: 0.45rem 0.75rem;
}

.table-stripe>tbody>tr {
    background-color: #f0f7ff;
}

.table-stripe>tbody>tr:nth-of-type(2n+1) {
    background-color: #fff;
}

.pagination-wrap {
    text-align: right !important;
    float: right;
    padding-top: 5px;
    width: 100%;
}

.pageintaion-pages {
    float: right;
}

.pageintaion-count {
    float: left;
}

.pageintaion-pages .page-item a,
.pageintaion-pages .page-item span {
    font-size: 12px !important;
    padding: 3px 8px !important;
}

table.dataTable tbody th,
table.dataTable tbody td {
    padding: 5px 5px;
    font-size: 12px;
}

.success {
    color: green !important;
}

.primary {
    color: blue;
}

.warning {
    color: orange;
}

.danger {
    color: red !important;
}

.success:hover,
.danger:hover,
.primary:hover,
.warning:hover {
    opacity: 0.7;
    color: inherit;
}

.roles-permissions-tbl tr td:nth-child(2) {
    text-align: right;
}

.pull-right {
    float: right;
}

.form-wrap {
    margin-bottom: 6px;
    display: flex;
    color: #777;
}

.form-wrap .form-label {
    width: 224px;
    color: #000;
}

.bold-break,
.form-label {
    margin-right: 10px;
    font-weight: 700;
}

.list-columns {
    cursor: pointer;
}

.custom-sort th {
    position: relative;
}

.custom-sort th>a {
    width: 100%;
    float: left;
    color: #fff;
    text-decoration: none;
    white-space: nowrap !important;
    padding-right: 20px !important;
    z-index: 1;
    position: relative;
    font-weight: 500;
}

.custom-sort th {
    white-space: nowrap !important;
    /* padding-right: 0 !important; */
    background: #337fd7;
    color: #fff;
}

.data-table-sort th {
    padding-right: 20px !important;
}

.dataTables_length label {
    display: inline-block;
    color: #78909c;
    margin-bottom: 10px;
}

.dataTables_wrapper a.paginate_button {
    padding: 8px !important;
    margin: 0 !important;
    color: #0a58ca !important;
    border: 1px solid #dee2e6;
    cursor: pointer;
    text-decoration: none;
}

.dataTables_paginate .ellipsis {
    padding: 8px !important;
    margin: 0 !important;
    border: 1px solid #dee2e6;

}

.dataTables_wrapper .paginate_button.previous,
.dataTables_wrapper .paginate_button.next {
    display: none !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current {
    background-color: #0a58ca !important;
    border-color: #e9ecef !important;
    color: #ffffff !important;
}

.paging_simple_numbers {
    text-align: right;
}

th.sorting {
    cursor: pointer;
}

/*table.dataTable.no-footer {
    border-color: #78909c !important;
    border-width: 0 1px 0 0px !important;
}*/
.custom-sort th svg {
    position: absolute;
    right: 4px;
    top: 5px;
    z-index: 0;
}

body .form-label {
    margin-bottom: 0.1rem !important;
    font-weight: 600;

}

body .form-label span {
    font-weight: normal;
}

body .form-control,
body .dataTable-input {
    padding: 0.275rem 0.55rem !important;
}

.text-right {
    text-align: right;
}

.datepicker>div {
    display: block;
}

.card-header {
    display: inline-block;
    width: 100%;
}

.width-50 {
    width: 49%;
    display: inline-block;
}

.modal-content .form-label {
    width: 100%;
}

.header-name {
    color: #ffffff;
    padding: 8px 8px;
}

table input[type="text"] {
    height: 20px;
    font-size: 15px;
    width: 100%;
}

/* table input[name="joborder_id"], 
table input[name="type"],
table input[name="status"] {
    width: 55px;
}
table input[name="recruiter"],
table input[name="owner"] {
    width: 80px;
} */
.card-body {
    overflow: auto;
}

body .form-control,
body .dataTable-input {
    padding: 0.175rem 0.55rem !important;
    font-size: 0.7rem;
}

a.primary {
    text-decoration: none;
}

tr.tr-red td,
.red {
    color: red;
}

tr.tr-green td,
.green {
    color: #24a924;
}

tr.tr-amber td,
.amber {
    color: orange;
}

#joborder-search-data,
#candidate-search-data {
    max-height: 250px;
    overflow: auto;
}

.pl-3 {
    padding-left: 15px;
}

ul.search-session-ul,
ul.search-saved-ul {
    list-style: none;
    padding-left: 0;
    margin: 0;
    max-height: 110px;
}

.show-columns {
    position: absolute;
    background: #ffffff;
    border: 1px solid #9c9c9c;
    padding: 5px;
    left: 2px;
    min-width: 160px;
    top: 13px;
    z-index: 11;
    box-shadow: 3px 4px 15px rgba(0, 0, 0, 0.3);
}

.show-columns ul {
    padding-left: 4px;
    margin-bottom: 5px;
    list-style: none;
}

.show-columns ul label {
    font-weight: normal;
    cursor: pointer;
}

.fa-star {
    font-size: 8px;
    padding: 0;
    margin: 0;
}

a.card-header-collapse.primary {
    width: 100%;
    display: inline-block;
    color: #78909c;
}

a.card-header-collapse.primary .fa-angle-down,
a.card-header-collapse.primary .fa-angle-up {
    padding: 4px 0;
}

.mr-2 {
    margin-right: 0.5rem !important;
}

.sb-sidenav .sb-sidenav-menu .nav .sb-sidenav-menu-heading {
    padding: 1.25rem 1rem 0.75rem;
}

img.candidate-img {
    background-image: url(../img/dummy-profile-pic-300x300-1.png);
    width: 100%;
    height: auto;
    max-width: 130px;
    background-size: contain;
    border-radius: 100%;
}

.alert {
    margin-top: 7px;
    padding: 7px;
}

.alert-dismissible .btn-close {
    padding: 10px;
}

/* color */
button#btnNavbarSearch {
    background-color: #00466b;
    border-color: #00466b;
}

body.bg-primary {
    background-color: #f3f5f7 !important;
}

body {
    background-color: #f3f5f7;
}

.bg-dark {
    background-color: #337fd7 !important;
    color: #fff !important;
}

.sb-sidenav-dark {
    background-color: #337fd7;
    color: #fff !important;
}

.sb-sidenav-dark .sb-sidenav-footer {
    background-color: #2974ca;
}

.sb-topnav.navbar-dark #sidebarToggle {
    color: #fff;
}

.navbar-dark .navbar-nav .nav-link {
    color: #ffffff;
}

.sb-sidenav-dark .sb-sidenav-menu .sb-sidenav-menu-heading {
    color: #eeeeee;
}

.sb-sidenav-dark .sb-sidenav-menu .nav-link {
    color: #ffffffd8;
}

.sb-sidenav-dark .sb-sidenav-menu .nav-link .sb-nav-link-icon {
    color: #ffffffd8;
}

.sb-sidenav-dark .sb-sidenav-menu .nav-link:hover .sb-nav-link-icon {
    color: #fff;
}

.card {
    background-color: #fff;
    border: none;
    -webkit-box-shadow: 0 0.125rem 0.8rem rgb(0 0 0 / 10%);
    box-shadow: 0 0.125rem 0.8rem rgb(0 0 0 / 10%);
    border-radius: 6px;
}

.btn-primary {
    background-color: #337fd7;
}

.primary {
    color: #337fd7;
}

h4,
h3,
h5,
h6,
h2,
h1 {
    color: #000;
}

h6 {
    font-size: 0.9rem;
}

.card-header {
    background: #fff;
    color: #337fd7;
    font-weight: 600;
}

table th {
    color: #78909c;
}

table td {
    color: #445158;
}

.bg-primary {
    background-color: #337fd7;
}

.add-search,
.remove-search {
    margin-right: 5px;
    font-size: 13px;
    padding: 2px 0;
    cursor: pointer;
}

.dot-green {
    color: #24a924;
}

.dot-grey {
    color: lightgray;
}

.dot-orange {
    color: orange;
}

.dot-red {
    color: #d73333;
}

.title {
    font-size: 16px;
    color: #337fd7;
    margin-top: 10px;
}

.container-fluid {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
}

/* .card-body {
    padding: 0.5rem 0.5rem;
} */
.btn {
    padding: 1px 10px;
    font-size: 0.9rem;
}

.sb-topnav {
    height: 42px;
}

.sb-nav-fixed #layoutSidenav #layoutSidenav_content {
    top: 42px;
}

body {
    font-size: 12px;
}

.table> :not(:first-child),
.dataTable-table> :not(:first-child) {
    border-top: 0 solid currentColor;
}

.table-stripe>tbody>tr:first-child {
    background-color: #fff;
    border-bottom: 1px solid #999;
}

.table-stripe>tbody>tr:first-child td {
    padding: 1px !important;
}

.table-stripe>tbody>tr:first-child td input {
    border: 1px solid #ccc;
    border-radius: 0;
}

.table-stripe>tbody>tr:first-child td input:focus,
.table-stripe>tbody>tr:first-child td input:focus-visible {
    border-color: #337fd7;
    border-radius: 0px !important;
    outline: none;
}

/* .table-stripe.no-first-row > tbody > tr:first-child td{
    padding: 5px 5px !important;
} */
.table-stripe.no-first-row>tbody>tr:first-child td {
    padding: 0.1rem 0.5rem !important;
}

.table-stripe.no-first-row>tbody>tr:first-child {
    background-color: #fff;
    border-bottom: 1px solid #dee2e6;
}

.table> :not(caption)>*>*,
.dataTable-table> :not(caption)>*>* {
    padding: 0.1rem 0.5rem;
}

.show-columns ul li {
    color: #333 !important;
}

.change-columns:hover {
    color: #337fd7;
}

table tbody tr td {
    white-space: nowrap;
    max-width: 200px;
    overflow: hidden;
    text-overflow: ellipsis;
}

table {
    margin-bottom: 0 !important;
}

.pagination,
.dataTable-pagination ul {
    margin-bottom: 0;
}

.sb-topnav .navbar-brand {
    width: 155px;
}

.sb-sidenav .sb-sidenav-menu .nav .sb-sidenav-menu-heading {
    border-bottom: 1px solid #ffffff1c;
}

.sb-sidenav .sb-sidenav-menu .nav .sb-sidenav-menu-heading {
    padding: 10px 7px;
    background: #2974ca;
    color: #fff;
}

.sb-sidenav .sb-sidenav-menu .nav .nav-link {
    border-bottom: 1px solid #ffffff1f;
}

td select {
    width: 100%;
    border: 1px solid #bbb;
}

.min-max {
    min-width: 23px !important;
    max-width: 23px !important;
}

.top-save-btn {
    position: absolute;
    top: 5px;
    right: 8px;
}

.table-stripe tr.active td,
.table-stripe tr:hover td {
    background: #337fd7;
    color: #fff;
}

tr.active td a,
tr:hover td a {
    color: #fff;
}

.vertical-height {
    height: 93vh;
}

.login-main-wrap {
    background: #f1f1f1;
}

.login-box-wrap {
    position: relative;
    width: 100%;
    height: 100%;
    max-width: 390px;
    max-height: 510px;
    padding: 50px;
    border-radius: 15px;
    background: #fff;
    box-shadow: 8px 8px 20px rgba(0, 0, 0, 0.1);
}

.login-box-wrap::before {
    background: url(../img/left-side.svg) no-repeat center center;
    content: " ";
    display: block;
    width: 204px;
    height: 266px;
    position: absolute;
    bottom: -60px;
    left: -165px;
}

.login-box-wrap::after {
    background: url(../img/right-side.svg) no-repeat center center;
    content: " ";
    display: block;
    width: 204px;
    height: 269px;
    position: absolute;
    bottom: -60px;
    right: -165px;
}

.login-btn {
    width: 100%;
    padding: 10px;
}

.forget-password {
    font-size: 13px;
    color: #85889b;
    letter-spacing: 0;
}

.login-error-msg {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0 50px 20px;
}

.login-logo-wrap {
    margin-bottom: 45px;
}

.form-floating>label {
    padding: 1rem 0.55rem;
}

.card-body {
    padding: 0.75rem;
}

.card-header {
    padding: 0.5rem 0.75rem;
    font-size: 14px;
}

.row {
    --bs-gutter-x: 0.75rem;
}

.w-auto {
    width: auto !important;
}

.right-side-content {
    display: flex;
    flex-direction: column;
    justify-content: stretch;
}

.right-side-content>div.card {
    height: 100%;
}

.table-border tr th {
    border: 1px solid #999;
    color: #fff;
    background: #337fd7;
    padding: 3px;
}

.table-border tr td {
    border: 1px solid #dee2e6;
    padding: 3px;
}

.no-border-select,
.no-border-select:hover,
.no-border-select:focus,
.no-border-select:active {
    border: none;
    overflow: hidden;
    box-shadow: none;
}

.btn-move {
    display: block;
    width: auto;
    max-width: 45px;
    margin: auto;
    margin-bottom: 10px;
}

.cand-jo-pipline .fa-star {
    cursor: pointer;
}

.reports-count-ul li span {
    float: right;
}

a.delete-up {
    margin-top: -5%;
}

div#list_joborder {
    position: absolute;
    width: 200%;
    z-index: 11;
    top: 24px;
    max-height: 250px;
    overflow-y: auto;
    background: #fff;
    border: 1px solid #ddd;
}

div#mass_mail_list_joborder {
    position: absolute;
    width: 100%;
    max-height: 200px;
    overflow-y: auto;
    background: #fff;
    border: 1px solid #ddd;
    z-index: 1000;
    top: 100%;
    margin-top: 4px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

div#list_skill,
div#list_company {
    position: absolute;
    width: 94%;
    z-index: 11;
    top: 44px;
}

#candidadtejobOrderModal .modal-body,
#experianceModal .modal-body,
#skillModal .modal-body {
    overflow: inherit;
}

.list-group-item {
    padding: 2px 6px;
}

.no-css,
.no-css * {
    max-width: 100% !important;
    box-sizing: border-box;
    white-space: break-spaces;
}

.accordion-button {
    padding: 4px;
    font-size: 12px;
}

.accordion-button::after {
    width: 0.85rem;
    height: 0.85rem;
    background-size: 0.85rem;
}

.accordion-item {
    margin-top: 5px;
    margin-bottom: 5px;
}

.accordion .accordion-button:focus {
    border: none;
    outline: 0;
    box-shadow: none;
}

.accordion-header {
    line-height: 0;
}

.table-responsive {
    padding-bottom: 5px;
}

.separator {
    display: flex;
    align-items: center;
    text-align: center;
}

.separator::before,
.separator::after {
    content: '';
    flex: 1;
    border-bottom: 1px solid #ced4da;
}

.separator:not(:empty)::before {
    margin-right: .25em;
}

.separator:not(:empty)::after {
    margin-left: .25em;
}

.remove-form-margin .form-wrap {
    margin-bottom: 0;
}

.input-daterange input:last-child {
    -webkit-border-radius: 0.25rem;
    -moz-border-radius: 0.25rem;
    border-radius: 0.25rem;
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 0.7rem !important;
    color: #000;
    line-height: 20px !important;
}

.select2-container .select2-selection--single {
    height: 23px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 20px;
}

.select2-results__option {
    padding: 4px;
}

.btn.btn-xs {
    padding: 0px 5px;
    font-size: 0.7rem;
}

.ck-editor__editable_inline {
    min-height: 200px;
}

.green-bg {
    background-color: #7baf7b87;
}

.already-exist {
    background-color: #337fd729;
}

.search-page .form-wrap .form-label {
    width: 100px;
    color: #000;
    min-width: 80px;
}

.select2-container--default .select2-selection--multiple {
    font-size: 0.7rem !important;
    color: #000;
    line-height: 24px !important;
}

li.select2-selection__choice {
    color: #ffffff;
    background-color: #337fd7 !important;
    padding: 0px 6px !important;
}

.ch-50 {
    height: 200px;
}

.ch-25 {
    height: 135px;
    padding-bottom: 0 !important;
}

.ch-75 {
    height: 335px;
}

.ch-100 {
    height: 457px;
}

.candidate-page .form-wrap {
    margin-bottom: 4px;
}

.dashboard .tab {
    overflow: hidden;
    background-color: #fff;
    color: #000;
    height: 30px;
}

.dashboard .tab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 5px 5px 6px 5px;
    transition: 0.3s;
    font-size: 12px;
    color: #000;
    border: 1px solid #eeeeee;
    border-bottom: none;
    font-weight: bold;
    margin-right: 2px;
}

.dashboard .tab button:hover {
    background-color: #337fd7 !important;
    color: #ffffff;
}

.dashboard .tab button.active {
    background-color: #337fd7 !important;
    color: #ffffff;
}

.dashboard .tabcontent {
    display: none;
    padding: 0;
    border-top: none;
}

.dashboard table.jobs tbody tr td {
    max-width: 90px;
}

.select2-container {
    width: 100% !important;
    display: flex;
}

.select2-container .selection {
    width: 100% !important;
}

.select2-container--default .select2-selection--multiple {
    font-size: 10px !important;
    color: #000;
    line-height: 14px !important;
    border: 1px solid #ced4da !important;
    min-height: auto !important;
    padding: 0 5px;
}

.select2-selection--multiple .select2-selection__choice {
    margin-right: 4px !important;
    margin-top: 4px !important;
}

.select2-selection--multiple li.select2-selection__choice {
    color: #000000;
    background-color: #eeeeee !important;
    padding: 0px 4px !important;
}

.is-invalid+.select2-container--default .select2-selection--multiple,
.is-invalid+.select2-container--default .select2-selection--single,
.is-invalid+.ck.ck-editor {
    border: 1px solid #dc3545 !important;
}

input.me-1.is-invalid {
    outline: 1px solid red;
    outline-offset: -1px;
}

.view-div .form-wrap .form-label {
    width: 100%;
    color: #000;
}

.field-hide {
    display: none;
}

.state-field {
    display: none;
}

.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 1rem;
    max-height: 70vh;
}

#candidadteResumeModal .modal-dialog {
    max-width: 90%;
}

.card-custom {
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    padding: 20px;
    width: 49.6%;
}

.profile-img {
    width: 100%;
    height: 100%;
    max-width: 75px;
    max-height: 75px;
    border-radius: 50%;
    border: 2px solid #337FD7;
}

.contact-btn {
    border: 1px solid #ddd;
    border-radius: 20px;
    padding: 5px 15px;
    text-decoration: none;
    color: black;
    display: inline-block;
}

.card-custom-70 {
    width: 70%;
    padding-right: 1%;
}

.view-change-icon .active {
    background: #337FD7;
}

.card-custom-70 .form-label .colon {
    padding-right: 1rem;
}

.profile-section {
    width: 30%;
    background: #F0F7FF;
    padding: 2% 0;
    border-radius: 6px;
}

.black-text {
    color: #303030 !important;
    text-decoration: none;
    font-weight: 700;
}

.grayBox {
    background: #F9F9F9;
    margin-top: 0.5rem;
    padding: 0.25rem;
}

#gridView .grayBox .form-label {
    width: auto !important;
}

#gridView label.form-label {
    color: #A6ABB1;
}

.candidate label.form-label {
    color: #7A8382;
    width: 130px;
    min-width: 130px;
    font-weight: 400;
}

.candidate .form-wrap,
input.view-mode,
select.view-mode {
    color: #303030;
    font-weight: 600;
    font-size: 12px;
}

.row.candidate .form-wrap {
    font-weight: 400;
}

.notprovider {
    color: #A6ABB1;
}

.candidate a {
    color: #337fd7;
}

.graycolor {
    color: #7A8382;
}

.accordion-arrow {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    text-align: left;
    border: 0;
    border-radius: 0;
    overflow-anchor: none;
    transition: color 0.15sease-in-out, background-color 0.15sease-in-out, border-color 0.15sease-in-out, box-shadow 0.15sease-in-out, border-radius 0.15sease;
}

.accordion-arrow:not(.collapsed)::after {
    background-image: url(../img/accordian-icon.png);
}

.accordion-arrow::after {
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    margin-left: auto;
    content: "";
    background-image: url(../img/accordian-icon-down.png);
    background-repeat: no-repeat;
    background-size: 1.25rem;
    transition: transform 0.2sease-in-out;
}

.phone {
    background: #ECF5FF;
    padding: 0.1rem 0.5rem;
    align-content: center;
    border-radius: 15px;
    border: 1px solid #337FD7;
}

.activity {
    background: #F0F7FF;
}

.activity .card-header {
    background: #F0F7FF;
    color: #000;
    border: 0;
}

.card-body>hr:last-child {
    display: none;
}

.multiple-headings {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
}

.header-actions {
    display: flex;
    gap: 10px;
}

.activitylist {
    background: rgba(255, 255, 255, 0.5);
    border: 2px solid rgb(240, 247, 255);
}

.view_icons_card {
    background: url(../img/Card_icn_gray.svg) no-repeat 8px 5px;
    width: 30px;
    height: 25px;
    display: inline-block;
}

.view_icons_card.active {
    background: url(../img/Card_icn.svg) no-repeat 8px 5px #337fd7;
}

.view_icons_card.chart {
    background: url(../img/chart.png) no-repeat 8px 5px;
}

.view_icons_card.chart.active {
    background: url(../img/chart.png) no-repeat 8px 5px #337fd7;
}

.view_icons_table {
    background: url(../img/table_icn_gray.svg) no-repeat 8px 5px;
    width: 30px;
    height: 25px;
    display: inline-block;
}

.view_icons_table.active {
    background: url(../img/table_icn.svg) no-repeat 8px 5px #337fd7;
}

hr {
    margin: 0.25rem 0;
}

.notes-title {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    gap: 1rem;
}

.notes-title::before,
.notes-title::after {
    content: "";
    border-top: 0.1rem double rgba(0, 0, 0, 0.125);
    align-self: center;
}

.extend-text {
    word-wrap: break-word;
    width: calc(100% - 130px);
}

.view-mode {
    background: #fff !important;
    border: none;
    overflow: visible;
    resize: none;
    field-sizing: content;
}

.ck.ck-editor__main>.ck-editor__editable {
    height: 400px;
}

.method-card {
    cursor: pointer;
    transition: all 0.3s ease;
}

.card-text.text-muted.mt-2 {
    padding: 10px;
    border-radius: 10px;
    background: #F6F6F6;
}

.selected .card-text.text-muted.mt-2 {
    padding: 10px;
    border: 1px solid #337FD7;
    border-radius: 10px;
    background: #E8f3ff;
    color: #2F3132 !important;
}

.selected label.form-check-label {
    color: #337FD7;
}

.full-height {
    height: 100%;
}

.full-height .ck.ck-editor {
    height: 100%;
}

.full-height .ck.ck-editor__main {
    height: calc(100% - 40px);
    max-height: 650px;
}

.full-height .ck.ck-editor__editable_inline {
    height: 100% !important;
}

.mr-1 {
    margin-right: 0.25rem !important;
}

.mr-2 {
    margin-right: 0.5rem !important;
}

.mr-3 {
    margin-right: 0.75rem !important;
}

.mr-4 {
    margin-right: 1rem !important;
}

.mr-5 {
    margin-right: 1.25rem !important;
}

.w-5 {
    width: 5% !important;
}

.w-10 {
    width: 10% !important;
}

.w-15 {
    width: 15% !important;
}

.w-20 {
    width: 20% !important;
}

.w-25 {
    width: 25% !important;
}

.w-30 {
    width: 30% !important;
}

.w-40 {
    width: 40% !important;
}

.w-50 {
    width: 50% !important;
}

.w-60 {
    width: 60% !important;
}

.w-70 {
    width: 70% !important;
}

.w-80 {
    width: 80% !important;
}

.w-90 {
    width: 90% !important;
}

.w-100 {
    width: 100% !important;
}

.search-tags span.tag {
    padding: 3px 3px 3px 6px;
    background: #337fd736;
    border-radius: 5px;
    border: 1px solid #eeeeee;
    white-space: nowrap;
}

.search-tags {
    display: flex;
    gap: 3px;
    flex-wrap: wrap;
}

.buttons-wrap {
    width: 143px;
    min-width: 143px;
}

.search-tags .tag a {
    padding: 5px 4px;
}

.small-loader img {
    height: 13px;
}

.drop-area {
    width: 100%;
    max-width: 600px;
    height: 200px;
    border: 2px dashed #007bff;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    color: #007bff;
    margin: 20px auto;
}

.drop-area.hover {
    border-color: #28a745;
    color: #28a745;
}

select.multi-select.p-0 {
    padding: 0 !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    padding: 0;
}

.caps label.form-label {
    width: 224px !important;
}

.light-yellow-bg {
    background-color: #fff9b3;
    font-weight: bold;
}

.light-green-bg {
    background-color: #94efac;
    font-weight: bold;
}

/* Automation css Start */
#automation-wrapper {
    background: #f9f9fb;
    margin: 0;
    padding: 20px;
}

#automation-wrapper .container {
    background: white;
    border-radius: 8px;
    padding: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    max-width: 900px;
    margin: 0 auto;
}

#automation-wrapper .automation-bar {
    display: flex;
    align-items: center;
    gap: 23px;
    padding: 10px 20px;
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    margin-bottom: 20px;
    background: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
    width: 45%;
}

#automation-wrapper .title {
    font-size: 12px;
    color: #000;
}

#automation-wrapper .automation-title {
    display: flex;
    align-items: center;
    font-size: 12px;
    font-weight: 500;
    color: #333;
    gap: 8px;
}

#automation-wrapper .automation-bar label {
    font-size: 14px;
    color: #555;
}

#automation-wrapper select {
    padding: 8px 12px;
    font-size: 14px;
    border: 1px solid #ccc;
    border-radius: 6px;
    width: 50%;
}

#automation-wrapper button {
    width: auto;
}


#automation-wrapper .terminal {
    background: #fff;
    border: 1px solid #ddd;
    height: 400px;
    padding: 10px;
    overflow-y: scroll;
    white-space: pre-line;
    font-size: 13px;
    border-radius: 5px;
}

#automation-wrapper .input-bar {
    display: flex;
    margin-top: 10px;
}

#automation-wrapper .input-bar input {
    flex: 1;
    padding: 8px;
    font-size: 14px;
}

#automation-wrapper .input-bar input::placeholder {
    color: grey !important;
}

#automation-wrapper .input-bar button {
    margin-left: 10px;
}

#automation-wrapper .form-wrap .form-label {
    width: 150px !important;
}

#automation-wrapper button:disabled,
#automation-wrapper button[disabled] {
    border: 1px solid #999999;
    background-color: #cccccc;
    color: #666666;
}

#automation-wrapper .company_selection {
    opacity: 0.4;
    transition: opacity 0.2s ease-in-out;
}

#automation-wrapper .company_selection.active {
    opacity: 1 !important;
}

#automation-wrapper .company_selection.disabled {
    pointer-events: none;
    opacity: 0.5;
}

.admin-setting-add {
    position: absolute;
    right: 14px;
    bottom: 26px;
}

a.company_selection.active:after {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background: #337fd7;
    border-radius: 10px;
    position: relative;
    bottom: -5px;
}

/* Automation css end */
tr.disabled-row td,
tr.disabled-row td svg {
    color: #9f9f9f !important;
}

.form-switch input[type="checkbox"] {
    cursor: pointer;
}

#gridView .svg-inline--fa {
    height: 1.3em;
}

.poc-form {
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
    margin-bottom: 10px;
}

.poc-form:last-child {
    border: none;
    margin-bottom: 0px;
}

.contracts .form-wrap .form-label {
    width: 160px;
    min-width: 140px;
}

.ats-users .form-wrap .form-label {
    width: auto;
    min-width: auto;
}

.table-primary th {
    color: #337fd7;
    font-weight: 500;
}

.contracts tr.active td a,
.contracts tr:hover td a {
    color: #337fd7;
}

#contractedit label.form-label {
    width: auto;
}

span.org_filename {
    display: flex;
    word-break: break-word;
    line-height: 12px;
    margin-top: 4px;
}

.poc-form {
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
    margin-bottom: 10px;
}

.poc-form:last-child {
    border: none;
    margin-bottom: 0px;
}

.contracts .form-wrap .form-label {
    width: 160px;
    min-width: 140px;
}

.ats-users .form-wrap .form-label {
    width: auto;
    min-width: auto;
}

.table-primary th {
    color: #337fd7;
    font-weight: 500;
}

.contracts tr.active td a,
.contracts tr:hover td a {
    color: #337fd7;
}

#contractedit label.form-label {
    min-width: 105px;
}

span.org_filename {
    display: flex;
    word-break: break-word;
    line-height: 12px;
    margin-top: 4px;
}

span.highlight {
    background-color: #ffbe5c;
}

.search-page .form-wrap .form-label.search-label {
    max-width: 200px !important;
    width: auto !important;
}

.poc-form {
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
    margin-bottom: 10px;
}

.poc-form:last-child {
    border: none;
    margin-bottom: 0px;
}

.contracts .form-wrap .form-label {
    width: 160px;
    min-width: 140px;
}

.ats-users .form-wrap .form-label {
    width: auto;
    min-width: auto;
}

.table-primary th {
    color: #337fd7;
    font-weight: 500;
}

.contracts tr.active td a,
.contracts tr:hover td a {
    color: #337fd7;
}

#contractedit label.form-label {
    width: auto;
}

span.org_filename {
    display: flex;
    word-break: break-word;
    line-height: 12px;
    margin-top: 4px;
}

.poc-form {
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
    margin-bottom: 10px;
}

.poc-form:last-child {
    border: none;
    margin-bottom: 0px;
}

.contracts .form-wrap .form-label {
    width: 160px;
    min-width: 140px;
}

.ats-users .form-wrap .form-label {
    width: auto;
    min-width: auto;
}

.table-primary th {
    color: #337fd7;
    font-weight: 500;
}

.contracts tr.active td a,
.contracts tr:hover td a {
    color: #337fd7;
}

#contractedit label.form-label {
    min-width: 105px;
}

span.org_filename {
    display: flex;
    word-break: break-word;
    line-height: 12px;
    margin-top: 4px;
}

.area-state-switch {
    padding: 0;
    display: flex;
    align-items: center;
    margin-top: -3px;
    font-weight: bold;
}

.area-state-switch .form-check-input {
    margin: 0 7px !important;
}

.area-state-switch .form-check-label {
    color: #000;
}

.state-form-wrap .select2.select2-container,
.country-form-wrap .select2.select2-container {
    margin-right: 15px;
}

.area-state-switch .form-check-input {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%2386b7fe'/%3e%3c/svg%3e");
    border-color: #86b7fe;
}

.area-state-switch .form-check-input:focus {
    border-color: #86b7fe;
    box-shadow: none;
}

.area-state-switch .form-check-input:checked {
    background-color: transparent;
    border-color: #86b7fe;
}

.area-state-switch .form-check-input:checked {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%2386b7fe'/%3e%3c/svg%3e");
}

.custom-gap {
    gap: 34px;
}

.grey-text {
    color: grey !important;
}

.topbar-select {
    font-size: 12px;
    padding: 4px 10px;
}

.automation-logs-table.table-stripe>tbody>tr:first-child {
    border-bottom: 1px solid #dee2e6;
}

.automation-logs-table.table-stripe>tbody>tr:first-child td {
    padding: 0.03rem 0.5rem !important;
}

.automation-logs-table tbody tr:hover td a,
.automation-logs-table tbody tr.active td a {
    color: white !important;
}

@media (min-width: 992px) {
    .sb-nav-fixed #layoutSidenav #layoutSidenav_nav {
        width: 190px;
    }

    .sb-nav-fixed #layoutSidenav #layoutSidenav_content {
        padding-left: 190px;
    }

    .sb-sidenav-toggled #layoutSidenav #layoutSidenav_nav {
        transform: translateX(-190px);
    }

    .sb-sidenav-toggled #layoutSidenav #layoutSidenav_content {
        margin-left: -190px;
    }
}

@media (max-width: 767px) {
    .remove-form-margin .form-wrap {
        margin-bottom: 8px;
    }
}

@media (max-width: 1239px) {
    .card-custom {
        width: 100%;
    }
}

.frag-wrap {
    position: relative;
}

.frag-loader {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, .6);
    opacity: 0;
    pointer-events: none;
    z-index: 5;
    transition: opacity .15s ease;
}

.frag-wrap.loading .frag-loader {
    opacity: 1;
    pointer-events: auto;
}

.pagination .disabled {
    opacity: .6;
    cursor: not-allowed;
}

#candidates-frag.loading {
    position: relative;
}

#adsearch-frag {
    position: relative;
}

#adsearch-frag .frag-loader {
    position: absolute;
    inset: 0;
    display: flex;
    /* keep it in flow */
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, .6);
    opacity: 0;
    pointer-events: none;
    z-index: 5;
    transition: opacity .15s ease;
}

#adsearch-frag.loading .frag-loader {
    opacity: 1;
    pointer-events: auto;
}

.label-right {
    display: flex;
    justify-content: end;
}

#foundit_location_filters .select2-container {
    margin-right: 3px;
}

#foundit_location_filters .select2-container:last-child {
    margin-right: 0;
}

br.ProseMirror-trailingBreak {
    display: none;
}

.loader-icon img {
    max-width: 35px;
    margin-top: 25%;
}

div#loader {
    position: absolute;
    bottom: 0;
    z-index: 11;
    right: 0;
    left: 0;
    margin: auto;
    text-align: center;
    background: rgb(238 238 238 / 44%);
    height: 100%;
}

select {
    -webkit-appearance: auto !important;
}
input{
    font-size: 0.8rem !important;
}