:root {
    --primary: #0f5a8d;
    --secondary: #555555;
    --paragraph: #888;
}

.section-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    background: url("../img/auth-img.jpg?v2");
    background-repeat: no-repeat;
    background-size: 100%;
    position: relative;
}

.section-wrapper::before {
    content: "";
    background: #0f5a8dcc;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.form__container {
    max-width: 400px;
    width: 100%;
    padding: 32px 24px;
    background: #ffffff;
    box-shadow: 0px 0px 30px rgba(67, 67, 67, 0.15);
    border-radius: 8px;
    margin: auto;
    position: relative;
}

.form-header {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.form-header span {
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 14px;
    color: #595653;
    margin-left: 10px;
}




.form-header img {
    height: 42px;
}

.form-input {
    position: relative;
}

.form-input input::placeholder {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 14px;
    line-height: 16px;
    color: #b0b7c4;
}

.section-wrapper {
    height: 100svh;
}

.form-input svg {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.second-wrap {
    margin-bottom: 32px !important;
}

.form-wrap:not(:last-child) {
    margin-bottom: 24px;
}

.form-wrap label {
    display: block;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 0.1em;
    color: var(--secondary);
    margin-bottom: 8px;
}

.form-wrap label strong {
    color: #ef8183;
}

.form-wrap input,
.form-wrap select,
.form-wrap textarea {
    font-family: "Noto Sans JP", sans-serif;
    box-sizing: border-box;
    padding: 16px;
    background: #ffffff;
    border: 1px solid #e9ecef;
    border-radius: 8px;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    width: 100%;
    color: #555;
}

input:focus,
select:focus,
textarea:focus {
    border: 2px solid #215fcc;
    outline: none;
}

.form-wrap textarea::placeholder {
    color: #B0B7C4;
}

.form-wrap textarea {
    line-height: 25px;
}

.form-wrap input,
.form-wrap select {
    height: 40px;
    line-height: 40px;
    padding: 0 16px;
}

.form-wrap input::placeholder {
    color: #b0b7c4;
    font-weight: 300;
}

.form-wrap input:disabled,
.form-wrap select:disabled {
    background: #e9ecef;
}

.form-wrap select option {
    font-size: 14px;
    font-weight: 400;
    color: #555;
}

.hover-row:hover td:not(.no-opacity) {
    opacity: 0.7;
    transition: opacity 0.2s ease;
}

.form-wrap select {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 300;
    font-size: 14px;
    line-height: 16px;
    color: #b0b7c4;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    z-index: 2;
    background-image: url("data:image/svg+xml,%3Csvg height='8' viewBox='0 0 12 8' width='12' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m376.35 34-4.6 4.6-4.6-4.6-1.4 1.4 6 6 6-6z' fill='%23002B5C' fill-rule='evenodd' transform='translate(-365.75 -34)'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: calc(100% - 10px) center;
    outline: none;
}

.form__container .form-wrap input {
    height: 56px;
}

.form__container .btn {
    padding: 24px 16px;
    height: 64px;
    background: #0f5a8d;
    border-radius: 8px;
}

.form-wrap input.input-date {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    z-index: 2;
    background-image: url("../img/icon-calendar.svg");
    background-repeat: no-repeat;
    background-position: calc(100% - 10px) center;
}

input[type="date"]::-webkit-inner-spin-button,
input[type="date"]::-webkit-calendar-picker-indicator {
    display: none;
    -webkit-appearance: none;
}

/* Firefox */
input[type="date"]::-moz-calendar-picker-indicator {
    display: none;
}

.mr-16 {
    margin-right: 16px;
}

.btn {
    display: inline-block;
    padding: 16px 43px;
    background: var(--primary);
    border-radius: 8px;
    font-weight: 500;
    font-size: 16px;
    line-height: 16px;
    text-align: center;
    border: none;
    font-family: "Noto Sans JP", sans-serif;
    color: #ffffff;
    cursor: pointer;
    vertical-align: middle;
}

.btn:not(.btn-inactive):hover {
    opacity: 70%;
}

.btn2 {
    display: inline-block;
    padding: 16px 24px;
    background: var(--primary);
    border-radius: 8px;
    font-weight: 700;
    font-size: 16px;
    line-height: 16px;
    text-align: center;
    border: none;
    font-family: "Noto Sans JP", sans-serif;
    color: #ffffff;
    vertical-align: middle;
}

.text-lg {
    font-size: 26px;
}

.btn--green {
    background: var(--green);
}

.btn--inactive {
    background: #7d8490;
}

.btn-inactive {
    opacity: 0.6;
    pointer-events: none;
}

.btn-inactive-pdf {
    opacity: 0.4;
}

.btn-wrap .btn {
    width: 200px;
}

.btn-wrap .btn {
    width: 150px;
}

.btn-grey {
    background: #e9e9e9;
    color: #555;
}

.btn-dark {
    background: #555;
    color: #fff;
}

.btn-outline {
    background: transparent;
    color: var(--primary);
    border: 1px solid var(--primary);
}

.btn svg {
    vertical-align: middle;
    margin-right: 6px;
}

.btn-red {
    background: #ef8183;
}

.form-search {
    position: relative;
    margin-right: 16px;
}

.form-search input {
    padding: 16px;
    width: 328px;
    height: 48px;
    background: #ffffff;
    border: 1px solid #e9ecef;
    border-radius: 8px;
}

.form-search svg {
    position: absolute;
    right: 15px;
    top: 15px;
}

.form-search+.btn-outline {
    margin-right: 16px;
}

.login__section .form-wrap .btn {
    padding: 24px 16px;
    width: 100%;
}

.login-form {
    margin-top: 32px;
}

span.text-danger {
    color: #ef8183;
    font-size: 12px;
    white-space: nowrap;
    display: block;
}

.breadcrumbs {
    padding: 24px 0;
}

.breadcrumbs ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
}

.breadcrumbs ul li {
    font-size: 14px;
    line-height: 16px;
    color: #7d8490;
    margin-right: 5px;
}

.breadcrumbs ul li:not(:last-child)::after {
    content: "/";
    padding-left: 5px;
}

.breadcrumbs ul li a {
    color: var(--primary);
}

.listing__wrapper {
    padding: 0px 0px 24px;
    background: #ffffff;
    box-shadow: 0px 0px 30px rgba(166, 166, 166, 0.04);
    border-radius: 8px;
    margin-bottom: 24px;
}

.listing__wrapper .multistep__form {
    padding-bottom: 0;
}

.listing-title {
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    display: block;
    padding: 14px 32px 14px 32px;
    color: #555555;
    border-bottom: 1px solid #eeeeee;
}

.listing-title2 {
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    display: block;
    padding: 32px 32px 0px 32px;
    color: #555555;
}

.listing-title .btn {
    padding: 16px 24px;
    min-width: 120px;
    margin-left: 16px;
}

.listing-title-first .btn {
    margin-left: 0;
}

.listing-title .btn span {
    font-weight: 700;
    font-size: 24px;
}

.form__listing,
.multistep__form {
    padding: 32px;
}

.listing__form__wrap {
    padding: 16px 32px 32px 32px;
}

.form__listing {
    padding: 0 32px;
}

.listing__form__wrap>div,
.multistep__form--three>div.multiple-form-wrapper,
.form-bg-grey {
    padding: 24px;
    border: 1px solid #dddddd;
    background: #fff;
    border-radius: 4px;
}

.multistep__form--three>div.multiple-form-wrapper {
    margin-bottom: 32px;
}

.form-bg-grey {
    margin-bottom: 18px;
    border-radius: 12px;
}

.form-addon {
    padding: 33px 0px;
    background: #ffffff;
    border: 2px dashed #cccccc;
    font-weight: 700;
    font-size: 18px;
    color: #555555;
    text-align: center;
    margin-bottom: 32px;
    cursor: pointer;
}

.btn-wrap .btn {
    margin-right: 10px;
}

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

.form__listing--table {
    margin-top: 32px;
}

.less-margin {
    margin-top: 16px !important;
}

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

.form__listing--table table thead th,
.form__listing--table table tbody td {
    text-align: left;
    padding: 20px;
    background: #f3f3f3;
    font-weight: 600;
    font-size: 16px;
    line-height: 16px;
    color: #555555;
    position: relative;
}

.hidden {
    display: none;
}

.inline {
    display: inline;
}

.form__listing--table table tbody td {
    background: #fff;
    font-weight: 350;
    font-size: 16px;
    border-bottom: 1px solid #CCCCCC;
}


.form__listing--table table thead th:nth-child(3),
.form__listing--table table tbody td:nth-child(3) {
    text-align: left;
}

.form__listing--below {
    margin-top: 32px;
    padding: 0 24px;
}

.form__listing--below {
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    color: #7d8490;
}

.action__btns,
.accounts__btns {
    padding: 0;
    list-style: none;
    margin: 0;
    position: absolute;
    right: 0;
    top: 0;
    max-width: 145px;
    width: 145px;
    padding: 8px 0;
    background: #ffffff;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.15);
    border-radius: 6px;
    z-index: 9;
}

.action__btns,
.accounts__btns {
    display: none;
}

.action__btns ul,
.accounts__btns ul {
    padding: 0;
    list-style: none;
    margin: 0;
}

.action__btns ul li a,
.accounts__btns ul li a {
    display: block;
    padding: 14px 16px;
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 0.4px;
    color: #4b4948;
}

.action__btns ul li a:hover,
.accounts__btns ul li a:hover {
    background: rgba(0, 0, 0, 0.05);
}

.action__btns ul li a svg,
.accounts__btns ul li a svg {
    vertical-align: middle;
    margin-right: 8px;
}

.action__btns ul li.delete__btn a {
    color: #ef8183;
}

.action__btns ul li.delete__btn a:hover {
    background: #ef81832a;
}

.action__btns.active,
.accounts__btns.active {
    display: block;
}

.step__nav {
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin-bottom: 22px;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}

.step__nav>div {
    text-align: center;
    font-weight: 700;
    font-size: 16px;
    padding: 25px 32px;
    color: #555555;
    position: relative;
}

.step__nav>div.active {}

.step-line {
    width: 30px;
    height: 4px;
    background-color: #d9d9d9;
    display: inline-block;
    margin: 0 50px;
}



.step__nav>div span {
    display: block;
    width: 50px;
    height: 50px;
    background: var(--primary);
    font-weight: 700;
    font-size: 16px;
    color: #fff;
    text-align: center;
    line-height: 50px;
    margin: auto;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    margin-bottom: 8px;
}

.step__nav>div.active span {
    background: #55d3ad;
    color: #fff;
}

.step__nav>div small {
    color: #55d3ad;
    display: block;
    font-weight: 700;
    font-size: 16px;
    line-height: 16px;
    margin-top: 5px;
}

.next__prev .btn {
    padding: 16px 24px;
    width: 150px;
}

.multistep__form--two .grid .column-6 {
    display: block;
}

.form-review {
    padding: 24px;
    margin-bottom: 24px;
    border: 1px solid #cccccc;
}

.form-title {
    font-weight: 400;
    font-size: 40px;
    line-height: 40px;
    color: #555555;
    text-align: center;
    padding: 20px 0;
    margin-bottom: 24px;
}

.form-review-top>div>div:first-child p {
    line-height: 36px;
}

.form-review-top {
    margin-bottom: 24px;
}

.form-review p,
.form-review-top a {
    font-size: 18px;
    line-height: 24px;
    color: #555555;
}

.form-review-top a img {
    height: 42px;
    margin-bottom: 8px;
}


.form-review-mid p {
    display: inline-block;
    font-size: 18px;
    line-height: 36px;
    color: #555555;
    margin-right: 32px;
    margin-bottom: 8px;
}

.form-review-mid h3 {
    padding: 0px 0px 30px;
    font-weight: 700;
    font-size: 24px;
    line-height: 36px;
    color: #555555;
}

.form-review-table {
    margin-top: 24px;
    padding-top: 24px;
}

.form-review-table table {
    width: 100%;
    border-collapse: collapse;
}

.form-review-table table thead tr td {
    padding: 20px;
    background: #f3f3f3;
    font-weight: 700;
    line-height: 16px;
    padding-left: 40px;
    color: #555555;
}

.form-review-table table tbody tr td {
    padding: 20px;
    border-bottom: 1px solid #cccccc;
    font-weight: 400;
    font-size: 16px;
    color: #555555;
}

.form-review-table table tr td:first-child {
    width: 35%;
    padding-left: 40px;
}

.form-review-table table tr td:nth-child(2),
.form-review-table table tr td:nth-child(3) {
    width: 7%;
}

.form-review-table table tr td:nth-child(4) {
    width: 10%;
}

.form-review-table table tr td:nth-child(5) {
    width: 20%;
}

.form-review-table table tr td:not(:first-child) {
    text-align: right;
}

.form-review-table table tr td:last-child {
    text-align: left;
}

.form-review-table table:last-child tr.highlight-row td {
    background: #f3f3f3;
    font-weight: bold;
    padding-left: 20px;
}

.form-review-table table:last-child tr.normal-row td {
    padding-left: 20px;
}



.form-review-table table tbody tr td strong {
    font-weight: 700;
    font-size: 24px;
    color: #555555;
}

.form-review-note {
    margin-top: 24px;
    padding: 30px;
    border: 1px solid #cccccc;
    font-weight: 400;
    font-size: 18px;
    line-height: 32px;
}

.form-review-note ul {
    color: #555555;
    padding-left: 12px;
}

.form-review-note li {
    font-size: 18px;
    line-height: 32px;
    color: #555555;
}

.dragOpt {
    text-align: center;
    margin-right: 20px;
}

.pricing__data {
    padding: 8px 48px;
    background: #23d2bd1a;
    border: 2px solid #55d3ad;
    border-radius: 4px;
    font-weight: 700;
    font-size: 24px;
    line-height: 24px;
    color: #555555;
    text-align: center;
    display: inline-block;
    width: max-content;
    margin-top: auto;
    margin-left: auto;
}

.pricing__data span {
    font-size: 14px;
    line-height: 24px;
}

.deleteSection {
    text-align: center;
    display: block;

    font-weight: 500;
    font-size: 16px;
    line-height: 16px;

    color: #ef8183;
}

.deleteSection svg {
    display: block;
    margin: auto;
    margin-bottom: 8px;
}

.registration-title {
    padding: 16px 0;
    border-bottom: 1px solid #cccccc;
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 32px;
    line-height: 16px;
    color: #000000;
}

.form-wrap ul {
    padding: 16px;
    padding-left: 40px;
    background: #ffffff;
    border: 1px solid #e9ecef;
    border-radius: 8px;
    font-weight: 400;
    font-size: 18px;
    line-height: 32px;
    color: #555555;
}

.form-wrap textarea {
    width: 100%;
    font-size: 14px;
    color: #555;
    max-width: 100%;
    resize: vertical;


}

.form-wrap textarea::placeholder {
    color: #b0b7c4;
}

.mt-24 {
    margin-top: 24px;
}

.mt-50 {
    margin-top: 50px;
}


.estimated__amount {
    padding: 24px;
    background: #f2fffb;
    border: 5px solid #55d3ad;
    border-radius: 8px;
    text-align: center;
    margin-bottom: 90px;
}

.estimated__amount>span {
    font-weight: 400;
    font-size: 18px;
    color: #555555;
}

.estimated__amount>p {
    font-weight: 700;
    font-size: 32px;
    margin: 0;
    margin-top: 8px;
    color: #555555;
}

.estimated__amount>p span {
    font-weight: 400;
    font-size: 18px;
    color: #555555;
}

.mt-32 {
    margin-top: 32px;
}

.error-message {
    white-space: nowrap;
    font-size: 12px !important;
    color: #ef8183 !important;
    text-transform: revert !important;
}

/* Modal Styles */
.modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.85);
    z-index: 999999999999999;
    display: flex;
    align-items: center;
    justify-content: center;
}

.work-item-overlay.modal-overlay.modal-overlay-small.show {
    background-color: #000000a8;
}

.modal-content {
    background: white;
    border-radius: 8px;
    max-width: 1280px;
    max-height: 90vh;
    width: 100%;
    overflow: hidden;
}

.d-none {
    display: none;
}

.modal-overlay-small .modal-content {
    max-width: 540px;
    padding: 20px;
}

.modal-header {
    padding: 32px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #eee;
}

.modal-title {
    font-size: 18px;
    font-weight: 600;
    margin: 0;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;

    color: #555555;
}

.modal-close {
    background: none;
    border: none;
    font-size: 24px;
    cursor: pointer;
    color: #666;
    padding: 0;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
}

.modal-close:hover {
    background-color: #f3f4f6;
}

.modal-body {
    padding: 24px;
    max-height: 60vh;
    overflow-y: auto;
}

.modal-overlay-small .modal-body {
    padding: 0;
}

.modal-overlay-small .modal-body h4 {
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #555555;
}

.modal-overlay-small .modal-body p {
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #555555;
    margin-top: 16px;
}

.modal-footer {
    padding-top: 32px;
    padding-bottom: 48px;
}

.modal-overlay-small .modal-footer {
    padding: 0;
    margin-top: 32px;
}

.modal-overlay-small .modal-footer .btn {
    width: 136px;
    margin-right: 0;
    margin-left: 12px;
}

.modal-info-item {
    padding: 8px 0;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0px;
    color: #555555;
    word-wrap: break-word;
}

.modal-info-item:last-child {
    border-bottom: none;
}

.modal-info-item .modal-info-label {
    display: inline-block;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0px;
    text-transform: uppercase;
    color: #555555;
}

.modal-overlay-small-info .modal-content {
    max-width: 540px;
}

.modal-overlay-small-info .modal-body {
    padding: 20px 25px;
}

.modal-overlay-small-info .modal-footer {
    padding: 0 25px 25px 25px;
}

.modal-overlay-small-info .modal-footer .btn-wrap {
    text-align: center;
}

.modal-overlay-small-info .modal-footer .btn {
    min-width: 120px;
}


/* Price Table Styles */
.price-table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px;
}

.price-table th,
.price-table td {
    padding: 12px 16px;
    text-align: left;
    border: 1px solid #ccc;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #555555;
}

.price-table th {
    background-color: #f7f7f7;
}

.price-amount {
    font-weight: 600;
    color: #059669;
}

.price-table-note {
    margin-top: 20px;
    padding: 16px;
    background-color: #f0f9ff;
    border-radius: 6px;
    border-left: 4px solid var(--primary);
}

.price-table-note h4 {
    margin: 0 0 8px 0;
    color: #1e40af;
}

.price-table-note ul {
    margin: 0;
    padding-left: 20px;
    color: #374151;
}

.text-center {
    text-align: center !important;
}

.border-1-s {
    border: 1px solid #e5e7eb;
    padding: 16px;
    border-radius: 8px;
    background-color: #f9fafb;
}

.p-3 {
    padding: 12px;
}

.bg-aqua {
    background: #e4f4ff;
}

.price-amount>div {

    background: #6f88b033;
    border-radius: 8px;
    padding: 8px;
    font-weight: 700;
    text-align: center;
    display: flex;
    min-height: 63px;
    vertical-align: middle;
    flex-direction: column;
    justify-content: center;
}

.price-amount>div p {
    font-size: 20px;
    line-height: 24px;
    color: var(--primary);
}

.price-amount>div span {
    font-size: 18px;
    color: #555555;
}

.price-table td.price__cost {
    text-align: right;
}

.price__cost>div {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.price-table td.price__cost p {
    padding: 0 16px;
}

.price-table td.price__cost span {}

.form-review-input {
    padding: 24px;
    background: #f7f7f7;
    border: 1px solid #ccc;
    border-radius: 8px;
    margin-bottom: 32px;
}

.form-review-input>div>div {
    gap: 24px;
}

.form-review-input .btn {
    margin-left: 18px;
    padding: 16px;
}

.form-review-input .btn:last-child {
    min-width: 200px;
}

.form-review-date {
    padding-top: 8px;
}

.form-review-date label {
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #555555;
}

.form-review-date input {
    width: auto;
}

.form-review-top h3 {
    font-weight: 700;
    font-size: 32px;
    line-height: 36px;
    color: #555555;
    margin-bottom: 20px;
}

.form-review-top-right .form-logo {
    margin-top: 28px;
    margin-bottom: 3px;
    display: block;
    position: relative;
}

.form-review-top-right .form-logo::before {
    content: "";
    background-image: url('http://localhost/frontend/assets/img/neomars-stamp.png');
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    right: 20px;
    top: 0;
    width: 100px;
    height: 101px;
}


.form-review-top-right {
    position: relative;
}

.form-review-top-right>* {
    position: relative;
    z-index: 1;
}

.form-review-top-right p {
    line-height: 28px;
}

.review-stamp {
    display: flex;
    justify-content: flex-end;
    margin-top: 20px;
}



.review-stamp>div {
    padding: 0px 15px;
    border: 1px solid #000;
    height: 120px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100px;
}

.review-stamp>div:nth-child(2) {
    border-right: none;
    border-left: none;
}

.form-review-price {
    padding: 16px;
    background: #f7f7f7;
    border-radius: 4px;
    margin-top: 20px;
    width: 69%;
}

.form-review-price p {
    font-size: 18px;
    line-height: 36px;
    color: #555555;
}

.form-review-price h3 {
    font-weight: 700;
    font-size: 32px;
    line-height: 36px;
    color: #555555;
}

.form-review-top .flex>div {
    flex: 1;
}

.listing-title>div:first-child {
    display: flex;
    align-items: center;
}

.listing-title>div:first-child span {
    width: 30px;
    height: 30px;
    border-radius: 50px;
    display: inline-block;
    background: #7d8490;
    color: #fff;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 27px;
    margin-right: 14px;
    vertical-align: middle;
}

.listing-title-small {
    padding: 32px;
    color: var(--secondary);
    border-bottom: 1px solid #eeeeee;
    border-radius: 0px;
    font-size: 16px;
    font-weight: 700;
}

.form-input-with-text {
    display: flex;
    gap: 8px;
    align-items: end;
}

.form-input-with-text input:disabled::placeholder {
    color: #000;
    opacity: 1;
}

.form-input-with-text span {
    color: var(--secondary);
    margin-bottom: 8px;
    display: block;
}

.getQuotation__col--main {
    flex: 1 0 calc(100% - 280px);
    padding-right: 24px;
}

.getQuotation__col--main,
.getQuotation__col--side {
    min-width: 0;
}

.getQuotation__col--side {
    flex: 0 0 280px;
}

.getQuote__sidebar {
    padding: 32px 24px;
    background: #ffffff;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    position: sticky;
    top: 20px;
    border-radius: 8px;
}

.getQuote__sidebar h4 {
    font-weight: 700;
    font-size: 16px;
    line-height: 36px;
    color: #555555;
}

.getQuote__sidebar>div p {
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 700;
    line-height: 36px;
    color: #555555;
    margin-top: 8px;
}

.getQuote__price {
    margin-top: 24px;
}

.getQuote__price.wrap-price p {
    word-wrap: break-word;
    word-break: break-all;
    overflow-wrap: break-word;
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 8px;
}

.getQuote__price span {
    color: #555555;
}

.getQuote__price p {
    font-weight: 700;
    font-size: 28px;
    line-height: 36px;

    color: #555555;
}

.getQuote__price p span {
    line-height: 36px;
    color: #555555;
    font-size: 16px;
    font-weight: 400;
    font-size: 18px;
}

.getQuote__btn {
    margin: 0 8px;
    margin-top: 24px;
}

.getQuote__btn .btn {
    width: 100%;
}

.review-input-action>a {
    display: flex;
    gap: 3px;
    align-items: center;
    padding: 6px;
    font-weight: 700;
    font-size: 12px;
    line-height: 14px;
    color: #ffffff;
    border-radius: 4px;
}

.review-input-action a.in_progress {
    background: #3daaf9;
}

.review-input-action a.awaiting_approval,
.review-input-action a.rejected {
    background: #ef8183;
}

.review-input-action a.approved {
    background: #23d2bd;
}

.review-input-action a.sent_to_client {
    background: #f7a231;
}

.review-input-action a.awaiting_creation {
    background: #7D8490;
}

.form-review-input .form-group-title-status-approver {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.form-review-input .form-group-status-approver {
    display: flex;
    align-items: center;
    gap: 8px;
}

.form-review-input .form-review-date {
    padding: 0;
}

.form-review-input .form-review-date input {
    height: 48px;
    width: 181px;
}

.form-review-container {
    max-width: 1164px;
    width: 100%;
    margin: auto;
}

.status-toggle>a {
    display: block;
    font-weight: 700;
    font-size: 16px;
    line-height: 36px;
    color: #555555;
}

.status-toggle {
    padding: 12px 16px;
    background: #ffffff;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    position: absolute;
    min-width: 120px;
    width: auto;
}

.review-input-action {
    position: relative;
}

.text-danger {
    color: #ef8183;
}

.form-review-table table:last-child tr:nth-last-child(1) td.text-danger {
    font-weight: 400;
    color: #ef8183;
    font-size: 14px;
}

.sticky-sidebar {
    position: sticky;
    top: 24px;
    z-index: 2;
}

.user__create--form {
    margin-top: 24px;
}

.max-w-500 {
    max-width: 500px;
    width: 100%;
}

.d-flex {
    display: flex;
    gap: 30px;
}

.max-w-288 {
    max-width: 288px;
    width: 100%;
}

.max-w-186 {
    max-width: 186px;
    width: 100%;
}

.max-w-654 {
    max-width: 654px;
    width: 100%;
}

.max-w-717 {
    max-width: 717px;
    width: 100%;
}

.max-w-772 {
    max-width: 772px;
    width: 100%;
}

.max-w-158 {
    max-width: 158px;
    width: 100%;
}

.max-w-328 {
    max-width: 328px;
    width: 100%;
}

.user__create--form .form-wrap {
    margin-bottom: 32px;
}

.file-wrap {
    padding: 16px;
    background: #ffffff;
    border: 1px dashed #cccccc;
    border-radius: 8px;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    color: #555555;
    cursor: pointer;
    word-wrap: break-word;
}

.form-file-input input[type="file"] {
    display: none;
}

.form-file-input span {
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #555555;
}

.user__profile--form .form-wrap input::placeholder {
    color: #b0b7c4;
    font-weight: 400;
    opacity: 1;
}

.form-wrap img {
    margin-bottom: 8px;
}

.user-container {
    padding: 0 32px;
    margin-top: 48px;
}

.edit__data {
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 0.4px;
    display: inline-block;
    color: #4b4948;
    cursor: pointer;
}

.edit__data svg {
    display: inline-block;
    vertical-align: middle;
}

.user-modal {
    background: #fff;
    position: fixed;
    bottom: -100%;
    /* Start hidden */
    left: 0;
    right: 0;
    width: 100%;
    z-index: 99999;
    transition: bottom 0.3s ease-in-out;
}

.bg-none {
    background: none;
}

.user-modal>div {
    background: #fff;
    position: relative;
    border-radius: 32px 32px 0 0;
    z-index: 999;
}

.user-modal.show-user-modal {
    bottom: 0;
    /* Reveal modal when open */
}

.user-modal.show-user-modal .user-modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    z-index: 1;
    /* Below the modal */
    border-radius: 0;
}

.user-modal-container {
    max-width: 1228px;
    margin: auto;
    position: relative;
    z-index: 22;
}

.user-modal .btn--wrap .btn:first-child {
    margin-right: 16px;
}

.modal-close {
    position: absolute;
    right: 20px;
    top: 20px;
}

.user-modal-title {
    padding: 32px;
    margin-bottom: 48px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-48px {
    margin-top: 48px;
}

.user-modal-container .btn--wrap>a:first-child {
    margin-right: 24px;
}

.user-modal form {
    padding: 24px;
}

.form-wrap input[type="checkbox"] {
    width: 24px;
    height: 24px;
    border: 3px solid #cfcfcf;
    border-radius: 4px;
    margin-right: 8px;
    vertical-align: middle;
    box-shadow: 0px 0px 0px 1px #cfcfcf;
}

input[type="checkbox"] {
    display: none;
    /* Hide default checkbox */
}

input[type="checkbox"]+label::before {
    content: "";
    display: inline-block;
    width: 24px;
    height: 24px;
    border: 3px solid #cfcfcf;
    border-radius: 3px;
    margin-right: 8px;
}

input[type="checkbox"]:checked+label::before {
    background-color: #1e5a8d;
    content: "\f00c";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    color: #fff;
    text-align: center;
    line-height: 24px;
}

.w-full {
    width: 100%;
}

.form-wrap-checkbox {
    margin-left: 32px;
}

.form-wrap-checkbox label {
    margin: 0;
    display: flex;
    align-items: center;
}

.ml-8 {
    margin-left: 8px;
}

.ml-20 {
    margin-left: 20px;
}

.currency-tag {
    color: #555;
}

.forgot-password-container p.session-success.text-center {
    font-size: 14px;
}

.no-margin {
    margin: 0 !important;
}

.m-r-20 {
    margin-right: 20px !important;
}

.m-r-35 {
    margin-right: 35px !important;
}

.d-unset {
    display: unset !important;
}

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

.fullSize {
    width: -webkit-fill-available;
    height: 68px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    margin-left:-23px;
}

.work-item-unique-error {
    padding-top: 10px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Right-Sided Full Height Modal Styles */
.approval-modal.modal-overlay {
    position: fixed;
    top: 0;
    right: 0;
    left: auto;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.85);
    z-index: 999999999999999;
    display: flex;
    align-items: stretch;
    justify-content: flex-end;
    padding: 0;
}

.approval-modal .modal-content {
    max-width: 480px;
    width: 100%;
    max-height: 100vh;
    height: 100vh;
    border-radius: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    animation: slideInRight 0.3s ease-out;
}

.approval-modal .modal-body {
    flex: 1;
    overflow-y: auto;
    padding: 32px 24px;
}

.approval-modal .modal-footer {
    margin-top: auto;
}

/* Slide-in animation */
@keyframes slideInRight {
    from {
        transform: translateX(100%);
    }

    to {
        transform: translateX(0);
    }
}

/* Optional: Close button positioning for right-sided modal */
.approval-modal .modal-close {
    position: absolute;
    right: auto;
    left: 24px;
    top: 24px;
}

/* Optional: Add a header if needed */
.approval-modal .modal-header {
    padding: 24px;
    border-bottom: 1px solid #eee;
    flex-shrink: 0;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .approval-modal .modal-content {
        max-width: 100%;
        width: 100%;
    }
}

.admin-list {
    max-height: 60vh;
    overflow-y: auto;
}

.admin-wrapper {
    padding: 24px 0 24px 0;
    border-bottom: 1px solid #E9ECEF;
}

.modal-body.approval-modal-body {
    max-height: 100vh;
}

.approval-btns {
    height: 64px !important;
    width: 200px !important;
}

body:has(.approval-modal) {
    overflow: hidden;
    height: 100vh;
}

.inactive-text {
    color: #CFCFCF !important;
}

p.approver-name {
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
    text-align: center;
}

.spinner {
    width: 21px;
    height: 21px;
    border: 5px solid #f3f3f3;
    border-top: 5px solid #000000;
    border-radius: 50%;
    animation: spin 1s linear infinite;
    margin: 20px auto;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.company-name-modal {
    font-weight: 700;
    font-size: 22px;
    max-width: 300px;
    line-height: 22px;
    color: #555555;
    cursor: pointer;
}

.company-name-modal:hover {
    opacity: 70%;
}

.discount-section {
    background-color: #fff7f7;
    border: 1px solid #dddddd;
    border-radius: 10px;
    padding: 24px;
    margin-top: 16px;
}

.discoutn-note {
    font-size: 12px;
    display: block;
    margin-top: 8px;
    color: #555555;
}

/* History Table Styles */
.history-table {
    width: 100%;
    border-collapse: collapse;
}

.history-table th,
.history-table td {
    padding: 12px 16px;
    text-align: left;
    border: 1px solid #ccc;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #555555;

}

.history-table th {
    background-color: #E2E7EF;
    font-weight: bold;
    text-align: center;
}

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

div.work-item-parent-name-input {
    gap: 5px;
}

div.work-item-parent-name-input .btn {
    height: 40px;
    padding: 11px 11px;
    width: 60px;
}

.total-order-container {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 8px;
}

.currency-symbol {
    font-weight: bold;
}

.total-order-input {
    width: auto;
    min-width: 80px;
    height: 40px;
    padding: 0px 16px;
    border: 1px solid #E9ECEF;
    border-radius: 8px;
    color: #555555;
    font-size: 16px;
}

.total-order-update-btn {
    padding: 12px 16px;
    width: 76px;
}
/* feeback */
.quotation-list {
    max-width: 275px;
    min-width:120px;
    white-space: normal;
    overflow-wrap: anywhere;
    word-break: break-word;
    hyphens: auto;
    
}
.user-list-email{
    max-width: 150px;
    min-width:120px;
    white-space: normal;
    overflow-wrap: anywhere;
    word-break: break-word;
    hyphens: auto;
}

.quotation-form-review{
    max-width: 650px;
    white-space: normal;
    overflow-wrap: anywhere;
    word-break: break-word;
    hyphens: auto;
}

/* form */
