*,
body {
    font-family: 'Poppins';
    box-sizing: border-box;
}

.page-not-found {
    justify-content: center;
    align-items: center;
    justify-content: flex-start;
}

.page-not-found-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 24px;
    box-sizing: border-box;
    margin-top: 110px;
}

.error-title {
    font-size: 8.8rem;
    color: #2b3674;
    line-height: 9.7rem;
    font-weight: 500;
}

.error-subtitle {
    font-size: 2.0rem;
    font-weight: 500;
    line-height: 3.5rem;
    color: #2b3674;
    text-align: center;
}

.error-subtext {
    color: #707EAE;
    font-weight: 500;
    font-size: 1.2rem;
    line-height: 1.6rem;
    text-align: center;
}

.error-button button {
    margin-top: 16px;
    background: #4318FF;
    border-color: #4318FF;
    border-radius: 16px;
    padding: 10px 20px;
    color: #FFF;
    text-align: center;
    font-family: DM Sans;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: -0.28px;
    height: auto;
    box-shadow: none;
    outline: none;
    width: 100%;
}

.error-button {
    max-width: 135px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sidebarlogobox {
    padding: 15px 30px 20px;
    border-bottom: 1px solid #F4F7FE;
    margin-bottom: 38px;
}

.sidebar .nav-item.active a.nav-link {
    color: #2B3674;
    font-weight: 700;
}

.sidebar .nav-item.active a.nav-link svg path {
    fill: #4318FF;
}

.sidebar .nav-item.active::before {
    position: absolute;
    content: "";
    border-radius: 25px;
    background: #4318FF;
    width: 4px;
    height: 100%;
    right: 0;
    top: 0;
}

.breadcrumb-item.active {
    color: #707EAE;
    font-weight: 700;
}

.breadcrumb-item+.breadcrumb-item {
    padding-left: 0.3rem;
}

li.breadcrumb-item {
    color: #707EAE;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    font-family: DM Sans;
}

.breadcrumb-item+.breadcrumb-item::before {
    padding-right: 0.3rem;
    color: #707EAE;
    font-size: 11px;
    font-weight: 500;
}

ol.breadcrumb {
    margin-bottom: 0;
}

h1.page-title {
    color: #2B3674;
    font-family: DM Sans;
    font-size: 34px;
    font-style: normal;
    font-weight: 700;
    line-height: 42px;
    letter-spacing: -0.68px;
    margin-bottom: 0px;
    margin-top: 0;
}

.common-page-header {
    padding: 0 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    margin-bottom: 23px;
    flex-wrap: wrap;
}

.Page-content-card {
    border-radius: 20px;
    background: #FFF;
    padding: 40px 25px;
    flex: 1 0 auto;
    max-height: calc(100vh - 148px);
    overflow-y: auto;
}

h2.form-title {
    color: var(--Secondary-Grey-900, #2B3674);
    font-family: DM Sans;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
    letter-spacing: -0.48px;
    margin: 0 0 24px;
}

.form-content label {
    color: #2B3674;
    font-family: DM Sans;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: -0.28px;
    margin-bottom: 12px;
}

.required {
    color: red;
    font-size: 16px;
    font-family: 'Poppins';
}
.authcard .form-group label span {
    color: #dc3545 !important;
}

.form-control::placeholder {
    color: var(--Secondary-Grey-600, #A3AED0);
    font-family: DM Sans;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: -0.28px;
    opacity: 1;
}

.form-control {
    border-radius: 16px;
    border: 1px solid #E0E5F2;
    padding: 13px 24px 14px;
    color: #2B3674;
    font-family: DM Sans;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: -0.32px;
    outline: none !important;
    box-shadow: none !important;
    height: 50px;
}

.form-content {
    margin: 0 auto;
}
.form-content-width{
    max-width: 80%;
    width: 100%;
}
.form-control:focus {
    color: #1B2559;
    border-color: #4318FF !important;
}

.shop-wrapper .btn-link {
    color: #4318FF;
    font-family: DM Sans;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
    letter-spacing: -0.28px;
    text-decoration: none;
    padding: 2px 2px 1px;
    margin-top: 8px;
    margin-bottom: 0;
    box-shadow: none;
    outline: none;
}

.form-check-input:checked[type=radio]::before {
    position: absolute;
    content: "";
    width: 9px;
    height: 9px;
    background: #4318FF;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
}

.form-check-input:checked[type=radio] {
    background-color: #fff;
    border-color: #4318FF;
    border-width: 2px;
    position: relative;
}

.form-check-input[type=radio] {
    width: 20px;
    height: 20px;
    border: 2px solid #000;
}

.form-check-input[type=radio]:focus {
    border-color: #4318FF;
    outline: 0;
    box-shadow: none;
}

.form-content .form-radio-group {
    line-height: 1;
}

.form-content .form-radio-group .form-check.form-check-inline {
    padding-left: 0;
    margin: 0 30px 0 0px;
    display: inline-flex;
    align-items: center;
    gap: 14px;
    cursor: pointer;
    min-height: unset;
}

.form-content .form-radio-group .form-check.form-check-inline .form-check-input {
    margin: 0;
    cursor: pointer;
}

.form-content .form-radio-group .form-check.form-check-inline label.form-check-label {
    color: #2B3674;
    font-family: DM Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px;
    letter-spacing: -0.32px;
    margin: 0;
    cursor: pointer;
}

.input-group.custom-inputgrp input.form-control {
    padding-left: 50px;
    border-radius: 16px !important;
}

.input-group.custom-inputgrp span.input-group-text {
    background: transparent;
    color: var(--Secondary-Grey-600, #A3AED0);
    font-family: DM Sans;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: -0.28px;
    border-radius: 16px;
    border: none;
    padding: 0;
    border-right: none;
    position: absolute;
    left: 24px;
    z-index: 1000;
    top: 48%;
    transform: translateY(-50%);
}

.btn.theme-btn {
    background: #f97316;
    border-color: #f97316;
    border-radius: 16px;
    padding: 10px 20px;
    color: #FFF;
    text-align: center;
    font-family: DM Sans;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: -0.28px;
    min-width: 180px;
    height: auto;
    box-shadow: none;
    outline: none;
}

::-webkit-scrollbar {
    width: 7px;
    height: 5px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f7f7f7;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 20px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #A3AED0;
    border-radius: 20px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #4318FF;
}

h3.form-inner-title {
    color: #2B3674;
    font-family: DM Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
    letter-spacing: -0.32px;
    margin: 0 0 18px;
}

.input-group.input-with-selgrp select.form-select.form-control {
    width: 56px;
    flex: none;
    padding-right: 10px;
    border-radius: 16px 0px 0px 16px;
    border: 1px solid var(--Secondary-Grey-500, #E0E5F2);
    background-color: #F4F7FE;
    color: #2B3674;
    font-family: DM Sans;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: -0.36px;
    background-position: right 0.3rem center;
    padding-left: 15px;
    background-size: 13px 11px;
}

.form-check-input:checked {
    background-color: #4318FF;
    border-color: #4318FF;
}

.formswitch-custom .form-check.form-switch {
    padding-left: 0;
    min-height: unset;
    line-height: 1;
    margin: 0;
}

.formswitch-custom .form-check.form-switch label.form-check-label {
    cursor: pointer;
    margin: 0;
}

.formswitch-custom .form-switch .form-check-input {
    float: none;
    margin-left: 10px;
    cursor: pointer;
    margin-top: 0;
    box-shadow: none !important;
    outline: none !important;
}

.custom-table-header .input-group input.form-control {
    background: #F4F7FE;
    border-radius: 49px !important;
    border-color: #F4F7FE;
    padding: 11px 11px 11px 42px;
    font-family: DM Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: -0.28px;
    color: #2B3674;
    height: auto;
    border: none;
}

.custom-table-header .input-group input.form-control::placeholder {
    color: #8F9BBA;
    font-size: 14px;
}

.custom-table-header .input-group .input-group-text {
    position: absolute;
    z-index: 10;
    padding: 0;
    background: transparent;
    border: none;
    top: 15px;
    left: 17px;
    font-size: 14px;
}

.custom-table-header .input-group {
    max-width: 214px;
}

.custom-table-header button.dropdown-toggle {
    border-radius: 40px;
    background: #F4F7FE;
    display: inline-flex;
    padding: 9px 20px 9px 20px;
    justify-content: flex-end;
    align-items: center;
    flex-shrink: 0;
    border: none;
    color: #4318FF;
    font-family: DM Sans;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: -0.28px;
    box-shadow: none !important;
    outline: none !important;
}

.custom-table-header button.dropdown-toggle::after {
    content: "\2304";
    border: none;
    margin-left: 10px;
    top: -7px;
    vertical-align: inherit;
    font-size: 19px;
    font-weight: 500;
    height: auto;
    line-height: 1;
    position: relative;
}

.custom-table-header {
    display: flex;
    align-items: center;
    gap: 22px;
    margin-bottom: 19px;
    padding: 0 12px;
}

.Page-content-card.common-table-card {
    padding: 27px 15px;
}

.custom-table-box table tr th {
    color: #2b3674;
    font-family: DM Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.28px;
    padding: 6px 12px;
    border-bottom: 1px solid #E9EDF7 !important;
    box-shadow: none;
    vertical-align: middle;
}

.custom-table-box table tr td .btn.btn-outlined {
    border-radius: 16px;
    border-color: #4318FF;
    padding: 10px 35px;
    outline: none;
    box-shadow: none;
    color: var(--primary-purple-blue-500-primary-color, #4318FF);
    text-align: center;
    font-family: DM Sans;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: -0.28px;
}

.custom-table-box table tr td {
    padding: 20px 12px;
    color: #2B3674;
    font-family: DM Sans;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: -0.28px;
    vertical-align: top;
    border-bottom: 1px solid #E9EDF7 !important;
    box-shadow: none;
}

.custom-table-box table tr td.common-td {
    min-width: 150px;
    max-width: 150px;
}
.common-width-table tr td.common-td {
    min-width: 150px !important;
    max-width: 150px  !important;
    width: 150px !important;
}
td.common-td.entry-notes-td {
    word-break: break-all;
}
th.description-th {
    width: 250px !important;
    min-width: 250px;
    max-width: 250px;
}

/* .invoice-form-content{
    max-width: 90%;
} */
.custom-table-box table tr td.info-td {
    max-width: 208px;
    min-width: 208px;
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: 0.25rem 1rem;
    clear: both;
    text-align: inherit;
    text-decoration: none;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    color: #2B3674;
    font-family: DM Sans;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    border-radius: 0.25rem;
}

ul.dropdown-menu {
    border: 1px solid #E9EDF7;
    padding: 5px;
}

.dropdown-item:focus,
.dropdown-item:hover {
    color: #4318FF;
    background-color: #F4F7FE;
}

.custom-table-box table.table {
    margin: 0;
}

.form-btnsection {
    display: flex;
    justify-content: space-between;
    width: 100%;
    gap: 10px;
    align-items: center;
    flex-wrap: wrap;
}

.form-btnsection button.btn.theme-btn:last-child {
    margin-left: auto;
}

.actionbtns .btn.textbtn {
    padding: 2px;
    box-shadow: none;
    line-height: 1;
    height: auto;
}

.actionbtns {
    display: flex;
    align-items: center;
    gap: 12px;
}

.input-group.custom-inputgrp.pwdgrp input {
    padding-left: 24px;
    padding-right: 50px;
}

.input-group.custom-inputgrp.pwdgrp .btn.btn-text {
    padding: 0;
    position: absolute;
    right: 18px;
    top: 15px;
    color: #A3AED0;
    box-shadow: none;
    outline: none;
    font-size: 17px;
    z-index: 10;
}

div#verifyPassword .modal-dialog.modal-dialog-centered {
    max-width: 530px;
}

div#verifyPassword .modal-dialog.modal-dialog-centered .modal-content {
    border-radius: 0;
}

.modal-body.form-content {
    padding: 40px 60px;
}

.modal-body.form-content h2 {
    color: #2B3674;
    font-family: DM Sans;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 56px;
    letter-spacing: -0.72px;
    margin: 0 0 8px;
}

.modal-body.form-content p {
    color: var(--Secondary-Grey-600, #A3AED0);
    font-family: DM Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: -0.32px;
    margin: 0 0 27px;
}

.modalinputfield {
    margin-bottom: 27px;
}

.btnfooter .btn.theme-btn {
    font-weight: 700;
    background-color: #e9833d;
}

.table-action-btnsec button.btn {
    width: 95px;
    min-width: unset;
    padding: 10px 15px;
}

.table-action-btnsec {
    display: flex;
    align-items: center;
    gap: 12px;
}

.material-btn .btn.btn-outlined {
    border: 1px solid #4318FF;
    color: var(--primary-purple-blue-500-primary-color, #4318FF);
    text-align: center;
    font-family: DM Sans;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: -0.28px;
    border-radius: 16px;
    padding: 10px 62px;
}

.material-btn {
    margin-top: 30px;
}

.modal-dialog.addmaterialmodal .modal-content {
    border-radius: 15px;
}

.modal-dialog.addmaterialmodal {
    max-width: 90%;
    width: 947px;
}

.modal-dialog.addmaterialmodal .form-content {
    max-width: 100%;
}

.modal-dialog.addmaterialmodal .modal-body {
    padding: 30px 36px;
}

.modal-dialog.addmaterialmodal .modal-body label.form-label {
    font-weight: 700;
}

.form-btnsection.material-btnsec .btn.btn-outlined {
    border: 1px solid #E0E5F2;
    color: var(--primary-purple-blue-500-primary-color, #4318FF);
    text-align: center;
    font-family: DM Sans;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: -0.28px;
    border-radius: 16px;
    padding: 10px 46px;
    margin-left: auto;
}

.form-btnsection.material-btnsec {
    justify-content: flex-end;
}

.form-btnsection.material-btnsec button.btn.theme-btn {
    margin-left: 0;
}

.form-btnsection.material-btnsec button.btn {
    min-width: 140px;
}

.material-table table.table {
    margin: 0;
    white-space: nowrap;
}

.material-table table.table tr td {
    color: #2B3674;
    font-family: DM Sans;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: -0.28px;
    border: none;
    padding: 7px 15px;
}

.material-table table.table tr th {
    color: var(--Secondary-Grey-600, #A3AED0);
    font-family: DM Sans;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: -0.28px;
    border: none;
    padding: 7px 15px;
}

.material-table {
    position: relative;
    background: #F4F7FE;
    padding: 15px 25px 15px 15px;
    margin-bottom: 10px;
}

.material-table button.btn.btn-text {
    position: absolute;
    top: 6px;
    right: 7px;
    font-size: 13px;
    color: #4318FF;
    padding: 0;
    z-index: 100;
}

.custom-table-header.cs-detailheader {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.custom-table-header.cs-detailheader .cs-left {
    display: flex;
    align-items: center;
    gap: 22px;
}

.actionbtns .btn.textbtn i.fas.fa-pen {
    color: #4318FF;
}

.modal-dialog.addmaterialmodal.addtimerecordmodal {
    max-width: 771px;
}

.custom-label-valuebox label {
    color: #2B3674;
    font-family: DM Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
    letter-spacing: -0.32px;
    margin: 0 0 4px;
    opacity: 0.5;
}
.custom-label-valuebox label#task_id-error, label#id_employee-error, label#id_project-error{
    opacity: 1;
}
.custom-label-valuebox p {
    color: #2B3674;
    font-family: DM Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: -0.32px;
    margin: 0;
}

.custom-label-valuebox {
    margin-bottom: 12px;
}

.custom-label-valuebox select {
    color: #2B3674;
    font-family: DM Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: -0.32px;
    padding: 0;
    border: none;
    width: auto;
    padding-right: 50px;
    height: auto;
}

.custom-timeselect-wrapper label {
    color: #2B3674;
    font-family: DM Sans;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: -0.28px;
    margin: 0 0 13px;
}

.cs-box select.form-select {
    border-radius: 40px;
    background-color: #F4F7FE;
    border: none;
    display: flex;
    width: 79px;
    height: 40px;
    padding: 8px 19px 8px 16px;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    color: #4318FF;
    font-family: DM Sans;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: -0.28px;
    background-image: url(../img/downarrow.png);
    background-size: 22px;
    background-position: right 0.7rem center;
    background-blend-mode: initial;
}

.cs-box {
    display: flex;
    align-items: center;
    gap: 15px;
}

.scheudeltime {
    padding-top: 25px;
    padding-bottom: 40px;
}

.datemiddletext {
    color: #2B3674;
    font-family: DM Sans;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: -0.28px;
    padding: 13px 7px;
    text-align: center;
}

.total-time span {
    color: #000;
    font-family: DM Sans;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
    letter-spacing: -0.48px;
}

.total-time {
    color: rgb(43 54 116 / 50%);
    font-family: DM Sans;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
    letter-spacing: -0.36px;
    align-items: center;
}

.modal-dialog.addmaterialmodal.addtimerecordmodal .form-btnsection.material-btnsec button.btn.btn-outlined {
    margin-left: 0;
}

.modal-dialog.addmaterialmodal.addtimerecordmodal .form-btnsection.material-btnsec {
    margin-top: 34px;
    justify-content: flex-start;
}

/* Auth module css */

.authcard {
    max-width: 410px;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    padding: 65px 0;
    box-sizing: border-box;
    justify-content: center;
    margin: 0 auto;
}

.authheader h1 {
    color: #2B3674;
    font-family: DM Sans;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 56px;
    letter-spacing: -0.72px;
    margin: 0 0 8px;
}

.authheader p {
    color: var(--Secondary-Grey-600, #A3AED0);
    font-family: DM Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: -0.32px;
    margin: 0;
}

.authheader {
    margin-bottom: 40px;
    margin-top: auto;
}

.authcard .form-group {
    margin-bottom: 24px;
}

.authcard .form-group label span {
    color: #4318FF;
}

.form-group.fgwithchecklink {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 5px;
    margin-bottom: 32px;
}

.form-group.fgwithchecklink a:hover {
    text-decoration: underline;
}

.form-group.fgwithchecklink a {
    color: var(--Primary-Purple-Blue-500---Primary, #4318FF);
    font-family: DM Sans;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: -0.28px;
    text-decoration: none;
}

.form-group.fgwithchecklink .form-check label.form-check-label {
    color: #2B3674;
    font-family: DM Sans;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: -0.28px;
    margin: 0;
    cursor: pointer;
}

.form-group.fgwithchecklink .form-check .form-check-input {
    width: 18px;
    height: 18px;
    margin-left: -1.8em;
    cursor: pointer;
    outline: none;
    box-shadow: none;
    border-radius: 2px;
}

.form-group.fgwithchecklink .form-check {
    margin: 0;
    min-height: unset;
    padding-left: 1.8em;
}

.btn.theme-btn.auth-btn {
    font-weight: 700;
    padding: 14px 20px;
}

.supportbox a:hover {
    text-decoration: underline;
}

.supportbox a {
    font-weight: 700;
    color: #4318FF;
    text-decoration: none;
}

.supportbox {
    margin-top: 26px;
    color: #2B3674;
    font-family: DM Sans;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: -0.28px;
}

.auth-footer {
    padding-top: 50px;
    margin-top: auto;
    text-align: center;
    color: var(--Secondary-Grey-600, #A3AED0);
    font-family: DM Sans;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: -0.28px;
}

.pageheader-rightbox.saasadminheaderright select.form-select {
    width: 300px;
    max-width: calc(100% - 73px);
    border-radius: 30px;
    background-color: #FFF;
    box-shadow: 14px 17px 40px 4px rgba(112, 144, 176, 0.08) !important;
    border: none;
    background-blend-mode: difference;
    color: #2B3674;
    font-family: DM Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: -0.32px;
    padding: 18px 24px 18px;
    height: auto;
}

img.user-img {
    width: 41px;
    height: 41px;
    border-radius: 100%;
}

.pageheader-rightbox.saasadminheaderright {
    display: flex;
    align-items: center;
    gap: 32px;
}

select.form-control {
    background-blend-mode: difference;
}

/* Auth module css */
.inputcard label span.required {
    color: var(--Dust-Red-red-6, #F5222D);
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
}

.form-content .inputcard label {
    color: #1F2730;
    font-family: DM Sans;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    margin: 0 0 8px;
}

.inputcard {
    border-radius: 16px;
    border: 1px solid var(--Secondary-Grey-500, #E0E5F2);
    padding: 16px;
    width: 100%;
}

.material-itembox {
    display: flex;
    align-items: center;
    gap: 8px;
    width: 100%;
    margin-bottom: 12px;
}

.inputcard .form-control {
    border-radius: 2px;
    border: 1px solid #DADBDD;
    background-color: #FFF;
    padding: 4px 12px;
    height: auto;
    font-family: DM Sans;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
}

.shop-wrapper.spwrapper-addbtn button.btn.btn-link {
    margin-top: -4px;
}

.shop-wrapper.spwrapper-addbtn {
    margin-bottom: 24px;
    padding-left: 44px;
}

.material-itembox.additembox .inputcard {
    border-radius: 4px;
    border: 1px solid #4318FF;
    background: #FFF;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.material-itembox.additembox .inputcard select.form-select.form-control {
    color: #1F2730;
    font-family: DM Sans;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    padding: 0px 12px;
    width: 195px;
}

.material-itembox.additembox .inputcard .form-check.form-switch {
    display: flex;
    align-items: center;
    gap: 8px;
}

.material-itembox.additembox .inputcard .form-check.form-switch .form-check-input:checked,
.material-itembox.additembox .inputcard .form-check.form-switch .form-check-input:focus:checked {
    background-color: #13C26B;
    border-color: #13C26B;
}

.material-itembox.additembox .inputcard .formswitch-custom {
    margin-left: auto;
    margin-right: 20px;
    margin-top: 20px;
}

.material-itembox.additembox .inputcard .form-control {
    max-width: 584px;
}

.copy-delbtn .btn {
    color: #83878C;
    padding: 2px;
    height: auto;
    font-size: 18px;
    border: none;
    outline: none;
    box-shadow: none;
    line-height: 1;
}

.copy-delbtn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
}

.material-itembox.additembox .inputcard .form-check.form-switch .form-check-input:focus {
    border: 1px solid rgba(0, 0, 0, .25);
    background-blend-mode: luminosity;
}

.input-group.custom-inputgrp.pwdgrp {
    display: block;
}

.input-group.custom-inputgrp.pwdgrp input {
    width: 100%;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}
td.action-buttons-row {
    white-space: nowrap;
}
.footer-table tr td.common-td {
    min-width: 172px !important;
    max-width: 172px !important;
    width: 172px!important;
}

.modal-dialog.addtimerecordmodal.order-material-modal {
    max-width: 1440px !important;
}
.edit-material-modal .custom-label-valuebox label {
    font-weight: 600;
    line-height: normal;
    margin: 0 0 2px;
    opacity: 1;
}
.modal-dialog.addmaterialmodal.edit-material-modal {
    max-width: 500px;
}
.modal-dialog.addmaterialmodal.material-history-modal {
    max-width: 90%;
}
.material-history-table th , .order-material-modal table th {
    vertical-align: baseline;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1;
    background: white;
}

.material-history-main-wrapper .table-responsive , .order-material-modal .table-responsive {
    max-height: 500px; 
    overflow-y: auto;
} 
.material-history-table tbody tr td:first-child , .material-history-table thead tr th:first-child  {
    width: 130px;
    min-width: 130px;
}
.material-history-table ,.order-material-modal table {
    width: 100%;
    border-collapse: collapse;
    border: none;
}
.material-history-table thead th , .order-material-modal table th  {
    position: sticky;
    top: 0;
    background: #fff;
    z-index: 2;
}
.order-material-search-section input {
    max-width: 350px;
    min-width: 350px;
}
.order-material-modal .table-responsive {
    min-height: 500px;
}
.table-responsive p {
    font-size: 14px;
}
.order-material-modal table th {
    border-bottom: 0 !important;
}
.order-material-modal table th:before {
    position: absolute;
    content: "";
    background: #000;
    bottom: 0;
    width: 100%;
    height: 1px;
    left: 0;
}
.material-history-main-wrapper .charge-out-td, .material-history-main-wrapper .activity-td {
    min-width: 120px;
}
.schedule-datebox.add-new-material-form .row{
    gap: 0px;
}
.schedule-datebox.add-new-material-form .row label{
    margin: 8px 0px 8px 0px;
    font-weight: 500 !important;
}

.schedule-datebox.add-new-material-form .form-label{
    margin-bottom: 4px;
}
.schedule-datebox.add-new-material-form .theme-btn{
    height: 50px;
}
.order-table th{
    font-weight: 500;
    vertical-align: baseline;
}
.order-table .order-table-th{
    width: 100px;
    display: block;

}
.order-table .order-material-number-input{
    padding: 0 10px;
    height: 40px;
    font-size: 16px;
    width: 120px;
    border-radius: 10px;
}
.row.quote-material-row .col-lg-2 {
    width: 12.5%;
}
.row.quote-material-row {
    row-gap: 8px;
    margin-top: 30px;
    margin-bottom: 10px;
}
.row.quote-material-row label {
    margin-bottom: 8px;
    line-height: 16px;
    min-height: 32px;
}
.row.quote-material-row .form-control {
    padding: 13px 10px 14px;
}
.modal-body.form-content.add-material-form-content {
    padding: 20px 30px;
}
.modal-body.form-content.add-material-form-content label { 
    margin-bottom: 8px;
}
.modal-body.form-content.add-material-form-content .form-control {
    margin-bottom: 8px;
}
.time-track-record-popup-select {
    text-overflow: ellipsis;
    overflow: hidden !important;
    width: 100% !important;
}
.scrollable-listing {
        max-height: calc(100vh - 136px);
        overflow-y: auto;
        margin-bottom: 0;
        padding-top: 30px;
        padding-left: 30px;
}
.sidebar .scrollable-listing li{
    margin-left: 0;
    width: 100%;
}
.dashboard-scrollable-page {
    max-height: calc(100vh - 148px);
    overflow-y: auto;
    padding: 0 15px;
}
.phone-th {
    width: 120px;
    min-width: 120px;
    max-width: 120px;
}
.employee-listing-table tbody tr td:last-child {
    white-space: nowrap;
}
.text-column-width {
    width: 180px;
    min-width: 180px;
    max-width: 180px;
    word-break: break-word;
}
.material-inventory-action-btn .btn , .invoice_listing-action-btn .btn {
    padding: 4px;
}
.material-inventory-action-btn , .invoice_listing-action-btn {
    text-align: center;
    padding: 20px 10px !important;
    white-space: nowrap;
}
.invoice_listing-note {
    width: 150px !important;
    min-width: 150px;
    max-width: 150px;
    word-break: break-all;
}
.audit_listing-desc {
    width: 350px !important;
    min-width: 350px;
    max-width: 350px;
    word-break: break-word;
}
.edit-delete-btn-row .edit-btn {
    right:30px !important;
}
.white-space-nowrap {
    white-space: nowrap;
}
@media (max-width:769px) {
    .error-title {
        font-size: 6.8rem;
        color: #2b3674;
        line-height: 6.7rem;
        font-weight: 500;
    }

    .error-subtitle {
        font-size: 1.7rem;
    }

    .error-subtext {
        font-size: 1.0rem;
    }
    .permissions-form-content{
        max-width: 85% !important;
    }
}
@media(max-width: 1656px) {
    .permissions-form-content{
        max-width: 93% !important;
    }
}
@media(max-width: 1422px) {
    .permissions-form-content{
        max-width: 92% !important;
    }
}
@media(max-width: 1254px) {
    .permissions-form-content{
        max-width: 91% !important;
    }
}
@media(max-width: 1180px) {
    .sidebar {
        width: 250px !important;
        min-width: 250px;
    }

    .sidebarlogobox {
        padding: 55px 35px 48px;
    }

    .sidebar .nav-item {
        margin-left: 20px;
    }

    .custom-table-box table tr td {
        padding: 15px 8px;
        min-width: 120px;
        line-height: 20px;
    }

    .custom-table-box table tr th {
        padding: 6px 8px;
    }

    .custom-table-box table tr td button.btn.btn-outlined {
        border-radius: 8px;
        padding: 7px 25px;
        font-size: 14px;
        line-height: 20px;
    }

    .modal-body.form-content h2 {
        font-size: 30px;
        line-height: 48px;
        margin: 0 0 8px;
    }

    .pageheader-rightbox.saasadminheaderright select.form-select {
        padding: 15px 24px;
    }
    .permissions-form-content{
        max-width: 90% !important;
    }
}

@media(max-width: 991px) {
    .sidebar {
        width: 220px !important;
        min-width: 220px;
    }

    .sidebarlogobox {
        padding: 48px 25px 40px;
    }

    .sidebar .nav-item {
        margin-left: 15px;
    }

    .Page-content-card {
        padding: 25px;
        max-height: calc(100vh - 156px);
    }

    #wrapper #content-wrapper {
        padding: 30px 20px 20px;
    }

    .shop-wrapper .btn-link {
        margin-top: 0;
    }

    h1.page-title {
        font-size: 30px;
    }

    h2.form-title {
        font-size: 21px;
    }

    .sidebar .nav-item .nav-link {
        font-size: 15px;
    }

    .custom-table-box table tr td {
        font-size: 13px;
        line-height: 19px;
    }

    .custom-table-box table tr th {
        font-size: 13px;
        line-height: 19px;
    }

    .btn.theme-btn {
        border-radius: 10px;
        padding: 8px 20px;
        font-size: 13px;
        font-weight: 500;
        line-height: 20px;
        min-width: 150px;
    }

    .pageheader-rightbox.saasadminheaderright {
        gap: 15px;
    }

    .pageheader-rightbox.saasadminheaderright select.form-select {
        width: 200px;
        max-width: calc(100% - 51px);
        font-size: 14px;
        padding: 12px 18px 12px;
        height: auto;
    }

    img.user-img {
        width: 36px;
        height: 36px;
        border-radius: 100%;
    }
    .permissions-form-content{
        max-width: 88% !important;
    }

}

label.error {
    color: red;
    width: 100%;
    font-size: 15px;
    font-family: DM Sans;
    font-weight: 500;
    line-height: 100%;
    padding: 0;
}

.formset-wrap {
    padding-bottom: 30px;
}

.formset-button {
    color: #4318FF;
    font-family: DM Sans;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
    letter-spacing: -0.28px;
    text-decoration: none;
    padding: 2px 2px 1px;
    margin-top: 8px;
    margin-bottom: 0;
    box-shadow: none;
    outline: none;
}

.error-highlight {
    border: 1px solid red;
}

#company-listings_filter input {
    background: #F4F7FE;
    border-radius: 49px !important;
    border-color: #F4F7FE;
    padding: 11px 11px 11px 42px;
    font-family: DM Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: -0.28px;
    color: #2B3674;
    height: auto;
    border: none;
}

.dataTables_wrapper .dataTables_filter input {
    background: #F4F7FE;
    border-radius: 49px !important;
    border-color: #F4F7FE;
    padding: 11px 11px 11px 42px;
    font-family: DM Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: -0.28px;
    color: #2B3674;
    height: auto;
    border: none;
}

.bootstrap-tagsinput .tag {
    background: #4318FF;
    border-radius: 3px;
    font-size: 13px;
    padding: inherit;

}

.selected-image-wrapper {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
    color: #A3AED0;
    justify-content: space-between

}
.selected-image-wrapper a {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
    color: #A3AED0;
    text-decoration: none;

}

.selected-doc-wrapper {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
    color: #A3AED0;

}

.cancel-button {
    margin-left: 5px;
    cursor: pointer;
    border: none;
    background: none;
    color: #A3AED0;
    font-weight: bold;
}

.sidebar .nav-item .nav-link img {
    width: 24px;
    height: auto;
}

.sidebar .nav-item.active a.nav-link img.menu-inactive-icon {
    display: none;
}

.sidebar .nav-item.active a.nav-link img.menu-active-icon {
    display: inline-block;
}

.sidebar .nav-item a.nav-link img.menu-active-icon {
    display: none;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current {
    background: #f4f7fe !important;
    border-radius: 50%;
    color: #4318ff !important;
    width: 35px;
    height: 35px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    border: none !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current~.paginate_button {
    border-radius: 50%;
    width: 35px;
    height: 35px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border: none !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover:not(.disabled) {
    background: #f4f7fe !important;
    color: #4318ff !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    box-shadow: none !important;
    outline: none !important;
    border: none !important;
}

.dataTables_wrapper .dataTables_paginate span>.paginate_button {
    border-radius: 50%;
}

.dataTables_wrapper .dataTables_filter {
    float: none;
    text-align: left;
}

.dataTables_wrapper .dataTables_length {
    margin-top: 10px;
}


/* add compnay select */
.add-company-select,
.edit-company-select {
    line-height: normal !important;
}


/* company list */

.Page-content-card {
    position: relative;
}

.search-list-table .company-listings_wrapper .top {
    width: max-content;
    padding-bottom: 22px;
}

.search-list-table .dataTables_wrapper {
    padding-bottom: 7px;
}

.search-list-table .custom-table-box .dataTable {
    margin-top: 50px;
}


.search-list-table div.dataTables_processing>div:last-child>div {
    background-color: #4318FF !important;
}

.search-list-table .custom-table-header {
    position: absolute;
    /* top: 10px; */
    right: 12px;
    z-index: 1;
    width: max-content !important;
}
.audit-log-table{
    padding: 24px;
    margin: 0px 48px;
}
.project-status-filter {
    position: absolute;
    right: 15px;
    z-index: 9;
}
.rw_suc_err_wrapper.rw_success_toast {
    display: none;
}

.rw_suc_err_wrapper.rw_success_toast.active {
    display: block;
}

.rw_suc_err_wrapper .rw_suc_err_block {
    display: inline-flex;
    align-items: center;
    background-color: #4bb867;
    padding: 12px 5px 12px 10px;
    margin-bottom: 25px;
    max-width: 342px;
    width: 100%;
    transition: 0.3s ease-in-out;
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 9999;
}

.rw_suc_err_wrapper .rw_suc_err_block img {
    margin-right: 6px;
}

.rw_suc_err_wrapper .rw_suc_err_block p {
    font-size: 13px;
    color: #fff;
    margin-bottom: 0;
}

.rw_suc_err_wrapper .rw_suc_err_block .close {
    margin-left: auto;
}

.rw_suc_err_wrapper.rw_error_toast {
    display: none;
}

.rw_suc_err_wrapper.rw_error_toast.active {
    display: block;
}

.rw_suc_err_wrapper.rw_error_toast .rw_suc_err_block {
    background-color: #d94f4f !important;
    max-width: 347px;
}
.quotecard .form-btnsection .btn {
    min-width: 140px;
  }
.quotecard .form-btnsection {
    justify-content: flex-start;
  }
  h3.custom-subtitle {
    font-family: DM Sans;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: -0.02em;
    text-align: left;
    color: rgba(67, 24, 255, 1);
    margin: 0;
  }

  .shop-wrapper .btn-link.subformlink {
    margin-bottom: 18px;
    margin-top: 12px;
  }

  .total-divbox {
    display: flex;
    align-items: center;
    padding: 24px 0;
    border-bottom: 2px solid black;
    margin-bottom: 24px;
    gap: 15px;
    width: 100%;
  }
  .total-divbox > div {
    font-family: DM Sans;
    font-size: 20px;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: -0.02em;
    text-align: left;
  }
  .totalfirst {
    width: 50%;
  }
  .totalsecond {
    flex: 1 0 0;
  }
  .totalthird {
    width: auto;
  }
  .total-divbox.othercostbox .totalfirst {
    flex: 1 0 0;
  }
  .total-divbox.othercostbox {
    margin-bottom: 0;
  }
  .total-divbox.othercostbox.directcost .totalfirst {
    color: rgba(67, 24, 255, 1);
  }
  .total-divbox.othercostbox.directcost input {
    width: 90px;
  }
  .total-divbox.othercostbox.directcost .totalsecond {
    width: 35%;
    flex: none;
  }
  .total-divbox.othercostbox.directcost.directcostlast {
    margin-bottom: 24px;
  }
  .quotecard .form-btnsection .btn {
    min-width: 140px;
  }
  .quotecard .form-btnsection {
    justify-content: flex-start;
  }

  .sub-form-header h3 {
    font-family: DM Sans;
    font-size: 20px;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: -0.02em;
    text-align: left;
    color: rgba(67, 24, 255, 1);
    margin: 0;
  }
  .sub-form-header {
    display: flex;
    align-items: center;
    gap: 30px;
    margin-top: 30px;
    margin-bottom: 24px;
  }
  .subline {
    height: 1px;
    width: 100%;
    background: rgba(237, 237, 237, 1);
    flex: 1 0 0;
  }
  .subline-bold-black {
    background: black;
  }

  .invoice-table-wrapper {
    background: rgba(244, 247, 254, 1);
    padding: 0 15px;
  }
  .invoice-table-wrapper table.table th {
    font-family: DM Sans;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: -0.02em;
    text-align: left;
    color: rgba(163, 174, 208, 1);
    padding: 15px 14px 15px;
    white-space: nowrap;
    border-bottom: 1px solid rgba(224, 229, 242, 1) !important;
    box-shadow: none;
  }
  .invoice-table-wrapper table.table td {
    font-family: DM Sans;
    font-size: 14px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: -0.02em;
    text-align: left;
    color: rgba(43, 54, 116, 1);
    padding: 14px 15px 0;
    border-bottom: none;
    vertical-align: middle;
  }
  .invoice-table-wrapper table.table tr:nth-last-child(2) td {
    padding-bottom: 15px;
  }
  .invoice-table-wrapper table.table {
    margin-bottom: 0;
  }
  .invoice-table-wrapper table.table td.invoicedescription {
    min-width: 180px;
    font-size: 12px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
  }
  .invoice-table-wrapper table.table tbody tr:last-child td {
    border-top: 1px solid rgba(224, 229, 242, 1);
    padding: 18px 14px 2px;
  }

  .invoice-table-wrapper table.table tbody tr:last-child td {
    border-top: 1px solid rgba(224, 229, 242, 1);
    padding: 18px 14px 18px;
  }

  .invoice-table-wrapper table.table th:first-child,
.invoice-table-wrapper table.table td:first-child {
  padding-left: 0 !important;
}
.invoice-table-wrapper table.table td.taskname {
    min-width: 135px;
  }

  .costprofittable.totalcostbox {
    border-top: 1px solid rgba(237, 237, 237, 1);
    border-bottom: 1px solid rgba(237, 237, 237, 1);
    padding: 24px 0 14px;
    margin-bottom: 24px;
  }
  .costprofittable h3 {
    font-family: DM Sans;
    font-size: 20px;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: -0.02em;
    text-align: left;
    color: rgba(67, 24, 255, 1);
    margin: 0 0 24px;
  }

  .costamountbox:last-child {
    margin-bottom: 0px;
  }
  .costamountbox {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    margin-bottom: 24px;
    width: 100%;
    white-space: nowrap;
  }
  .costinputitem h5 {
    font-family: DM Sans;
    font-size: 14px;
    font-weight: 700;
    line-height: 14px;
    letter-spacing: -0.02em;
    text-align: left;
    margin: 0;
    color: rgba(43, 54, 116, 1);
    min-width: 100px;
  }
  .costinputitem {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    width: 100%;
  }
  .invoice-table-wrapper table.table td.taskname {
    min-width: 135px;
  }
  .costinputitem span.tag-outlined {
    border: 1px solid rgba(224, 229, 242, 1);
    width: auto;
    height: 50px;
    padding: 17px 18px 17px 18px;
    gap: 10px;
    border-radius: 16px;
    font-family: DM Sans;
    font-size: 14px;
    font-weight: 500;
    line-height: 14px;
    letter-spacing: -0.02em;
    text-align: left;
    color: rgba(43, 54, 116, 1);
    min-width: 100px;
  }
  .costinputitem span.tag-success {
    width: auto;
    height: 50px;
    padding: 18px 18px 18px 18px;
    gap: 10px;
    border-radius: 16px;
    font-family: DM Sans;
    font-size: 14px;
    font-weight: 500;
    line-height: 14px;
    letter-spacing: -0.02em;
    text-align: left;
    min-width: 100px;
  }
  .costinputitem span.tag-outlined.tag-grey {
    background: rgba(242, 242, 242, 1);
  }
  .costamountbox-wrapper {
    width: 100%;
    overflow-x: auto;
    padding-bottom: 10px;
  }
  .costinputitem:last-child {
    width: auto;
  }
  .form-btnsection button.btn.btn-outlined.btn-theme-outlined {
    border: 1px solid rgba(67, 24, 255, 1);
    background-color: #FFF;
    color: #4318FF;
  }
  .form-btnsection button.btn.btn-outlined.btn-theme-cancel-outlined {
    border: 1px solid rgba(67, 24, 255, 1);
    background: #FFF;
    color: #4318FF;
    border-radius: 16px;
    padding: 10px 20px;
    text-align: center;
    font-family: DM Sans;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: -0.28px;
    height: auto;
    box-shadow: none;
    outline: none;
  }
  .invoice-input-filed{
    width: 130px;
  }
  .add-schedule-content {
    display: flex;
    align-items: flex-start;
    gap: 70px;
  }
  .schedule-form-box {
    width: 60%;
  }
  .add-schedule-rightbox {
    width: 40%;
    background: rgba(244, 247, 254, 1);
    padding: 30px;
    border-radius: 20px;
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
  }
  .jobdetail-item.w-full-item {
    width: 100%;
  }
  .jobdetail-item.w-half-item {
    width: calc(50% - 7px);
  }
  .jobdetail-item h4 {
    font-family: DM Sans;
    font-size: 16px;
    font-weight: 700;
    line-height: 32px;
    letter-spacing: -0.02em;
    text-align: left;
    color: rgba(43, 54, 116, 1);
    opacity: 0.5;
    margin: 0;
  }
  .jobdetail-item p {
    font-family: DM Sans;
    font-size: 16px;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: -0.02em;
    text-align: left;
    margin: 0;
    color: rgba(43, 54, 116, 1);
  }
  .jobdetail-item .progress .progress-bar {
    background: rgba(67, 24, 255, 1);
    border-radius: 5px;
  }
  .jobdetail-item .progress {
    background: #fff;
    border-radius: 5px;
    height: 15px;
  }

  .schedule-form-box .form-btnsection .btn {
    min-width: 140px;
  }
  .schedule-form-box .form-btnsection {
    justify-content: flex-start;
  }
  .repeat-checkbox {
    margin-bottom: 32px;
  }

  .schedule-pointer-cursor {
    cursor: pointer;
  }

  .user-avtar-img img {
    width: 41px;
    height: 41px;
    object-fit: cover;
    border-radius: 50%;
  }
  .permissions-form-content{
    margin: 0 48px !important;
    padding: 24px !important;
    max-width: 94%;
  }
  .custom-table-header.dashbord-content-header {
    flex-direction: column;
    width: 100%;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 19px;
  }
  .dashcontentheader-firstrow {
    justify-content: space-between;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
  }
  .dashcontentheader-firstrow h3 {
    font-family: DM Sans;
    font-size: 34px;
    font-weight: 700;
    line-height: 3.6rem;
    letter-spacing: -0.02em;
    text-align: left;
    color: #11181d;
    margin: 0;
  }
  span.dash-date {
    background: #fff;
    border-radius: 8px;
    border: 1px solid #E2E8F0;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
    display: inline-block;
    padding: 8px 16px;
    font-family: DM Sans;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -0.02em;
    text-align: left;
    color: #2b3674;
  }
  .shift-select select.form-select {
    background-color: #f4f7fe;
    border: none;
    padding: 8px 45px 8px 50px;
    border-radius: 40px;
    color: #4318ff;
    font-family: DM Sans;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -0.02em;
    text-align: left;
    background-image: url("../img/downarrow.png");
    background-size: 22px;
    box-shadow: none;
    outline: none;
  }
  .shift-select {
    position: relative;
  }
  .shift-select > img {
    width: 17px;
    height: auto;
    position: absolute;
    left: 20px;
    top: 10px;
  }
  .dash-leftfilter {
    display: flex;
    align-items: center;
    gap: 26px;
    flex-wrap: wrap;
  }
  .dash-rightfilter {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 18px;
  }
  .custom-table-header.dashbord-content-header button.dropdown-toggle::after {
    border: none;
    margin-left: 10px;
    top: 0;
    vertical-align: inherit;
    font-size: 19px;
    font-weight: 500;
    height: auto;
    line-height: 1;
    position: relative;
    background-image: url(../img/downarrow.png);
    content: "";
    width: 20px;
    background-size: 22px;
    height: 22px;
  }
  .custom-table-header.dashbord-content-header button.dropdown-toggle {
    font-family: DM Sans;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -0.02em;
    text-align: left;
    padding: 8px 20px;
  }
  .custom-table-header.dashbord-content-header .dropdown label.form-check-label {
    font-family: DM Sans;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: -0.02em;
    text-align: left;
  }
  .custom-table-header.dashbord-content-header .dropdown ul.dropdown-menu {
    box-shadow: 0px 4px 14px 0px #00000026;
    border: none;
    padding: 13px;
  }
  .custom-table-header.dashbord-content-header .dropdown .form-check-input {
    width: 18px;
    height: 18px;
    border-radius: 0;
    border: 2px solid #e0e5f2;
    box-shadow: none;
    outline: none;
    margin-left: -26px;
  }
  .custom-table-header.dashbord-content-header .dropdown .form-check {
    padding-left: 26px;
  }
  .schedule-form-box .form-check {
    padding-left: 26px;
  }
  .schedule-form-box .form-check-input {
    width: 18px;
    height: 18px;
    border-radius: 2px;
    border: 2px solid #e0e5f2;
    box-shadow: none;
    outline: none;
    margin-left: -26px;
  }
  .schedule-form-box label.form-check-label {
    font-family: DM Sans;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: -0.02em;
    text-align: left;
    margin-bottom: 0;
  }
  .custom-table-header.dashbord-content-header
    .dropdown
    ul.dropdown-menu
    li:not(:last-child) {
    margin-bottom: 3px;
  }
  .custom-calander-box {
    border: 1px solid #efefef;
    border-radius: 2px;
    display: flex;
    width: 100%;
  }
  .calendar-listbox {
    max-width: 40%;
    display: flex;
    width: 428px;
    border: 1px solid #efefef;
    border-top: none;
    border-bottom: none;
  }
  .checkboxlisting + .checkboxlisting {
    width: 52%;
  }
  .checkboxlisting {
    width: 48%;
  }
  .form-check.employee-formcheck label.form-check-label img {
    width: 34px;
    height: 34px;
    object-fit: cover;
    object-position: center;
    border-radius: 50%;
  }
  .checklist-header span {
    border: 1px solid #efefef;
    border-radius: 30px;
    padding: 3px 7px;
    font-family: DM Sans;
    font-size: 12px;
    font-weight: 700;
    line-height: 16px;
    text-align: left;
    color: #9f9ea4;
  }
  .checklist-header {
    padding: 19px 20px;
    font-family: DM Sans;
    font-size: 14px;
    font-weight: 700;
    line-height: 18px;
    text-align: left;
    color: #121d22;
    display: flex;
    align-items: center;
    gap: 10px;
  }
  .checkbox-list-item {
    border: 1px solid #efefef;
    height: 60px;
    display: flex;
    align-items: center;
    padding: 10px 14px;
    border-left: none;
    border-bottom: none;
  }
  .calender-card {
    flex: 1 0 0;
  }
  .checkbox-list-item .form-check {
    width: 100%;
    align-items: center;
    display: flex;
    min-height: initial;
    margin-bottom: 0;
    padding: 0;
    gap: 14px;
  }
  .checkbox-list-item .form-check label.form-check-label {
    font-family: DM Sans;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    text-align: left;
    color: #000;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
  }
  .checkbox-list-item .form-check .form-check-input {
    float: none;
    margin: 0;
    min-width: 18px;
    height: 18px;
    border-radius: 50%;
    box-shadow: none;
    outline: none;
  }
  .checkbox-list-item:nth-child(4n + 1) .form-check .form-check-input {
    border: 1px solid rgb(218 8 8 / 50%);
    background-color: rgb(218 8 8 / 10%);
  }
  .checkbox-list-item:nth-child(4n + 1) .form-check .form-check-input:checked {
    background-color: rgb(218 8 8);
    border-color: rgb(218 8 8) !important;
  }
  .checkbox-list-item:nth-child(4n + 2) .form-check .form-check-input {
    border: 1px solid rgb(255 174 0 / 50%);
    background-color: rgb(255 174 0 / 10%);
  }
  .checkbox-list-item:nth-child(4n + 2) .form-check .form-check-input:checked {
    background-color: rgb(255 174 0);
    border-color: rgb(255 174 0) !important;
  }
  .checkbox-list-item:nth-child(4n + 3) .form-check .form-check-input {
    border: 1px solid rgb(51 126 137 / 50%);
    background-color: rgb(51 126 137 / 10%);
  }
  .checkbox-list-item:nth-child(4n + 3) .form-check .form-check-input:checked {
    background-color: rgb(51 126 137);
    border-color: rgb(51 126 137) !important;
  }
  .checkbox-list-item:nth-child(4n + 4) .form-check .form-check-input {
    border: 1px solid rgb(23 96 236 / 50%);
    background-color: rgb(23 96 236 / 10%);
  }
  .checkbox-list-item:nth-child(4n + 4) .form-check .form-check-input:checked {
    background-color: rgb(23 96 236);
    border-color: rgb(23 96 236) !important;
  }
  .checkbox-list-item .form-check.employee-formcheck label.form-check-label {
    display: flex;
    align-items: center;
    gap: 14px;
    justify-content: flex-start;
    width: calc(100% - 32px);
  }
  .usertitle h4 {
    font-family: DM Sans;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    text-align: left;
    margin: 0 0 2px;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .usertitle p {
    font-family: DM Sans;
    font-size: 10px;
    font-weight: 400;
    line-height: 14px;
    text-align: left;
    margin: 0;
  }
  .usertitle {
    width: calc(100% - 48px);
  }
  .calender-card img {
    width: 100%;
    height: auto;
  }

  .btn-container {
    display: inline-flex;
    padding: 0px 10px;
    background: #F4F7FE;
    border-radius: 40px;
    justify-content: flex-end;
    align-items: center;
    flex-shrink: 0;
    box-shadow: none !important;
    outline: none !important;
    border: none;
    margin-right: 10px;
  }
  
  .styled-dropdown {
    border: none;
    outline: none;
    background: transparent;
    color: #4318FF;
    font-family: 'DM Sans', sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: -0.28px;
    padding: 8px 20px;
    text-align: left;
  }
  
  .styled-dropdown:focus {
    outline: none;
    box-shadow: none;
  }
  
  .styled-dropdown option {
    font-family: 'DM Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -0.02em;
  }

th.sorted-th {
    cursor: pointer;
    position: relative;
}
.need-quantity-th {
    width: 180px;
    min-width: 180px;
}
.in-stock-th {
    width: 120px;
    min-width: 120px;
}

.sort-icon {
    font-size: 10px;
    margin-left: 2px;
    color: #aaa;
    opacity: 0.6;
    flex-direction: column;
    display: inline-flex;
    line-height: 10px;
    position: relative;
    top: -8px;
}

.sort-icon .active-asc {
    font-weight: bold;
    color:#000;
    opacity: 1 !important;
}

.sort-icon .active-desc {
    font-weight: bold;
    opacity: 1 !important;
    color:#000;
}

.alert-info-box {
    background-color: #e3f2fd;
    border: 1px solid #2196f3;
    border-radius: 8px;
    padding: 15px;
    margin-bottom: 20px;
}
.alert-info-box h5 {
    color: #1976d2;
    margin-bottom: 10px;
    font-weight: 600;
}
.alert-info-box p {
    color: #424242;
    margin-bottom: 5px;
    font-size: 14px;
}
.form-check-section {
    display: flex;
    align-items: center;
}
.form-check {
    margin-top: 15px;
}
.form-check label{
    margin-bottom: 0px;
}
.form-check-span {
    color: #2B3674;
    font-family: DM Sans;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: -0.28px;
}
.character-count {
    font-size: 12px;
    color: #666;
    margin-top: 5px;
}
.character-count.warning {
    color: #ff9800;
}
.character-count.danger {
    color: #f44336;
}
.is-invalid {
    border-color: #dc3545 !important;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25) !important;
}
.invalid-feedback {
    display: block;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 0.875em;
    color: #dc3545;
}
.error_message_span {
    color: #dc3545;
    font-size: 14px;
    margin-top: 5px;
    display: block;
}

.project-material-table-width th,
.project-material-table-width td {
    width: 20%;
    white-space: normal;
    word-wrap: break-word;   /* ensures long words wrap */
}
.select-burden-rate-task-info{
    cursor: pointer;
}
.material-details-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 2px;
    padding: 15px;
    background-color: #f8f9fa;
    border-radius: 8px;
  }
  
  .material-details-grid-item {
    font-size: 14px;
  }
  #final_delete_confirmation_modal{
    background: rgba(0, 0, 0, 0.5);
  }
.quote-material-section-select-tab{
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
}
#repeatCheck, #billableCheck{
    float: none !important;
}
