:root {
    /* Global Brand Tokens */
    --fp-blue: #006FFF;
    --fp-blue-hover: #0056e3;
    --fp-blue-dark: #004399;
    --fp-card-bg: #FFFFFF;
    --fp-border-subtle: #eff2f5;
    --fp-text-muted: #64748b;
    --fp-orange: #FEB732;
    --fp-red: #e7000b;
    --fp-green: #56a359;
    --fp-blue-soft: rgba(47, 110, 219, 0.08);
    --fp-glass: rgba(255, 255, 255, 0.85);
    --fp-shadow-modern: 0 10px 30px -5px rgba(0, 0, 0, 0.1), 0 4px 12px -3px rgba(0, 0, 0, 0.05);
    --fp-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);

    /* Navbar/Layout Tokens */
    --fp-bg-active: #F3F4F6;
    --fp-text-gray: #4A5565;
    --fp-border: #E5E7EB;
    --fp-pill-border: #D1D5DC;
}

.notify {
    top: -6px !important;
}

.extended-container {
    max-width: 1580px !important;
}

.cursor-pointer {
    cursor: pointer;
}

#map {
    height: 500px;
    width: 100%;
}

.select2-container {
    width: 100% !important;
}

.select2-selection {
    overflow: hidden;
    white-space: normal;
    text-overflow: ellipsis;
    min-height: 38px;
}

.select2-selection__rendered {
    white-space: normal !important;
    height: auto !important;
    max-height: 100px;
    overflow-y: auto;
}

.employee-link {
    color: #2F6EDB;
    text-decoration: underline;
    font-weight: bold;
    transition: all 0.3s ease;
    font-size: 16px;
}

.modal-header {
    background: #2F6EDB !important;
}

.btn-close {
    background-color: white !important;
    border-radius: 50% !important;
    width: 30px !important;
    height: 30px !important;
    padding: 0 !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    border: none !important;
}

.btn-close:focus {
    box-shadow: none !important;
}

.btn-close .bi {
    font-size: 1.5rem !important;
    color: #333 !important;
}

.modal-footer {
    border-top: none !important;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    height: 54px !important;
    border-radius: 8px !important;
}

.select2-selection__placeholder {
    color: #212529 !important;
    position: absolute;
    top: 11px;

}

.select2-selection--multiple {
    border: 1px solid #c1c1c1 !important;
    border-radius: 8px !important;
}

.select2-search__field::placeholder {
    color: #212529 !important;

}

.select2-selection--multiple {
    height: 53px !important;
}

.employee-link:hover {
    color: #0056b3;
    text-decoration: none;
}

/* Navbar styles starts here */
.right-sidebar {
    position: fixed;
    top: 0;
    right: 0;
    /* width: 374px; */
    height: 100%;
    background: #2F6EDB;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.29);
    border-radius: 8px 0 0 8px;
    z-index: 1000;
    padding: 32px;
    opacity: 0;
    transform: translateX(100%);
    transition: opacity 0.3s ease, transform 0.3s ease;
}

.right-sidebar.show {
    opacity: 1;
    transform: translateX(0);
}

.close-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    background: none;
    border: none;
    font-size: 24px;
    cursor: pointer;
    color: white;
}

.close-btn:hover {
    color: #faf9f9;
}

.sidebar-links {
    padding-left: 13px;
    color: white;

}

.sidebar-links a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-decoration: none;
    font-size: 18px;
    color: white;
    padding: 10px 0;

}

.project-link.selected {
    color: #FFD163;

}

.sidebar-links a:hover {
    color: white;
}

.sub-projects li {
    margin: 5px 0;
}

.sub-projects a {
    font-size: 18px;
    color: white;
    padding-left: 10px;
}

.caret-icon {
    font-size: 18px;
    color: white;
}

.menu {
    font-size: 20px;
    cursor: pointer;
}

.menu {
    display: block;
}

/* Navbar style ends here */

/* Job style starts  here  */

/* Conversion-create style starts here  */

.notify {
    top: -14px !important;
}

.icon_wrap {
    line-height: 0.4px !important;
}

#map {
    height: 500px;
    width: 100%;
}

.delete-icon {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    padding: 5px;
    padding-bottom: 0px !important;
    padding-top: 0px !important;
    border-radius: 50%;
    cursor: pointer;
}

.form-select-card {
    width: 49%;
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
}

/* .checkbox {
        display: flex;
        flex-direction: column-reverse;
       
        margin-bottom: 20px;
      } */
.check {
    width: 34px;
    height: 34px;
}

.delete-icon:hover {
    background-color: rgba(255, 0, 0, 0.7);
}

/* Conversion-create style ends here  */

/* Job-create style starts here */

#map {
    height: 500px;
    width: 100%;
}

.form-select-card {
    width: 49%;
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
}

/* .checkbox {
        display: flex;
        flex-direction: column-reverse;
       
        margin-bottom: 20px;
      } */

.check {
    width: 34px;
    height: 34px;
}

/* Job-create style ends here */

/* Detail-Job style starts here  */

.card-img img {
    width: 50%;
    object-fit: cover;
    width: 108px;
    height: 108px;
}

/* Detail-Job style ends here */

/* edit-Job style starts here */

#map {
    height: 500px;
    width: 100%;
}

.form-select-card {
    width: 49%;
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
}

.check {
    width: 34px;
    height: 34px;
}

.delete-icon {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    padding-bottom: 0px !important;
    padding-top: 0px !important;
    padding: 5px;
    border-radius: 50%;
    cursor: pointer;
}

.delete-icon:hover {
    background-color: rgba(255, 0, 0, 0.7);
}

.containerh2 {
    font-size: var(--font-size-36);
}

/* Edit-project style ends here */

/* Show-job style starts here */
.card-img img {
    width: 50%;
    object-fit: cover;
    width: 108px;
    height: 108px;
}

.thead-dark th {
    background: #d9d9d9;
    border: 1px solid #000;
}

.tbody-dark tr {
    border: 1px solid #000;
}

.tbody-dark td {
    border: 1px solid #000;
    vertical-align: middle;
}

/* Show-job style ends here */

/* View-job style starts here */

.thead-dark th {
    background: #d9d9d9;
    border: 1px solid #000;
}

.tbody-dark tr {
    border: 1px solid #000;
}

.tbody-dark td {
    border: 1px solid #000;
    vertical-align: middle;
}

/* View-job style ends here */

/* Job style ends here */

/* Projects style starts here  */

/* Create-project style starts here  */
.notify {
    top: -14px !important;
}

#map {
    height: 500px;
    width: 100%;
}

.select2-search__field::placeholder {
    color: #212529 !important;
}

.form-select-card {
    width: 49%;
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
}

.check {
    width: 34px;
    height: 34px;
}

.custom-search {
    width: 300px;
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 4px;
    margin-bottom: 5px;
}

.custom-results {
    width: 300px;
    border: 1px solid #ccc;
    background-color: white;
    position: absolute;
    max-height: 200px;
    overflow-y: auto;
    list-style: none;
    padding: 0;
    margin: 0;
    z-index: 10;
    display: none;
}

.custom-results li {
    padding: 8px;
    cursor: pointer;
}

.custom-results li:hover {
    background-color: #f0f0f0;
}

.custom-select-container {
    position: relative;
}

.select2-results__option[aria-disabled="true"] {
    text-align: center;
    font-weight: bold;
}

/* Create-project style ends here */

/* Edit-project style starts here */
.notify {
    top: -14px !important;
}

.icon_wrap {
    line-height: 0.4px !important;
}

#map {
    height: 500px;
    width: 100%;
}

.select2-results__option[aria-disabled="true"] {
    text-align: center;
    font-weight: bold;
}

.form-select-card {
    width: 49%;
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
}

/* .checkbox {
            display: flex;
            flex-direction: column-reverse;       
            margin-bottom: 20px;
        } */

.check {
    width: 34px;
    height: 34px;
}

.delete-icon {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    padding: 5px;
    padding-bottom: 0px !important;
    padding-top: 0px !important;
    border-radius: 50%;
    cursor: pointer;
}

.delete-icon:hover {
    background-color: rgba(255, 0, 0, 0.7);
}

/* Edit-project style ends here */

/* Show-project style starts here */
.card-img img {
    width: 50%;
    object-fit: cover;
    width: 108px;
    height: 108px;
}

.notify {
    top: -14px !important;
}

.thead-dark th {
    background: #d9d9d9;
    border: 1px solid #000;
}

.tbody-dark tr {
    border: 1px solid #000;
}

.tbody-dark td {
    border: 1px solid #000;
    vertical-align: middle;
}

/* Show-project style ends here */
/* Project style ends here  */


/* Workorder style starts here */

/* Create Workorder style starts here */
.card-img img {
    width: 50%;
    object-fit: cover;
    width: 108px;
    height: 108px;
}

.notify {
    top: -14px !important;
}

.thead-dark th {
    background: #d9d9d9;
    border: 1px solid #000;
}

.tbody-dark tr {
    border: 1px solid #000;
}

.style-div {
    padding: 10px;
    top: 629px;
    left: 195px;
    background: #F6F7FC 0% 0% no-repeat padding-box;
    border: 1px solid #C1C1C1;
    border-radius: 8px;
    opacity: 1;

}

.tbody-dark td {
    border: 1px solid #000;
    vertical-align: middle;
}

.custom-thead th {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 46px;
    letter-spacing: 0px;
    color: #FFFFFF;
    text-align: left;
    background: #2F6EDB;
    opacity: 1;
    height: 25px;
    padding: 10px;
}

.custom-btn {
    position: absolute;
    top: 540px;
    left: 1483px;
    width: 228px;
    height: 28px;
    text-align: center;
    font: normal normal normal 20px/19px Poppins;
    letter-spacing: 0px;
    color: #FFFFFF;
    opacity: 1;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 10px;
}

.custom-btn svg {
    width: 20px;
    height: 20px;
    margin-right: 5px;
}

.styled-div {

    position: absolute;
    top: 74px;
    height: 455px;
    width: 48%;
    background: #F6F7FC;
    border: 1px solid #C1C1C1;
    border-radius: 8px;
    opacity: 1;
    padding: 20px;
    box-sizing: border-box;
}

.white-div {
    color: #000000;
    background-color: #333;
    padding: 10px;
    margin-top: 10px;
    text-align: center;
    display: flex;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #C1C1C1;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 380px;
}

.icon {
    width: 25px;
    height: 30px;
}

.para-text {
    text-align: center;
    font: normal normal normal 12px/46px Poppins;
    letter-spacing: 0px;
    color: #000000;
    opacity: 1;
}

.input-group {
    position: relative;
    width: 100%;
}

.input-group .form-control {
    width: 80%;
    padding-right: 0;
}

.input-group .btn {
    width: 20%;
    position: absolute;
    right: 0;
    height: 100%;
}

.selection {
    width: 100% !important;
}

/* Create Workorder style ends here */

/* workorder.index style starts here */
.card-img img {
    width: 50%;
    object-fit: cover;
    width: 108px;
    height: 108px;
}

.icon_wrap {
    line-height: 0.4px !important;
}

.notify {
    top: -14px !important;
}

.thead-dark th {
    background: #d9d9d9;
    border: 1px solid #000;
}

.tbody-dark tr {
    border: 1px solid #000;
}

.tbody-dark td {
    border: 1px solid #000;
    vertical-align: middle;
}

.custom-thead th {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 46px;
    letter-spacing: 0px;
    color: #FFFFFF;
    text-align: left;
    background: #2F6EDB;
    opacity: 1;
    height: 25px;
    padding: 10px;
}

.custom-btn {
    position: absolute;
    top: 540px;
    left: 1483px;
    width: 228px;
    height: 28px;
    text-align: center;
    font: normal normal normal 20px/19px Poppins;
    letter-spacing: 0px;
    color: #FFFFFF;
    opacity: 1;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 10px;
}

.custom-btn svg {
    width: 20px;
    height: 20px;
    margin-right: 5px;
}

.styled-div {
    position: absolute;
    top: 74px;
    height: 454px;
    width: 550px;
    background: #F6F7FC;
    border: 1px solid #C1C1C1;
    border-radius: 8px;
    opacity: 1;
    padding: 20px;
    box-sizing: border-box;
}

/* Workorder.index style ends here */

/* Workorder style ends here */


/* Document style starts here */
.card-img img {
    width: 50%;
    object-fit: cover;
    width: 108px;
    height: 108px;
}

.icon_wrap {
    line-height: 0.4px !important;
}

.notify {
    top: -14px !important;
}

.thead-dark th {
    background: #d9d9d9;
    border: 1px solid #000;
}

.tbody-dark tr {
    border: 1px solid #000;
}

.tbody-dark td {
    border: 1px solid #000;
    vertical-align: middle;
}

.custom-thead th {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 46px;
    letter-spacing: 0px;
    color: #FFFFFF;
    text-align: left;
    background: #2F6EDB;
    opacity: 1;
    height: 25px;
    padding: 10px;
}

.custom-btn {
    position: absolute;
    top: 540px;
    left: 1483px;
    width: 228px;
    height: 28px;
    text-align: center;
    font: normal normal normal 20px/19px Poppins;
    letter-spacing: 0px;
    color: #FFFFFF;
    opacity: 1;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 10px;
}

.custom-btn svg {
    width: 20px;
    height: 20px;
    margin-right: 5px;
}

.styled-div {
    position: absolute;
    top: 74px;
    height: 454px;
    width: 550px;
    background: #F6F7FC;
    border: 1px solid #C1C1C1;
    border-radius: 8px;
    opacity: 1;
    padding: 20px;
    box-sizing: border-box;
}

.documents-view {
    max-width: 1600px;
    margin: 0 auto;
    background-color: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    padding: 20px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    height: 64vh;
}

.header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.header h1 {
    text-align: left;
    font: normal normal 600 24px/46px Poppins;
    letter-spacing: 0px;
    color: #000000;
    opacity: 1;
}

.upload-button {
    padding: 10px 16px;
    font-size: 14px;
    font-weight: bold;
    color: #ffffff;
    background: #2F6EDB 0% 0% no-repeat padding-box;
    border-radius: 8px;
    opacity: 1;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 8px;
}

.upload-button svg {
    width: 16px;
    height: 16px;
}

.inner-content {
    text-align: center;
    padding: 110px 0;
    background: #F6F7FC 0% 0% no-repeat padding-box;
    border: 1px solid #C1C1C1;
    border-radius: 8px;
    opacity: 1;
}

.inner-content .error {
    text-align: center;
    font: normal normal normal 18px/46px Poppins;
    letter-spacing: 0px;
    color: #000000;
    opacity: 1;
}

.inner-content .info {
    text-align: center;
    font: normal normal medium 18px/46px Poppins;
    letter-spacing: 0px;
    color: #000000;
    opacity: 1;
}

.upload-progress {
    width: 300px;
    margin-top: 10px;
}

.progress-bar {
    height: 20px;
    background: #18df30;
    border-radius: 10px;
    overflow: hidden;
}

.progress-fill {
    height: 100%;
    background: #4CAF50;
    width: 0%;
    transition: width 0.3s ease;
}

.upload-status {
    display: flex;
    justify-content: space-between;
    margin-top: 5px;
    font-size: 0.9em;
}

.upload-container {
    position: relative;
    transition: all 0.3s ease;
}

.progress {
    background-color: #a6f5af;
    border-radius: 10px;
    overflow: hidden;
}

.progress-bar {
    transition: width 0.3s ease;
}

/* Document style ends here */


/* Punchlist style starts here */
.icon_wrap {
    line-height: 0.4px !important;
}

.card-img img {
    width: 50%;
    object-fit: cover;
    width: 108px;
    height: 108px;
}

.comment-table {
    width: 100%;
    margin-top: 20px;
    max-height: 300px;
    overflow-y: auto;
    border: 1px solid #ddd;
    font-family: 'Poppins', sans-serif;
}

.table-top {
    display: flex;
    justify-content: space-between;
    padding: 12px;
    background-color: #2F6EDB;
    font-weight: bold;
}

.table-top span {
    flex: 1;
    text-align: center;
}

.table-data {
    display: flex;
    justify-content: space-between;
    padding: 12px;

}

.comment-delete-btn {
    background-color: transparent;
    border: none;
    cursor: pointer;
    color: red;
}

.table-data span,
.table-data p {
    flex: 1;
    text-align: center;
    line-height: 1.5;
}

.table-data .comment-text {
    text-align: left;
}

.btn-close {
    background-color: white !important;
    border-radius: 50% !important;
    width: 30px !important;
    height: 30px !important;
    padding: 0 !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    border: none !important;
}

.btn-close:focus {
    box-shadow: none !important;
}

.btn-close .bi {
    font-size: 1.5rem !important;
    color: #333 !important;
}

.notify {
    top: -14px !important;
}

.thead-dark th {
    background: #d9d9d9;
    border: 1px solid #000;
}

.tbody-dark tr {
    border: 1px solid #000;
}

.tbody-dark td {
    border: 1px solid #000;
    vertical-align: middle;
}

.custom-thead th {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 46px;
    letter-spacing: 0px;
    color: #FFFFFF;
    text-align: left;
    background: #2F6EDB;
    opacity: 1;
    height: 25px;
    padding: 10px;
}

.custom-btn {
    position: absolute;
    top: 540px;
    left: 1483px;
    width: 228px;
    height: 28px;
    text-align: center;
    font: normal normal normal 20px/19px Poppins;
    letter-spacing: 0px;
    color: #FFFFFF;
    opacity: 1;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 10px;
}

.custom-btn svg {
    width: 20px;
    height: 20px;
    margin-right: 5px;
}

.styled-div {
    position: absolute;
    top: 74px;
    height: 454px;
    width: 550px;
    background: #F6F7FC;
    border: 1px solid #C1C1C1;
    border-radius: 8px;
    opacity: 1;
    padding: 20px;
    box-sizing: border-box;
}

.table-view {
    max-width: 1600px;
    margin: auto;
    background: #fff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.filters {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.filter-container {
    display: flex;
    margin-bottom: 36px;
}

.filter-item {
    width: 15%;
    display: flex;
    align-items: center;
    margin-right: 25px;
}

.filters select,
.filters button {
    padding: 8px 12px;
    font-size: 14px;
    border: 1px solid #ddd;
    border-radius: 4px;
    background-color: #f9f9f9;
}

.new-punchlist-btn {
    background-color: #2F6EDB;
    color: white;
    border: none;
    cursor: pointer;
}

.new-punchlist-btn:hover {
    background-color: #0056b3;
}

/*  Table Section  */
table {
    width: 100% !important;
    border-collapse: collapse;
    margin-top: 20px;
}

thead th {
    background-color: #2F6EDB;
    color: white;
    padding: 10px;
    text-align: left;
}

tbody td {
    padding: 10px;
    border: 1px solid #ddd;
    vertical-align: middle;
}

.status {
    font-weight: bold;
}

.status.completed {
    color: green;
}

.thumbnail {
    width: 50px;
    height: 50px;
    object-fit: cover;
    border-radius: 4px;
}

.delete-btn {
    padding: 6px 10px;
    border: none;
    border-radius: 50%;
    font-size: 12px;
    cursor: pointer;
}

.modal-header {
    background-color: #2F6EDB !important;
    color: white !important;
}

.delete-btn {
    background-color: #dc3545;
    color: white;
    border-radius: 50%;
}

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

@media (max-width: 992px) {
    .menu {
        display: none !important;
    }

    .nav-container {
        max-width: 970px !important;
    }
}

@media (max-width: 768px) {

    .filters {
        flex-direction: column;
    }

    table {
        font-size: 12px;
    }

    .thumbnail {
        width: 40px;
        height: 40px;
    }

    .icon-btn {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 32px;
        height: 32px;
        border: none;
        cursor: pointer;
    }

    .delete-btn {
        background-color: #dc3545;
        color: white;
    }

    .icon-btn i {
        font-size: 16px;
    }

    .icon-btn:hover {
        opacity: 0.9;
    }

    .filter-container {
        display: flex;
        align-items: center;
        gap: 20px;
        white-space: nowrap;
    }

    .filter-item {
        display: flex;
        align-items: center;
        gap: 8px;
        width: 150px !important;
    }

    .filter-item select {
        height: 38px;
    }

    .filter-item label {
        font-weight: 500;
    }

}

.pagination {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-left: 0;
    list-style: none;
    margin: 11px;
    /* background-color: #fff !important;                */
}

.pagination .page-item {
    margin: 0 5px;
}

.pagination .page-link {
    display: block;
    padding: 5px 10px;
    text-decoration: none;
    color: #2F6EDB;
    border-radius: 3px;
}

.pagination .page-item.active .page-link {
    background-color: #2F6EDB;
    color: white;
    border-color: #2F6EDB;
}

.spinner {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    border: 9px solid;
    border-color: #dbdcef;
    margin: 0 auto;
    border-right-color: #2F6EDB;
    animation: spinner-d3wgkg 1s infinite linear;
}

@keyframes spinner-d3wgkg {
    to {
        transform: rotate(1turn);
    }
}

.dots-btn {
    font-size: 24px;
    background-color: transparent;
    border: none;
}

.icon_wrap {
    line-height: 0.4px !important;
}

#image-container {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.image-wrapper {
    position: relative;
    width: calc(25% - 15px);
    height: auto;
}

.dropdown-content a {
    color: #333333;
    padding: 10px;
    text-decoration: none;
    display: block;
    font-size: 14px;
}

.dropdown-content a:hover {
    background-color: #f9fafb;
}

.dropdown:hover .dropdown-content {
    display: block;
}

#image-container img {
    width: 100%;
    height: auto;
    border-radius: 8px;
}

.close-btn,
.close-btn-request {
    position: absolute;
    top: 0;
    right: 0;
    color: white;
    border: none;
    border-radius: 50%;
    padding: 5px;
    cursor: pointer;
    font-size: 35px;
}

.dropdown-menu {
    display: none;
    position: absolute;

    background-color: white;
    border: 1px solid #ddd;
    box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.2);
    min-width: 160px;
}

.dropdown-item {
    padding: 8px 16px;
    display: block;
    text-decoration: none;
    color: black;
}

.dropdown-item:hover {
    background-color: #f1f1f1;
}

.comment-table {
    width: 100%;
    margin-top: 20px;
    max-height: 300px;
    overflow-y: auto;
    border: 1px solid #ddd;
    font-family: 'Poppins', sans-serif;
}

.carousel-image {
    height: 400px;
    object-fit: contain;
}

.modal-content {
    background-color: white;
}

.table-top {
    display: flex;
    justify-content: space-between;
    padding: 12px;
    background-color: #2F6EDB;
    font-weight: bold;
}

.table-top span {
    flex: 1;
    text-align: center;
}

.table-data {
    display: flex;
    justify-content: space-between;
    padding: 12px;

}

.comment-delete-btn {
    background-color: transparent;
    border: none;
    cursor: pointer;
    color: red;
}

.table-data span,
.table-data p {
    flex: 1;
    text-align: center;
    line-height: 1.5;
}

.table-data .comment-text {
    text-align: left;
}

.delete-btn {
    background-color: transparent;
    border: none;
    cursor: pointer;
    color: red;
}

.delete-btn:hover {
    color: darkred;
}

.table-top,
.table-data {
    display: flex;
    align-items: center;
}

.table-top span,
.table-data span {
    text-align: center;
}

.table-data button {
    padding: 5px 10px;
}

.card-img img {
    width: 50%;
    object-fit: cover;
    width: 108px;
    height: 108px;
}

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

#punchlist-table td,
#punchlist-table th {
    border: none;
    padding: 10px;
}

#punchlist-table .punchlist-column {
    width: 588px;
}

#punchlist-table tr {
    border: 1px solid #C1C1C1;
}

.table-data-container {
    max-height: 300px;
    overflow-y: auto;
    padding-right: 10px;
}

.table-data {
    padding: 10px 0;
}

.notify {
    top: -14px !important;
}

.thead-dark th {
    background: #d9d9d9;
    border: 1px solid #000;
}

.tbody-dark tr {
    border: 1px solid #000;
}

.tbody-dark td {
    border: 1px solid #000;
    vertical-align: middle;
}

.custom-thead th {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 46px;
    letter-spacing: 0px;
    color: #FFFFFF;
    text-align: left;
    background: #2F6EDB;
    opacity: 1;
    height: 25px;
    padding: 10px;
}

.custom-btn {
    position: absolute;
    top: 540px;
    left: 1483px;
    width: 228px;
    height: 28px;
    text-align: center;
    font: normal normal normal 20px/19px Poppins;
    letter-spacing: 0px;
    color: #FFFFFF;
    opacity: 1;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 10px;
}

.custom-btn svg {
    width: 20px;
    height: 20px;
    margin-right: 5px;
}

.styled-div {

    position: absolute;
    top: 74px;
    height: 454px;
    width: 550px;
    background: #F6F7FC;
    border: 1px solid #C1C1C1;
    border-radius: 8px;
    opacity: 1;
    padding: 20px;
    box-sizing: border-box;
}

.table-view {
    max-width: 1600px;
    margin: auto;
    background: #fff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.filters {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.filter-container {
    display: flex;
    margin-bottom: 36px;
}

.filter-item {
    width: 15%;
    display: flex;
    align-items: center;
    margin-right: 25px;
}

.filters select,
.filters button {
    padding: 8px 12px;
    font-size: 14px;
    border: 1px solid #ddd;
    border-radius: 4px;
    background-color: #f9f9f9;
}

.new-punchlist-btn {
    background-color: #2F6EDB;
    color: white;
    border: none;
    cursor: pointer;
}

.new-punchlist-btn:hover {
    background-color: #0056b3;
}

/*  Table Section  */
table {
    width: 100% !important;
    border-collapse: collapse;
    margin-top: 20px;
}

thead th {
    background-color: #2F6EDB;
    color: white;
    padding: 10px;
    text-align: left;
}

tbody td {
    padding: 10px;
    border: 1px solid #ddd;
    vertical-align: middle;
}

.status {
    font-weight: bold;
}

.status.completed {
    color: green;
}

.thumbnail {
    width: 50px;
    height: 50px;
    object-fit: cover;
    border-radius: 4px;
}

.delete-btn {
    background-color: #dc3545;
    color: white;
    border-radius: 50%;
}

@media (max-width: 768px) {
    .menu {
        display: none;
    }

    .filters {
        flex-direction: column;
    }

    table {
        font-size: 12px;
    }

    .thumbnail {
        width: 40px;
        height: 40px;
    }

    .icon-btn {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 32px;
        height: 32px;
        border: none;
        cursor: pointer;
    }

    .edit-btn {
        background-color: #28a745;
        /* Green */
        color: white;
    }

    .delete-btn {
        background-color: #dc3545;
        /* Red */
        color: white;
    }

    .icon-btn i {
        font-size: 16px;
    }

    .icon-btn:hover {
        opacity: 0.9;
    }

    .filter-container {
        display: flex;
        align-items: center;
        gap: 20px;
        white-space: nowrap;
    }

    .filter-item {
        display: flex;
        align-items: center;
        gap: 8px;
        width: 150px !important;
    }

    .filter-item select {
        height: 38px;
    }

    .filter-item label {
        font-weight: 500;
    }

    .modal-header {
        background-color: #2F6EDB !important;
        color: white !important;
    }

}

.pagination {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-left: 0;
    list-style: none;
    margin: 11px;
    /* background-color: #fff !important;                */
}

.pagination .page-item {
    margin: 0 5px;
}

.carousel-item.active {
    background-color: #ffff !important;
    color: yellow !important;
    border-color: #f00 !important;
}

.carousel-control-prev,
.carousel-control-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}

.carousel-control-prev {
    left: -72px;
}

.carousel-control-next {
    right: -72px;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    background-color: black;
    border-radius: 50%;
}

.pagination .page-link {
    display: block;
    padding: 5px 10px;
    text-decoration: none;
    color: #2F6EDB;
    border-radius: 3px;
}

.pagination .page-item.active .page-link {
    background-color: #2F6EDB;
    color: white;
    border-color: #2F6EDB;
}

.spinner {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    border: 9px solid;
    border-color: #dbdcef;
    margin: 0 auto;
    border-right-color: #2F6EDB;
    animation: spinner-d3wgkg 1s infinite linear;
}

@keyframes spinner-d3wgkg {
    to {
        transform: rotate(1turn);
    }
}

/* Punchlist style ends here */


/* Specification Style starts here */
.card-img img {
    width: 50%;
    object-fit: cover;
    width: 108px;
    height: 108px;
}

.notify {
    top: -14px !important;
}

.icon_wrap {
    line-height: 0.4px !important;
}

.thead-dark th {
    background: #d9d9d9;
    border: 1px solid #000;
}

.tbody-dark tr {
    border: 1px solid #000;
}

.tbody-dark td {
    border: 1px solid #000;
    vertical-align: middle;
}

.custom-thead th {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 46px;
    letter-spacing: 0px;
    color: #FFFFFF;
    text-align: left;
    background: #2F6EDB;
    opacity: 1;
    height: 25px;
    padding: 10px;
}

.custom-btn {
    position: absolute;
    top: 540px;
    left: 1483px;
    width: 228px;
    height: 28px;
    text-align: center;
    font: normal normal normal 20px/19px Poppins;
    letter-spacing: 0px;
    color: #FFFFFF;
    opacity: 1;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 10px;
}

.custom-btn svg {
    width: 20px;
    height: 20px;
    margin-right: 5px;
}

.styled-div {
    position: absolute;
    top: 74px;
    height: 454px;
    width: 550px;
    background: #F6F7FC;
    border: 1px solid #C1C1C1;
    border-radius: 8px;
    opacity: 1;
    padding: 20px;
    box-sizing: border-box;
}

.tasklist-view {
    max-width: 1600px;
    margin: 20px auto;
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    padding: 20px;
}

.header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.header .new-task-btn {
    padding: 10px 16px;
    font-size: 14px;
    font-weight: bold;
    color: #ffffff;
    background-color: #2F6EDB;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 8px;
}

.header .new-task-btn svg {
    width: 16px;
    height: 16px;
}

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

thead {
    background-color: #2F6EDB;
    color: #fff;
}

th,
td {
    padding: 10px;
    text-align: center;
    border: 1px solid #e5e7eb;
}

tbody tr:hover {
    background-color: #f1f5f9;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #ffffff;
    min-width: 120px;
    box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.2);
    z-index: 1;
    border-radius: 4px;
    border: 1px solid #e5e7eb;
}

.dropdown-content a {
    color: #333333;
    padding: 10px;
    text-decoration: none;
    display: block;
    font-size: 14px;
}

.dropdown-content a:hover {
    background-color: #f9fafb;
}

.dropdown:hover .dropdown-content {
    display: block;
}

.checkbox {
    display: flex;
    justify-content: start;
    align-items: center;
}

.delete-btn {
    color: #ff4d4d;
    font-weight: bold;
    cursor: pointer;
}

.tick-btn {
    color: #4dffc1;
    font-weight: bold;
    cursor: pointer;
}

.select2 {
    width: 100% !important;
}

.select2-container {
    width: 100% !important;
}

.select2-container--default .select2-results__options {
    width: 100% !important;
}

.selection {
    display: block !important;
}

/* Specification style ends here */


/* Task Style starts here */

.card-img img {
    width: 50%;
    object-fit: cover;
    width: 108px;
    height: 108px;
}

.custom-checkbox {
    -webkit-appearance: checkbox;
    -moz-appearance: checkbox;
    appearance: checkbox;
    width: 20px;
    height: 20px;
    border: 2px solid #ccc;
    border-radius: 4px;
    outline: none;
    cursor: pointer;
    position: relative;
}

.custom-checkbox:checked {
    background-color: red;
    border-color: red;
}

.custom-checkbox:checked::after {
    content: '✖';
    color: white;
    font-size: 16px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.custom-checkbox:hover {
    background-color: #ffcccc;
    border-color: #ffcccc;
}

.notify {
    top: -14px !important;
}

.icon_wrap {
    line-height: 0.4px !important;
}

.thead-dark th {
    background: #d9d9d9;
    border: 1px solid #000;
}

.tbody-dark tr {
    border: 1px solid #000;
}

.tbody-dark td {
    border: 1px solid #000;
    vertical-align: middle;
}

.custom-thead th {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 46px;
    letter-spacing: 0px;
    color: #FFFFFF;
    text-align: left;
    background: #2F6EDB;
    opacity: 1;
    height: 25px;
    padding: 10px;
}

.custom-btn {
    position: absolute;
    top: 540px;
    left: 1483px;
    width: 228px;
    height: 28px;
    text-align: center;
    font: normal normal normal 20px/19px Poppins;
    letter-spacing: 0px;
    color: #FFFFFF;
    opacity: 1;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 10px;
}

.custom-btn svg {
    width: 20px;
    height: 20px;
    margin-right: 5px;
}

.styled-div {

    position: absolute;
    top: 74px;
    height: 454px;
    width: 550px;
    background: #F6F7FC;
    border: 1px solid #C1C1C1;
    border-radius: 8px;
    opacity: 1;
    padding: 20px;
    box-sizing: border-box;
}

.tasklist-view {
    max-width: 1600px;
    margin: 20px auto;
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    padding: 20px;
}

.header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.header .new-task-btn {
    padding: 10px 16px;
    font-size: 14px;
    font-weight: bold;
    color: #ffffff;
    background-color: #007bff;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 8px;
}

.header .new-task-btn svg {
    width: 16px;
    height: 16px;
}

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

thead {
    background-color: #2F6EDB;
    color: #fff;
}

th,
td {
    padding: 10px;
    text-align: left;
    border: 1px solid #e5e7eb;
}

tbody tr:hover {
    background-color: #f1f5f9;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #ffffff;
    min-width: 120px;
    box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.2);
    z-index: 1;
    border-radius: 4px;
    border: 1px solid #e5e7eb;
}

.dropdown-content a {
    color: #333333;
    padding: 10px;
    text-decoration: none;
    display: block;
    font-size: 14px;
}

.dropdown-content a:hover {
    background-color: #f9fafb;
}

.dropdown:hover .dropdown-content {
    display: block;
}

.checkbox input {
    width: 30px;
    height: 30px;
}

.delete-btn {
    color: #ff4d4d;
    font-weight: bold;
    cursor: pointer;
}

.tick-btn {
    color: #4dffc1;
    font-weight: bold;
    cursor: pointer;
}

/* Task Style ends here */

/* breadcrumb */
.header-top {
    width: 100%;
    box-sizing: border-box;
}

.breadcrumb-text {
    font-size: 14px;
    color: #333;
}

.breadcrumb-link {
    text-decoration: none;
    color: #2F6EDB;
}

.breadcrumb-current {
    font-weight: 500;
    color: #000;
}

.custom-thead th {
    line-height: 2 !important;
    padding: 4px 8px !important;
    font-size: 14px;
}

/* File Upload */

.drop-zone {
    border: 2px dashed #ccc;
    padding: 20px;
    text-align: center;
    cursor: pointer;
    transition: 0.3s;
}

.file-list {
    list-style: none;
    padding: 0;
}

.file-list li {
    background: #f1f1f1;
    margin: 5px 0;
    padding: 5px;
    border-radius: 5px;
}

@media (min-width: 992px) and (max-width: 1400px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1222px !important;
    }
}

.checklist-container {
    padding: 1rem;
}

.checklist-item {
    border-bottom: 2px solid #c1c1c1 !important;
    padding-bottom: 10px;
}

.no-data-box {
    background: #F6F7FC;
    border: 1px solid #C1C1C1;
    border-radius: 8px 0 0 8px;
    color: #000;
    opacity: 1;
}

.checklist-input-wrapper {
    display: flex;
}

.checklist-textarea {
    background: #F6F7FC;
    border: 1px solid #C1C1C1;
    border-radius: 8px 0 0 8px;
    color: #000;
    opacity: 1;
}

.checklist-submit-btn {
    background: #2F6EDB;
    color: #FFFFFF;
    padding: 22px 23px;
    border: none;
    border-radius: 0 8px 8px 0;
    font: normal normal normal 20px/19px Poppins, sans-serif;
    letter-spacing: 0px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    opacity: 1;
}

.cursor-pointer {
    cursor: pointer;
}