.input-error {
    text-align: right;
    width: 100%;
}

.sidebar-nav-link.active {
    background: rgb(255 255 255 / 25%);
    color: #fff;
}

.table-bordered>tbody>tr>td {
    padding: 0px;
}

.table-bordered>tbody>tr>td a {
    padding: 8px 20px 8px 16px;
    display: inline-block;
    width: 100%;
    display: block;
}

.form_icons .fa,
.form_icons .fas {
    color: #969a9e;
}

.tab-navbar .tab-nav-icons .fa,
.tab-navbar .tab-nav-icons .fas {
    color: #969a9e;
}

.tab-navbar .active .tab-nav-icons .fa,
.tab-navbar .active .tab-nav-icons .fas {
    color: #FFE9E9;
}

.tab-navbar li:hover .tab-nav-icons .fa,
.tab-navbar li:hover .tab-nav-icons .fas {
    color: #FFE9E9;
}

a.green-btn:hover,
a.green-btn:focus,
a.green-btn:active {
    color: #fff;
    text-decoration: none;
}

.sorting,
.sorting_asc,
.sorting_desc {
    cursor: pointer;
}

.tabs-content-main-div .dataTables_wrapper,
.tabs-content-main-div {
    border-radius: 0 0 10px 10px;
}

.main-btn {
    padding: 8px 20px !important;
}

.green-btn {
    color: #fff !important;
}

.main-btn:hover {
    color: #fff;
}

tr.dt-empty {
    padding: 20px 0 !important;
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}

td.dt-empty {
    padding: 10px 0 !important;
}

.profile-image-section {
    margin-top: 20px;
    position: relative;
}


.btn-success,
.btn-danger {
    width: 150px;
    /* Match the image width */
}

#actual-btn {
    display: none;
    /* This will hide the file input */
}

.rounded-circle {
    border-radius: 50%;
    /* To ensure it's a perfect circle */
}

.profile-input-error {
    /* position: absolute; */
    top: 100%;
    top: calc(100% + 1px);
    font-size: 11px;
    color: red;
    letter-spacing: .2px;
    font-weight: 500;
}

.card {
    border-width: 1px;
    /* Adjust border thickness */
    border-radius: 8px;
    /* Round the corners of the card */
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    /* Add some shadow */
}

.drop-dots-btn-wraper-head-plus {
    /* position: absolute; */
    right: 0;
    top: 28px;
}



.pointer-none {
    pointer-events: none;
}

.euro:before {
    content: "€";
}

.pound:before {
    content: "£";
}


.input-container {
    display: flex;
    align-items: center;
    gap: 5px;
}

.quantity-input {
    width: 60%;
}

.cancel-btn {
    display: inline-block;
    color: red;
    font-size: 18px;
    cursor: pointer;
}

.profilt-inline-select {
    background: linear-gradient(45deg, black, transparent);
}

.profilt-inline-select {
    background: linear-gradient(0deg, #F6F6F6, #fff);
    border: 1px solid #E0E1E3;
    font-weight: 500;
    color: #6C6C6C;
    border-radius: 5px;
    padding: 3px;
    min-width: 75px;
    width: max-content;
    right: 0;
    top: -6px;
    z-index: 99;
}


.progressToJob-popup .form_group textarea {
    min-height: 65px;
    border: none;
    padding: 6px 15px;
    background: transparent;
}

.progressToJob-popup .form_check_label:not(:first-child) {
    margin-top: 16px;
}

.table-link,
.table-link:hover {
    color: #F05657;
    display: inline-block;
    font-weight: 600;
    text-decoration: underline;
}

.card-link,
.card-link:hover {
    color: #ebf7ff;
    display: inline-block;
    font-weight: 600;
}

.card-link-wc,
.card-link-wc:hover {
    display: inline-block;
    font-weight: 600;
    font-size: 10px;
}

.quoteitems .form_group textarea {
    display: block;
}

.quoteitems .form_group textarea {
    min-height: 82px;
    border: none;
    padding: 6px 15px;
    background: transparent;
}

.quoteitems .form_check_label:not(:first-child) {
    margin-top: 16px;
}

.quoteInfo-euro-input {
    border: none;
    padding: 0;
    width: auto;
    background: #FDE6E6;
    max-width: 55px;
    line-height: 1;
}

.fixWidth-45 {
    width: 45px;
}

.item-input-error {
    position: absolute;
    font-size: 11px;
    color: red;
    letter-spacing: .2px;
    font-weight: 500;
}

.booked-qty-input-error {
    font-size: 11px;
    color: red;
    letter-spacing: .2px;
    font-weight: 500;
}

.parent-container {
    display: flex;
    justify-content: flex-end;
}

.two-column-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    /* Spacing between items */
    max-width: 200px;
    /* Adjust width as needed */
}

.two-column-list span {
    width: 50%;
    /* Each item takes half the width */
}



label.error {
    top: 100%;
    top: calc(100% + 1px);
    font-size: 11px;
    color: red;
    letter-spacing: .2px;
    font-weight: 500;
}

.view_select {
    width: 65%;
    background: transparent;
    font-size: 14px;
    font-weight: 400;
    color: #5D6266;
    padding: 5px 15px;
    height: 32px;
}

.is_toggler table.customdbTable {
    width: 100% !important;
}

.dt-form_select {
    width: 15%;
    border: transparent;
    font-size: 14px;
    font-weight: 400;
    color: #5D6266;
    padding: 5px 16px 5px 12px;
    min-height: 32px;
    appearance: none;
    background-image: url(../../assets/images/select-arrow.svg);
    background-repeat: no-repeat;
    background-size: 12px;
    background-position: calc(100% - 6px) center;
    border: 1px solid #ececec;
}

.disable-job-status {
    pointer-events: none;
    color: #c9c3c3;
    opacity: 0.5;
    cursor: not-allowed;
}

.job-status-badge {
    border-radius: 5px;
    background: #EFF2F9;
    padding: 5px 10px;
    color: #474747;
    font-size: 13px;
    font-weight: 500;
    white-space: nowrap;
}


#vat_per {
    border: 1px solid #ececec;
    border-radius: 6px;
    height: 30px;
    color: #98989D;
    font-weight: 500;
    padding: 5px 14px 5px 8px;
}

.quantity-grid {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.quantity-row {
    display: grid;
    grid-template-columns: 80px auto;
    /* adjust as needed */
    gap: 16px;
}

.yellow-btn {
    background: #f05658;
    padding: 6px 12px;
    border: none;
    border-radius: 6px;
    font-weight: 500;
    line-height: 18px;
    color: #fff;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    gap: 6px;
    transition: .15s;
    height: 25px;
    cursor: pointer;
    border-color: #f05658;
}


@media (max-width: 768px) {

    .profile-img,
    .btn-success,
    .btn-danger {
        width: 100px;
        height: 100px;
    }
}

.job-name {
    font-size: 11px !important;
}
.first-error-box .error {
    position: absolute;
    width: 440px;
}

.main-qty-table .quoteInfo-borderBox {
    background: #ebf7ff;
    border-color: #babbbc;
}
.main-qty-table input {
    background: #ebf7ff;
    font-weight: bold;
}

input.address-search-input {
    border: none;
    margin: 0;
    font-family: 'Plus Jakarta Sans';
    border-radius: 6px;
    font-weight: 500;
    line-height: 20px;
    padding: 0px 4px 0px 30px;
    height: 30px;
    color: #98989D;
    overflow: hidden !important;
    font-size: 0.875rem;
    border: 1px solid #ECECEC;
}

.serach-form {
    position: relative;
    border: 1px solid #ECECEC;
    border-radius: 6px;
}

.serach-form svg {
    position: absolute;
    top: 6px;
    left: 7px;
    width: 17px;
}

.card-wrapper span.job-date {
    max-width: 85px;
}

.nw-quote-infoWrap td.colWidth-2 {
    max-width: 200px;
}

input[type="checkbox"].quoteInfo-input.calculate {
    width: auto;
    margin-top: 0px;
}

.quoteInfo-borderBox.without-border {
    background: none;
    border: none;
    height: 26px;
}

.quoteInfo-col-2 .quoteInfo-borderBox:last-child {
    height: 26px;
    max-width: 105px !important;
}

.fullfillment-line:not(.shipping) .colWidth-2 .quoteInfo-col-2 .quoteInfo-borderBox:first-child {
    max-width: 20px !important;
}

.fullfillment-line:not(.shipping) .colWidth-2 > .quoteInfo-borderBox:not(.without-border) {
    max-width: 135px !important;
}

.country-change img {
    height: 30px;
    width: auto;
    border-radius: 5px;
}

tfoot.delivery-service-uk-section {
    position: absolute;
    bottom: -7px;
}

.status-title-input {
    background: #ffffff;
    border-radius: 6px;
}

/* Readonly styling */
input.status-title-input[readonly]{
    background: transparent;
}

.btn-xs {
    width: auto;
    min-width: 50px;
    font-size: 11px;
    height: 20px;
    padding: 5px;
}

.custom-green-border-btn {
    border: 2px solid #0DC687;
    background: #0dc68712 !important;
    color: #0DC687 !important;
}

.quoteInfo-email {
    border: 1px solid #0c8ec6;
    background: #0d8ec61a;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.15s;
    padding: 0 !important;
}

#addMailereLogModal input[type="file"] {
  width: 100%;
  padding: 7px 14px;
  border-radius: 8px;
  cursor: pointer;
}

#addMailereLogModal input[type="file"]::file-selector-button {
  width: 22px;
  height: 22px;
  margin-right: 12px;
  border: none;
  border-radius: 4px;
  background-color: transparent;
  cursor: pointer;
  color: transparent;
  background-image: url("../images/upload.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px;
  transition: background 0.3s ease;
}
#addMailereLogModal input[type="file"]::file-selector-button:hover {
  background-color: transparent;
}

form#add-mailere-log-form {
    overflow-y: auto;
}
.addSendOutModalTable th, .addSendOutModalTable td {
    padding: 4px 0px;
    border: none !important;
    border-right: 0px solid !important;
}