@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap');

body {
    font-family: 'Inter', sans-serif;
    font-size: 14px;
}

.procurement-page-container {
    display: flex;
    flex-wrap: wrap;
    margin: 0px 40px;
    min-height: auto;
    padding: 4px;
}



h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Inter', sans-serif;
    font-weight: 600;
}

p {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 14px;
}

.customCard {
    border-radius: 12px;
    background-color: #FFFFFF;
    border-width: 1px;
    border-color: #CBD5E1;
}

.primaryColor {
    color: #005696;
}

.iconContainer {
    background-color: #D7EBFF;
    border-radius: 6px;
    height: 32px;
    width: 32px;
}

.header {
    margin: 20px 0;
}

.table-container {
    padding-bottom: 24px;
    border-radius: 8px;
    box-shadow: 8px 8px 16px -6px rgba(50, 50, 93, 0.25);
    border: 1px solid #CBD5E1;
}

.table-container .table>thead:first-child>tr:first-child>th {
    border-top: 0;
    background-color: #F1F5F9;
}

.table-container .table>thead:first-child>tr:first-child>th>a {
    color: #1E293B !important;
    font-size: 14px;
}

.back-button {
    height: 40px;
    width: 40px;
    border-radius: 6px;
    box-shadow: 8px 8px 16px -6px rgba(50, 50, 93, 0.25);
    border: 1px solid #CBD5E1;

    display: flex;
    justify-content: center;
    align-items: center;
    background-color: white !important;
}

.heading-container {
    display: flex;
    margin-bottom: 4vh;
    align-items: center;
}

.heading-label {
    margin-left: 1vh;
}

.modal .modal-dialog .modal-content {
    border-radius: 8px;
}

.project-lookup-details {
    border: 1px solid #CBD5E1;
    background-color: #F8FAFC;
    border-radius: 8px;
    margin-top: 25px;
    margin-left: 25px;
    margin-right: 25px;
    margin-bottom: 25px;
}

.project-lookup-details-row {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left : 5px;
    padding-right : 5px;
}