/*.partial {
    display: none;
}*/
.edit-pen {
  color: #e27637;
}

.card-body.white {
    background-color: #ffffff;
}
a.attachment {
    padding: 1%;
    border-radius: 5px;
    margin-right: 4px;
    border: 1px solid;
}

.po-header-date {
    margin-top: 60px;
    margin-bottom: 10px;
}
.invoice-total.po {
    width: 100%;
    font-size: 13px;
    background-color: #ffffff;
    padding: 1%;
    border-top: 1px solid #cacaca;
}
.table-success {
    --bs-table-bg: #d2ff71 !important;
    --bs-table-border-color: #ffdd71 !important;
}
    .table.productSupplier thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6;
    border-top: 0px !important;
    font-size: 12px;
}
.table-striped > tbody > tr:nth-of-type(odd) > * {

    --bs-table-bg-type: none!important;
}
.showEdit{
    display: none;
}
.deliveryDate {
    display: none;
}
.po-invoice {
    background-color: #ffffff;
    padding: 1%;
}
label.lbl-total-item {
    padding-left: 14px;
    min-width: 85px;
}
p.totals-row.po {
    text-align: right;
    font-size: 1.2em !important;
    padding-right: 15px !important;
    margin-bottom: 5px;
}
table.dataTable th.dt-type-numeric, table.dataTable td.dt-type-numeric {
    text-align: left !important;
}
select#item_OrderItemTypeStatus {
    font-size: 0.85em;
}
.padd-top1 {
    margin-top: 6px;
}
.fs-rating
{
    font-size: 0.7rem !important;
}
.chat-bubble {
    width: 100%;
    border-radius: 18px;
    word-wrap: break-word;
    line-height: 1.4;
}

/* My (current user) messages – right aligned */
.bubble-me {
    background-color: #0b93f6;
    color: #fff;
    border-bottom-right-radius: 4px;
    margin-left: auto;
}

/* Other users’ messages – left aligned */
.bubble-other {
    background-color: #e5e5ea;
    color: #000;
    border-bottom-left-radius: 4px;
    margin-right: auto;
}

/* Align bubbles left/right */
.justify-start {
    justify-content: flex-start;
}

.justify-end {
    justify-content: flex-end;
}

/* Add small spacing between username and timestamp */
.message-info {
    font-size: 0.85rem;
}

/* Optional: make chat look more natural */
body {
    background-color: #f5f5f7;
}

.borderItem {
    border: 1px solid #c8c8c8 !important;
    background-color: #fcfcfc;
    border-radius: 10px;
}
.orderRequirementSection {
    display: none;
}
.orderReqSection {
    display: none;
}
.fw-bold {
    font-size: 0.9em !important;
}
section.content {
    padding-bottom: 20px !important;
}
/* Override DataTables buttons with Bootstrap btn-secondary, apply colors by type */
@font-face {
    font-family: 'NunitoSans';
    src: url('/admin/dist/fonts/NunitoSans.ttf') format('truetype');
}
.bold{
    font-weight:800;
}
span.undo {
    background-color: #efefef;
    padding: 4px;
}
/* Full-screen overlay for the enlarged image */
.nav-sidebar .nav-item:hover > .nav-link {
    background-color: #f0c245;
    color: #000;
}

    .nav-sidebar .nav-item:hover > .nav-link .nav-icon {
        color: #f0c245; /* Also turn icons white on hover */
    }

.thumbnail-item.selected {
    border: 4px solid #f0c245 !important;
}

.collapse-header a {
    cursor: default; /* removes pointer cursor */
}
h3.card-title a{color:#ffffff!important;}
.collapse.fade {
    transition: opacity 0.4s ease-in-out;
}
.text-muted {
    line-height: 2;
}

.collapse.show {
    opacity: 1;
}

.collapse:not(.show) {
    opacity: 0;
}

h6 {
    font-size: 1.2rem !important;
    /* text-transform: uppercase; */
    font-weight: 700 !important;
    line-height: 2;
    color: #000000 !important;
    
}
.me-auto {
    margin-right: 10px !important;
    margin-left: 10px !important;
}
#imageOverlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.8);
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

    #imageOverlay img {
        max-width: 90%;
        max-height: 90%;
        box-shadow: 0 0 20px #fff;
        border-radius: 4px;
    }


/* Hide in screen view */
.export-only {
    display: none;
}

/* Show when printing/exporting */
@media print {
    .export-only {
        display: table-row;
    }
}

table#delivereditems {
    margin-bottom: 50px;
}
.dt-buttons .btn.buttons-csv {
    background-color: #4caf50 !important; /* green */
    border-color: #4caf50 !important;
    color: white !important;
}

    .dt-buttons .btn.buttons-csv:hover {
        background-color: #45a049 !important;
        border-color: #45a049 !important;
        color: white !important;
    }

.dt-buttons .btn.buttons-excel {
    background-color: #1d6f42 !important; /* darker green */
    border-color: #1d6f42 !important;
    color: white !important;
}

    .dt-buttons .btn.buttons-excel:hover {
        background-color: #14532d !important;
        border-color: #14532d !important;
        color: white !important;
    }

.dt-buttons .btn.buttons-pdf {
    background-color: #d9534f !important; /* bootstrap danger red */
    border-color: #d9534f !important;
    color: white !important;
}

    .dt-buttons .btn.buttons-pdf:hover {
        background-color: #c9302c !important;
        border-color: #c9302c !important;
        color: white !important;
    }

.dt-buttons .btn.buttons-print {
    background-color: #5bc0de !important; /* bootstrap info blue */
    border-color: #5bc0de !important;
    color: white !important;
}

    .dt-buttons .btn.buttons-print:hover {
        background-color: #31b0d5 !important;
        border-color: #31b0d5 !important;
        color: white !important;
    }

.reportbg{
    background-color:#ffffff;
    padding:2%;
}
span.orderReq {
    border-radius: 10px;
    padding: 0px 4px 0px 4px;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
    background: #ffffff;
}
span.label-orderq, dt.label-orderq {
    font-size: 14px;
    font-weight: bold;
}
.custom-disabled {
    pointer-events: none; /* disables clicking */
    accent-color: red; /* sets checkbox color (modern browsers) */
    opacity: 1; /* override greying-out */
}
.status-circle {
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    margin-right: 5px;
    border: 1px solid #393939;
}

.blink {
    animation: blink 2s infinite ease-in-out;
}

@keyframes blink {
    0%, 100% {
        opacity: 1;
    }

    50% {
        opacity: 0.3;
    }
}

.status-amber {
    background-color: darkorange;
}

.status-red {
    background-color: red;
}

.status-green {
    background-color: green;
}

.status-gray {
    background-color: gray;
}

.padd-tp-2 {
    margin-top: 8px;
}
.padd-tp{
    margin-top:4px;
}
#pdfFile, #additionalFile, #miscFile {
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0.2rem;
    cursor: pointer;
}

    #pdfFile::file-selector-button, #additionalFile::file-selector-button, #miscFile::file-selector-button {
        color: #fff;
        background-color: #007bff;
        border: none;
        padding: 0.375rem 0.75rem;
        font-size: 0.875rem;
        cursor: pointer;
    }

    #pdfFile:hover::file-selector-button, #additionalFile:hover::file-selector-button, #miscFile:hover::file-selector-button {
        background-color: #0056b3;
    }
input#pdfFile{

}
.upload-bg {
    padding: 1%;
    background-color: #f3f3f3;
}
.background-green {
    background-color: #00741c !important;
    color: #155724;
}
.main-header .navbar-nav .nav-item
{
    padding-left: 10px;
}
.manage-text {
    text-transform: initial;
}
.sm-icon {
    font-size: 0.9em !important;
    color: #5bc3c0 !important;
}
li.nav-item {
    list-style-type: none;
    text-transform: uppercase;
    font-size: 14px;
}
button, a.btn {
    font-size: 13.5px!important;
}
.user-panel .info {
    font-size: 14px;
}
table.dataTable > tbody > tr > td, .table td {
    padding: 8px 10px;
    font-size: 14.5px !important;
}
.nav-sidebar .nav-treeview {
    padding-left: 8px!important;
}
.table > :not(caption) > * > * {
    border-bottom-width:0px!important;
}
.form-floating > .form-control:-webkit-autofill {
    padding-top: 3.2rem !important;
    padding-bottom: 1.625rem !important;
}
.card-body.p-0 .table tbody > tr > td:last-of-type{
    padding-right:5px;
}
/*body:not(.sidebar-mini-md):not(.sidebar-mini-xs):not(.layout-top-nav) .main-header {
    margin-left: 260px !important;
}*/
a {
    text-decoration: none!important;
}
.success {
    color: #28a745 !important;
    font-size: 26px;
}

input.exportQuantity {
    min-width: 70px;
    background-color: #f8f8f8ca;
}


.catalogue-border-3 {
    margin-top: 15px;
    background-color: #8BC34A;
}
    .catalogue-border-3 h5, .catalogue-border-3 label{
        color: #ffffff;
    }

.catalogue-border-3 h5 {
    padding: 2% 4%;
}
    .form-check-input {
        transform: scale(1.05); /* Increase size */
        margin-right: 8px; /* Optional: spacing between checkbox and label */
    }

.no-border {
    border: none !important;
}

.reg-bold{
    font-weight:400!important;
}

table.dataTable thead > tr > th.dt-orderable-asc, table.dataTable thead > tr > th.dt-orderable-desc {
    cursor: pointer;
    font-size: small;
}

.flt-lft {
    float: left;
}

.bg-nonstock {
    background-color: #3fd7c2 !important;
    color: #ffffff !important;
}

.select-dropdown {
    position: static;
}

    .select-dropdown .select-dropdown--above {
        margin-top: 336px;
    }

.select2-container--bootstrap4.select2-container--focus .select2-selection {
    /* box-shadow: none; */
    background-color: #fff!important;
    border: 1px solid #aaa!important;
    border-radius: 4px!important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 19px!important;
}

.message-timestamps {
    color: #383535;
}

.message {
    padding: 10px;
    margin: 10px 0;
    border-radius: 8px;
    border: 1px solid #cacaca;
}

    .message.current-user {
        background-color: #d1e7dd;
        color: #0f5132;
    }

        .message.current-user span.message-sender {
            color: #008b8b !important;
        }

    .message.other-user {
        background-color: #f8d7da; /* Light red for other users' messages */
        color: #842029; /* Dark red text */
    }   

    .message.current-user.other-user {
        color: #008b8b;
    }

/* Additional styles for message layout */
.message-content {
    font-size: 14px;
    line-height: 1.4;
}

.message-info {
    font-size: 12px;
    /*color: #6c757d;*/ /* Gray for timestamps */
    margin-top: 5px;
}


.card {
    border: 1px solid #dee2e6;
    border-radius: 0.25rem;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
    background-color: #fff;
    overflow: hidden;
}

.card-header {
    background-color: #007bff;
    color: #fff!important;
    padding: 0.75rem 1.25rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    justify-content: space-between;
    align-items: center;
    width:100%;
}

.card-title {
    font-size: 1.25rem;
    margin: 0;
}

.card-tools .btn-tool {
    color: #fff;
    font-size: 0.875rem;
    padding: 0.25rem 0.5rem;
    cursor: pointer;
}

.card-body {
    padding: 1rem;
}

    .card-body.p-0 {
        padding: 0;
    }

.notes-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.note-item {
    padding: 0.75rem 1rem;
    border-bottom: 1px solid #dee2e6;
    font-size: 0.95rem;
    color: #495057;
}

.note-date {
    font-size: 0.85rem;
    color: #6c757d;
    font-style: italic;
}

.note-item:last-child {
    border-bottom: none;
}

.note-item strong {
    color: #007bff;
    font-weight: 600;
}

.card:hover {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

.ml-2, .mx-2 {
    margin-left: .5rem !important;
    margin-right: .5rem;
}
.catalogue-border-2 {
    background-color: #f9f9f9;
    padding: 12px;
    margin-top: 15px;   
}
.catalogue-border {
    background-color: #f9f9f9;
    padding: 12px;
}
.main-catalogue{
    background-color: #e9e8e8;
    width: 100% !important;
    margin: 0;
    padding: 1%;
}
.page-break {
    page-break-before: always!important;
}
.center-text {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    text-align: center;
    margin-top: 50%;
}

.radio-group {
    background-color: yellow;
    margin: 0;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 5px;
}
.area-orderby {
    padding: 10px;
    float: right;
    margin: 2px;
    line-height: 2;
}
.area-quote-line {
    line-height: 4;
}
.area-quote-block {
    background-color: #f5f1f1;
}
.pad-top {
    margin-top: 5px;
    margin-bottom: 5px;
    display: none;
}

.area-tag-sm {
    margin-left: 10px;
    padding: 4px;
    background-color: aliceblue;
    border: 1px solid #359fc5ca;
}

.btn-side {
    color: #000000!important;
    background-color: #f0ffff!important;
    border-color: #ffffff!important;
    box-shadow: none;
}
.bg-grey {
    background-color: #efefef!important;
}

.area-tag {
    padding: 2px;
    float: left;
    margin: 2px;
    line-height: 2;
    max-width: 350px;
    background-color: aliceblue;
    border: 1px solid #359fc5ca;
    width: auto !important;
}
.area-tag-f {
    padding-right: 10px;
    font-weight: 700;
    margin: 2px;
    text-transform: capitalize;
}
.area-col {
    background-color: #f0ffff;
}

.hidden {
    display: none;
}
.flt-r{
    float:right;
}
.flt-l {
    float: left;
}
.add-img {
    cursor: pointer;
    background-color: #f8f9fa; /* Default background color */
    transition: background-color 0.3s, color 0.3s; /* Smooth transition */
    border: 1px solid #ddd; /* Optional: border for better visibility */
    border-radius: 5px; /* Optional: rounded corners */
    padding: 10px;
}

    .add-img:hover {    
        background-color: #007bff; /* Hover background color */
        color: #fff; /* Text color on hover */
    }

.add-img-icon {
    color: #7e7e7e; /* Default icon color */
    transition: color 0.3s; /* Smooth transition for icon color */
}

.add-img-text {
    color: #7e7e7e;
    text-transform: uppercase;
    transition: color 0.3s; /* Smooth transition for text color */
}

.add-img:hover .add-img-icon,
.add-img:hover .add-img-text {
    color: #fff; /* Icon and text color on hover */
}

/* Timeline container */
.timeline {
    position: relative;
    margin-top: 8%;
}

/* Timeline item */
.timeline-item {
    position: relative;
    margin-bottom: 20px;
}

/* Timeline dot */
.timeline-dot {
    position: absolute;
    top: 0;
    left: 10px; /* Align with the vertical line */
    width: 14px;
    height: 14px;
    background-color: #63d313; /* Green color */
    border: 3px solid white;
    border-radius: 50%;
    z-index: 1; /* Ensure it appears above the line */
}

.timeline-dot-1 {
    position: absolute;
    top: 0;
    left: 10px;
    width: 14px;
    height: 14px;
    background-color: #4195a0;
    border: 3px solid white;
    border-radius: 50%;
    z-index: 1;
}

/* Timeline line */
.timeline-line {
    position: absolute;
    top: 14px; /* Matches the bottom of the dot */
    left: 16px; /* Align with dot center */
    width: 3px;
    height: calc(100% + 6px); /* Extend to connect to the next dot */
    background-color: #ddd; /* Line color */
    z-index: 0; /* Line should be behind the dot */
}

/* Hide the line for the last item */
.timeline-item:last-child .timeline-line {
    display: none;
}
#factory-status-label {
  /*  font-size: 1.2em;
    color: #000000;*/
}
/* Timeline content */
.timeline-content {
    margin-left: 50px; /* Align content to the right of the dots */
    padding: 10px;
    background: #ffffff;
    border: 1px solid #7fce33;
    border-radius: 5px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
.timeline::before{display:none;}

.timeline-content-1 {
    margin-left: 50px;
    padding: 10px;
    background: #0b788a;
    border-radius: 5px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    color: #fefefe;
}
    .timeline-content-1 span.highlight {
        color: #ffe600;
        font-weight: bold;
        font-size: 1.1em;
        padding: 2px;
        border-radius: 3px;
    }
/* Highlight for stage */
label.lbl-padd {
    padding-right: 5px;
}
.curved-underline {
    display: inline-block; /* Ensures it works on inline text */
    position: relative;
}

    .curved-underline::after {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        bottom: -3px;
        height: 5px;
        background: #959595;
        transform-origin: center;
    }
.highlights {
    background-color: #ffeb3b; /* Bright yellow background for hover effect */
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* Subtle shadow for emphasis */
    }
.highlight {
    color: #429308;
    font-weight: bold;
    font-size: 1.1em;
    padding: 2px;
    border-radius: 3px;
}
.add-img {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px dashed #ccc;
    cursor: pointer;
    margin-right: 0px;
    min-height: 125px;
}
.min-txt {
  /*  min-width: 200px;*/
    font-size: 15px;
}
.text-left{
    text-align:left;
}
.quote-action {
    padding: 4%;
    margin-top: 4%;
    background-color: #ebebeb;
    border-radius: 5px;
    border: 1px solid #ccc;
}
.dashed, button.dashed, a.dashed {
    border: 1px dashed #333333;
}
.cntrol {
    max-width: 75px;
}
label.side-summary {
    min-width: 140px;

}
a.btn-pdf {
    background-color: #d03535;
    color: #ffffff;
}
/* Left content */
.invoice-left {
    /* Optional styling */
    width: 20%; /* Adjust width to fit your content */
    padding: 10px;
    float: left;
}

/* Right content */
.invoice-right {
    float: left;
    width: 20%;
    padding: 10px;
}

.invoice-container {
    display: contents;
    justify-content: space-between; /* This will push the left and right content to the edges */
    align-items: center; /* Aligns items vertically if needed */
    margin-bottom: 20px; /* Space between header and main content */
}

.main-sidebar, .main-sidebar::before {
    width: 260px;
}
.form-inline .form-control{
   width: 100%;
}

.button-group {
    display: flex;
    justify-content: space-evenly; /* Evenly distribute space between the buttons */
    padding: 10px 0; /* Add padding around the buttons */
}

    .button-group .btn {
        margin: 0 10px; /* Optional: additional margin between buttons */
        padding: 8px 16px; /* Padding inside the button for better sizing */
        text-align: center; /* Center align the button text */
    }

.container-hd {
    display: flex;
    justify-content: space-between; /* Align items to both sides */
    width: 100%;
}

/* Left and right sections */
.left-cnt, .right-cnt {
    width: 50%; /* Even half of the container */
    padding: 10px; /* Optional padding */
    box-sizing: border-box; /* Includes padding/border in the width calculation */
}

.padding-revision {
    padding: 10px 0px 0px 0px;
}

.padding-action {
    padding-top: 20px;
    padding-left: 10px;
}

tr.row-green {
    background-color: #d4edda!important; /* Light green background */
}

label.highlight {
    background-color: #ffff00;
}

.nav-sidebar .nav-link p {
    display: inline;
    margin: 0;
    white-space: normal;
    color: #dbd7d7;
}

.bg-message-board {
    background-color: #248eff;
    color: #ffffff;
}
.comments-general-bg {
/*    background-color: #248eff;*/
    padding: 6px;
    border-radius: 10px;
}
.message {
    padding: 10px;
    background-color: #f8f9fa;
    border-radius: 5px;
    margin-bottom: 10px;
}

.message-info {
    display: flex;
    justify-content: space-between;
    margin-bottom: 5px;
}

.message-sender {
    font-size: 14px;
    font-weight: bold;
}

.message-timestamp {
    font-size: 12px;
    color: #6c757d;
}

.message-content {
    font-size: 14px;
 /*   color: #212529; */
    margin-top: 5px;
}
    .message-content a{
       /* color:#ffffff;*/
        text-decoration:underline!important;
    }

/* Current user ("me") bubble — iMessage blue */
.bubble-me {
    background-color: #007aff;
    color: #fff;
}
    .bubble-me .message-info span.text-muted{
        color:#ffffff!important;
    }
    /* Other user bubble — light gray */
    .bubble-other {
        background-color: #f1f0f0;
        color: #000;
    }

/* Make links visible in both types */
.bubble-me a {
    color: #fff; /* white for blue bubble */
    text-decoration: underline;
}

.bubble-other a {
    color: #007aff; /* iMessage blue for gray bubble */
    text-decoration: underline;
}

/* Optional hover effect */
.chat-bubble a:hover {
    opacity: 0.85;
}
    .my-comment {
        background-color: #d1e7dd; /* Light green for current user's comments */
        color: #0f5132;
        border: 1px solid #badbcc;
    }

.other-comment {
    background-color: #f8d7da; /* Light red for other users' comments */
    color: #842029;
    border: 1px solid #f5c2c7;
}

.bg-comments {
    background-color: #ffffff;
}
.bg-gradient-quotes {
    background: #afa4a4 linear-gradient(180deg, #11e6e9, #1c75d1) repeat-x !important;
    color: #fff;
}
.bg-gradient-orders {
    background: linear-gradient(rgb(239 166 51), rgb(191 62 15)) repeat-x rgb(0, 123, 255) !important;
    color: #fff;
}
.usermod-container {
    display: flex;
    flex-wrap: wrap;
}

.usermod-item {
    display: flex;
    align-items: center;
    width: 100%;
}

.usermod-label {
    font-weight: bold;
    margin-right: 5px;
    color: #857f7f;
    font-size: 14px;
    margin-bottom: 0;
    flex: 6 1 0%;
}

.usermod-value {
    font-size: 14px;
    color: #4e4c4c;
    text-align: right;
    flex: 6 1 0%;
}

label.usermod {
    color: #857f7f;
    font-size: 14px;
    margin-bottom: 0;
}
label.lbl-req {
    font-weight: 400 !important;
    padding-top: 6px;
}
input.requirement-checkbox {
    vertical-align: middle;
}
li.delivery-addresses {
    background-color: #fdfdfd;
    padding: 1%;
    margin: 10px 0px 10px 0px;
}
ul.delivery{padding:0;}
.close {
    opacity: 1;
}
.modal-header {
    background-color: #008b8b;
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.5;
    color: #ffffff;
}

.client-edit-address {
    padding: 1%;
}

h5.furn-h {
    text-align: center;
    font-weight: 700;
}
.furniture-status {
    background-color: #f0f0f0;
    padding: 1%;
    width: 100%;
}
.furniture-select {
    text-align: left;
    width: 100%;
    float: right;
}
.catalogue-author {
    display: flex;
    gap: 20px;
    margin-bottom: 15px;
    align-items: center;
}

.catalogue-info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

    .catalogue-info label {
        margin: 5px 0;
        color: #434242;
        font-size: 14px;
    }

#catalogueDateModified,
#catalogueModifiedBy {
    font-weight: normal;
    color: #666;
}

.btn-floating-right {
    position: fixed;
    right: 10px;
    top: 230px;
    padding: 1%;
}
.btn-floating-left {
    position: fixed;
    right: 50px;
    top: 200px;
    padding: 1%;
}
/* Ensure the submenu is hidden by default */
.nav-treeview {
    display: none;
}

/* Class to show the submenu */
.menu-open .nav-treeview {
    display: block;
}

/* Optional: Add transition for smooth opening/closing */
.nav-treeview {
    transition: all 0.3s ease;
}

.icon-green {
    color: #3cb371 !important;
}
.card-primary:not(.card-outline) > .card-header {
    background-color: #08cceb !important;
}
.nav-sidebar > .nav-item .nav-icon.fas, .nav-item .nav-icon.far {
    color: #33a3f9 ;
}
.nav-icon-1.fas {
    width: 1.6rem;
    color: #ffffff;
    margin-left: .05rem;
    font-size: 1.2rem;
    margin-right: .2rem;
    text-align: center;
}
.sidebar-fixed-bottom {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 10px 0;
    text-align: center;
    background-color: #343a40;
    color: white;
}
input#productCodeLookup {
/*    width: 258px;
    float: right;*/
}
input#productCodeRef {
/*    width: 200px;
    float: right;*/
}
div#lookupResults {
    width: 100%;
   // position: absolute;
    z-index: 5000;
    /*  float: right;
    position: absolute;
    z-index: 50000;
    margin-left: 227px;
    margin-top: 37px;*/
}
h5 a {
    color: #ffffff !important;
}
.flt-left{
    float:left;
}
.flt-right{
    float:right;
}
.btn-overview {
    color: #ffffff;
    background-color: #5373b0;
    border-color: #f8f9fa;
    box-shadow: none;
}
h3.card-title {
    font-weight: 800;
    text-transform: uppercase;
    font-size: 18px;
}
.dashed {
    border: 1px dashed;
}

#loadingSpinner {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.9); /* Semi-transparent white background */
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999; /* Ensure it appears on top of other content */
}

    #loadingSpinner i {
        font-size: 50px; /* Adjust the size of the spinner icon */
        color: #333; /* Color of the spinner icon */
    }

.item-ref {
    padding-left: 10px;
    font-weight: 600;
}
ul.revisions {
    margin: 0;
    padding: 0;
}

/* Style for the progress circle */
#progress-circle {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    width: 100px;
    height: 100px;
    margin-top: -50px;
    margin-left: -50px;
    border-radius: 50%;
    border: 10px solid #ccc;
    border-top-color: #007bff; /* Change the color to match your design */
    animation: spin 1s infinite linear;
}

/* Animation for spinning */
@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* Class to show the progress circle */
.show {
    display: block;
}
ul.projectusers-list{
    margin: 0;
    padding: 0;
}

    .projectusers-list ul li {
        font-weight: 400;
        padding: 0;
    }

    .quote-btn {
        width: 100%;
    }
.lbl-comment {
    color: #1d1d1d;
    font-size: 14px;
}
.comments-bg {
    background-color: #36beaa;
    padding: 6px;
    border-radius: 10px;
}
.bg-tags {
    background-color: #5d186a !important;
    color: #ffffff;
}
.bg-furniture {
    /*background-color: #e39237 !important;*/
    background-color: #50a1ac !important;
    color: #ffffff;
}
.padd-btm {
    margin-bottom: 10px;
}
.message {
    background-color: #f0f0f0;
    border-radius: 10px;
    padding: 10px;
    margin-bottom: 10px;
}
.message-content {
    font-size: 14px;
    font-weight: 600;
}

.message-info {
    margin-top: 5px;
    font-size: 12px;
   /* color: #666;*/
}

.message-sender {
    font-weight: bold;
    margin-right: 5px;
}

.message-timestamp {
    color: #888;
}

.btn-fabriclist {
    color: #fff;
    background-color: #13a2af;
}

.bg-fabrics {
    background-color: #2f8bb5 !important;
    color: #fff;
}

.tab-content > .tab-pane {
    padding-top: 2%;
}
.table{
    background-color: #ffffff;
}
html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

html, body {
    margin-bottom: 60px;
    font-family: "Nunito Sans" !important;
}

/* Optionally force form controls too */
label, p, input, select, button, textarea {
    font-family: "Nunito Sans", sans-serif !important;
}

.padding {
    padding-left: 5%!important;
    padding-right: 5%!important;
}

td.text-right{
    text-align:right;
}

.img-medium {
    /* width: 100%;
    height: auto;*/
    max-width: 100%;
    min-height: 150px;
    max-height: 300px;
    object-fit: cover;
    border: 2px solid #ddd;
    border-radius: 5px;
    padding: 5px;
    background-color: #f9f9f9;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

/* Thumbnail item style */
.thumbnail-item {
    padding: 5px;
    border: 1px solid #dfdfdf;
    height: auto;
}

/* Thumbnail image style */
.img-thumbnail {
    /* width: 100%;
    height: auto;*/
    max-width: 150px; 
    min-height: 150px;
    max-height: 150px; 
    object-fit: cover; 
    border: 2px solid #ddd; 
    border-radius: 5px; 
    padding: 5px; 
    background-color: #f9f9f9; 
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); 
}
    .img-thumbnail:hover {
        transform: scale(1.05);
        box-shadow: 0 6px 8px rgba(0, 0, 0, 0.15); 
        border-color: #aaa;
    }
/* Adjust the carousel control position */
.carousel-control-prev, .carousel-control-next {
    top: 50%;
    bottom: auto;
    transform: translateY(-50%);
}

/* Adjust the carousel control icon size */
.carousel-control-prev-icon, .carousel-control-next-icon {
    width: 20px;
    height: 20px;
}
.hidden{display:none;}
.checkbox-label{
    min-width:230px;
}

/* Style for the tag icon */
.fa-tag {
    margin-right: 5px; /* Add some spacing between the icon and the tag text */
}

/* Style for the tag text */
.tag-link {
    color: #007bff; /* Change the color of the tag text */
    text-decoration: none; /* Remove underline from the tag text */
}

    /* Style for the tag text when hovered */
    .tag-link:hover {
        text-decoration: underline; /* Underline the tag text when hovered */
    }
    ul li{list-style-type:none;}
.tag-list li {
    display: inline-block;
    margin-right: 10px; /* Adjust as needed */
}
textarea.form-control {
    height: auto;
    font-size: 16px;
}

.form-group.totals label, span#frame-cost-total {
    font-size: 21px;
}
label.q_progress{
    font-size:18px;
}
.progress-bar-container {
    width: 100%;
    background-color: #f0f0f0;
    border-radius: 5px;
}

.progress-bar {
    height: 40px;
    border-radius: 5px;
    background-color: #007bff; /* Default color */
}
.progress {
    height: 40px;
    margin-top: 10px;
    margin-bottom: 10px;
    overflow: hidden;
    background-color: #f5f5f5;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
    box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
}
div#progress-history {
    padding: 1%;
}
h5.item-desc {
    font-size: 0.95rem;
}
h5.deliveryprogress {
    margin-left: 40px;
    /* text-transform: uppercase; */
    font-weight: 700;
}
.bg-delivery {
    background-color: #e79a2c;
}
    .bg-delivery > a {
        color: #fff !important;
    }

/*.toggle-pnl {
    display: none;
}*/



/*.content-wrapper {
   margin-left:0!important;
}*/

