/* fonts */
@font-face {
    font-family: Plus Jakarta Sans;
    src: url(../fonts/Plus_Jakarta_Sans/PlusJakartaSans-Regular.ttf);
}


:root {
    --body-color: #F4F4FB;
}

a {
    text-decoration: none;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Plus Jakarta Sans;
    background: var(--body-color);
}

/* .btn-bm-primary {
    display: inline-flex;
    padding: 16px 32px;
    align-items: center;
    gap: 5px;
    border-radius: 8px;
    background: var(--Primary-blue, #0451E4);
    box-shadow: 0px 8px 32px 0px rgba(35, 78, 191, 0.32);
    border: none;
    outline: none;
    color: #FFF;
    font-family: Plus Jakarta Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    white-space: nowrap;
} */
.btn-bm-primary {
    display: inline-flex;
    padding: 9px 24px;
    align-items: center;
    gap: 5px;
    border-radius: 8px;
    background: var(--Primary-blue, #0451E4);
    box-shadow: 0px 8px 32px 0px rgba(35, 78, 191, 0.32);
    border: none;
    outline: none;
    color: #FFF;
    font-family: Plus Jakarta Sans;
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    white-space: nowrap;
}



.breadcrumb-item+.breadcrumb-item::before {
    float: left;
    padding-right: var(--bs-breadcrumb-item-padding-x);
    color: var(--bs-breadcrumb-divider-color);
    content: var(--bs-breadcrumb-divider, ">");
}

.breadcrumb-item.active {
    color: #000;
}

/* ==========NAVBAR=============  */
/* .navbar {} */

.navbar_container {
    display: flex;
    width: 100%;
    height: 60px;
    /* padding: 10px 24px; */
    justify-content: space-between;
    align-items: center;
    flex-shrink: 0;
    border-radius: 14px;
    background: var(--body-light-primary);

    /* Neu new */
    box-shadow: var(--shadow-neo)
}

.navbar_container .pro-pic {
    width: 40px;
    height: 40px;
    overflow: hidden;

}

.navbar_container .nav-search {
    background: var(--body-light);
    display: flex;
    width: 400px;
    padding: 6px 8px 6px 16px;
    align-items: center;
    gap: 12px;
    border: 1px solid var(--primary-border, rgba(190, 190, 190, 0.65));
    flex-shrink: 0;
    border-radius: 8px;
}

body.dark .navbar_container .nav-search {
    box-shadow: var(--shadow-neo-inset);
}

.navbar_container .nav-search input {
    width: 100%;
    border: none;
    background: transparent;
    outline: none;
}

.navbar_container .nav-notification {

    width: 12px;
    height: 12px;
    position: absolute;
    border-radius: 5px;
    top: 15%;
    right: 6%;
    display: flex;
    background: white;
    justify-content: center;
    align-items: center;

}

.navbar_container .nav-notification::after {
    content: "";
    width: 6px;
    height: 6px;
    position: inherit;
    border-radius: 5px;
    background: red;

}


.navbar_container .dropdown-menu.header-search {
    position: absolute;
    width: calc(100% - 1.5rem);
    left: 50%;
    transform: translateX(-50%);
    padding: 0;
    border-radius: 14px;
}

.popup-toggle {
    padding: 2px 10px;
    border-radius: 20px 0px 0px 20px;
    background-color: var(--body-light);
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    z-index: 999;
    box-shadow: var(--shadow-neo);
}

/* ============ Navbar End ============  */











.overview {
    position: relative;
    width: 100%;
    height: 120px;
    justify-content: center;
    display: flex;
    flex-direction: column;
    padding: 20px;
    align-items: start;

    flex: 1 0 0;
    border-radius: 17.916px;
    border-bottom: 3.733px solid var(--Primary-blue, #0451E4);
    background: #FFF;
    box-shadow: 0px 13.4372px 29.86045px 0px rgba(112, 144, 176, 0.12);
}

.overview1 {
    position: relative;
    width: 100%;
    height: 120px;
    justify-content: center;
    display: flex;
    flex-direction: column;
    padding: 20px;
    align-items: start;

    flex: 1 0 0;
    border-radius: 17.916px;
    border-bottom: 3.733px solid #09B380;
    background: #FFF;
    box-shadow: 0px 13.4372px 29.86045px 0px rgba(112, 144, 176, 0.12);
}

*::-webkit-scrollbar {
    width: 2px;
}
*::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(9, 86, 219, 0.566);
}
*::-webkit-scrollbar-thumb {
    background-color: rgb(255, 255, 255);
}

.overview2 {
    position: relative;
    width: 100%;
    height: 120px;
    justify-content: center;
    display: flex;
    flex-direction: column;
    padding: 20px;
    align-items: start;

    flex: 1 0 0;
    border-radius: 17.916px;
    border-bottom: 3.733px solid #EC2B42;
    background: #FFF;
    box-shadow: 0px 13.4372px 29.86045px 0px rgba(112, 144, 176, 0.12);
}

.circle-frame {
    border-radius: 62.5px;
    background: rgba(35, 78, 191, 0.08);
    display: flex;
    width: 37.6px;
    height: 37.6px;
    padding: 13px 12px 12px 13px;
    justify-content: center;
    align-items: center;
}

@media screen {}

.overview span {
    color: var(--text-black, #000);
    font-family: Plus Jakarta Sans;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.overview h4 {
    color: var(--Text-grey, #7E92A2);
    font-family: Plus Jakarta Sans;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.overview1 span {
    color: var(--text-black, #000);
    font-family: Plus Jakarta Sans;
    /* font-size: 23.888px; */
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.overview1 h4 {
    color: var(--Text-grey, #7E92A2);
    font-family: Plus Jakarta Sans;
    /* font-size: 11.944px; */
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.overview2 span {
    color: var(--text-black, #000);
    font-family: Plus Jakarta Sans;
    /* font-size: 23.888px; */
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.overview2 h4 {
    color: var(--Text-grey, #7E92A2);
    font-family: Plus Jakarta Sans;
    /* font-size: 11.944px; */
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.requisition {
    width: 100%;

    display: flex;
    padding: 16px;
    flex-direction: column;
    justify-content: center;
    /* align-items: flex-start; */
    gap: 12px;
    align-self: stretch;
    border-radius: 8px;
    border: 1px solid var(--primary-border, rgba(0, 0, 0, 0.15));
    background: #FFF;
}

.requisition .txt {
    color: var(--text-black, #000);
    font-family: Plus Jakarta Sans;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.32px;
}

.dead-date {
    color: var(--Text-grey, #7E92A2);

    /* font-12 */
    font-family: Plus Jakarta Sans;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.24px;
}

.priority {
    color: var(--Text-grey, #7E92A2);
    font-family: Plus Jakarta Sans;
    /* font-size: 12px; */
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.high {
    display: flex;
    width: 50px;
    height: 21px;
    padding: 4px 5px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    border-radius: 4px;
    background: rgba(236, 43, 66, 0.08);
    color: #EC2B42;
    font-family: Plus Jakarta Sans;
    /* font-size: 10px; */
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.medium {
    display: flex;
    width: 50px;
    height: 21px;
    padding: 4px 5px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    border-radius: 4px;
    background: rgba(255, 128, 0, 0.08);
    color: #FF8000;
    font-family: Plus Jakarta Sans;
    font-size: 10px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;

}

.low {
    display: flex;
    width: 50px;
    height: 21px;
    padding: 4px 5px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    border-radius: 4px;
    background: rgba(35, 78, 191, 0.08);
    color: #234EBF;
    font-family: Plus Jakarta Sans;
    font-size: 10px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;

}

.purchase-dept {
    width: 100%;
    height: 25px;
    display: flex;
    padding: 5px 10px;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    border-radius: 5px;
    background: #234EBF;

}

.purchase-dept span {
    color: var(--text-white, #FFF);

    /* font-12 */
    font-family: Plus Jakarta Sans;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.24px;
}

.rm-date {
    display: flex;
    flex-direction: row;
    gap: 4px;
}

.rm-date span {
    color: var(--text-white, #FFF);
    font-family: Plus Jakarta Sans;
    font-size: 8px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;


}

/* Requisition Screen */
.requisition-table {
    font-family: Plus Jakarta Sans;
}

.table-header {
    color: var(--text-black, #000);
    font-family: Plus Jakarta Sans;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 21.455px;
    /* 153.248% */
}

.table-sub {
    color: var(--Text-grey, #7E92A2);
    font-family: Plus Jakarta Sans;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 21.455px;
    /* 178.79% */
}

.actn-req {
    width: 121px;
    display: flex;
    padding: 5px;
    border: none;
    justify-content: center;
    align-items: center;
    gap: 4px;
    border-radius: 8px;
    background: rgba(236, 43, 66, 0.08);
}

.actn-req1 {

    width: 120px;
    display: flex;
    padding: 5px;
    border: none;
    justify-content: center;
    align-items: center;
    gap: 4px;
    border-radius: 8px;
    background: rgba(9, 179, 128, 0.08);
}

.actn-req2 {
    width: 120px;
    display: flex;
    padding: 5px;
    border: none;
    justify-content: center;
    align-items: center;
    gap: 4px;
    border-radius: 8px;
    background: rgba(126, 146, 162, 0.26);
}

.actn-req3 {
    width: 121px;
    display: flex;
    padding: 5px;
    border: none;
    justify-content: center;
    align-items: center;
    gap: 4px;
    border-radius: 8px;
    background: rgba(109, 108, 195, 0.10);
}

.ri-close-line {
    color: #EC2B42;
}

.ri-thumb-up-line {
    color: #09B380;
}

.ri-prohibited-line {
    color: #7E92A2;
}

.ri-pencil-line {
    color: #7170D0;
}

.actn-req span {
    color: var(--teritiory-purple, #EC2B42);
    font-family: Plus Jakarta Sans;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 21.455px;
    /* 178.79% */
}

.actn-req1 span {
    color: #09B380;
    font-family: Plus Jakarta Sans;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 21.455px;
    /* 178.79% */
}

.actn-req2 span {
    color: #7E92A2;
    font-family: Plus Jakarta Sans;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 21.455px;
    /* 178.79% */
}

.actn-req3 span {
    color: var(--teritiory-purple, #7170D0);
    font-family: Plus Jakarta Sans;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 24.246px;
    /* 178.79% */
}


.frame-img {
    display: flex;
    width: 20px;
    height: 20px;
    padding: 4px;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    background: var(--Primary-blue, #0451E4);
    box-shadow: 0px 2.21221px 9.29127px 0px rgba(35, 78, 191, 0.48);
}

.page-shift {
    font-family: Plus Jakarta Sans;
}

.pagination {
    --bs-pagination-padding-x: 0.75rem;
    --bs-pagination-padding-y: 0.375rem;
    --bs-pagination-font-size: 13px;
    font-family: Plus Jakarta Sans !important;
    font-weight: 600;
    --bs-pagination-color: --text-black;
    --bs-pagination-bg: #fff;
    --bs-pagination-border-width: 0px;
    --bs-pagination-border-color: #dee2e6;
    --bs-pagination-border-radius: 8px !important;
    --bs-pagination-hover-color: #fff !important;
    --bs-pagination-hover-bg: #234EBF;
    --bs-pagination-hover-border-color: #dee2e6;
    --bs-pagination-focus-color: var(--bs-link-hover-color);
    --bs-pagination-focus-bg: #e9ecef;
    --bs-pagination-focus-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
    --bs-pagination-active-color: #fff;
    --bs-pagination-active-bg: none !important;
    --bs-pagination-active-border-color: none !important;
    --bs-pagination-disabled-color: #6c757d;
    --bs-pagination-disabled-bg: #fff;
    --bs-pagination-disabled-border-color: #dee2e6;
    display: flex;
    gap: 7px;
    padding-left: 0;
    list-style: none;
}

.page-link {
    position: relative;
    display: block;
    padding: var(--bs-pagination-padding-y) var(--bs-pagination-padding-x);
    font-size: var(--bs-pagination-font-size);
    color: var(--bs-pagination-color);
    text-decoration: none;
    border-radius: 8px;
    background-color: var(--bs-pagination-bg);
    border: none !important;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}


/* Timeline-Screen */

.timeline-header {
    color: #121044;

    /* font-24 */
    font-family: Plus Jakarta Sans;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.48px;
}

td img {
    width: 55px;
    height: 43px;
}

.btn-primary-status {
    --bs-btn-color: #fff;
    --bs-btn-width:  !important;


    /* --bs-btn-bg: #0d6efd; */
    /* --bs-btn-border-color: #0d6efd; */
    --bs-btn-hover-color: #fff;
    /* --bs-btn-hover-bg: #0b5ed7; */
    /* --bs-btn-hover-border-color: #0a58ca; */
    --bs-btn-focus-shadow-rgb: 49, 132, 253;
    --bs-btn-active-color: #fff;
    /* --bs-btn-active-bg: #0a58ca; */
    /* --bs-btn-active-border-color: #0a53be; */
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    /* --bs-btn-disabled-color: #fff; */
    /* --bs-btn-disabled-bg: #0d6efd; */
    /* --bs-btn-disabled-border-color: #0d6efd; */
}

.btn-status {
    width: 55px;

    /* --bs-btn-padding-x: 0.75rem; */
    /* --bs-btn-padding-y: 0.375rem; */
    /* --bs-btn-font-family: ; */
    /* --bs-btn-font-size: 1rem; */
    /* --bs-btn-font-weight: 400; */
    /* --bs-btn-line-height: 1.5; */
    /* --bs-btn-color: #212529; */
    /* --bs-btn-bg: transparent; */
    /* --bs-btn-border-width: 1px; */
    --bs-btn-border-color: transparent;
    /* --bs-btn-border-radius: 0.375rem; */
    --bs-btn-hover-border-color: transparent;
    --bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
    --bs-btn-disabled-opacity: 0.65;
    --bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);
    display: inline-block;
    /* padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x); */
    /* font-family: var(--bs-btn-font-family); */
    /* font-size: var(--bs-btn-font-size); */
    font-weight: var(--bs-btn-font-weight);
    /* line-height: var(--bs-btn-line-height); */
    /* color: var(--bs-btn-color); */
    /* text-align: center; */
    /* text-decoration: none; */
    /* vertical-align: middle; */
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
    border-radius: var(--bs-btn-border-radius);
    background-color: var(--bs-btn-bg);
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 570px;
    height: 1117px;
    color: var(--bs-modal-color);
    pointer-events: auto;
    background-color: var(--bs-modal-bg);
    background-clip: padding-box;
    border: var(--bs-modal-border-width) solid var(--bs-modal-border-color);
    border-radius: var(--bs-modal-border-radius);
    outline: 0;
}

.form-check-input:checked {
    background-color: #2DC8A8;
    border-color: #2DC8A8;
}

.form-check-input:focus {
    border-color: #2DC8A8;
    outline: 0;
    box-shadow: none;
}

.form-switch .form-check-input {
    width: 40px;
    height: 20px;
    margin-left: -2.5em;
    background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e);
    background-position: left center;
    border-radius: 2em;
    transition: background-position .15s ease-in-out;
    box-shadow: none;
}

/* OVERVIEW-CSS-Start */
.ov-header {
    color: var(--text-black, #000);
    margin-bottom: 7px;

    /* font-24 */
    font-family: Plus Jakarta Sans;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.48px;
}

.ov-sub-header {
    color: var(--Text-grey, #7E92A2);
    margin-bottom: 25.3px;

    /* font-16 */
    font-family: Plus Jakarta Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.32px;
}

.ov-header1 {
    color: var(--text-black, #000);


    /* font-24 */
    font-family: Plus Jakarta Sans;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.48px;
}

/* search box */
 

.home {
    position: absolute;
    top: 0;
    /* padding-left: 0.5rem; */
    /* 16px */
    /* padding-right: 0.5rem; */
    /* 16px */
    left: 82px;
    height: 100vh;
    width: calc(100% - 82px);
    background-color: var(--body-color);
    transition: var(--tran-05);
}

.bm-ira {
    color: #0a57ea;
    font-family: Plus Jakarta Sans;
    font-size: 28.818px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.req-analytics {
    color: var(--text-black, #000);

    /* font-20 */
    font-family: Plus Jakarta Sans;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.4px;
}

.content-search {
    border: none;
    display: flex;
    align-items: center;
    gap: 12px;
    color: var(--Text-grey, #7e92a2);
    height: 38px;
    padding: 0px 15px;
    /* font-12 */
    font-family: Plus Jakarta Sans;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;

    border-radius: 8px;
    border: 1px solid var(--primary-border, rgba(190, 190, 190, 0.65));
    background: #FFF;
}

.content-search input {
    width: 100%;
    border: none;
    background: transparent;
    outline: none;
}

.filter {
    color: var(--Text-grey, #7e92a2);
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.institution {
    color: #000;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.form-select {
    /* display: block; */
    /* width: 25%; */
    /* padding: 0.375rem 2.25rem 0.375rem 0.75rem;
    -moz-padding-start: calc(0.75rem - 3px);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #7e92a2;
    font-family: Plus Jakarta Sans;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: normal; */
    /* box-shadow: none; */
    /* background-color: #fff; */
    /* background-image: url(data:image/svg + xml,
        %3csvgxmlns="http://www.w3.org/2000/svg"viewBox="0 0 16 16"%3e%3cpathfill="none"stroke="%23343a40"stroke-linecap="round"stroke-linejoin="round"stroke-width="2"d="m2 5 6 6 6-6"/%3e%3c/svg%3e
      ); */
    /* background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 16px 12px; */
    /* border: none; */
    /* border-radius: none; */

    /* transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; */
}

.master-list {
    display: flex !important;
    align-items: start !important;
    justify-content: start !important;
    gap: 8px !important;
    color: #fff !important;
    font-family: Plus Jakarta Sans !important;
    font-size: 14px !important;
    font-style: normal !important;
    font-weight: 500 !important;
    line-height: 100% !important;
    /* text-align: start !important; */
}

/* .sidebar .nav-links li {
    display: flex !important;
    align-items: center !important;
    text-decoration: none !important;
    flex-direction: column !important;
    gap: 11px !important;
  } */

.sidebar .nav-links li a {
    /* text-decoration: none !important;
    display: flex; */
    /* align-items: start; */
}

.profile {
    width: 37px;
    height: 37px;
}

.profile img {
    width: 100%;
    object-fit: contain;
}

@media screen and (max-width: 767px) {
    /* .sidebar {
      display: none;
    } */

    /* #chart {
      display: none;
    }

    .chart-details {
      display: none;
    } */

    /* .home {
      position: absolute;
      top: 0;
      left: 0px;

      height: 100vh;
      width: calc(100% - 0px);
      background-color: var(--body-color);
      transition: var(--tran-05);
    } */

    .bm-ira {
        color: #0a57ea;
        font-family: Plus Jakarta Sans;
        font-size: 22.957px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }


}

.title-table {
    color: var(--text-black, #000);
    font-family: Plus Jakarta Sans;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.24px;
    white-space: nowrap;
}

.form-check {
    display: flex;
    align-items: center;
    gap: 10px;
    min-height: 1.5rem;
    padding-left: 1.5em;
    margin-bottom: 0.125rem;
}

.form-check-input {
    margin-top: 0;
}


.para-1 {
    color: #121044;

}

.round-div {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 75px;
    height: 75px;
    border: 0px solid black;
    border-radius: 50%;
    background-color: rgba(35, 78, 191, 0.12);

}

.round-div2 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 48.077px;
    height: 48.077px;
    border: 0px solid black;
    border-radius: 50%;
    background-color: #0451E4;
    color: white;
    font-family: 'Bebas Neue', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 15px;
}



.bg-1 {
    background-color: #0451E4;
    color: #0451E4;
}

.border-div1 {
    border-radius: 12px;
    border: 0px solid black;
    background: #FFF;
    box-shadow: 0px 18px 40px 0px rgba(112, 144, 176, 0.12);


}

.bd-callout {
    border: 0px solid #eee;
    border-left-width: 0.25rem;
    border-radius: 0.25rem;
    display: flex;


}

.bd-callout-info {
    border-left-color: #0451E4;

}

.bd-callout2 {
    border: 0px solid #eee;
    border-left-width: 0.25rem;
    border-radius: 0.25rem;
    display: flex;
    gap: 10px;


}

.bd-callout-info2 {
    border-left-color: #06AB7A;
}

.bd-callout3 {

    border: 0px solid #eee;
    border-left-width: 0.25rem;
    border-radius: 0.25rem;
    display: flex;
    gap: 15px;
}

.bd-callout-info3 {
    border-left-color: #EC2B42;
}

.side-div1 {
    color: #0451E4;
    font-size: 12px;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    display: flex;
    justify-content: center;
    height: 25px;
    width: 35px;
    align-items: center;
    border-radius: 5px;
    background: rgba(35, 78, 191, 0.08);
    background: #FFF;
    box-shadow: 0px 18px 40px 0px rgba(112, 144, 176, 0.12);

}

.side-div2 {
    color: #09B380;
    font-size: 12px;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    display: flex;
    justify-content: center;
    height: 30px;
    width: 110px;
    align-items: center;
    border-radius: 5px;
    background: rgba(35, 78, 191, 0.08);
    background: #FFF;
    box-shadow: 0px 18px 40px 0px rgba(112, 144, 176, 0.12);
}


.side-div3 {
    color: #EC2B42;
    font-size: 12px;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    display: flex;
    justify-content: center;
    height: 30px;
    width: 180px;
    align-items: center;
    border-radius: 5px;
    background: rgba(35, 78, 191, 0.08);
    background: #FFF;
    box-shadow: 0px 18px 40px 0px rgba(112, 144, 176, 0.12);
}

p {
    margin-bottom: 0;
}

.img-div {
    width: 50px;
    height: 50px;
}

#editor-container {
    border-radius: 6.544px;
    height: 200px;
    border: 0.818px solid grey;
}

.upload-div {
    display: flex;
    /* border: 1px solid #F9F3F3 black; */
    justify-content: space-between;
    border: 1px solid #F9F3F3;
    border-radius: 5px;

}

.upload-div p {
    font-size: 12px;
}

.upload-btn {

    width: 41px;
    height: 39px;
    background-color: #0451E4;
    border-radius: 4px;
    outline: none;
    border: none;
    color: #eee;

}
.page-item.active{
    color: var(--bs-pagination-hover-color);
    background-color: var(--bs-pagination-hover-bg);
    border-radius:32%;
}
.border-1 {

    border-radius: 7.488px;
    display: flex;
    gap: 24px;
    height: 80px;
}

#editor-container {
    border-radius: 6.544px;
    border: 0.818px solid grey;

}

.btn-4 {
    width: 91px;
    height: 40px;
    border-radius: 8px;
    border: 1px solid #EC2B42;
    box-shadow: 0px 8px 10px 0px rgba(30, 28, 81, 0.25);
    color: #EC2B42;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;

}

.btn-5 {
    width: 91px;
    height: 40px;
    border-radius: 8px;
    background: #09B380;
    box-shadow: 0px 8px 32px 0px rgba(9, 179, 128, 0.40);
    color: #FFF;
    outline: none;
    border: none;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.pdf-div {
    display: flex;
    justify-content: space-between;

}

.pdf-div2 {
    display: flex;
    width: 40px;
    height: 40px;
    border-radius: 8px;
}

.pdf-div3 {
    font-size: 12px;
    font-style: normal;

}

.close-div {
    display: flex;
    justify-content: space-between;
}

.ri-close-circle-fill {
    font-size: 50px;
    color: #7E92A275;
}

.heading-div {
    font-size: 14px;
    line-height: normal;

}

.para-div {
    font-size: 12px;
    font-weight: 500;
    line-height: normal;
}


.span-p {

    color: #000;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;

}

.span-p2 {
    color: var(--Text-grey, #7E92A2);
    font-size: 10px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.span-p3 {
    color: var(--text-black, #000);
    font-size: 10px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.span-p4 {
    color: var(--Text-grey, #7E92A2);
    font-size: 10px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}



@media (max-width: 575px) {

    .round-div {
        width: 48px;
        height: 48px;
    }

    .round-div2 {
        width: 30.769px;
        height: 30.769px;
        color: #FFF;
        font-size: 9.6px;
        font-family: 'Bebas Neue', sans-serif;
        font-style: normal;
        font-weight: 400;
        line-height: 19.2px;
    }



    .span-p {

        color: #000;
        font-size: 9.275px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        font-family: 'Plus Jakarta Sans', sans-serif;

    }

    .span-p2 {
        color: var(--Text-grey, #7E92A2);
        font-size: 7.95px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        font-family: 'Plus Jakarta Sans', sans-serif;
    }

    .span-p3 {
        color: var(--text-black, #000);
        font-size: 7.95px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        font-family: 'Plus Jakarta Sans', sans-serif;
    }

    .span-p4 {
        color: var(--Text-grey, #7E92A2);
        font-size: 7.95px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        font-family: 'Plus Jakarta Sans', sans-serif;
    }

    .side-div1 {
        color: var(--Primary-blue, #0451E4);
        font-family: 'Plus Jakarta Sans', sans-serif;
        font-size: 7.95px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
    }

    .side-div2 {

        color: #09B380;
        width: 70px;
        height: 20px;
        font-family: 'Plus Jakarta Sans', sans-serif;
        font-size: 7.95px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
    }

    .side-div3 {
        width: 70px;
        height: 20px;
        color: #EC2B42;
        font-family: 'Plus Jakarta Sans', sans-serif;
        font-size: 7.95px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
    }

    .heading-div {
        color: #121044;
        font-family: 'Plus Jakarta Sans', sans-serif;
        font-size: 11.673px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;

    }

    .para-div {
        color: var(--Text-grey, #7E92A2);
        font-family: 'Plus Jakarta Sans', sans-serif;
        font-size: 10.005px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }

    .bd-callout1 {
        gap: 80px;

    }

    .bd-callout2 {
        gap: 50px;

    }

    .bd-callout3 {
        margin-right: 23px;
    }



}

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

.custom-dropdown button {
    height: 38px;
    border: 1px solid #aeaeae;
    background: #fff;
    padding: 6px 18px;
    border-radius: 7px;
    width: 100%;
    white-space: nowrap;
    outline: none;
}

.dropdown-content {
    display: none;
    position: absolute;
    top: 50px;
    right: 0;
    color: #000;
    background-color: #f9f9f9;
    min-width: 200px;
    /* box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2); */
    padding: 20px;
    z-index: 1;
    border: 1px solid #aeaeae;
    background: #fff;
    border-radius: 7px;
    width: 100%;
}

.dropdown-menu.show {
    box-shadow: 0px 20px 50px 0px rgba(126, 146, 162, 0.30);
    border-radius: 8px;
    border: none;

}

.searchdrop-input {
    height: 38px;
    border: 1px solid #aeaeae;
    background: #fff;
    border-radius: 7px;
}

.search-input {
    width: 100%;
    padding: 8px;
    box-sizing: border-box;
    border: none;
    outline: none;
    background: transparent;
    font-size: 12px;
    padding: 0;

}

.btn-dropdown-dots {
    display: flex;
    width: 45.204px;
    height: 45.204px;
    padding: 8.26px 8.743px 8.944px 8.46px;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    border-radius: 9.041px;
    background: var(--Primary-blue, #0451E4);
    box-shadow: 0px 5px 21px 0px rgba(35, 78, 191, 0.48);
    border: none;
    outline: none;

}




.offcanvas-timeline1 {
    --bs-offcanvas-width: 570px;
  }

  .timeline {
    list-style: none;
    padding: 0;
    position: relative;
  }

  .timeline:before {
    top: 80px;
    bottom: 90px;
    position: absolute;
    content: " ";
    left: 7%;
    border: 1px dashed rgba(35, 78, 191, 0.12);
  }

  .timeline>li {
    margin-bottom: 5px;
    position: relative;
  }

  .timeline>li:before,
  .timeline>li:after {
    content: " ";
    display: table;
  }

  .timeline>li:after {
    clear: both;
  }

  .timeline>li:before,
  .timeline>li:after {
    content: " ";
    display: table;
  }

  .timeline>li:after {
    clear: both;
  }

  .timeline>li>.timeline-panel {
    width: 80%;
    left: 20%;
    border: 1px solid #d4d4d4;
    border-radius: 2px;
    position: relative;
    padding: 16px;

    border-radius: 12px;
    border: 1px solid #F6F6F6;
    background: #FFF;
    box-shadow: 0px 18px 40px 0px rgba(112, 144, 176, 0.12);
  }


  .timeline>li>.timeline-badge {
    width: 75px;
    height: 75px;
    position: absolute;
    top: 14%;
    background: #c2d1f7;
    /* z-index: 100; */
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .timeline>li>.timeline-badge>.innerbadge {
    color: #fff;
    width: 48px;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--Primary-blue, #0451E4);
    filter: drop-shadow(0px 10px 5px rgba(35, 78, 191, 0.53));
  }



  .timeline>li.timeline-inverted>.timeline-panel:before {
    border-left-width: 0;
    border-right-width: 15px;
    left: -15px;
    right: auto;
  }

  .timeline>li.timeline-inverted>.timeline-panel:after {
    border-left-width: 0;
    border-right-width: 14px;
    left: -14px;
    right: auto;
  }

  .timeline-heading {
    width: 70%;
  }

  .timeline>li>.two-right-panal {
    width: 80%;
    left: 20%;
    position: relative;
}

.timeline>li>.two-right-panal .timeline-panel {
    border: 1px solid #d4d4d4;
    border-radius: 2px;
    position: relative;
    padding: 16px;

    border-radius: 12px;
    border: 1px solid #F6F6F6;
    background: #FFF;
    box-shadow: 0px 18px 40px 0px rgba(112, 144, 176, 0.12);
  }

  .timeline-clock .timeline-user {
    border-radius: 3.312px;
    background: rgba(35, 78, 191, 0.08);
    color: #0451E4;
  }

  .timeline-title {
    margin-top: 0;
    color: inherit;
  }

  .timeline-body>p,
  .timeline-body>ul {
    margin-bottom: 0;
  }

  .timeline-body>p+p {
    margin-top: 5px;
  }

  .timeline-container {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    flex-shrink: 0;
    border-left: 2px solid #0451E4;
  }
  .timeline-img img {
    width: 50px;
    height: 50px;
  }


/* Status View   */

.status-view {
    list-style: none;
    padding: 0;
    margin-bottom: 0;
    position: relative;
}

.status-view:before {
    top: 60px;
    bottom: 60px;
    position: absolute;
    content: " ";
    width: 4px;
    background-color: #09B380;
    left: 29px;
    /* Half of status-view-badge  */
}

.status-view>li {
    margin-bottom: 30px;
    position: relative;
}

.status-view>li:before,
.status-view>li:after {
    content: " ";
    display: table;
}

.status-view>li:after {
    clear: both;
}

.status-view>li:before,
.status-view>li:after {
    content: " ";
    display: table;
}

.status-view>li:after {
    clear: both;
}

.status-view>li>.status-view-panel {
    width: 80%;
    left: 20%;
    position: relative;
    padding: 16px;
}


.status-view>li>.status-view-badge {
    width: 60px;
    height: 60px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #c2d1f7;
    z-index: 100;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.status-view>li>.status-view-badge>.innerbadge {
    color: #fff;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    /* background: var(--Primary-blue, #0451E4); */
    /* filter: drop-shadow(0px 10px 5px rgba(35, 78, 191, 0.53)); */
}



.status-view>li.status-view-inverted>.status-view-panel:before {
    border-left-width: 0;
    border-right-width: 15px;
    left: -15px;
    right: auto;
}

.status-view>li.status-view-inverted>.status-view-panel:after {
    border-left-width: 0;
    border-right-width: 14px;
    left: -14px;
    right: auto;
}

.status-view-heading {
    width: 70%;
}

.status-view>li>.two-right-panal {
    width: 80%;
    left: 20%;
    position: relative;
}

.status-view>li>.two-right-panal .status-view-panel {
    border: 1px solid #d4d4d4;
    border-radius: 2px;
    position: relative;
    padding: 16px;

    border-radius: 12px;
    border: 1px solid #F6F6F6;
    background: #FFF;
    box-shadow: 0px 18px 40px 0px rgba(112, 144, 176, 0.12);
}

.status-view-clock .status-view-user {
    border-radius: 3.312px;
    background: rgba(35, 78, 191, 0.08);
    color: #0451E4;
}

.status-view-title {
    margin-top: 0;
    color: #121044;
}

.status-view-body>p,
.status-view-body>ul {
    margin-bottom: 0;
}

.status-view-body>p+p {
    margin-top: 5px;
}

.status-view-container {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    flex-shrink: 0;
    border-left: 2px solid #0451E4;
}

.status-view-img img {
    width: 50px;
    height: 50px;
}





/* Small devices (landscape phones, 576px and up) */
@media (max-width: 767px) {
    .circle-frame {
        border-radius: 62.5px;
        background: rgba(35, 78, 191, 0.08);
        display: flex;
        width: 20px;
        height: 20px;
        padding: 13px 12px 12px 13px;
        justify-content: center;
        align-items: center;
    }

    .btn-bm-primary {
        display: inline-flex;
        padding: 9.436px 18.872px;
        align-items: center;
        gap: 2.949px;
        border-radius: 4.718px;
        background: var(--Primary-blue, #0451E4);
        box-shadow: 0px 4.71801px 18.87202px 0px rgba(35, 78, 191, 0.32);
        border: none;
        outline: none;
        color: #FFF;
        font-family: Plus Jakarta Sans;
        font-size: 9.436px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        white-space: nowrap;
    }

    .back-btn {
        display: flex;
        width: 25px;
        height: 25px;
        padding: 8px;
        justify-content: center;
        align-items: center;
        flex-shrink: 0;
        border-radius: 5px;
        background: #FFF;
        box-shadow: 0px 7px 16px 0px rgba(109, 108, 195, 0.12);

    }

    .sub-nav-section a,
    .sub-nav-section .breadcrumb a {
        color: var(--Text-grey, #7E92A2);
        font-family: Plus Jakarta Sans;
        font-size: 11px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        letter-spacing: -0.16px;
        text-transform: capitalize;
        text-decoration: none;
    }

    .sub-nav-section .breadcrumb li {
        font-family: Plus Jakarta Sans;
        font-size: 11px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        letter-spacing: -0.16px;
        text-transform: capitalize;
        text-decoration: none;
    }

    .title-table {
        color: var(--text-black, #000);

        /* font-16 */
        font-family: Plus Jakarta Sans;
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        letter-spacing: -0.32px;
    }

    .action1 {
        display: flex;
        width: 30px;
        height: 30px;
        font-size: 12px;
        padding: 15.136px 15.146px 14.246px 14.236px;
        justify-content: center;
        align-items: center;
        flex-shrink: 0;
        border-radius: 9.041px;
        border: 1px solid #0451E4;
        background: var(--Primary-blue, #0451E4);
        box-shadow: 0px 5px 21px 0px rgba(35, 78, 191, 0.48);
    }

    .action2 {
        display: flex;
        width: 30px;
        height: 30px;
        font-size: 12px;
        flex-shrink: 0;
        justify-content: center;
        align-items: center;
        border-radius: 9.041px;
        border: 1px solid #EC2B42;
        background: #FFF;
    }








    .timeline>li>.timeline-badge {
        width: 48px;
        height: 48px;
        position: absolute;
        top: 20%;
    }

    .timeline>li>.timeline-badge>.innerbadge {
        color: #fff;
        width: 30px;
        height: 30px;
    }

    .timeline:before {
        left: 6%;
        top: 60px;
    }

    .timeline-img img {
        width: 40px;
        height: 40px;
    }


    .status-view>li>.status-view-badge {
        width: 48px;
        height: 48px;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
    }

    .status-view>li>.status-view-badge>.innerbadge {
        color: #fff;
        width: 30px;
        height: 30px;
    }

    .status-view:before {
        left: 6%;
    }

    .status-view-img img {
        width: 40px;
        height: 40px;
    }
}


/* LOGIN PAGE CSS START */
.h-1 {
    height: 1px;
    width: 100%;
    background-color: gray;
    opacity: 0.5;

}

.line {
    white-space: nowrap;
}

.sign-btn {
    background-color: #6A4BFC;
    border-radius: 8px;
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    display: flex;
    padding: 16px 28px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    color: white;
    border: none;
    outline: none;
    width: 100%;


}

.sign-btn:hover {
    background-color: #5b36ff;
}

.text-decoration {
    color: #000;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    text-decoration-line: underline;
}

.form-check-input:checked {
    background-color: #005fdef2;
    border-color: #0060deb3;
}

.email-input {
    /* background-color: gray; */
    border: 1px solid rgba(0, 0, 0, 0.20);
    width: 100%;
    height: 65px;
    border-radius: 8px;
    padding: 10px 20px;
    display: flex;
    align-items: center;
    gap: 25px;

}

.email-input:hover {
    border-color: #4253F0;
}

.email-input:focus-within {
    border-color: #4253F0;
    box-shadow: 0px 0px 0px 5px rgba(102, 83, 240, 0.20);
    transition: 0.3s all;

}

.email-input input {
    border: none;
    outline: none;
    width: 100%;
    background: transparent;
    position: relative;
    z-index: 2;
}

.ri-mail-line {
    font-size: 20px;
}

.ri-lock-line {
    font-size: 20px;
}

.ri-eye-line {
    font-size: 22px;
    cursor: pointer;
}

.ri-eye-off-line {
    font-size: 22px;
    cursor: pointer;
}

.ri-close-circle-line {
    font-size: 22px;
    color: red;

}

.ri-checkbox-circle-fill {
    font-size: 23px;
    color: #2CB985;
}

.gap-95 {
    gap: 95px;
}

.form-wrapper {
    width: 400px;
}

.label1 {
    position: absolute;
    left: 0;
    transform-origin: 0 0;
    transition: transform 0.2s ease-in-out;

}

input:focus+.label1,
input:not(:placeholder-shown)+.label1 {
    transform: translateY(-1rem) scale(0.8);
}

@media (max-width:576px) {

    .form-wrapper {
        width: 100%;
        padding: 20px;
    }
}
.g_id_signin {width: 44px;overflow: hidden;border: 1px solid #cdcdcd;border-radius: 50%;}

/* LOGIN PAGE CSS END */