@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap");

/* Example start */

/* 
  <uniquifier>: Use a unique and descriptive class name
  <weight>: Use a value from 100 to 900
*/

/* Example class for Montserrat font */
/* .montserrat-<uniquifier > { */
/* font-family: "Montserrat", serif; Font family set to Montserrat */
/* font-optical-sizing: auto; Automatic optical sizing enabled */
/* font-weight: <weight>; Font weight (100-900) */
/* font-style: normal; Normal font style */
/* } */

/* Example end */

.poppins-thin {
    font-family: "Poppins", serif;
    font-weight: 100;
    font-style: normal;
}

.poppins-extralight {
    font-family: "Poppins", serif;
    font-weight: 200;
    font-style: normal;
}

.poppins-light {
    font-family: "Poppins", serif;
    font-weight: 300;
    font-style: normal;
}

.poppins-regular {
    font-family: "Poppins", serif;
    font-weight: 400;
    font-style: normal;
}

.poppins-medium {
    font-family: "Poppins", serif;
    font-weight: 500;
    font-style: normal;
}

.poppins-semibold {
    font-family: "Poppins", serif;
    font-weight: 600;
    font-style: normal;
}

.poppins-bold {
    font-family: "Poppins", serif;
    font-weight: 700;
    font-style: normal;
}

.poppins-extrabold {
    font-family: "Poppins", serif;
    font-weight: 800;
    font-style: normal;
}

.poppins-black {
    font-family: "Poppins", serif;
    font-weight: 900;
    font-style: normal;
}

input,
select,
select2,
textarea {
    box-shadow: none !important;
}

.pagination .li.page-item a {
    box-shadow: none !important;
    color: var(--clr-5);
}

a {
    text-decoration: none;
}

button:active {
    transform: scale(0.99);
}

button:disabled {
    cursor: not-allowed;
    opacity: 0.9; /* Optional: to visually indicate the button is disabled */
    pointer-events: none; /* Ensures no interaction */
}

.ellipsis {
  white-space: nowrap;        /* Prevents text from wrapping */
  overflow: hidden;           /* Hides the overflow text */
  text-overflow: ellipsis;    /* Adds "..." at the end */
}

/* variable start */
:root {
    --clr-white: #ffffff;
    --clr-black: #000000;
    --clr-background: #f8f8f8;
    --clr-0: #170f49;
    --clr-1: #1cbbcd;
    --clr-2: #d9d9d9;
    --clr-3: #00808e;
    --clr-4: #135961;
    --clr-5: #36a7dd;
    --clr-6: #d1e7f2;
    --clr-7: #1d93a2;
    --clr-8: #eff0f6;
    --clr-9: #6f6c90;
    --clr-10: #faf8f8;
    --clr-11: #959595;
    --clr-12: #656565;
}

/* width */
::-webkit-scrollbar {
    width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #b6b6b66c;
}

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

.multiple-select {
    width: 100%;
    border: none;
    padding-left: 10px;
}

.multiple-select:focus {
    background-color: transparent !important;
    border: none !important;
}

.multiple-select:focus-visible {
    border: none !important;
    background-color: transparent !important;
    outline: none;
}

.multiple-select:focus option:checked {
    background-color: transparent !important;
    color: black;
}

.multiple-select:focus option:checked {
    background-color: transparent !important;
    color: black;
}

.multiple-select:focus-visible option:checked {
    background-color: transparent !important;
    color: black;
}

.multiple-select option {
    font-size: 14px;
    padding: 8px 8px 8px 28px;
    position: relative;
    color: #999;
    background-color: transparent !important;
}

.multiple-select option::before {
    content: "";
    position: absolute;
    height: 18px;
    width: 18px;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0px;
    border: 1px solid #ccc;
    border-radius: 2px;
    z-index: 1;
}

.multiple-select option:focus {
    background-color: transparent !important;
}

.multiple-select:focus option {
    background-color: transparent !important;
}

.multiple-select option:active {
    background-color: transparent !important;
}

.multiple-select option:focus-visible {
    border: none !important;
    background-color: transparent !important;
}

.multiple-select option:checked::after {
    content: attr(title);
    background: #fff;
    color: black;
    position: absolute;
    width: 18px;
    height: 100%;
    left: 0;
    top: 0;
    padding: 8px 8px 8px 8px;
    border: none;
}

.multiple-select option:checked::before {
    border-color: blue;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxMC42MSA4LjQ4Ij48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6IzNlODhmYTt9PC9zdHlsZT48L2RlZnM+PHRpdGxlPkFzc2V0IDg8L3RpdGxlPjxnIGlkPSJMYXllcl8yIiBkYXRhLW5hbWU9IkxheWVyIDIiPjxnIGlkPSJfMSIgZGF0YS1uYW1lPSIxIj48cmVjdCBjbGFzcz0iY2xzLTEiIHg9Ii0wLjAzIiB5PSI1LjAxIiB3aWR0aD0iNSIgaGVpZ2h0PSIyIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg0Ljk3IDAuMDEpIHJvdGF0ZSg0NSkiLz48cmVjdCBjbGFzcz0iY2xzLTEiIHg9IjUuMzYiIHk9Ii0wLjc2IiB3aWR0aD0iMiIgaGVpZ2h0PSIxMCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoNC44NiAtMy4yNikgcm90YXRlKDQ1KSIvPjwvZz48L2c+PC9zdmc+);
    background-size: 10px;
    background-repeat: no-repeat;
    background-position: center;
}

.modal-submit-btn button {
    width: 80px;
    height: 30px;
    border: none;
    border-radius: 10px;
    background-color: var(--clr-5);
    color: var(--clr-white);
    font-size: 14px;
    font-weight: 600;
    box-shadow: 0px 2px 8px 0px #00000042;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0px;
}

.modal-submit-btn button:hover {
    background-color: var(--clr-5);
    color: var(--clr-white);
}

.tooltip-box {
    position: relative;
    display: inline-block;
    cursor: pointer;
}

.tooltip-box .remark-text {
    display: block;
    font-size: 10px;
    font-weight: 600;
    color: var(--clr-3);
    margin-left: 10px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.tooltip-box .tooltip-text {
    visibility: hidden;
    width: 100%;
    background-color: var(--clr-white);
    color: var(--clr-7);
    text-align: center;
    padding: 5px;
    border-radius: 5px;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    transition: opacity 0.3s;
    font-size: 11px;
    font-weight: 400;
    min-width: 100px;
    max-width: 350px;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
}

.tooltip-box:hover .tooltip-text {
    visibility: visible;
    opacity: 1;
}

/* Tooltip arrow */
.tooltip-box .tooltip-text::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #fff transparent transparent transparent;
}

.active > .page-link,
.page-link.active {
    background-color: var(--clr-5) !important;
    border-color: var(--clr-5) !important;
}

.page-link.active a {
    color: var(--clr-white) !important;
}

/* variable end */

/* ################################################################################################################ */
/* ########################################### LOGIN PAGE DESIGN START  ########################################### */
/* ################################################################################################################ */

.login-wrapper {
    height: 100vh;
}

.login-wrapper-row {
    height: 100%;
}

.login-logo {
    max-width: 177px;
    width: 100%;
    margin-top: 50px;
}

.login-form {
    max-width: 400px;
}

.login-form .form-wrapper h2 {
    font-family: "Montserrat", serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    color: var(--clr-1);
    font-size: 50px;
}

.login-wrapper .login-left .login-image img {
    max-width: 450px !important;
    width: 100% !important;
}

.login-wrapper .login-wrapper-row .login-right {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

.login-form .form-wrapper p {
    font-family: "Montserrat", serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    color: var(--clr-1);
    font-size: 16px;
    margin-bottom: 50px;
}

.login-form .form-wrapper .forget-link {
    color: var(--clr-3);
    font-size: 12px;
}
.login-form .form-wrapper input[type="input"] {
    padding: 10px;
    border: 1px solid var(--clr-2);
    font-size: 10px;
}

.login-form .form-wrapper input::placeholder {
    color: var(--clr-2);
    font-size: 10px;
}

.login-form .form-wrapper input[type="checkbox"] {
    border-color: var(--clr-1); /* Border color */
}

.login-form .form-wrapper input[type="checkbox"]:focus {
    border-color: var(--clr-1); /* Border color */
}

.login-form .form-wrapper input[type="checkbox"]:checked {
    background-color: var(--clr-1); /* Checkmark background color */
}

.login-form .form-wrapper .form-check-label {
    font-size: 12px;
}

.login-form .form-wrapper .login-btn {
    font-size: 13px;
    padding: 10px;
    border-radius: 10px;
    color: var(--clr-white);
    background-color: var(--clr-1);
}

/* ################################################################################################################ */
/* ########################################### LOGIN PAGE DESIGN END  ############################################# */
/* ################################################################################################################ */

/* ################################################################################################################ */
/* ########################################### HOME PAGE DESIGN START  ############################################ */
/* ################################################################################################################ */

header.header-wrapper {
    height: 100px;
    background-color: var(--clr-white);
    padding: 10px 50px;
}

header.header-wrapper .header-wrapper-left .logo-box {
    max-width: 100px;
}

header.header-wrapper .header-wrapper-right {
    display: flex;
    gap: 40px;
}

header.header-wrapper .header-wrapper-right button {
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(to bottom, #36a7dd, #6379df);
    padding: 5px;
    color: var(--clr-white);
}

header.header-wrapper .header-wrapper-right button:active {
    transform: scale(0.95);
}

header.header-wrapper .header-wrapper-right button.home-btn {
    width: 100px;
    height: 40px;
    gap: 6px;
    border-radius: 10px;
    font-size: 15px;
}

header.header-wrapper .header-wrapper-right button.logout-btn {
    width: 40px;
    height: 40px;
    gap: 6px;
    border-radius: 50%;
}

.dashboard-main {
    background-color: var(--clr-background);
    padding: 25px;
    height: auto;
    min-height: calc(100vh - 100px);
}

.dashboard-main .top-head {
    font-family: "Montserrat", serif;
    font-size: 25px;
    font-weight: 700;
    color: var(--clr-4);
}

.dashboard-main .top-head {
    font-family: "Montserrat", serif;
    font-size: 25px;
    font-weight: 700;
    color: var(--clr-4);
}

.dashboard-main .data-box .data-box-head {
    font-size: 16px;
    font-weight: 600;
    color: var(--clr-3);
    letter-spacing: 5%;
}

.dashboard-main .data-box .data-box-head button {
    font-size: 14px;
    font-weight: 600;
    color: var(--clr-white);
    border: 2px solid var(--clr-white);
    background-color: var(--clr-5);
    border-radius: 6px;
    padding: 2px 10px;
    box-shadow: 0 2px 8px 0 #63636340;
}

.dashboard-main .data-box .data-circle-wrapper .data-circle {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 120px;
    height: 120px;
    color: var(--clr-3);
    border: 4px solid var(--clr-white);
    border-radius: 50%;
    background-color: var(--clr-6);
    box-shadow: 0 4px 4px 0 #00000040;
    text-align: center;
}

.border-top-to-bottom {
    border-right: 2px solid linear-gradient(to bottom, #36a7dd, #6379df);
}

/* ################################################################################################################ */
/* ########################################### HOME PAGE DESIGN END  ############################################## */
/* ################################################################################################################ */

/* ################################################################################################################ */
/* ######################################## MAIN HEADER DESIGN START  ############################################# */
/* ################################################################################################################ */

.main-header {
    width: 100%;
    height: 50px;
    background-color: var(--clr-5);
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0px 15px;
}

.main-header-left .back-button {
    border: none;
    background-color: transparent;
    border: 1px solid var(--clr-white);
    width: 34px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
}

.main-header-middle h4 {
    font-family: "DM Sans", serif;
    font-weight: 700;
    color: var(--clr-white);
    font-size: 24px;
}

.main-header-right {
    display: flex;
    /* gap: 20px; */
}

.main-header-right .menu-button {
    border: none;
    background-color: transparent;
    color: var(--clr-white);
    border: 1px solid var(--clr-white);
    width: 84px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    margin-right: 10px;
}

.main-header-right .home-button {
    border: none;
    background-color: transparent;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.main-header-right .profile-button {
    border: none;
    background-color: transparent;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* ################################################################################################################ */
/* ######################################## MAIN HEADER DESIGN END  ############################################### */
/* ################################################################################################################ */

/* ################################################################################################################ */
/* ######################################## PURCHAGE ORDER PAGE DESIGN START  ##################################### */
/* ################################################################################################################ */

.po-form-section {
    background-color: var(--clr-white);
    padding: 30px 40px;
}

.po-form-section h2 {
    font-family: "DM Sans", serif;
    font-weight: 700;
    color: var(--clr-7);
    font-size: 20px;
    text-decoration: underline;
}

.po-form label {
    font-family: "DM Sans", serif;
    font-weight: 500;
    color: var(--clr-0);
    font-size: 14px;
}

.po-form select,
.po-form select2,
.po-form input,
.po-form textarea {
    font-family: "DM Sans", serif;
    font-weight: 400;
    font-size: 14px;
    color: var(--clr-9);
    background-color: var(--clr-10);
    border: 1px solid var(--clr-8);
    font-size: 14px;
    box-shadow: 0px 2px 6px 0px #13124212;
    height: 44px;
    border-radius: 46px;
    padding: 0px 20px;
    box-shadow: none !important;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.po-form textarea {
    height: 88px;
    padding: 10px 20px;
    border-radius: 30px;
}

.po-form .file-input-wrapper {
    position: relative;
    width: 100%;
    /* height: 50px; */
}

.po-form .file-input-wrapper .add-new {
    position: absolute;
    top: 7px;
    left: 0;
}

.po-form .file-input-wrapper input[type="file"] {
    background-color: transparent;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 50px;
}

.po-form .add-new {
    font-family: "DM Sans", serif;
    background-color: transparent;
    border: none;
    margin-right: 25px;
    color: var(--clr-3);
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 0.5rem;
}

.po-form .mini-file-upload {
    position: absolute;
    right: 0;
    height: 41px;
    padding: 5px;
    border: 1px solid #edeeef;
    display: flex;
    border-radius: 5px;
}

.po-form .mini-file-upload h6 {
    font-family: "DM Sans", serif;
    font-size: 12px;
    font-weight: 500;
    color: var(--clr-7);
    margin-bottom: 0px;
    margin-left: 5px;
}

.downloadButton {
    cursor: pointer;
}

.po-form .mini-file-upload small {
    font-family: "DM Sans", serif;
    font-size: 9px;
    font-weight: 500;
    color: var(--clr-7);
    margin-bottom: 0px;
    margin-left: 5px;
    max-width: 150px;
    display: block;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.po-form .mini-file-upload p {
    font-family: "DM Sans", serif;
    font-size: 9px;
    font-weight: 400;
    color: var(--clr-7);
    margin-bottom: 0px;
    margin-left: 5px;
}

.po-form .submit-button {
    width: 144px;
    height: 50px;
    border-radius: 56px;
    border: none;
    /* box-shadow: 0px 2px 5px 0px var(--clr-black); */
    box-shadow: 0px 2px 5px 0px #00000047;
    background-color: var(--clr-5);
    color: var(--clr-white);
}

.po-list-section {
    padding: 10px;
    background-color: var(--clr-background);
    height: calc(100vh - 50px);
}

.po-list-section .po-search-form {
    padding: 10px;
    border-radius: 8px;
    box-shadow: 0px 2px 8px 0px #00000040;
}

.po-list-section .po-search-form label {
    font-weight: 400;
    font-size: 12px;
    color: var(--clr-11);
}

.po-list-section .po-search-form input,
.po-list-section .po-search-form select,
.po-list-section .po-search-form textarea {
    height: 30px;
    border-radius: 8px;
    border: 1.5px solid #eeeeee;
    color: var(--clr-12);
    font-size: 12px;
    font-weight: 500;
}

.po-list-section .po-search-form .task-select {
    background-color: var(--clr-5);
    color: var(--clr-white);
    border: none;
}

.po-list-section .po-search-form .submit-button {
    width: 80px;
    height: 30px;
    border: none;
    border-radius: 10px;
    background-color: var(--clr-5);
    color: var(--clr-white);
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 2%;
    box-shadow: 0px 2px 8px 0px #00000042;
}

.po-list-section .po-search-form .reset-button {
    width: 80px;
    height: 30px;
    border: none;
    border-radius: 10px;
    background-color: var(--clr-5);
    color: var(--clr-white);
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 2%;
    box-shadow: 0px 2px 8px 0px #00000042;
}

.po-list-wrapper {
    background-color: var(--clr-white);
    margin-top: 15px;
    padding: 18px;
    border-radius: 25px;
    position: relative;
}

.po-list-wrapper.overlay::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0;
    background: #0000006b;
    z-index: 2;
    border-radius: 25px;
    pointer-events: none;
}

.arch-pen-box {
    background-color: #ffeff2;
    border-radius: 5px;
    width: 447px;
    display: flex;
    overflow: hidden;
}

.arch-pen-box button {
    width: 112px;
    border: none;
    background-color: transparent;
    font-weight: 400;
    font-size: 12px;
    color: #787878;
    padding: 6px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    box-shadow: 0px 1px 4px 0px #00000025;
    /* border-radius: 5px; */
}

.arch-pen-box button .text {
    display: flex;
    align-items: center;
    width: 60%;
}

.arch-pen-box button .count {
    background-color: #d5d5d5;
    width: 20%;
    height: 18px;
    border-radius: 5px;
    padding: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.arch-pen-box button .icon {
    display: flex;
    align-items: center;
    width: 20%;
    justify-content: center;
}

.arch-pen-box button.active {
    background-color: var(--clr-5);
    color: var(--clr-white);
    border-radius: 5px;
    font-weight: 500;
}

.arch-pen-box button.active .count {
    background-color: #388fb8;
}

.po-list-wrapper .list-row {
    font-size: 11px;
    font-weight: 400;
    display: flex;
    /* gap: 10px; */
    color: #3a3a49;
    border: 0px;
    background-color: transparent;
    text-align: left;
    line-height: 13px;
}

.po-list-wrapper .list-row.hold {
    background-color: #ffd5d5 !important;
}

.po-list-wrapper .header-row .list-col {
    /* color: #878790; */
    font-weight: 700;
    flex: 1 !important;
} 

.po-list-wrapper .list-row .list-col {
    flex: 1 !important;
}

.po-list-wrapper .list-row .list-col:nth-child(1) {
    width: 5%;
    padding-right: 16px;
    text-align: end;
}

.po-list-wrapper .list-row .list-col:nth-child(2) {
    width: 8%;
}

.po-list-wrapper .list-row .list-col:nth-child(2) a {
    color: #dd9a19;
    text-decoration: underline;
}

.po-list-wrapper .list-row .list-col:nth-child(2) button {
    transition: all 0.5s ease;
}

.po-list-wrapper .list-row .list-col:nth-child(2) button.active {
    transform: rotate(180deg);
}

.po-list-wrapper .list-row .list-col:nth-child(3) {
    width: 11%;
}

.po-list-wrapper .list-row .list-col:nth-child(4) {
    width: 7%;
}

.po-list-wrapper .list-row .list-col:nth-child(5) {
    width: 10%;
}

.po-list-wrapper .list-row .list-col:nth-child(6) {
    width: 9%;
}

.po-list-wrapper .list-row .list-col:nth-child(7) {
    width: 10%;
}

.po-list-wrapper .list-row .list-col:nth-child(8) {
    width: 6%;
}

.po-list-wrapper .list-row .list-col:nth-child(9) {
    width: 7%;
}

.po-list-wrapper .list-row .list-col:nth-child(10) {
    width: 6%;
}

.po-list-wrapper .list-row .list-col:nth-child(11) {
    width: 8%;
}

.po-list-wrapper .list-row .list-col:nth-child(12) {
    width: 6%;
}

.po-list-wrapper .list-row .list-col:nth-child(13) {
    width: 6%;
    /* display: flex;
    align-items: baseline;
    justify-content: center; */
}

.po-list-wrapper .list-row .list-col:nth-child(14) {
    width: 9%;
}

.po-list-wrapper .list-row .list-col:nth-child(15) {
    width: 10%;
    padding-right: 2%;
}

.po-data-list-wrapper {
    overflow: auto;
    height: calc(100vh - 280px);
}

.po-list-wrapper .normal-row-collabe-wrapper .list-row {
    padding: 10px 0px;
    background-color: white;
    border-bottom: 1px solid #e9eff4;
    border-radius: 0.325rem 0.325rem 0px 0px;
    gap: 10px;
}

.po-list-wrapper .normal-row-collabe-wrapper .list-row:active {
    transform: scale(1);
}

.normal-row-collabe-wrapper {
    background-color: #f9fcfd;
    overflow: hidden;
    padding: 0px;
    margin: 0px;
    margin-bottom: 15px;
}

.download-box button {
    width: 125px;
    border: 1px solid #1d9eae;
    background-color: transparent;
    font-weight: 400;
    font-size: 12px;
    color: #787878;
    padding: 6px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    border-radius: 10px;
}

.download-box .button-box {
    width: 125px;
    border: 1px solid #1d9eae;
    background-color: transparent;
    font-weight: 400;
    font-size: 12px;
    color: #787878;
    padding: 6px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    border-radius: 10px;
    position: relative;
}

.download-box .button-box .count {
    background-color: transparent;
    height: 18px;
    border-radius: 5px;
    padding: 4px;
    display: flex;
    align-items: center;
    padding: 0px 3px;
}

.download-box .button-box .icon {
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
}

.download-box button .icon {
    display: flex;
    align-items: center;
}

.step-row .step-col:last-child .process-modal {
    left: -140px;
}

.step-row .step-col:last-child .process-box::after {
    background-color: transparent !important;
}

.step-row .step-col:last-child .process-modal .circle {
    left: 85%;
}

.step-row .step-col:last-child .process-modal .line.horizontal {
    left: 85%;
}

.step-row .step-col:last-child .process-modal .line.vertical {
    left: 85%;
}

.process-wrapper {
    position: relative;
}

.process-wrapper .planned-text-box,
.process-wrapper .actual-text-box {
    padding: 0vw 2vw;
    display: flex;
    /* min-height: 30px; */
    /* flex-direction: column; */
    /* justify-content: center; */
}

.process-wrapper .planned-text-box h6,
.process-wrapper .actual-text-box h6 {
    font-weight: 700;
    font-size: 8px;
    /* color: #3a3a49; */
    line-height: 12px;
    margin-bottom: 0px;
    width: 36px;
}

.process-wrapper .planned-text-box p,
.process-wrapper .actual-text-box p {
    font-weight: 500;
    font-size: 8px;
    /* color: #3a3a49; */
    line-height: 12px;
    margin-bottom: 0px;
    white-space: nowrap;
}

.process-wrapper .planned-text-box label,
.process-wrapper .actual-text-box label {
    font-weight: 500;
    font-size: 12px;
    color: #3a3a49;
    margin-bottom: 0px;
}

.process-wrapper .planned-text-box input,
.process-wrapper .actual-text-box input {
    width: 16px;
    height: 16px;
    margin-bottom: 0px !important;
}

.process-wrapper .process-box {
    border: 2px solid #26b144;
    background-color: #b9eec4;
    color: #1e8434;
    border-radius: 20px;
    text-align: center;
    font-size: 10px;
    padding: 0.5vw 1vw;
    margin: 10px 20px;
    margin-bottom: 5px;
    min-height: 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
    /* justify-content: center; */
    position: relative;
    width: 80%;
}

.process-wrapper .process-box .process-box-middle-line {
    width: calc(100% + 2vw);
    height: 2px;
    background: #26b144;
    margin: 2px 0px;
}

.po-data-list-wrapper .process-wrapper .process-box::after {
    content: "";
    background-color: rgb(9, 255, 0);
    position: absolute;
    right: calc(-2rem - 38px);
    top: calc(0.5vw + 32px);
    width: calc(2rem + 36px);
    height: 2px;
}

.po-data-list-wrapper .process-wrapper .process-box.ongoing::after {
    background-color: #ebe189;
}

.process-wrapper .process-box.ongoing .process-box-middle-line {
    background: #c1ae00;
}

.ongoing {
    background-color: #ebe189 !important;
    color: #877c16 !important;
    border-color: #0b99ff !important;
}

.process-modal.ongoing .process-modal-header {
    border-bottom: 1px solid #c1ae00;
    background: #eadf81;
}

.process-modal.ongoing .process-modal-header p {
    color: #ffffff;
}

.process-modal.ongoing .process-modal-header .icon img {
    width: 85%;
}

.process-modal.ongoing .process-modal-header .icon {
    border-color: #c1ae00;
}

.po-data-list-wrapper .process-wrapper .process-box.not-complete::after {
    background-color: var(--clr-3);
}

.process-wrapper .process-box.not-complete .process-box-middle-line {
    background: var(--clr-3);
}

.not-complete {
    background-color: var(--clr-5) !important;
    color: #fff !important;
    border-color: var(--clr-3) !important;
    cursor: not-allowed !important;
}

.po-data-list-wrapper .process-wrapper .process-box.pending::after {
    background-color: rgb(255, 0, 0);
}

.process-wrapper .process-box.pending .process-box-middle-line {
    background: #bd8e84;
}

.pending {
    background-color: #e7d4d0 !important;
    color: #a35848 !important;
    border-color: #bd8e84 !important;
    /* cursor: not-allowed !important; */
}

.process-wrapper .process-box.hold-btn .process-box-middle-line {
    background: #898989;
}

.po-data-list-wrapper .process-wrapper .process-box.hold-btn::after {
    background-color: rgb(148, 148, 148);
}

.hold-btn {
    background-color: #c0c0c0 !important;
    color: #898989 !important;
    border-color: #a8a8a8 !important;
    cursor: not-allowed !important;
}

/* .po-data-list-wrapper .multi-collapse .row .col-md-2:not(:last-child) {
    background-color: blue;
} */

.process-modal {
    width: 314px;
    border-radius: 8px;
    box-shadow: 0px 0px 6px 0px #00000025;
    border: 1px solid #26b144;
    position: absolute;
    bottom: -418px;
    z-index: 9;
    left: 20px;
    text-align: left;
}

.process-modal-design-container {
    position: absolute;
    width: 100%;
    /* height: 300px; */
}

/* Circle design */
.process-modal .circle {
    position: absolute;
    bottom: 25px;
    left: 50%;
    width: 2px;
    height: 25px;
    background-color: rgb(255, 255, 255);
    transform: translateX(calc(-50% - 66px));
}

.process-modal .circle::before {
    content: "";
    position: absolute;
    top: -5px;
    left: -5px;
    width: 12px;
    height: 12px;
    background-color: rgb(255, 255, 255);
    border-radius: 50%;
}

/* Horizontal line */
.process-modal .line.horizontal {
    position: absolute;
    bottom: 25px;
    left: 50%;
    width: 68px;
    height: 2px;
    background-color: rgb(255, 255, 255);
    transform: translateX(calc(-50% - 33px));
}

/* Vertical line */
.process-modal .line.vertical {
    position: absolute;
    bottom: 0px;
    left: 50%;
    width: 2px;
    height: 25px;
    background-color: rgb(255, 255, 255);
    transform: translateX(-50%);
}

.process-modal .line.vertical::before {
    content: "";
    position: absolute;
    bottom: -6px;
    left: -5px;
    width: 12px;
    height: 12px;
    background-color: rgb(255, 255, 255);
    transform: rotate(45deg);
}

/* .process-modal .process-modal-line {
    position: absolute;
    top: 0;
    left: 50%;
    width: 10px;
    height: 10px;
    background: red;
    transform: translateX(-50%) rotate(45deg);
} */

.process-modal .process-modal-header {
    border-bottom: 1px solid #26b144;
    background: #b9eec4;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
    z-index: 2;
    position: sticky;
    border-radius: 8px 8px 0px 0px;
}

.process-modal .process-modal-header p {
    font-weight: 500;
    font-size: 12px;
    color: #1e8434;
    width: 250px;
    margin-right: 15px;
    margin-bottom: 0px;
}

.process-modal .process-modal-header .icon {
    width: 29px;
    height: 29px;
    border: 1px solid #22c343;
    box-shadow: 0px 1px 4px 0px #00000025;
    background: white;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.process-modal .process-modal-body {
    padding: 15px;
    background-color: white;
    height: 356px;
    overflow-y: auto;
    border-radius: 0px 0px 8px 8px;
}

.process-modal .process-modal-body .form-label {
    font-weight: 600;
    color: #54595e;
    font-size: 12px;
}

.process-modal .process-modal-body input {
    border: 1px solid #d9d9d9;
    font-weight: 400;
    color: #54595e99;
    height: 35px;
    border-radius: 4px;
}

.process-modal .process-modal-body .file-input-wrapper {
    background-color: #f5f5ff;
    border-radius: 4px;
    border: 1px dashed #ded8fe;
    position: relative;
    height: 35px;
    display: flex;
    align-items: center;
    padding: 10px;
}

.process-modal .process-modal-body .file-input-wrapper input[type="file"] {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.process-modal .process-modal-body input[type="checkbox"] {
    width: 15px !important;
    height: 15px !important;
}

.process-modal .process-modal-body .file-input-wrapper p {
    margin: 0;
    color: #54595e99;
    font-weight: 400;
    font-size: 10px;
}

.process-modal .process-modal-body .file-input-wrapper p span {
    margin: 0;
    color: #0080ff;
    font-weight: 500;
    font-size: 10px;
    z-index: 9999999999;
}

.process-modal .process-modal-body .file-input-wrapper p span.remove-file-btn {
    z-index: 99;
    height: 35px;
    width: 35px;
    display: flex;
    align-items: center;
    justify-content: end;
    cursor: pointer;
}

.process-modal-spinner-wrapper {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.process-modal-spinner {
    width: 40px;
    height: 40px;
    border: 4px solid rgba(0, 0, 0, 0.1); /* Light border */
    border-left-color: #3498db; /* Spinner color */
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

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

/* width */
.process-modal .process-modal-body::-webkit-scrollbar {
    width: 4px;
    border-radius: 4px;
}

/* Track */
.process-modal .process-modal-body::-webkit-scrollbar-track {
    background: #ffffff;
}

/* Handle */
.process-modal .process-modal-body::-webkit-scrollbar-thumb {
    background: #888;
}

/* Handle on hover */
.process-modal .process-modal-body::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.process-submit-btn {
    height: 35px;
    width: 100%;
    background-color: #36a7ddc4;
    color: white;
    line-height: 35px;
    padding: 0px;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

.submit-spinner {
    width: 24px;
    height: 24px;
    border: 3px solid rgb(255, 255, 255); /* Light border */
    border-left-color: transparent; /* Spinner color */
    border-radius: 50%;
    animation: spin 1s linear infinite;
    animation: spin 1s linear infinite;
}

.process-submit-spinner {
    width: 30px;
    height: 30px;
    border: 3px solid rgb(255, 255, 255); /* Light border */
    border-left-color: transparent; /* Spinner color */
    border-radius: 50%;
    animation: spin 1s linear infinite;
    animation: spin 1s linear infinite;
}

.process-submit-btn:hover,
.process-submit-btn:active,
.process-submit-btn:focus {
    background-color: var(--clr-5) !important;
}

.po-view-section {
    padding: 20px;
    background-color: var(--clr-background);
    height: calc(100vh - 80px);
}

.po-view-section .po-view-stage-table .po-view-stage-head-row {
    background-color: var(--clr-white);
    border: 1px solid #e3e9ee;
    box-shadow: 0px 0px 4px 0px #00000040;
    padding: 8px 15px;
    border-radius: 4px;
    display: flex;
}

.po-view-section
    .po-view-stage-table
    .po-view-stage-head-row
    .po-view-stage-head {
    font-size: 13px;
    font-weight: 400;
    color: #878790;
    text-align: center;
}

.po-view-section
    .po-view-stage-table
    .po-view-stage-head-row
    .po-view-stage-head:nth-child(1) {
    width: 25%;
    text-align: start;
}

.po-view-section
    .po-view-stage-table
    .po-view-stage-head-row
    .po-view-stage-head:nth-child(2) {
    width: 25%;
}

.po-view-section
    .po-view-stage-table
    .po-view-stage-head-row
    .po-view-stage-head:nth-child(3) {
    width: 20%;
}

.po-view-section
    .po-view-stage-table
    .po-view-stage-head-row
    .po-view-stage-head:nth-child(4) {
    width: 15%;
}

.po-view-section
    .po-view-stage-table
    .po-view-stage-head-row
    .po-view-stage-head:nth-child(5) {
    width: 15%;
    text-align: end;
}

.po-view-section .po-view-stage-table .po-view-stage-body-row {
    background-color: var(--clr-white);
    border: 1px solid #e3e9ee;
    box-shadow: 0px 0px 4px 0px #00000040;
    padding: 15px;
    border-radius: 4px;
    display: block;
    min-height: 100px;
    margin-top: 20px;
}

.po-view-section
    .po-view-stage-table
    .po-view-stage-body-row
    .po-view-stage-row-data {
    font-size: 13px;
    font-weight: 400;
    color: #3a3a49;
    text-align: center;
}

.po-view-section
    .po-view-stage-table
    .po-view-stage-body-row
    .po-view-stage-row-data:nth-child(1) {
    width: 25%;
    text-align: start;
}

.po-view-section
    .po-view-stage-table
    .po-view-stage-body-row
    .po-view-stage-row-data:nth-child(2) {
    width: 25%;
}

.po-view-section
    .po-view-stage-table
    .po-view-stage-body-row
    .po-view-stage-row-data:nth-child(3) {
    width: 20%;
}

.po-view-section
    .po-view-stage-table
    .po-view-stage-body-row
    .po-view-stage-row-data:nth-child(4) {
    width: 15%;
    display: flex;
    justify-content: center;
}

.po-view-section
    .po-view-stage-table
    .po-view-stage-body-row
    .po-view-stage-row-data:nth-child(5) {
    width: 15%;
    display: flex;
    flex-direction: column;
    align-items: end;
}

.po-view-section .po-view-stage-table .po-view-tat-time {
    width: 49px;
    height: 19px;
    border: 1px solid #cecece;
    background-color: #f4f4f4;
    color: #3a3a49;
    font-size: 12px;
    font-weight: 400;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
}

.po-view-section .po-view-stage-table button {
    background-color: transparent;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

.po-view-section .po-view-status {
    font-size: 10px;
    color: #3a3a49;
    font-weight: 400;
    width: 50px;
    margin-right: 23px;
}

.po-view-stage-detail {
    background-color: var(--clr-white);
    width: 100%;
    /* height: 500px; */
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0px 0px 4px 0px #00000040;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(4    , 1fr);
    grid-column-gap: 0px;
    grid-row-gap: 0px;
}

.po-view-stage-detail .po-view-stage-detail-box {
    display: flex;
    align-items: center;
    font-size: 13px;
    font-weight: 400;
    color: #027f8e;
    padding: 0px 10px;
    border: 0.5px solid #e8e8e8;
    min-height: 60px;
}

.po-view-stage-feedpack {
    font-size: 13px;
    font-weight: 400;
    color: #3a3a49;
}

.po-view-stage-feedpack span {
    font-weight: 500;
}

.report-download-modal {
    position: absolute;
    top: 100%;
    right: 0;
    width: 300px;
    display: none; /* Initially hidden */
    background: white;
    /* border: 1px solid #ccc; */
    border-radius: 8px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    z-index: 1050;
    padding: 0px;
}

.report-download-modal button {
    width: 30px !important;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
}

/* ################################################################################################################ */
/* ######################################## PURCHAGE ORDER PAGE DESIGN END  ####################################### */
/* ################################################################################################################ */

/* ################################################################################################################ */
/* ############################################ MIS REPORT DESIGN START  ########################################## */
/* ################################################################################################################ */

.mis-report-section {
}

.mis-report-section .card {
    border: none;
    /* box-shadow: 0px 2px 8px 0px #00000040; */
}

.mis-report-section .card {
    color: var(--clr-white) !important;
}

.mis-report-section .card.primary {
    background: linear-gradient(to right, #363c47, #4285f3);
}

.mis-report-section .card.success {
    background: linear-gradient(to right, #0b574c, #37ec7c);
}

.mis-report-section .card.danger {
    background: linear-gradient(to right, #4e3030, #f91414);
}

.mis-report-section .card.warning {
    background: linear-gradient(to right, #ac630a, #fdb652);
}

.mis-report-section .po-search-form {
    padding: 10px;
    border-radius: 8px;
    box-shadow: 0px 2px 8px 0px #00000040;
}

.mis-report-section .po-search-form label {
    font-weight: 400;
    font-size: 12px;
    color: var(--clr-11);
}

.mis-report-section .po-search-form input,
.mis-report-section .po-search-form select,
.mis-report-section .po-search-form textarea {
    height: 30px;
    border-radius: 8px;
    border: 1.5px solid #eeeeee;
    color: var(--clr-12);
    font-size: 12px;
    font-weight: 500;
    padding: 0px 10px;
}

.mis-report-section .po-search-form .task-select {
    background-color: var(--clr-5);
    color: var(--clr-white);
    border: none;
}

.mis-report-section .po-search-form .submit-button {
    width: 80px;
    height: 30px;
    border: none;
    border-radius: 10px;
    background-color: var(--clr-5);
    color: var(--clr-white);
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 2%;
    box-shadow: 0px 2px 8px 0px #00000042;
}

.mis-report-section .po-search-form .reset-button {
    width: 80px;
    height: 30px;
    border: none;
    border-radius: 10px;
    background-color: var(--clr-5);
    color: var(--clr-white);
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 2%;
    box-shadow: 0px 2px 8px 0px #00000042;
}

.mis-report-section .card-header h5 {
    font-weight: 700 !important;
    color: var(--clr-3) !important;
}

.mis-report-section .card-header h6 {
    font-weight: 700 !important;
    color: var(--clr-3) !important;
}

.mis-report-section .card-header button i {
    font-weight: 700 !important;
    color: var(--clr-3) !important;
}

.mis-report-section .table thead th {
    border: 1px solid #e5e5e5;
    font-weight: 700 !important;
    font-size: 0.65rem !important;
    color: #737373 !important;
}

.mis-report-section .table tbody td {
    /* padding: .75rem 1.5rem; */
    border: 1px solid #e5e5e5;
    font-weight: 500 !important;
    font-size: 0.65rem !important;
    color: #737373 !important;
}

.mis-report-section .card .card-header {
    padding: 1rem;
    /* background-color: #fff; */
    border: none;
}

.mis-report-section .progress {
    height: 12.8px;
    font-size: 0.5rem;
    display: block;
    margin-bottom: 5px;
}

/* ################################################################################################################ */
/* ############################################ MIS REPORT DESIGN END  ############################################ */
/* ################################################################################################################ */

/* ################################################################################################################ */
/* ############################################ DASHBOARD DESIGN START  ########################################### */
/* ################################################################################################################ */

.duration-btn-box {
    display: flex;
    /* padding: 10px;   */
}

.duration-btn-box button {
    border: none;
    font-size: 8px;
    padding: 4px 8px;
    background-color: #ffeff2;
    border-radius: 2px;
    font-weight: 500;
}

.duration-btn-box button.active {
    background-color: var(--clr-5);
    color: var(--clr-white);
}

/* ################################################################################################################ */
/* ############################################ DASHBOARD DESIGN END  ############################################# */
/* ################################################################################################################ */

.log-data {
    font-size: 12px;
}
