@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap");
:root {
    --primary1: #141615;
    --secondary1: #237b9b;
    --tertiary1: #ab1d13;
}


body {
    box-sizing: border-box;
    padding: 0;
    font-family: "Roboto", sans-serif !important;
}

.form-control:focus {
    border-color: #ced4da !important;
}
input.form-control {
    box-shadow: unset !important;
}
a {
    text-decoration: none !important;
}
.form-control:disabled,
.form-control[readonly] {
    background-color: #fff !important;
    opacity: 1;
}
p {
    margin-bottom: 0rem !important;
}
.nav-pills .nav-link:not(.active):hover {
    color: #188af2 !important;
}
.col-md-3.paddingleft1 {
    padding-left: 109px;
}
.col-md-3.paddingleft2 {
    padding-left: 60px;
}

.sixetext {
    font-size: 14px;
}
.padd30 {
    padding: 0px 30px;
}
.padright-7 {
    padding-right: 7px !important;
}
.padleft-7 {
    padding-left: 7px !important;
}
.top-header {
    background: #e3e5e7;
}
.potentialhead-class h3.card-title {
    font-size: 18px;
    font-weight: 500;
    padding-bottom: 5px;
    color: #000;
}
.potentialhead-class .card {
    box-shadow: unset;
}
.potentialhead-class .card .row.align-items-center.mt-3.ml-1 {
    margin-top: 2rem !important;
}
.potentialhead-class .card.mt-3 {
    margin-top: 1.5rem !important;
}
.potentialcontent-class label {
    font-size: 14px;
}
.potentialcontent-class select {
    font-size: 12px;
    outline: unset;
}
.potentialcontent-class input[type="search"] {
    font-size: 12px;
    outline: unset !important;
}
.potentialcontent-class .table-bordered {
    border: 1px solid #000 !important;
}
.potentialcontent-class .table-bordered th {
    border: 0px solid #dee2e6 !important;
    border-left: 1px solid #000 !important;
}
.potentialcontent-class .table-bordered th:first-child {
    border-left: 0px solid #000 !important;
}
.potentialcontent-class .table-bordered td {
    border-left: 1px solid #000 !important;
}
table#HR_datatable {
    border-top: none !important;
    border-left: none !important;
    border-bottom: none !important;
}
.dataTables_wrapper.no-footer .dataTables_scrollBody {
    border-bottom: 1px solid;
}
.potentialcontent-class th {
    font-size: 14px !important;
    font-weight: 500 !important;
}
.potentialcontent-class td {
    font-size: 12px;
    color: #000;
    font-weight: 400 !important;
}
.potentialcontent-class a#HR_datatable_previous {
    font-size: 14px;
}
.potentialcontent-class a#HR_datatable_next {
    font-size: 14px;
}
.potentialcontent-class div#HR_datatable_info {
    font-size: 14px;
}
.potentialcontent-class a.paginate_button.current {
    font-size: 12px;
    background: #007bff !important;
    border: none !important;
    color: #fff !important;
}
.potentialcontent-class
    .dataTables_wrapper
    .dataTables_paginate
    .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    color: #fff !important;
}
.potentialcontent-class
    .dataTables_wrapper
    .dataTables_paginate
    .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    color: #fff !important;
}
.nav-sidebar li.nav-item p {
    font-size: 14px;
}
ul.nav.nav-view.block {
    margin-left: 15px;
}
.block i.far.fa-circle.nav-icon {
    font-size: 11px !important;
    margin-right: 0px;
}
.block a.nav-link p {
    font-size: 12px !important;
    margin-bottom: 0px;
}
.block .nav-link {
    display: block;
    padding: 0.2rem 1rem;
}
.nav-sidebar i.nav-icon {
    font-size: 14px !important;
}
.toplink {
    display: flex;
    justify-content: end;
    gap: 15px;
}
.customption-class .col-sm-1 {
    flex: 1;
    max-width: 6%;
}
ul.navbar-nav.top-header {
    display: flex;
    width: 100%;
    justify-content: space-between;
}
a#clear {
    font-size: 14px;
}
.profile_menu a#dropdownMenuLink {
    outline: unset !important;
    box-shadow: unset !important;
    font-size: 13px;
    font-weight: 500;
    margin-right: 20px;
}
.table-class .table-bordered {
    border: 1px solid #000 !important;
}
.table-class .table-bordered td,
.table-bordered th {
    border: 0px solid #dee2e6 !important;
    border-left: 1px solid #000 !important;
}
.profile_menu span.fas.fa-user {
    background: #ccc;
    width: 22px;
    height: 22px;
    line-height: 22px;
    border-radius: 50%;
    margin-right: 5px;
    font-size: 10px;
}

.profile_menu a.dropdown-item {
    font-size: 12px;
    font-weight: 500;
}

.profile_menu .dropdown-menu {
    left: -19px !important;
}

.dropdown-toggle::after {
    margin-left: 10px !important;
    font-size: 18px;
    position: relative;
    top: 2px;
}

.toplink a {
    color: #000;
    font-size: 12px;
    font-weight: 500;
    line-height: 27px;
    text-transform: uppercase;
}

.toplink a:hover {
    color: #1b7ed9;
}

.msgerror {
    font-size: 12px;
    color: red;
    position: absolute;
}

/* Register form in css */
.registerform-class {
    background: #f5f3f3;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.register-box .card-body.register-card-body {
    background: #fff;
    box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.08);
    padding: 25px;
}

.register-box {
    width: 400px !important;
    margin: 0 auto;
    margin-top: -35px;
}

.register-class {
    width: 100%;
    height: 100%;
    overflow-y: hidden;
}

#RegisterForm input.form-control {
    background: #fff;
    outline: unset !important;
    box-shadow: unset !important;
    font-size: 12px;
    color: #000;
    font-weight: 400;
}
#RegisterForm .fa,
.fas {
    font-weight: 900;
    font-size: 12px;
}

.register-box p {
    font-size: 14px;
    color: #000;
    font-weight: 500;
    padding: 12px 0px;
}

#RegisterForm button.btn.btn-primary {
    background: #1b7ed9;
    border: none !important;
    padding: 11px 32px;
    font-size: 14px;
    line-height: 20px;
    margin-top: 25px;
    box-shadow: unset;
}

#RegisterForm .form-group {
    margin-bottom: 1.8rem;
}

/* Log form in css */

.login-box {
    width: 400px !important;
    margin: 0 auto;
    margin-top: -35px;
}

.login-logo img {
    width: 180px;
}

.card.login_form {
    background: #fff;
    box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.08);
    padding: 10px 5px;
}

.login-box p {
    font-size: 14px;
    color: #000;
    font-weight: 500;
    padding: 12px 0px;
}

#loginForm input.form-control {
    background: #fff;
    outline: unset !important;
    box-shadow: unset !important;
    font-size: 12px;
    color: #000;
    font-weight: 400;
}

#loginForm button.btn.btn-block.custom_btn_color {
    background: #1b7ed9;
    border: none !important;
    padding: 11px 32px;
    font-size: 14px;
    line-height: 20px;
    box-shadow: unset;
    width: auto;
    color: #fff;
}

.forgot_a a {
    color: #1b7ed9;
    font-size: 14px;
    font-weight: 500;
}

#loginForm .form-group {
    margin-bottom: 2rem;
}

.input-group-append {
    margin-left: -1px;
}
.input-group-append,
.input-group-prepend {
    display: flex;
}

.input-group-text {
    background-color: transparent;
    border-bottom-right-radius: 0.25rem;
    border-left: 0;
    border-top-right-radius: 0.25rem;
    color: #777;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.pt-class {
    padding-top: 10px;
}

/* Forgot form in css */
.forgot-class button.btn.btn-block.custom_btn_color {
    margin: 0 auto;
}

.login-logo h3 {
    font-size: 20px;
    color: #000;
    padding-bottom: 15px;
    font-weight: 500;
}

.changepass-class .card.login_form {
    padding: 0px 0px;
}

.changepass-class .form-control {
    background: #fff;
    outline: unset !important;
    box-shadow: unset !important;
    font-size: 12px;
    color: #000;
    font-weight: 400;
}

.changepass-class button.btn.btn-primary {
    background: #1b7ed9;
    border: none !important;
    padding: 11px 32px;
    font-size: 14px;
    line-height: 20px;
    margin-top: 25px;
    box-shadow: unset;
}

.changepass-class .form-group {
    padding-bottom: 1rem;
}

.resetpassword-class .card.login_form {
    padding: 0px 0px;
}

.resetpassword-class .form-control {
    background: #fff;
    outline: unset !important;
    box-shadow: unset !important;
    font-size: 12px;
    color: #000;
    font-weight: 400;
}

.resetpassword-class button.btn.btn-primary {
    background: #1b7ed9;
    border: none !important;
    padding: 11px 32px;
    font-size: 14px;
    line-height: 20px;
    margin-top: 25px;
    box-shadow: unset;
}

.resetpassword-class .form-group {
    margin-bottom: 2rem;
}

/* HR Evaluation Form in css */
.top-heading {
    margin-left: 15px;
}

.evaluation-form {
    background: #fff;
    padding: 20px 0px;
    margin: 20px 10px 0px 10px;
}

.content-wrapper {
    background-color: transparent !important;
}

.evaluation-form h2 {
    font-size: 24px;
    font-weight: 400;
    padding-bottom: 5px;
    color: #000;
}

.evaluation-form form {
    margin-top: 40px;
    padding: 0px 15px;
}

.customrow {
    display: flex;
}
.remarks-class .col-md-9 {
    flex: 0 0 74%;
    max-width: 74%;
}
.customrow input.form-control {
    border-left: 0px;
    border-radius: 0px;
    outline: unset !important;
    box-shadow: unset !important;
    border-bottom-right-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}

.customrow .input-group-append {
    margin-right: -1px;
}

.customrow .input-group-text {
    border-radius: 0px;
    background: transparent;
    border-right: 0px;
    border-bottom-left-radius: 0.25rem;
    border-top-left-radius: 0.25rem;
    position: relative;
}

.evaluation-form .form-control:focus {
    border-color: #cfd4da;
}

.evaluation-form label {
    font-weight: 400 !important;
    font-size: 14px;
    color: #000;
    padding: 0px;
    margin: 0px;
    padding-bottom: 10px;
}
.table-action-btn .action-btn {
    font-size: 12px;
}

.is-invalid .input-group-text {
    border: 1px solid #dc3545;
    border-radius: 4px 0px 0px 4px !important;
    border-right: 0px;
}
.customrow .input-group-text:before {
    content: "";
    width: 1px;
    height: 25px;
    position: absolute;
    background: #cfd4da;
    right: 0;
}

.evaluation-form input.form-control {
    font-size: 12px;
}

.evaluation-form .form-group {
    margin-bottom: 1.5rem;
}

.doubleinput {
    display: flex;
    gap: 20px;
}

.radio-class label.form-check-label {
    padding-bottom: 0px;
    margin-left: 0px;
}

.radio-class label.col-form-label {
    margin-right: 15px;
    padding-bottom: 0px;
}

.form-group.margin0-class {
    margin-bottom: 0rem !important;
}
.selectBox {
    position: relative;
}

.selectBox select {
    width: 100%;
    font-weight: bold;
}

.overSelect {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

#checkboxes {
    display: none;
    border: 1px #dadada solid;
}

#checkboxes1 {
    display: none;
    border: 1px #dadada solid;
}

#checkboxes2 {
    display: none;
    border: 1px #dadada solid;
}

#checkboxes3 {
    display: none;
    border: 1px #dadada solid;
}

#checkboxes4 {
    display: none;
    border: 1px #dadada solid;
}

#checkboxes label {
    display: block;
}

#checkboxes label:hover {
    background-color: #1e90ff;
}

.multiselect .selectBox select {
    width: 100%;
    font-weight: bold;
    background: #ebebeb;
    padding: 10px 8px;
    font-size: 13px;
    font-weight: 500;
    border: none;
    border-radius: 4px;
}
div#checkboxes,
div#checkboxes1,
div#checkboxes2,
div#checkboxes3,
div#checkboxes4 {
    background: #ebebeb;
    border-radius: 4px;
    margin-top: -5px;
    padding: 10px 0px;
}

#checkboxes label {
    font-weight: 500 !important;
    font-size: 12px;
    color: #000;
    padding: 0px;
    margin: 0px;
    padding-bottom: 10px;
    margin-left: 15px;
    display: block;
}

#checkboxes span {
    margin-left: 8px;
}

#checkboxes label:hover {
    background-color: transparent;
}

#checkboxes1 label {
    font-weight: 500 !important;
    font-size: 12px;
    color: #000;
    padding: 0px;
    margin: 0px;
    padding-bottom: 10px;
    margin-left: 15px;
    display: block;
}

#checkboxes1 span {
    margin-left: 8px;
}

#checkboxes1 label:hover {
    background-color: transparent;
}

#checkboxes2 label {
    font-weight: 500 !important;
    font-size: 12px;
    color: #000;
    padding: 0px;
    margin: 0px;
    padding-bottom: 10px;
    margin-left: 15px;
    display: block;
}

#checkboxes2 span {
    margin-left: 8px;
}

#checkboxes2 label:hover {
    background-color: transparent;
}

#checkboxes3 label {
    font-weight: 500 !important;
    font-size: 12px;
    color: #000;
    padding: 0px;
    margin: 0px;
    padding-bottom: 10px;
    margin-left: 15px;
    display: block;
}

#checkboxes3 span {
    margin-left: 8px;
}

#checkboxes3 label:hover {
    background-color: transparent;
}

#checkboxes4 label {
    font-weight: 500 !important;
    font-size: 12px;
    color: #000;
    padding: 0px;
    margin: 0px;
    padding-bottom: 10px;
    margin-left: 15px;
    display: block;
}

#checkboxes4 span {
    margin-left: 8px;
}

#checkboxes4 label:hover {
    background-color: transparent;
}

.customption-class {
    margin-left: 0px !important;
}

.details h4 {
    font-size: 16px;
    font-weight: 500;
    padding-bottom: 25px;
    color: #000;
}

.details label {
    font-weight: 500 !important;
    font-size: 14px;
    color: #000;
    padding: 0px;
    margin: 0px;
    padding-bottom: 10px;
    margin-left: 0px;
    display: flex;
    align-items: center;
}

.details .col-auto {
    padding: 0px 15px !important;
}

.details input.form-control {
    font-size: 12px;
    width: 180px;
    margin-left: 10px;
}

.widthsize input.form-control {
    width: 230px;
}

.datesize input.form-control {
    font-size: 12px;
    width: 125px;
    background: transparent;
    margin-left: 0px;
}
.reason-class {
    margin-left: 15px;
}
.col-sm-12.customrow.joining-class {
    padding-right: 7px;
}
.score-class input.form-control {
    height: 20px;
}
.percent-class.score-class {
    font-size: 12px;
}
.joining-class input.form-control {
    margin-left: 0px !important;
}
a.view-class {
    position: relative;
    top: 15px;
    color: #000;
    font-size: 14px;
    text-decoration: underline !important;
    padding-left: 60px;
}
.joining-class .input-group-append {
    margin-left: 15px;
}
.dropdown-class {
    margin-top: 20px;
}

legend.w-auto {
    font-size: 14px;
    font-weight: 500 !important;
    color: #000;
    margin-left: 25px;
}

.dropdown-class label {
    font-weight: 400 !important;
    font-size: 14px;
    color: #000;
    padding: 0px;
    margin: 0px;
    padding-bottom: 10px;
    margin-left: 15px;
    display: flex;
    align-items: center;
}

.dropdown-class input.form-control {
    font-size: 12px;
    width: 100%;
}

fieldset.border.p-2 {
    width: 100%;
}
.dropdown-class .col-sm-8,
.col-sm-6,
.col-auto {
    padding: 0px !important;
}

.dropdown-class .col-auto {
    padding: 0px 0px !important;
}

.padd-class {
    padding: 30px 0px 0px;
}
.dropdown-class .col-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 80%;
    max-width: 80%;
}

.intview-class {
    padding: 0px 0px 10px;
}

.intview-class h4 {
    font-size: 16px;
    font-weight: 500;
    padding-bottom: 25px;
    color: #000;
}

.row.align-items-center.intviewmargin-class {
    margin-left: 15px;
}

.table-class h4 {
    font-size: 16px;
    font-weight: 500;
    padding-bottom: 25px;
    color: #000;
}

table.table.table-striped.table-bordered {
    width: auto;
}

th.table1-class {
    width: 350px;
}

th.table2-class {
    width: 100px;
}

th.table3-class {
    width: 510px;
}

/* .table-striped tbody tr:nth-of-type(odd) {
    background-color: #fff !important;
} */

.table-bordered {
    border: 2px solid #000 !important;
}

.table input[type="text"] {
    width: 28px;
    background: transparent;
    border: none;
    border-bottom: 1px dashed #000;
    outline: unset;
}
.table-bordered td,
.table-bordered th {
    border: 0px solid #dee2e6 !important;
    border-left: 2px solid #000 !important;
}

.table textarea#exampleFormControlTextarea1 {
    background: transparent;
    border: none;
    outline: unset !important;
    box-shadow: unset !important;
    resize: unset;
}

th.table1-class {
    font-size: 14px;
    font-weight: 500;
}
th.table2-class {
    font-size: 14px;
    font-weight: 500;
}
th.table3-class {
    font-size: 14px;
    font-weight: 500;
}

.table-class table th {
    font-size: 12px;
    font-weight: 500;
}

.table-class table td {
    font-size: 12px;
}

button.btn.btn-primary.mb-2.save-class {
    background: #1b7ed9;
    border: none;
    font-size: 14px;
    padding: 8px 25px;
    font-weight: 500;
    margin-left: 15px;
    outline: unset;
    box-shadow: unset !important;
}
button.btn.btn-primary.detail-btn {
    margin-top: 25px;
    background: #1b7ed9;
    border: none;
    font-size: 12px;
    padding: 8px 15px;
    outline: unset;
    box-shadow: unset;
}
/* .detailborder-class {
        border: 1px solid #ccc;
        padding: 25px;
        width: 94%;
    } */

.project_header {
    padding: 14px 20px;
    position: sticky;
    width: 100%;
    margin: 0 auto;
    top: 0;
    z-index: 9;
    background: #188af2;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.5);
}
.project_header ul {
    padding: 0px;
    font-size: 14px;
    display: flex;
    justify-content: start;
    text-transform: capitalize;
    list-style: none;
    font-weight: 500;
    margin-bottom: 0px;
}
.project_header ul li {
    margin: 0 50px 0px 0px;
}
.project_header ul li a {
    color: #000;
    font-weight: 500;
}
.project_header .active > a {
    color: #fff;
    font-weight: 500;
}
.personhead-class h2 {
    font-size: 20px;
    font-weight: 500;
    padding-bottom: 5px;
    color: #000;
}
.personhead-class {
    margin-top: 32px;
}
.mainpage form {
    padding: 0px 30px;
}
/* .fileupload {
        border: 1px solid #ced4da;
        padding: 30px;
        width: 130px;
        border-radius: 10px;
    */
.mainpage {
    background: #fff;
    height: 100vh;
}
.project_header {
    padding: 14px 20px;
    position: sticky;
    width: 100%;
    margin: 0 auto;
    top: 0;
    z-index: 9;
    background: #188af2;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.5);
}
.project_header ul {
    padding: 0px;
    font-size: 14px;
    display: flex;
    justify-content: start;
    text-transform: capitalize;
    list-style: none;
    font-weight: 500;
    margin-bottom: 0px;
}
.project_header ul li {
    margin: 0 50px 0px 0px;
}
.project_header ul li a {
    color: #000;
    font-weight: 500;
}
.project_header .active > a {
    color: #fff;
    font-weight: 500;
}

button.btn.btn-primary.detail-btn {
    margin-left: -15px;
    margin-top: 25px;
    margin-bottom: 25px;
}

.customption-class .col-auto {
    display: flex;
    gap: 15px;
}

.customption-class .count {
    display: flex;
    gap: 15px;
}

.customption-class .append {
    display: flex;
    gap: 15px;
}

/* personal details */

.mainpage {
    background: #fff;
    height: auto;
    padding-bottom: 30px;
}

.project_header {
    padding: 14px 20px;
    position: sticky;
    width: 100%;
    margin: 0 auto;
    top: 0;
    z-index: 9;
    background: #188af2;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.5);
}

.project_header ul {
    padding: 0px;
    font-size: 14px;
    display: flex;
    justify-content: start;
    text-transform: capitalize;
    list-style: none;
    font-weight: 500;
    margin-bottom: 0px;
}

.project_header ul li {
    margin: 0 50px 0px 0px;
}

.project_header ul li a {
    color: #000;
    font-weight: 500;
}
.project_header .active > a {
    color: #fff;
    font-weight: 500;
}
button.view-class.delClone {
    border: none;
    color: red;
    position: relative;
    top: 16px;
    width: 166px;
    background: transparent;
}
.customption-class select {
    font-size: 12px !important;
}
.delClone i.fa.fa-trash {
    font-size: 20px;
}
.row.doublerow {
    margin-left: 0px;
}
.customrow.doublebirth-class {
    padding: 0px;
}
.personal-detail label.col-form-label {
    font-weight: 400 !important;
    font-size: 14px;
    color: #000;
    padding: 0px;
    margin: 0px;
    padding-bottom: 10px;
}
.personal-detail input.form-control {
    font-size: 12px;
    height: 35px;
}
.personal-detail select {
    font-size: 12px;
    height: 35px;
    width: 100%;
    padding: 0px;
}
.doublerow .col-sm-9 {
    flex: 1;
    max-width: 100%;
}
.radio2-class label.form-check-label {
    font-size: 12px;
}
.radio2-class .form-check-inline {
    padding-left: 3px;
}
.personal-detail textarea#textarea {
    resize: unset;
    font-size: 12px;
}
.employee-details .row.doublerow {
    margin-left: -15px !important;
}
.employee-details label.col-form-label {
    font-weight: 400 !important;
    font-size: 14px;
    color: #000;
    padding: 0px;
    margin: 0px;
    padding-bottom: 10px;
}
.employee-details h4 {
    font-size: 16px;
    font-weight: 500;
    padding-bottom: 5px;
    color: #000;
    margin: 15px 0px;
}
.employee-details input.form-control {
    font-size: 12px;
    height: 35px;
}
.deposit-class .form-check {
    margin: 10px 0px;
}
.deposit-class label.form-check-label {
    font-weight: 500;
    font-size: 14px;
    position: relative;
    top: -2px;
}
.securitydeposit-class .form-check {
    margin: 20px 0px 10px;
}
.securitydeposit-class label.form-check-label {
    font-weight: 500;
    font-size: 14px;
    position: relative;
    top: -2px;
}
.dualbtn2_class select#designation {
    height: 35px;
    font-size: 12px;
}
.dualbtn2_class label.col-form-label {
    font-weight: 400 !important;
    font-size: 14px;
    color: #000;
    padding: 0px;
    margin: 0px;
    padding-bottom: 10px;
}
.yearly-class .form-check {
    margin: 20px 0px 10px;
}
.yearly-class label.form-check-label {
    font-weight: 500;
    font-size: 14px;
    position: relative;
    top: -2px;
}
.dualbtn2_class {
    display: flex;
    align-items: center;
    column-gap: 15px;
}

.btn-bottom {
    margin-top: 35px;
}
button.btn.btn-primary.detail-btn.btn2class {
    height: auto;
    margin-top: 10px;
    font-size: 13px;
    margin-bottom: 20px;
    margin-left: 0px !important;
}
.monthinput-class input.form-control {
    width: 100px;
}
label.col-form-label.label1 {
    text-align: center;
    width: 100%;
    font-weight: 400 !important;
    font-size: 12px;
}
.row.monthcount-class {
    margin: 0px;
}

.boardheading h4 {
    font-size: 16px;
    font-weight: 500;
}
form.boardingdoc-class {
    margin-top: 20px;
}
.boardingdoc-class label.col-form-label {
    font-weight: 400 !important;
    font-size: 14px;
    color: #000;
    padding: 0px;
    margin: 0px;
    padding-bottom: 10px;
}
.boardingdoc-class input.form-control {
    font-size: 12px;
    height: 35px;
}
label.col-form-label.labeltop-class {
    font-size: 16px;
    font-weight: 500 !important;
}
.boardingdoc-class .form-control-file {
    margin-top: 5px;
}
.boardingdoc-class label span {
    font-size: 11px;
}
.active {
    color: #fff;
}
.block {
    display: block !important;
}
.educationfile {
    margin-top: 19px;
}
.percent-class {
    display: flex;
    font-size: 12px;
}
.percent-class input.form-control {
    border: none;
    border-bottom: 1px dashed;
    border-radius: 0px;
}
.educational-class label.col-form-label {
    font-weight: 400 !important;
    font-size: 14px;
    color: #000;
    padding: 0px;
    margin: 0px;
}
.percent-class input.form-control {
    height: 22px;
    font-size: 12px;
}
.educational-class label.col-form-label.labeltop-class {
    font-size: 16px !important;
    font-weight: 500 !important;
    padding-bottom: 11px;
}
.educationradio-class label.form-check-label {
    font-size: 13px;
}
.educationradio-class .form-check-inline {
    padding-left: 15px;
    position: relative;
    top: 3px;
}
.educational-class select#exampleFormControlSelect1 {
    font-size: 12px;
}
.educationlabel-class label.col-form-label {
    padding-bottom: 12px;
}
.select-class {
    margin-left: 15px;
}
.employmentheading h4 {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 15px;
}
.employment-class label.col-form-label {
    font-weight: 400 !important;
    font-size: 14px;
    color: #000;
    padding: 0px;
    margin: 0px;
    padding-bottom: 10px;
}
.employment-class input.form-control {
    font-size: 12px;
    height: 35px;
}
.employmentfield-class a.view-class {
    top: 12px;
    padding-left: 0px;
}
.employmentfield-class .dropdown-class label {
    margin-left: 0px;
}
.employmentfield-class .padd-class {
    padding: 20px 0px 0px;
}
.employmentfield-class .form-check-inline {
    padding-left: 0px;
    position: relative;
    top: 3px;
}
.font-12 {
    font-size: 14px!important;
}
button.btn.btn-primary.detail-btn.employmentbtn {
    margin-left: 0px;
}
.employmentfield-class textarea.form-control {
    height: auto;
    font-size: 12px;
}
.offboardingheading h4 {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 15px;
}
.offboardingheading label.form-check-label {
    font-size: 14px;
    padding-bottom: 5px;
}
.offboardingheading .form-check-input {
    position: relative;
    top: 2px;
}
.offboarding-class h4 {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 15px;
}
.offboarding-class {
    margin-top: 20px;
}

.offboardingradio-class .form-check-inline {
    padding-left: 0px;
    position: relative;
    top: 3px;
}
.offboardingradio-class label.form-check-label {
    font-size: 13px;
}
.offboarding-class label.col-form-label {
    font-weight: 400 !important;
    font-size: 14px;
    color: #000;
    padding: 0px;
    margin: 0px;
    padding-bottom: 10px;
}
.offboarding-class input.form-control {
    font-size: 12px;
    height: 35px;
}
.offboarding-class textarea.form-control {
    height: auto;
    font-size: 12px;
}

.view {
    color: #000;
    text-decoration: underline !important;
    text-align: center !important;
}
.current_employee h3.card-title {
    font-size: 18px;
    font-weight: 500;
    padding-bottom: 5px;
    color: #000;
}
.current_employee .card.mt-3 {
    margin-top: 1.5rem !important;
}
.current_employee .card .row.align-items-center.mt-3.ml-1 {
    margin-top: 2rem !important;
}
.current_employee .card {
    box-shadow: unset;
}
.col-md-2.paddleft-15 {
    padding-left: 5px;
}
.topselect-class label.col-form-label {
    font-size: 14px;
    font-weight: 400 !important;
    padding-bottom: 17px;
}
.topselect-class .form-control {
    font-size: 12px;
    height: 32px;
}
.doublecol-class {
    display: flex;
    column-gap: 15px;
}
.doublecol-class label {
    font-size: 10px;
    font-weight: 400 !important;
    margin-bottom: 0;
}
.doublehead-class p {
    font-size: 14px;
    font-weight: 400 !important;
    padding-bottom: 0px;
}
button#dateFilter {
    font-size: 12px;
    padding: 7px 15px;
    background: #007bff;
    border: none;
}
.employee_content label {
    font-size: 14px;
}
.employee_content select {
    font-size: 12px;
    outline: unset;
}
.employee_content th {
    font-size: 14px !important;
    font-weight: 500 !important;
}
.employee_content td {
    font-size: 12px;
    color: #000;
    font-weight: 400 !important;
}
.employee_content input[type="search"] {
    font-size: 12px;
    outline: unset !important;
}
.employee_content div#CurrEmp_datatable_info {
    font-size: 14px;
}
.employee_content a#CurrEmp_datatable_previous {
    font-size: 14px;
}
.employee_content a#CurrEmp_datatable_next {
    font-size: 14px;
}
.employee_content a.paginate_button.current {
    font-size: 12px;
    background: #007bff !important;
    border: none !important;
    color: #fff !important;
}
.employee_content
    .dataTables_wrapper
    .dataTables_paginate
    .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    color: #fff !important;
}
.employee_content
    .dataTables_wrapper
    .dataTables_paginate
    .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    color: #fff !important;
}
.current_employee .card-header {
    background: transparent;
    border: none;
}
.paddtop-class {
    padding-top: 20px;
}

.current_employee .table-bordered {
    border: 0px solid #000 !important;
    border-bottom: 1px solid #000 !important;
    border-top: 1px solid #000 !important;
    border-right: 1px solid #000 !important;
}
.current_employee .table-bordered td,
.table-bordered th {
    border: 0px solid #dee2e6 !important;
    border-left: 1px solid #000 !important;
}
table#PrevEmp_datatable,
table#CurrEmp_datatable {
    border-top: none !important;
    border-bottom: none !important;
}
.dataTables_wrapper.no-footer .dataTables_scrollBody {
    border-bottom: 1px solid !important;
}
.employee_content div#PrevEmp_datatable_info {
    font-size: 14px;
}
.employee_content a#PrevEmp_datatable_previous {
    font-size: 14px;
}

.employee_content a#PrevEmp_datatable_next {
    font-size: 14px;
}
.dualbtn_class {
    display: flex;
    column-gap: 15px;
    align-items: center;
}
.dualbtn_class {
    margin-left: -90px;
}
/* dashboard in css */

.dashboardheading-class {
    padding: 30px 20px 15px !important;
}
.dashboard-class section.content {
    padding: 0 1.2rem;
}
.dashboard-class .info-box {
    padding: 1rem;
    width: 90%;
}
.bg1-class {
    background: #007bff;
    color: #ffff;
}
.bg1-class i.fas {
    font-size: 25px;
}
.bg2-class {
    background: #343a40;
    color: #fff;
}
.bg2-class i.fas {
    font-size: 25px;
}
.dashboardheading-class h1.m-0 {
    font-size: 20px;
    font-weight: 500;
    padding-bottom: 5px;
    color: #000;
}
.dashboard-class span.info-box-text {
    font-size: 14px;
}
.dashboard-class span.info-box-number {
    font-size: 14px;
}
.dashboard-class .info-box-content {
    padding: 0px 20px!important;
}

.increment_width .col-md-2 {
    flex: 1;
    max-width: 8.666667%;
}
.increment_width .col-md-5 {
    flex: 0 0 45%;
    max-width: 45%;
}
.increment_width button.btn.btn-danger.detail-btn.btn2class.remove_button {
    background: transparent;
    color: #c82333;
    border: none;
    font-size: 24px;
    margin-top: -8px;
    outline: unset!important;
    box-shadow: unset!important;
}
.col-md-6.incwidthcol-class{
    flex: 0 0 45%;
    max-width: 45%;
}
    /* padding: 0px 20px !important; */

.input-group.mb-3.col-md-3.offset-md-0.paddingleft {
    padding-left: 60px;
    gap: 45px;
    font-size: 13px;
}
.save-class {
    background: #1b7ed9!important;
}
span.astric-sign 
{color: #dd0000;
    font-size: 16px !important;
    line-height: 20px;}
.project_header .font-header .active a {
    border-bottom: 2px solid #000;
    padding-bottom: 3px;
}
.educationradio-class label.col-form-label.labeltop-class1 {
    font-weight: 500!important;
    font-size: 16px;
}
.inputwidth-class input.form-control {
    width: 200px;
}
.hideShowComapny {
    cursor: pointer;
}
.experience-class {
    display: flex;
    gap: 20px;
    align-items: center;
}
.multiselect .selectBox .is-invalid {
    border: 1px solid #dc3545!important;
}
.radio2-class .form-check-inline {
    position: relative;
    top: 1px;
}

.breadcrumb-class h2 {
    font-size: 22px;
    font-weight: 400;
    color: var(--primary1);
    margin-bottom: 0px;
}

table.dataTable.no-footer {
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}

#UserTable td {
    font-size: 13px;
}

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

.dataTables_wrapper .dataTables_paginate a.paginate_button.current {
    border: 1px solid var(--secondary1) !important;
}

.sidebar-dark-primary .nav-sidebar > .nav-item > .nav-link.active, .sidebar-light-primary .nav-sidebar > .nav-item > .nav-link.active {
    background-color: #174b8e !important;
}

.main-sidebar.sidebar-dark-primary .sidebar a {
    color: #ffffff !important;
}

.nav-pills .nav-item .nav-link {
    display: block;
    padding: 0.5rem 0.5rem;
}

a {
    text-decoration: none !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.previous, .dataTables_wrapper .dataTables_paginate .paginate_button.next {
    border: none !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    padding: 2px !important;
}

.dataTables_paginate {
    font-size: 13px;
}

#UserTable th {
    font-size: 15px;
}
label {
    font-size: 15px;
    font-weight: 400 !important;
}

.dataTables_wrapper .dataTables_length select {
    border: 1px solid #aaa;
    border-radius: 3px;
    padding: 5px;
    background-color: transparent;
    color: inherit;
    padding: 4px;
    width: max-content;
}

#UserTable label {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 14px;
}
.mail-loading-box {
    height: 100%;
    width: 100%;
    position: fixed;
    background: #ffffffd4;
    z-index: 9999;
    bottom: 0;
    top: 0;
    display: none;
}
.mail-loading-box .mail-loading-text {
    position: absolute;
    left: calc(50% - 28px);
    text-align: center;
    top: calc(50% - 77px);
}
.mail-loading-info {
    position: absolute;
    left: calc(50% - 28px);
    top: calc(50% - 77px);
    text-align: center;
}
.content-wrapper > .content {
    padding: 1.2rem 1rem !important;
}
.dataTables_wrapper .dataTables_paginate a.paginate_button {
    border: 1px solid var(--secondary1) !important;
    color: var(--secondary1) !important;
}
div#UserTable_info {
    font-size: 13px;
}

/* .navbar-light-grey {
    background-color: #e5e8eb !important; 
} */
.navbar-light-grey {
    background-color: #f8fbfd !important; 
} 

.navbar-expand .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
    color: rgba(0, 0, 0, .5);
}


.bg-custom-blue {
    background-color: #174b8e!important;
}
.bg-custom-blueButton {
    background-color: #237b9b !important;
}

.errorClass {
    display: block;
    min-height: 20px; /* Reserve space for error message */
    font-size: 0.875rem;
    color: #dc3545;
}

[class*=sidebar-dark-] {
    background-color: #e3e5e7 !important;
}

#myHeader {
    background-color: #e3e5e7 !important;
}

/* Optional: Adjust text/icon colors if needed */
#myHeader .nav-link,
#myHeader .dropdown-toggle,
#myHeader .dropdown-menu a {
    color: #000; /* black text */
}

#myHeader .dropdown-menu {
    background-color: #e3e5e7;
}

#myHeader .dropdown-menu a:hover {
    background-color: #e3e5e7;
}

a.delete.btn.btn-danger.delete-user-button {
    background: none;
    border: none;
    color: red;
}

#UserTable{
    width: 100% !important;
    border-collapse: collapse;
    font-size: 14px;
}

.clinician-select {
    padding: 6px 12px;
    font-size: 14px;
    border: 1px solid #ccc;
    border-radius: 4px;
    background-color: white;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='10' viewBox='0 0 24 24' width='10' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/></svg>");
    background-repeat: no-repeat;
    background-position: right 8px center;
    background-size: 12px;
    cursor: pointer;
    min-width: 130px;
    margin: 8px 0;
}
table td select.clinician-select {
    display: block;
    margin: auto;
}
th{
    text-align: center !important;
}

/* #UserTable th,
#UserTable td {
    text-align: center;
    vertical-align: middle;
} */


/* Style table headers */
#UserTable thead th {
    background-color: #f8f9fa;
    font-weight: bold;
    white-space: nowrap;
}


/* Responsive layout on smaller screens */
@media screen and (max-width: 992px) {
    #UserTable {
      border: 0;
    }
  
    /* #UserTable thead {
      display: none;
    }
  
    #UserTable tbody,
    #UserTable tr,
    #UserTable td {
      display: block;
      width: 100%;
    } */
  
    #UserTable tbody tr {
      margin-bottom: 15px;
      border: 1px solid #ccc;
      border-radius: 5px;
      padding: 10px;
      background-color: #fff;
    }
  
    #UserTable tbody td {
      text-align: left;
      padding: 10px;
      position: relative;
      border: none;
      border-bottom: 1px solid #eee;
    }
  
    #UserTable tbody td::before {
      content: attr(data-label);
      font-weight: bold;
      display: block;
      margin-bottom: 6px;
      color: #333;
    }
  
    select.clinician-select {
      width: 100%;
      margin-top: 5px;
    }
  }
  

/*  */



/* Container of pagination */
.dataTables_wrapper .dataTables_paginate {
    margin-top: 15px;
    text-align: center;
}

/* Pagination buttons */
.dataTables_wrapper .dataTables_paginate .paginate_button {
    padding: 6px 12px;
    margin: 0 4px;
    border: 1px solid #ccc;
    background-color: #f1f1f1;
    color: #333 !important;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
}

/* Hover effect */
.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:active,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:focus {
    background-color: #174b8e !important;
    /* color: white !important; */
    border: 1px solid #174b8e !important;
}
.dataTables_wrapper .dataTables_paginate a.paginate_button.current {
    border: 1px solid var(--secondary1) !important;
    color: white !important;
}

