@import url("https://use.typekit.net/dxu4tpa.css");
@import url("/assets/css/font-weight.css");
@import url("/assets/css/colors.css");
@import url("/assets/css/margins.css");

* {
    font-family: mozaic-geo-variable, sans-serif;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    background-color: #FDFFF7;
    font-size: 14px;
    font-variation-settings: 'wght' 200;
    color: #515151;
    font-family: mozaic-geo-variable, sans-serif;
}

body.lightbox-active {
    overflow: hidden;
}

a {
    transition: 0.4s ease-in-out;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #222823;
    font-variation-settings: 'wght' 400;
    font-family: mozaic-geo-variable, sans-serif;
}

h1,
h2 {
    font-size: 32px;
    line-height: normal;
    letter-spacing: -0.64px;
    color: #222823;
}

h5 {
    font-size: 20px;
    letter-spacing: -0.4px;
}

h6 {
    font-size: 18px;
    font-style: normal;
    line-height: normal;
    letter-spacing: -0.36px;
}

.h1-font {
    font-size: 40px;
    letter-spacing: -0.8px;
}

a {
    text-decoration: none;
    transition: 0.3s ease-in-out;
}

::placeholder {
    opacity: 0.5;
}

.site-wrapper {
    overflow: hidden;
}

header {
    padding: 18px 110px !important;
    background-color: var(--darkbg);
}

.newaccount-header {
    border-bottom: solid 1px #343D36;
}

.sticky-header {
    transition: all 0.3s ease;
}

.row,
.inner-wrapper {
    height: 100%;
}

#main-menu {
    max-width: 440px;
}

.nav-logo img {
    width: 100%;
    max-width: 230px;
}

.nav-link,
.nav-link.active {
    color: #fff !important;
}

.navbar-toggler {
    background: #fff;
}

.drop-main {
    height: 42px;
    display: flex;
    align-items: center;
}

.drop-main.show {
    color: #C3E177 !important;

}

.drop-main.show::after {
    background: url(/assets/images/dropdown-green.svg);
    transition: 0.3s ease-in-out;
    transform: rotate(-180deg);

}

/* .drop-main:hover::after {
    transform: rotate(180deg);
    color: #C3E177 !important;
    background: url(/assets/images/dropdown-green.svg);
} */

/* .drop-main:hover {
    color: #C3E177 !important;
} */

.drop-main:after {
    border: 0;
    width: 10px;
    height: 5px;
    background: url(/assets/images/dropdown-white.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    transition: 0.3s ease-in-out;
}

.profile-menu:after {
    border: 0;
    width: 10px;
    height: 5px;
    background: url(/assets/images/dropdown-dark.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    transition: 0.3s ease-in-out;
    margin-left: auto !important;
}

.profile-menu.show::after {
    transform: rotate(-180deg);
}

ul.dropdown-menu.text-light.show {
    box-shadow: -2px 2px 11px 0px rgba(0, 0, 0, 0.06);
    border: 0;
    padding: 20px 25px;
}

.dropdown-item {
    padding-left: 0;
    padding-right: 0;
    color: #000;
}

.dropdown-item:hover,
.dropdown-item:active {
    background: none;
    background-color: transparent;
    color: #000;
}

section {
    padding: 20px;
}

.container {
    width: 100%;
    max-width: 1200px;
}

.content-pads {
    padding: 80px 120px;
}

.dark-img-bg {
    background-image: url(/assets/images/side-bg.jpg);
    background-position: center;
    background-size: cover;
}

.copy-right {
    font-size: 12px;
    line-height: 1;
}

.copyright {
    line-height: 1;
}

footer {
    background-color: var(--footerbg);
    min-height: 50px;
    padding: 21px 20px;
}

/* Login Page */
.login-page {
    height: 100%;
}

.login-box {
    padding: 80px 80px;
    background-color: var(--darkbg);
    color: #fff;
}

.home-image-sec {
    background-size: cover;
    background-position: center center;
    background-image: url(/assets/images/home-image1.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 60px;
    min-height: 100vh;
}

.home-image-sec h1 {
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.8px;
    color: var(--white);
    margin: 0;
    line-height: 1;
}

.login-wrap {
    width: 100%;
    max-width: 471px;
}

.login-wrap h3 {
    text-align: center;
}

.single-input-wrap {
    width: 100%;
}

.single-input {
    width: 100%;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    height: 42px;
    border-radius: 30px;
    background-color: #F9F9F9;
    overflow: hidden;
    border: solid 1px transparent;
}

.single-input input {
    border: 0px solid var(--lightbg);
    width: 100%;
    outline: none;
    height: 30px;
    font-size: 13px;
    color: var(--darktext);
    background-color: transparent;
}

.single-input i,
.locked {
    padding: 8px 16px;
    color: var(--darktext);
}

.field-icon.toggle-password,
.field-icon.con-password {
    margin-right: 25px;
}

.toggle-password,
.con-password {
    color: #222823;
    opacity: 0.3;
}

.submit-btn {
    background: transparent;

}

.submit-btn input {
    background: var(--green);
    color: #1E3432;
    cursor: pointer;
    height: 42px;
    transition: 0.4s ease-in-out;
}

.green-btn {
    background: var(--green);
    color: #1E3432;
    cursor: pointer;
    height: 42px;
    transition: 0.4s ease-in-out;
    min-width: 108px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 21px;
    font-size: 14px;
    font-style: normal;
    font-variation-settings: 'wght' 400;
}

.login-copyright {
    font-size: 12px;
    font-style: normal;
    font-weight: 200;
    line-height: 17px;
    opacity: 0.5;
}

.register {
    margin-top: 58px;
}

.remember-box {
    margin-bottom: 30px;
    margin-top: 20px;
}

.remember-cb-wrap label {
    display: flex;
    gap: 10px;
    align-items: center;
    line-height: 1;
}

.remember-cb-wrap input {
    width: 17px;
    height: 17px;
}

.forgot-pass {
    color: var(--white);
    text-decoration: none;
    line-height: 1;
}

.create-link {
    text-decoration: underline;
    color: var(--white);
}




/* Hovers */
a:hover,
.cont-det a:hover {
    color: #C3E177;
}

.forgot-pass:hover,
.create-link:hover {
    color: var(--green);
}

.btn:hover {
    background-color: #F4F7EE;
}

.btn-arrow:hover img {
    transform: translatex(10px)
}

.back-btn:hover img {
    transform: translatex(-10px)
}

.back-btn:hover {
    background-color: transparent;
}

.green-btn:hover {
    color: #1E3432;
}

/* Assessment Page */
/* #assessment-section {
    min-width: 100vh;
} */

.assessments-wrap {
    margin-left: auto;
    margin-right: auto;
}

.content-pads {
    min-height: calc(100vh - 168px);
}

.whs-h1 {
    font-size: 32px;
    font-style: normal;
    line-height: normal;
    letter-spacing: -0.64px;
}

.assessment-block {
    background-color: var(--footerbg);
    border-radius: 8px;
    padding: 30px 40px;
    transition: 0.4s ease-in-out;
    display: flex;
    align-items: center;
    min-height: 119px;
}

.assessment-block:hover {
    background-color: var(--hoverbg);
}

.assessment-block:hover .assessment-label {
    color: #fff;

}

.assessment-block:hover .assessment-title {
    color: #fff;
}

.assessment-block:hover .assessment-btn {
    background-color: var(--green);
}

.assessment-title-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;

}

.assessment-label {
    font-size: 11px;
    font-style: normal;
    font-weight: 200;
    line-height: 14px;
    color: var(--darktext);
    transition: 0.4s ease-in-out;
    opacity: 0.7;
}

.assessment-title {
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -0.4px;
    color: var(--darktext);
    margin: 0;
    transition: 0.4s ease-in-out;
}

.assessment-btn {
    border-radius: 21px;
    background-color: #E0E3DB;
    height: 42px;
    border: 0;
    min-width: 185px;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    transition: 0.4s ease-in-out;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 7px;
    padding-top: 2px;
    color: #222823;
}

.assessment-btn svg {
    margin-top: -4px;
}

.assessment-block:not(:last-child) {
    margin-bottom: 10px;
}

.additional-content {
    display: none;
}

/* Buttons Styles */
.next-btn {
    border-radius: 21px;
    background: #C3E177;
    border: 0;
    padding-left: 32px;
    padding-right: 32px;
}

.btn-arrow img {
    transition: 0.4s ease-in-out;
}

.btn-arrow {
    gap: 7px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.back-btn {
    gap: 7px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.back-btn img {
    transition: 0.4s ease-in-out;
}

.save-btn {
    border-radius: 21px;
    background: #E0E3DB;
    border: 0;
    padding-left: 32px;
    padding-right: 32px;
    display: flex;
    align-items: center;
    gap: 7px;
    padding-top: 8px;
}

.save-btn img {
    margin-top: -2px;
}

.cancel-btn {
    border-radius: 21px;
    background: #E0E3DB;
    padding-left: 27px;
    padding-right: 27px;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 19px;

}


/* Accordion Style */

.accordion-button {
    border-radius: 8px;
    min-height: 65px;
    font-size: 20px;
    font-style: normal;
    font-variation-settings: 'wght' 400;
    line-height: 24px;
    letter-spacing: -0.4px;
    background-color: #F4F7EE;
    padding-left: 30px;
    padding-right: 30px;
}

.accordion-button:not(.collapsed) {
    background-color: #1E3432;
    color: #fff;
}

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

.accordion-item {
    margin-bottom: 10px;
    border-radius: 8px;
    border: 0;
    background-color: transparent;
}

.accordion-body {
    padding: 38px 30px 38px 30px
}

.accordion-button::after {
    background-image: url(/assets/images/accordion-arrow-down.svg);
    height: 8px;
    width: 14px;
    background-size: contain;
}

.accordion-button:not(.collapsed)::after {
    background-image: url(/assets/images/white-arrow-down.svg);
}

.location-list {
    display: flex;
    gap: 20px;
    margin-top: 20px;
}

.location-list a {
    color: #222823;
    text-decoration: underline;
    font-size: 14px;
    font-variation-settings: 'wght' 200;
}

.location-list .h6 {
    font-size: 14px;
    font-variation-settings: 'wght' 400;
}

.with-link a {
    color: #515151;
    text-decoration: underline;
    font-variation-settings: 'wght' 400;
}

/* Multisteps Styles */
/* Hide the default radio button */
.radio-btns input[type="radio"] {
    display: none;
}

/* Style for the label */
.radio-btns label, .radio-btns button {
    display: inline-block;
    padding: 10px 20px;
    margin-top: 5px;
    font-size: 16px;
    cursor: pointer;
    border-radius: 21px;
    background-color: #E0E3DB;
    transition: background-color 0.3s ease;
    font-variation-settings: 'wght' 400;
    height: 42px;
    width: 100%;
    max-width: 184px;
    text-align: center;
    color: #1E3432;
}

.radio-btns button {
    border: 0;
}

/* Style for the checked state */
.radio-btns input[type="radio"]:checked+label, .radio-btns .selected {
    background-color: #1E3432;
    color: #fff;
    border-color: #1E3432;
}

.multi-form-wrapper {
    max-width: 1000px;
    margin: 0 auto;
}

.form-step {
    display: none;
}

.form-step.active {
    display: block;
}

.error-message {
    color: #C34942;
    display: none;
    margin-top: 25px;
}

.check-error-message {
    color: #C34942;
    margin-top: 25px;
    display: block;
}

.form-step .error {
    background: #F4F7EE;
    border-bottom: solid 3px #C34942;
}

.error-text {
    color: #C34942;
    padding: 20px;
    background: #FFE2E0;
    border-radius: 6px;
    font-size: 14px;
    font-style: normal;
    font-variation-settings: 'wght' 400;
    display: block;
    margin-bottom: 20px;
}

.step-progress {
    margin-bottom: 20px;
    display: flex;
    gap: 10px;
}

.step {
    display: flex;
    gap: 5px;
    padding-bottom: 30px;
    border-bottom: 5px solid #d1d4cd;
    max-width: 190px;
    width: 100%;
    justify-content: center;
    align-items: center;
}

.step-number {
    position: relative;
}

/* .step.completed .step-number::after {
    content: '\2713';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
} */

.step.completed .step-number::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    background: url(/assets/images/check-green.svg);
    background-position: center center;
    background-size: contain;
    width: 22px;
    height: 22px;
    background-repeat: no-repeat;
}

.step-title {
    margin-bottom: 5px;
    color: #d1d4cd;
    font-size: 18px;
    font-style: normal;
    font-variation-settings: 'wght' 400;
    line-height: normal;
    letter-spacing: -0.36px;
    margin: 0;
    line-height: 1;
}

.step.completed .step-title,
.current-step .step-title {
    color: #222823;
}

.step.completed .thenumber {
    display: none;
}

.step-number {
    position: relative;
    width: 20px;
    height: 20px;
    border: 1.5px solid #d1d4cd;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #d1d4cd;
    font-variation-settings: 'wght' 400;
}

.step.completed .step-number {
    /* background-color: #B1CC6C; */
    color: #fff;
}

.step.completed {
    border-bottom-color: #B1CC6C;
}

.current-step {
    border-bottom-color: #1E3432;
}

.current-step .step-number {
    border: 1.5px solid #222823;
    color: #222823;
}

.next-prev {
    display: flex;
    align-items: start;
    justify-content: space-between;
}

.group-btn {
    display: flex;
    align-items: center;
    gap: 15px;
}

.btn {
    font-size: 14px;
    min-height: 42px;
}

.issue-wrap {
    margin-top: 20px;
    margin-bottom: 30px;
    padding-top: 10px;
}

.bt-top {
    border-top: solid 1px #ddd;
}

.save-assessment-wrap p {
    font-size: 11px;
    font-style: normal;
    font-weight: 200;
    line-height: 14px;
}

.hr-sep {
    margin-bottom: 60px;
    background: #DDD;
    height: 1px;
    width: 100%;
    margin-top: 30px;
}

/* Step 1 */
.cont-det {
    gap: 10px;
    display: flex;
    align-items: center;
    margin-bottom: 17px;
}

.cont-det a {
    color: #515151;
    font-variation-settings: 'wght' 200;
}

/* Step 2 */
.radio-field-wrap {
    padding: 30px;
    border-radius: 8px;
    transition: 0.4s ease-in-out;
    margin-bottom: 10px;
}

.radio-field-wrap:hover {
    background-color: #F4F7EE;
}

.radio-field-wrap h5 {
    margin-bottom: 15px;
    line-height: 1.2;
}

/* Step 4 */
.surface-types {
    font-size: 18px;
    font-variation-settings: 'wght' 400;
    color: #222823;
}

.surface-types span {
    font-size: 14px;
    font-variation-settings: 'wght' 200;
}

input.surface-types,
input.agree_cm {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 17px;
    height: 17px;
    min-width: 17px;
    background-color: #E8EBE1;
    transform: translatey(2px);
    border: 1px solid #E1E3DC;
    cursor: pointer;
    position: relative;
    border-radius: 3px;
}

/* Create a custom checkbox */
input[type="checkbox"]:checked {
    background-color: #1E3432;
}

input[type="checkbox"]:checked::after {
    content: '\2714';
    /* Unicode for checkmark */
    color: white;
    font-size: 12px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

input.surface-types {
    margin-right: 9px;
}

.p-suggestion {
    font-variation-settings: 'wght' 400;
    color: #C34942;
}


/* Exclusive Checkbox */
.hide {
    display: none;
}

/* Modals */
.modal-body {
    color: #000;
    padding: 30px 0 40px 0;
}

.modal-header {
    border-bottom: 0;
    padding: 0;
}

.modal-content {
    padding: 40px;
    position: relative;
}

.modal-footer {
    padding: 20px 0 0 0;
}

.modal-dialog {
    max-width: 714px;

}

.modal-title {
    font-size: 32px;
    font-style: normal;
    line-height: 1;
    letter-spacing: -0.64px;
}

button.btn-close {
    position: absolute;
    top: 20px;
    right: 25px;
    color: #222823;
    opacity: 1;
}

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

/* Create Account Page */
.create-col-right {
    padding-left: 35px;
}

.create-col-left {
    padding-right: 35px;
}

.newuser-form label {
    color: #fff;
    margin-bottom: 11px;
}

form.newuser-form .single-input input {
    padding-left: 23px;
    padding-right: 23px;
}

.create-submit {
    margin-top: 30px;
}

span.req {
    display: inline-block;
    margin-right: 5px;
    color: #C34942;
}

/* Edit Profile */
.editprofile-form {
    width: 100%;
    max-width: 800px;
    margin: auto;
}

/* Add new company */
.newcom-form-wrap {
    gap: 64px;
}

.addnew-company h3 {
    font-size: 22px;
    font-style: normal;
    font-variation-settings:'wght' 400;
    line-height: normal;
    letter-spacing: -0.44px;
    margin-bottom: 30px;
}

.new-com-fieldwrap {
    width: 100%;
}

.new-form-det {
    min-width: 140px;
}

.addnew-company label {
    color: #222823;
    font-variation-settings:'wght' 200;
    margin-bottom: 11px;
}

.addnew-company .single-input {
    background-color: #F4F7EE;
    padding-left: 23px;
    padding-right: 23px;
}

.password-wrap .single-input {
    padding-right: 0;
}

.new-com-fieldwrap {
    padding-bottom: 35px;
    margin-bottom: 35px;
    border-bottom: solid 1px #DDDDDD;
}

.addnew-company .radio-btns label {
    font-variation-settings:'wght' 400;
    height: 60px;
}

.addnew-company .radio-btns span {
    font-size: 12px;
    opacity: 0.5;
    line-height: 1;
    display: block;
}

.addcompany-form-footer {
    display: flex;
    justify-content: end;
}

.addcompany-form-footer button:hover {
    color: #222823;
    background-color:#F4F7EE ;
}

.cancel-add {
    border-radius: 21px;
}

.cancel-add:hover {
    background: #F4F7EE;
    border-radius: 21px;
}

.addco-checkbox input {
    display: none;
}

.addco-checkbox input[type="checkbox"]:checked+label {
    background-color: #1E3432;
    color: #fff;
    border-color: #1E3432;
}


/* Thank you page */
#thank-you-page {
    height: calc(100vh - 110.45px);
    background-image: url(/assets/images/thank-you-bg.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.thank-you-title {
    font-size: 40px;
    font-style: normal;
    line-height: normal;
    letter-spacing: -0.8px;
}

#thank-you-page svg {
    margin-top: auto;
    min-width: 158px;
    max-width: 158px;
}

/* Lighbox */
.gallery {
    display: flex;
    gap: 15px;
}

div#lightbox img {
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.image-container {
    flex: 1;
}

.gallery-image {
    width: 100%;
    height: auto;
    cursor: pointer;
    border: solid 1px #E3E3E3;
    border-radius: 5px;
}

.lightbox {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.70);
    z-index: 99999999999;
    text-align: center;
    backdrop-filter: blur(3.5px);
}

.lightbox img {
    max-width: 80%;
    max-height: 80%;
    margin-top: 10%;
}

.lightbox .close {
    position: absolute;
    top: 15px;
    right: 15px;
    color: #fff;
    font-size: 35px;
    cursor: pointer;
}

.lightbox .prev,
.lightbox .next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    font-size: 30px;
    cursor: pointer;
}

.lightbox .prev {
    left: 15px;
}

.lightbox .next {
    right: 15px;
}

.view-overlay {
    position: relative;
    overflow: hidden;
    border-radius: 4px;
}

.view-overlay:hover .img-overlay {
    opacity: 1;
}

.img-overlay {
    position: absolute;
    padding: 10px;
    background: #4f4f4fc4;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffff;
    opacity: 0;
    transition: 0.3s ease-in-out;
    cursor: pointer;
}


/* Saved Assessments Tables */
table#saved-assessment,
table#completed-assessment {
    max-width: 800px;
    min-width: 800px;
}

div#saved-assessment_wrapper,
div#completed-assessment_wrapper,
div#company-list_wrapper {
    overflow-x: auto;
}

table {
    width: 100%;
    border-collapse: collapse;
}

th,
td {
    border: 1px solid #FDFFF7;
    text-align: left;
    padding: 10px 15px !important;
}

th {
    background-color: #f2f2f2;
    border-bottom: solid 1px #FDFFF7 !important;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 19px;
}

table td,
table th {
    color: #515151;
}

table th {
    background-color: #F4F7EE;
}

.saved-table table tbody td:first-child {
    background-color: #F4F7EE !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.first,
.dataTables_wrapper .dataTables_paginate .paginate_button.last {
    display: none;
}

.tables-wraps {
    width: 100%;
    max-width: 800px;
}

.action-btn {
    border-radius: 15px;
    background: #E0E3DB;
    max-width: 86px;
    width: 100%;
    height: 30px;
    border: 0;
    font-family: mozaic-geo-variable, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 19px;
    transition: 0.4s ease-in-out;
    padding-top: 3px;
    color: #222823;
}

.delete-btn:hover {
    background-color: #C34942;
    color: #fff;
}

.edit-btn:hover {
    background-color: #1E3432;
    color: #fff;
}

div#saved-assessment_filter,
div#completed-assessment_filter,
div#company-list_filter {
    float: left;
}

div#saved-assessment_length,
div#completed-assessment_length,
div#company-list_length {
    margin-bottom: 20px;
    float: right;
    width: 30%;
}

ul.saved-assessment-menu {
    list-style: none;
    padding: 0;
}

ul.saved-assessment-menu a {
    color: #fff;
    font-size: 20px;
    font-style: normal;
    font-variation-settings: 'wght' 400;
    line-height: 24px;
    letter-spacing: -0.4px;
}

ul.saved-assessment-menu li {
    padding: 15px 0px;
    position: relative;
    display: flex;
}

ul.saved-assessment-menu a.active::before {
    content: '';
    width: 20px;
    position: absolute;
    background: url(/assets/images/menu-arrow.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    height: 12px;
    left: 0;
    top: 50%;
    transform: translateY(-60%);
}

ul.saved-assessment-menu a.active {
    padding-left: 20px;
    color: #C3E177;
}

.saved-h1 {
    border-bottom: solid 1px #ffffff1a;
}

table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center right 16px;
}

thead th:first-child {
    border-top-left-radius: 10px;
}

thead th:last-child {
    border-top-right-radius: 10px;
}

tbody tr:last-child td:first-child {
    border-bottom-left-radius: 10px;
}

tbody tr:last-child td:last-child {
    border-bottom-right-radius: 10px;
}

table.dataTable.no-footer {
    border-bottom: 0;
}

.saved-table thead th:first-child,
.saved-table tbody td:first-child {
    width: 80px;
    font-variation-settings: 'wght' 400;
}

.saved-table thead th:last-child,
.saved-table tbody td:last-child {
    width: 220px;
}

.saved-table thead th:nth-child(4),
.saved-table tbody td:nth-child(4) {
    width: 130px;
}

.saved-table thead th:nth-child(3),
.saved-table tbody td:nth-child(3) {
    width: 140px;
}

.saved-table thead th:nth-child(2),
.saved-table tbody td:nth-child(2) {
    width: 210px;
    padding-right: 5px !important;
}

.completed-table thead th:nth-child(2),
.completed-table tbody td:nth-child(2) {
    width: 280px !important;
    padding-right: 5px !important;
}

.completed-table thead th:nth-child(5),
.completed-table tbody td:nth-child(5) {
    width: 148px !important;
}

.completed-table tbody td:nth-child(5) .action-btn {
    min-width: 112px;
}

.completed-table thead th:nth-child(3),
.completed-table tbody td:nth-child(3) {
    width: 150px !important;
}

.incomplete-cell {
    font-variation-settings: 'wght' 400;
    background-color: #FFF3F2;
}

.completed-cell {
    background-color: #F9FFE8;
    font-variation-settings: 'wght' 400;
    color: #222823;
}

.completed-warning {
    background-color: #FFF2E3;
    font-variation-settings: 'wght' 400;
    color: #222823;
}

div#saved-assessment_filter,
div#completed-assessment_filter,
div#company-list_filter {
    width: 100%;
    max-width: 60%;
    margin-bottom: 20px;
}

div#saved-assessment_filter input,
div#completed-assessment_filter input,
div#company-list_filter input,
div#saved-assessment_filter label,
div#completed-assessment_filter label,
div#company-list_filter label {
    width: 100%;
}

.dataTables_length label {
    display: flex;
    align-items: center;
    gap: 10px;
}

div#saved-assessment_filter input,
div#completed-assessment_filter input,
div#company-list_filter input {
    height: 42px;
    border-radius: 40px;
    padding-left: 45px;
    padding-right: 22px;
    font-variation-settings: 'wght' 200;
    background: url(/assets/images/search-icon.svg);
    background-position: center left 22px;
    background-size: 13px 13px;
    background-repeat: no-repeat;
    border: solid 1px #DDD;
}

div#saved-assessment_filter input:focus,
div#completed-assessment_filter input:focus,
div#company-list_filter input:focus {
    outline: none;
    box-shadow: none;
}

div#saved-assessment_info,
div#completed-assessment_info,
div#company-list_info {
    font-size: 14px;
    font-style: normal;
    font-weight: 200;
    line-height: 19px;
    color: #515151;
}

a.paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current {
    background: #1E3432 !important;
    border: 0 !important;
    border-radius: 3px !important;
    color: #fff !important;
}

a.paginate_button {
    background: #F4F7EE !important;
    border: 0 !important;
    border-radius: 3px !important;
    color: #fff !important;
    font-variation-settings: 'wght' 400;
    padding: 6px 10px !important;
    min-width: 26px !important;
    height: 30px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    color: #515151 !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    color: #fff !important;
}

div#saved-assessment_info,
.dataTables_wrapper .dataTables_paginate,
div#completed-assessment_info,
.dataTables_wrapper .dataTables_paginate,
div#company-list_info,
.dataTables_wrapper .dataTables_paginate {
    margin-top: 30px;
}

div#saved-assessment_length label,
div#completed-assessment_length label,
div#company-list_length label {
    min-width: 100%;
}

div#saved-assessment_length select,
div#completed-assessment_length select {
    width: 100%;
    max-width: 191px;
    height: 42px;
    border: 1px solid #DDD;
    border-radius: 40px;
    padding-left: 22px;
    padding-right: 22px;
    color: #222823 !important;
}

div#company-list_length select {
    width: 100%;
    height: 42px;
    border: 1px solid #DDD;
    border-radius: 40px;
    padding-left: 22px;
    padding-right: 22px;
    color: #222823 !important;
}

div#saved-assessment_length select option,
div#completed-assessment_length select option,
div#company-list_length select option {
    color: #222823 !important;
}

div#saved-assessment_length select:focus,
div#completed-assessment_length select:focus,
div#company-list_length select:focus {
    box-shadow: none;
    outline: none;
}

/* Company List Table */
.companies-listing th:first-child,
.companies-listing td:first-child {
    width: 100%;
    min-width: 150px;
}

.companies-listing th:nth-child(2),
.companies-listing td:nth-child(2) {
    width: 100%;
    min-width: 30px;
}

.companies-listing th:nth-child(3),
.companies-listing td:nth-child(3) {
    width: auto;
    min-width: 100%;
}

.companies-listing th:nth-child(4),
.companies-listing td:nth-child(4),
.companies-listing th:nth-child(5),
.companies-listing td:nth-child(5) {
    width: auto;
    min-width: 150px;
}

.companies-listing th:nth-child(6),
.companies-listing td:nth-child(6),
.companies-listing th:nth-child(7),
.companies-listing td:nth-child(7),
.companies-listing th:nth-child(8),
.companies-listing td:nth-child(8) {
    width: auto;
    min-width: 180px;
}

.companies-listing th:nth-child(9),
.companies-listing td:nth-child(9) {
    width: auto;
    min-width: 220px;
}

.companies-listing th:nth-child(10),
.companies-listing td:nth-child(10) {
    width: auto;
    min-width: 230px;
}

.companies-listing th:nth-child(11),
.companies-listing td:nth-child(11),
.companies-listing th:nth-child(12),
.companies-listing td:nth-child(12),
.companies-listing th:nth-child(13),
.companies-listing td:nth-child(13),
.companies-listing th:nth-child(14),
.companies-listing td:nth-child(14) {
    width: auto;
    min-width: 140px;
}

.companies-listing th:nth-child(15),
.companies-listing td:nth-child(15) {
    width: auto;
    min-width: 190px;
}

#company-list tr.even {
    background: #f4f7ee5c;
}

.addnew-btn:hover {
    background-color: #f4f7ee;
}


/* Select Field styling */
/* Hide the default dropdown arrow */
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    /* Add your custom styling */
    padding: 8px 16px;
    border: 1px solid #ccc;
    border-radius: 4px;
    background-color: #f7f7f7;
    font-size: 16px;

}

/* Add a custom arrow icon */
.select-wrapper::after {
    content: '\25BC';
    /* Unicode character for down arrow */
    position: absolute;
    top: 50%;
    right: 12px;
    transform: translateY(-50%);
    pointer-events: none;
    /* Ensure the arrow doesn't interfere with clicking the select box */
}

select {
    background: url(/assets/images/select-icon.svg);
    background-position: center right 18px;
    background-repeat: no-repeat;
}

/* Custom Tool tip */
/* Custom tooltip background and arrow color */
    .add-info-tip .tooltip-inner {
    background: #EDF2F2;
    color: #222823;
    width: 100%;
    max-width: 380px;
    padding: 30px;
    margin-left: 50px;
    margin-top: 10px;
    text-align: left;
}

.add-info-tip .tooltip-inner b {
    display: block;
    margin-bottom: 0px;
}

.add-info-tip .tooltip-inner ul {
    margin: 0 !important;
    padding-left: 18px;
    font-size: 11px;
    font-variation-settings: 'wght' 200;
}

.add-info-tip .tooltip-inner ul li:not(:last-child) {
    margin-bottom: 5px;
}

.add-info-tip.bs-tooltip-bottom .tooltip-arrow::before,
.add-info-tip.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before {
    border-bottom-color: #EDF2F2 !important;
    border-bottom-width: 15px;
    height: 15px;
    top: 5px;
}

.custom-tooltip .tooltip-inner {
    background-color: rgba(255, 242, 227, 1);
    color: #222823;
    padding: 20px;
    width: 100%;
    max-width: 303px;
    filter: drop-shadow(-2px 2px 10px rgba(0, 0, 0, 0.06));
    font-size: 11px;
    font-variation-settings: 'wght' 200;
    opacity: 1 !important;
}

/* Custom tooltip arrow */
.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before {
    border-top-color: #FFF2E3;

}

.bs-tooltip-end .tooltip-arrow::before,
.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before {
    border-right-color: #FFF2E3;

}

.bs-tooltip-bottom .tooltip-arrow::before,
.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before {
    border-bottom-color: #FFF2E3;
    border-bottom-width: 10px;
}

.bs-tooltip-start .tooltip-arrow::before,
.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before {
    border-left-color: #FFF2E3;

}

.additional-info:hover,
.additional-info:hover svg path {
    color: #C3E177;
    -webkit-text-stroke-color: #C3E177;
    stroke: #C3E177 !important;
}

/* Profile menu */
.profile-menu {
    display: flex;
    align-items: center;
    border-radius: 60px;
    background-color: #FDFFF7;
    height: 42px;
    padding-right: 20px !important;
}

.profile-nav a {
    color: #222823 !important;
    min-width: 181px;
}

.profile-icon {
    width: 32px;
    height: 32px;
    background: #222823;
    border-radius: 50%;
    margin-right: 10px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

li.nav-item.dropdown {
    font-variation-settings: 'wght' 400;
    font-size: 14px;
}

.dropdown-toggle::after {
    margin-left: 8px;
}

/* Terms Link */
.termslink {
    cursor: pointer;
    font-variation-settings: 'wght' 500;
};