/* _content/RSA_Requisitions/Pages/Dashboard/Dashboard.razor.rz.scp.css */
.rounded-box[b-e44a84h0ux] {
    border: 2px solid #1E3179; /* Set the border style and color */
    border-radius: 10px; /* Adjust the radius to control the roundness */
    padding: 20px; /* Add some padding to the content inside the box */
    background-image: linear-gradient(180deg, white 1%, #267EC2 100%);
    /* background-image: linear-gradient(180deg, #62A1CA 40%, #B5D7F1 100%); */
}

.inputGroups[b-e44a84h0ux] {
    margin-bottom: 10px;
}

.inputs[b-e44a84h0ux] {
    background-color: #f1f9ff
}

.table-container[b-e44a84h0ux] {
    background-color: #f0f0f0;
    border: 1px solid #ccc;
    max-height: 80%; /* Adjust the max height as needed */
    overflow-y: auto;
}

/* Style for table headers */
.table th[b-e44a84h0ux] {
    position: relative;
    background-color: #267ec2;
    color: #fff;
    font-weight: bold;
    text-align: center;
    z-index: 2;
}

/* Style for table data cells */
.table td[b-e44a84h0ux] {
    background-color: #fff;
}

/* Optional: Add some padding to table cells */
.table th[b-e44a84h0ux], .table td[b-e44a84h0ux] {
    padding: 8px;
}

.thead[b-e44a84h0ux] {
    text-align: center;
}

.custom-margin-right[b-e44a84h0ux] {
    margin-right: 10px; /* Adjust the margin value as needed */
}

.custom-margin-left[b-e44a84h0ux] {
    margin-left: 10px; /* Adjust the margin value as needed */
}

span[b-e44a84h0ux] {
    font-weight: bold;
}

.icon-button[b-e44a84h0ux] {
    background-color: #62A1CA; /* Button background color */
    color: #fff; /* Text color */
    padding: 5px 10px; /* Padding */
    border: none; /* No border */
    border-radius: 5px; /* Rounded corners */
    cursor: pointer; /* Cursor style on hover */
    /* You can add more styles like hover effects, margin, etc. */
}

    .icon-button:hover[b-e44a84h0ux] {
        background-color: white;
        color: black;
    }

.view-remarks[b-e44a84h0ux] {
    color: darkblue; /* Set the color of the icon to dark blue */
}

    .view-remarks:hover[b-e44a84h0ux] {
        color: lightblue; /* Set the color of the icon to dark blue */
    }

.view-lines[b-e44a84h0ux] {
    color: green; /* Set the color of the icon to dark blue */
}

    .view-lines:hover[b-e44a84h0ux] {
        color: lightgreen; /* Set the color of the icon to dark blue */
    }

.view-files[b-e44a84h0ux] {
    color: green; /* Set the color of the icon to dark blue */
}

    .view-lines:hover[b-e44a84h0ux] {
        color: lightgreen; /* Set the color of the icon to dark blue */
    }

.decline-header[b-e44a84h0ux] {
    color: #d20000; /* Set the color of the icon to dark blue */
}

    .decline-header:hover[b-e44a84h0ux] {
        color: darkred; /* Set the color of the icon to dark blue */
    }

.valWarning[b-e44a84h0ux] {
    border: 3px solid #d20000 !important;
}
/* _content/RSA_Requisitions/Pages/Dashboard/DashboardDetails.razor.rz.scp.css */
.header[b-geh68cpvy0] {
    width: 100%;
    height: 5vh;
    background-color: #267Ec2;
    display: flex;
    /*justify-content: center;*/
    align-items: center;
    padding-left: 20px;
    font-weight: bold;
    color: white;
}

.details[b-geh68cpvy0] {
    width: 100%;
    height: 5vh;
    background-color: #58595B;
    display: flex;
    /*justify-content: center;*/
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
    font-weight: bold;
    color: white;
}

.rounded-box[b-geh68cpvy0] {
    border: 2px solid #1E3179; /* Set the border style and color */
    border-radius: 10px; /* Adjust the radius to control the roundness */
    padding: 20px; /* Add some padding to the content inside the box */
    background-image: linear-gradient(180deg, white 1%, #267EC2 100%);
    /* background-image: linear-gradient(180deg, #62A1CA 40%, #B5D7F1 100%); */
}

.inputGroups[b-geh68cpvy0] {
    margin-bottom: 10px;
}

.inputs[b-geh68cpvy0] {
    background-color: #f1f9ff
}

.table-container[b-geh68cpvy0] {
    background-color: #f0f0f0;
    border: 1px solid #ccc;
    max-height: 80%; /* Adjust the max height as needed */
    overflow-y: auto;
    display: inline-block;
    width: 100%;
}

/* Style for table headers */
.headertable th[b-geh68cpvy0] {
    position: relative;
    background-color: #267ec2;
    color: #fff;
    font-weight: bold;
    text-align: center;
    z-index: 2;
}

.table th[b-geh68cpvy0] {
    position: relative;
    background-color: #267ec2;
    color: #fff;
    font-weight: bold;
    text-align: center;
    z-index: 2;
}

/* Style for table data cells */
.table td[b-geh68cpvy0] {
    background-color: #fff;
}

/* Optional: Add some padding to table cells */
.table th[b-geh68cpvy0], .table td[b-geh68cpvy0] {
    padding: 8px;
}

.thead[b-geh68cpvy0] {
    text-align: center;
}

.custom-margin-right[b-geh68cpvy0] {
    margin-right: 10px; /* Adjust the margin value as needed */
}

.custom-margin-left[b-geh68cpvy0] {
    margin-left: 10px; /* Adjust the margin value as needed */
}

span[b-geh68cpvy0] {
    font-weight: bold;
}

.icon-button[b-geh68cpvy0] {
    background-color: #62A1CA; /* Button background color */
    color: #fff; /* Text color */
    padding: 5px 10px; /* Padding */
    border: none; /* No border */
    border-radius: 5px; /* Rounded corners */
    cursor: pointer; /* Cursor style on hover */
    /* You can add more styles like hover effects, margin, etc. */
}

    .icon-button:hover[b-geh68cpvy0] {
        background-color: white;
        color: black;
    }
/* _content/RSA_Requisitions/Pages/Helpers/Alert.razor.rz.scp.css */
.alert-container[b-q7q7k9qykh] {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1000;
    pointer-events: none;
}

.alert[b-q7q7k9qykh] {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 0px;
    margin: 0px;
    border: 1px solid transparent;
    border-radius: 4px;
}

.fade-in-out[b-q7q7k9qykh] {
    animation: fadeInOut-b-q7q7k9qykh 3s ease-in-out;
}

.alert-info[b-q7q7k9qykh] {
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #31708f;
}

.alert-hidden[b-q7q7k9qykh] {
    opacity: 0;
    pointer-events: none; /* Prevent clicking on hidden alert */
}

@keyframes fadeInOut-b-q7q7k9qykh {
    0% {
        opacity: 0;
    }
    15% {
        opacity: 1;
    }
    90% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
/* _content/RSA_Requisitions/Pages/Helpers/CustomButton.razor.rz.scp.css */

/* Define a CSS class for the button container */
.button-container[b-lprv5rosh1] {
    position: relative;
    display: inline-block;
    margin-right: 5px; /* Adjust this margin as needed */
}

button[b-lprv5rosh1] {
    background-color: transparent;
    border: none;
    cursor: pointer;
    padding: 0;
    margin: 0;
}

/* Rounded Button */
.rounded-button[b-lprv5rosh1] {
    display: inline-block;
    padding: 10px 20px;
    color: #fff; /* Text color */
    border: none;
    border-radius: 10px; /* Rounded corners */
    cursor: pointer;
    transition: background-color 0.3s, transform 0.2s;
}

    /* Hover Effect */
    /*.rounded-button:hover {
        background-color: #0056b3;*/ /* New background color on hover */
        /*transform: scale(1.05);*/ /* Scale the button on hover */
    /*}*/

.approve-btn[b-lprv5rosh1] {
    background-color: #1a5784;
    border: 1px solid #1a5784;
}

    .approve-btn:hover[b-lprv5rosh1] {
        background-color: #267EC2;
    }

.decline-btn[b-lprv5rosh1] {
    background-color: darkred;
    border: 2px solid darkred;
}

    .decline-btn:hover[b-lprv5rosh1] {
        background-color: #d20000;
    }

.open-files-btn[b-lprv5rosh1] {
    background-color: #F3850D;
    padding: 5px 10px;
}

    .open-files-btn:hover[b-lprv5rosh1] {
        background-color: orange;
    }

.amend-btn[b-lprv5rosh1] {
    background-color: #F3850D;
}

    .amend-btn:hover[b-lprv5rosh1] {
        background-color: orange;
    }

/* Define the hover box style */
.hover-box[b-lprv5rosh1] {
    position: absolute;
    top: 100%;
    transform: translateX(-50%);
    background-color: #6D6E71;
    color: #FFF;
    border-radius: 4px;
    padding: 5px 10px;
    font-size: 14px;
    opacity: 0;
    transition: opacity 0.2s;
    white-space: nowrap;
    z-index: 9999;
    pointer-events: none;
}

    /* Define the hover box text style */
    .hover-box p[b-lprv5rosh1] {
        margin: 0; /* Remove default margins for the text */
    }

.action-icon-button[b-lprv5rosh1] {
    background: none; /* Remove the background styling */
    border: none; /* Remove the border */
    cursor: pointer; /* Show a pointer cursor on hover */
}

.view-remarks[b-lprv5rosh1] {
    color: #1E3179; /* Set the color of the icon to dark blue */
}

/* Adjust icon colors on hover over the parent container */
.action-icon-button:hover .view-remarks[b-lprv5rosh1] {
    color: lightblue; /* Set the hover color for view-remarks icon */
}

.add-lines[b-lprv5rosh1] {
    color: #6ca62c; /* Set the color of the icon to dark blue */
}

.action-icon-button:hover .add-lines[b-lprv5rosh1] {
    color: #43671b; /* Set the hover color for add-lines icon */
}

.view-details[b-lprv5rosh1] {
    color: green; /* Set the color of the icon to dark blue */
}

.action-icon-button:hover .view-details[b-lprv5rosh1] {
    color: lightgreen; /* Set the hover color for add-lines icon */
}

.add-files[b-lprv5rosh1] {
    color: darkgoldenrod; /* Set the color of the icon to dark blue */
}

.action-icon-button:hover .add-files[b-lprv5rosh1] {
    color: darkorange; /* Set the hover color for add-lines icon */
}

.view-files[b-lprv5rosh1] {
    color: darkgoldenrod; /* Set the color of the icon to dark blue */
}

.action-icon-button:hover .view-files[b-lprv5rosh1] {
    color: darkorange; /* Set the hover color for add-lines icon */
}


.delete-header[b-lprv5rosh1] {
    color: darkred; /* Set the color of the icon to dark blue */
}

.action-icon-button:hover .delete-header[b-lprv5rosh1] {
    color: #d20000; /* Set the hover color for delete-header icon */
}

.decline-header[b-lprv5rosh1] {
    color: white; /* Set the color of the icon to dark blue */
}

.action-icon-button:hover .decline-header[b-lprv5rosh1] {
    color: white; /* Set the hover color for delete-header icon */
}

.approve-header[b-lprv5rosh1] {
    color: white; /* Set the color of the icon to dark blue */
}

.approve-header-overall[b-lprv5rosh1] {
    color: #1E3179; /* Set the color of the icon to dark blue */
}

.action-icon-button:hover .approve-header-overall[b-lprv5rosh1] {
    color: #267EC2; /* Set the hover color for delete-header icon */
}

.decline-header-overall[b-lprv5rosh1] {
    color: #d20000; /* Set the color of the icon to dark blue */
}

.action-icon-button:hover .decline-header-overall[b-lprv5rosh1] {
    color: darkred;
}

.send-request[b-lprv5rosh1] {
    color: black; /* Set the color of the icon to dark blue */
}

.action-icon-button:hover .send-request[b-lprv5rosh1] {
    color: grey; /* Set the hover color for delete-header icon */
}

/* Show the hover box only when the button is being hovered */
.button-container:hover .hover-box[b-lprv5rosh1] {
    opacity: 1;
    z-index: 5;
}

/* Hide the hover box when it's being hovered */
.button-container .hover-box:hover[b-lprv5rosh1] {
    opacity: 0;
    z-index: 0;
}

/* Normal state styles */
.cancelAll[b-lprv5rosh1] {
    background-color: #d20000; /* Red background color */
    border: 2px solid maroon; /* Maroon border */
    color: white; /* Text color (white in this case) */
    cursor: pointer; /* Change cursor to a hand on hover */
    padding: 5px 10px;
    transition: background-color 0.2s; /* Smooth transition on hover */
}

    /* Hover state styles */
    .cancelAll:hover[b-lprv5rosh1] {
        background-color: darkred; /* Darker #d20000 on hover */
        /* You can add more hover effects if desired */
    }

.info[b-lprv5rosh1] {
    background-color: #bfbfbf; /* Red background color */
    border: 2px solid #8c8c8c; /* Maroon border */
    color: white; /* Text color (white in this case) */
    cursor: pointer; /* Change cursor to a hand on hover */
    padding: 5px 10px;
    transition: background-color 0.2s; /* Smooth transition on hover */
}

    /* Hover state styles */
    .info:hover[b-lprv5rosh1] {
        background-color: #8c8c8c; /* Darker #d20000 on hover */
        /* You can add more hover effects if desired */
    }

/* Normal state styles */
.refresh[b-lprv5rosh1] {
    background-color: #1b6ec2; /* Red background color */
    border: 2px solid #1861ac; /* Maroon border */
    color: white; /* Text color (white in this case) */
    cursor: pointer; /* Change cursor to a hand on hover */
    padding: 5px 10px;
    transition: background-color 0.2s; /* Smooth transition on hover */
}

    /* Hover state styles */
    .refresh:hover[b-lprv5rosh1] {
        background-color: #1861ac; /* Darker #d20000 on hover */
        /* You can add more hover effects if desired */
    }

/* Normal state styles */
.uploadFiles[b-lprv5rosh1] {
    background-color: #1b6ec2; /* Red background color */
    border: 2px solid #1861ac; /* Maroon border */
    color: white; /* Text color (white in this case) */
    cursor: pointer; /* Change cursor to a hand on hover */
    padding: 5px 10px;
    transition: background-color 0.2s; /* Smooth transition on hover */
}

    /* Hover state styles */
    .uploadFiles:hover[b-lprv5rosh1] {
        background-color: #1861ac; /* Darker #d20000 on hover */
        /* You can add more hover effects if desired */
    }

.positive[b-lprv5rosh1] {
    background-color: #267EC2; /* Red background color */
    align-items: center;
    border: 2px solid #1861ac; /* Maroon border */
    color: white; /* Text color (white in this case) */
    cursor: pointer; /* Change cursor to a hand on hover */
    padding: 5px 10px;
    transition: background-color 0.2s; /* Smooth transition on hover */
}

    /* Hover state styles */
    .positive:hover[b-lprv5rosh1] {
        background-color: #1861ac; /* Darker #d20000 on hover */
        /* You can add more hover effects if desired */
    }

.negative[b-lprv5rosh1] {
    background-color: #d20000; /* Red background color */
    border: 2px solid maroon; /* Maroon border */
    color: white; /* Text color (white in this case) */
    cursor: pointer; /* Change cursor to a hand on hover */
    padding: 5px 10px;
    transition: background-color 0.2s; /* Smooth transition on hover */
}

    /* Hover state styles */
    .negative:hover[b-lprv5rosh1] {
        background-color: darkred; /* Darker #d20000 on hover */
        /* You can add more hover effects if desired */
    }

.viewOnly[b-lprv5rosh1] {
    color: #a0a0a0; /* Light gray text color */
    padding: 5px 10px;
    font-size: 16px; /* Font size */
}

    .viewOnly:hover[b-lprv5rosh1] {
        color: #a0a0a0; /* Keep the same text color on hover */
    }

.disabledIcon[b-lprv5rosh1] {
    color: #a0a0a0; /* Light gray text color */
    cursor: not-allowed; /* Change cursor to not-allowed */
    padding: 5px 10px;
    font-size: 16px; /* Font size */
}

    .disabledIcon:hover[b-lprv5rosh1] {
        color: #a0a0a0; /* Keep the same text color on hover */
    }

.favourite[b-lprv5rosh1] {
    background-color: #ffc70f; /* Red background color */
    border: 2px solid #cfa211; /* Maroon border */
    color: white; /* Text color (white in this case) */
    cursor: pointer; /* Change cursor to a hand on hover */
    padding: 5px 15px;
    transition: background-color 0.2s; /* Smooth transition on hover */
}

    /* Hover state styles */
    .favourite:hover[b-lprv5rosh1] {
        background-color: #cfa211; /* Darker #d20000 on hover */
        /* You can add more hover effects if desired */
    }

.change[b-lprv5rosh1] {
    background-color: orange; /* Red background color */
    border: 2px solid maroon; /* Maroon border */
    color: white; /* Text color (white in this case) */
    cursor: pointer; /* Change cursor to a hand on hover */
    padding: 5px 10px;
    transition: background-color 0.2s; /* Smooth transition on hover */
}

    /* Hover state styles */
    .change:hover[b-lprv5rosh1] {
        background-color: orangered; /* Darker #d20000 on hover */
        /* You can add more hover effects if desired */
    }

.disabled[b-lprv5rosh1] {
    background-color: #dcdcdc; /* Light gray background */
    color: #a0a0a0; /* Light gray text color */
    cursor: not-allowed; /* Change cursor to not-allowed */
    border: 1px solid #a0a0a0; /* Light gray border */
    border-radius: 5px; /* Rounded corners */
    padding: 5px 10px;
    font-size: 16px; /* Font size */
}

    .disabled:hover[b-lprv5rosh1] {
        background-color: #dcdcdc; /* Keep the same background color on hover */
        color: #a0a0a0; /* Keep the same text color on hover */
        border: 1px solid #a0a0a0; /* Keep the same border on hover */
    }
/* _content/RSA_Requisitions/Pages/Helpers/DecisionBox.razor.rz.scp.css */
.showBox[b-4lghaugix6] {
    display: block;
}

.hideBox[b-4lghaugix6] {
    display: none;
}

/* Overlay container */
.overlay[b-4lghaugix6] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 999;
    justify-content: center;
    align-items: center;
}

/* Main decisionBox container */
.decisionBox-container[b-4lghaugix6] {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-image: linear-gradient(180deg, white 1%, #267EC2 100%);
    border: 1px solid #ccc;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    padding: 10px;
    z-index: 999;
    width: 50%; /* Adjust the width as needed */
}

/* Close button style */
.close-button[b-4lghaugix6] {
    position: absolute;
    top: 5px;
    right: 10px;
    background: none;
    border: none;
    cursor: pointer;
    font-size: 20px;
    color: #777;
}

    .close-button:hover[b-4lghaugix6] {
        color: #333;
    }

/* Email list style */
.email-list[b-4lghaugix6] {
    margin-bottom: 10px;
}

    .email-list div[b-4lghaugix6] {
        margin: 5px 0;
        color: #fff;
    }

/* Text area style */
.decisionBox-textarea[b-4lghaugix6] {
    width: 100%;
    padding: 10px;
    padding-right: 30px;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    resize: vertical;
    background-color: #f1f9ff;
    font-size: 16px;
    height: 16vh;
    min-height: 8vh;
    max-height: 32vh;
    color: #333;
}

/* Button container style */
.decisionBox-buttons[b-4lghaugix6] {
    display: flex;
    justify-content: center;
    margin-top: 10px;
}

/* Send for approval button style */
.send-for-approval-button[b-4lghaugix6] {
    background-color: #6ca62c !important;
    color: #fff;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
    margin: 0 10px;
}

    .send-for-approval-button:hover[b-4lghaugix6] {
        background-color: #97989B !important;
    }

/* Cancel button style */
.cancel-button[b-4lghaugix6] {
    background-color: #d20000;
    color: #fff;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
}

    .cancel-button:hover[b-4lghaugix6] {
        background-color: darkred;
    }

.Setup-List[b-4lghaugix6] {
    margin: 20px; /* Adjust margin as needed */
}

    .Setup-List h5[b-4lghaugix6] {
        font-size: 1.5rem;
        margin-bottom: 10px;
    }

    .Setup-List table[b-4lghaugix6] {
        width: 100%;
        border-collapse: collapse;
        margin-bottom: 20px;
    }

    .Setup-List th[b-4lghaugix6] {
        border: 1px solid grey;
        padding: 8px;
        text-align: left;
        background-color: #97989B ;
    }

    .Setup-List td[b-4lghaugix6] {
        border: 1px solid grey;
        padding: 8px;
        text-align: left;
        background-color: white;
    }

    .Setup-List select[b-4lghaugix6] {
        width: 100%;
        padding: 5px;
        margin: 5px 0;
    }

.decisionBox-buttons[b-4lghaugix6] {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}

.send-for-approval-button[b-4lghaugix6],
.cancel-button[b-4lghaugix6] {
    padding: 10px 20px;
    background-color: #d20000;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

    .send-for-approval-button:hover[b-4lghaugix6],
    .cancel-button:hover[b-4lghaugix6] {
        background-color: darkred; /* Darker green color on hover */
    }
/* _content/RSA_Requisitions/Pages/Helpers/DecisionBoxV2.razor.rz.scp.css */
.overlay[b-wpmqk7pvde] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5); /* Semi-transparent grey background */
    z-index: 999;
    display: flex;
    justify-content: center;
    align-items: center;
}

.infobox-container[b-wpmqk7pvde] {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-image: linear-gradient(180deg, white 1%, #267EC2 100%);
    border: 1px solid #ccc;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    padding: 10px;
    z-index: 999;
    width: 20%; /* Adjust the width as needed */
    /*cursor: grab;*/
}


.showBox[b-wpmqk7pvde] {
    display: block;
}

.hideBox[b-wpmqk7pvde] {
    display: none;
}

.infobox-content[b-wpmqk7pvde] {
    position: relative;
}

.info-textarea[b-wpmqk7pvde] {
    width: 100%;
    padding: 10px;
    padding-right: 30px;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    resize: vertical; /* Allow vertical resizing */
    background-color: #f1f9ff;
    font-size: 16px;
    height: 16vh;
    min-height: 8vh;
    max-height: 32vh;
}

.close-button[b-wpmqk7pvde] {
    position: absolute;
    top: 5px;
    right: 10px;
    background: none;
    border: none;
    cursor: pointer;
    font-size: 20px;
    color: #777;
}

    .close-button:hover[b-wpmqk7pvde] {
        color: #333;
    }
/* _content/RSA_Requisitions/Pages/Helpers/Dropdown.razor.rz.scp.css */
.custom-select-container[b-ai2fkajqw1] {
    position: relative;
    display: inline-block;
    width: 100%;
}

.custom-select-input[b-ai2fkajqw1] {
    position: absolute;
    width: 100%;
    padding-right: 30px; /* Adjust as needed */
    box-sizing: border-box;
    z-index: 1;
}

.custom-select[b-ai2fkajqw1] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 1;
    height: 100%;
    cursor: pointer;
    z-index: 0;
}

.control-wrapper[b-ai2fkajqw1] {
    max-width: 250px;
    margin: 0 auto;
    padding: 50px 0px 0px;
}

.example-label[b-ai2fkajqw1] {
    font-size: 14px;
    margin-bottom: 6px;
}
/* _content/RSA_Requisitions/Pages/Helpers/DropdownV2.razor.rz.scp.css */
.dropbtn[b-wriaz6c4sb] {
    background-color: #04AA6D;
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
    cursor: pointer;
}

    /* Dropdown button on hover & focus */
    .dropbtn:hover[b-wriaz6c4sb], .dropbtn:focus[b-wriaz6c4sb] {
        background-color: #3e8e41;
    }

/* The search field */
/*.dropdown-content input {
    box-sizing: border-box;
    background-image: url('searchicon.png');
    background-position: 14px 12px;
    background-repeat: no-repeat;
    font-size: 16px;
    padding: 14px 20px 12px 45px;
    border: none;
    border-bottom: 1px solid #ddd;
}*/

    /* The search field when it gets focus/clicked on */
    .dropdown-content input:focus[b-wriaz6c4sb] {
        outline: 3px solid #ddd;
    }

/* The container <div> - needed to position the dropdown content */
.dropdown[b-wriaz6c4sb] {
    position: relative;
    display: inline-block;
    margin-bottom: 30px;
    width: 100%;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content[b-wriaz6c4sb] {
    display: none;
    position: absolute;
    background-color: #f6f6f6;
    min-width: 100%;
    border: 1px solid #ddd;
    z-index: 2;
}

    /* Links inside the dropdown */
    .dropdown-content a[b-wriaz6c4sb] {
        color: black;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
    }

        /* Change color of dropdown links on hover */
        .dropdown-content a:hover[b-wriaz6c4sb] {
            background-color: #f1f1f1
        }

/* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) */
.show[b-wriaz6c4sb] {
    display: block;
}

.inputs[b-wriaz6c4sb] {
    background-color: #f1f9ff
}
/* _content/RSA_Requisitions/Pages/Helpers/FileUpload.razor.rz.scp.css */
.fileupload-overlay[b-qxve3gfw3a] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5); /* Semi-transparent grey background */
    z-index: 999;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* FileUpload Modal Container */
.fileupload-container[b-qxve3gfw3a] {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #1E3179;
    border: 1px solid #ccc;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    padding: 10px;
    z-index: 999;
    width: 40%; /* Adjust the width as needed */
}

.showBox[b-qxve3gfw3a] {
    display: block;
}

.hideBox[b-qxve3gfw3a] {
    display: none;
}


/* FileUpload Modal Content */
.fileupload-content[b-qxve3gfw3a] {
    position: relative;
}

/* File Upload Input Styling */
.file-input[b-qxve3gfw3a] {
    width: 100%;
    padding: 10px;
    padding-right: 30px;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    resize: vertical; /* Allow vertical resizing */
    background-color: #f1f9ff;
    font-size: 16px;
    height: 16vh;
    min-height: 8vh;
    max-height: 32vh;
}

/* Close Button Styling */
.fileupload-close-button[b-qxve3gfw3a] {
    position: absolute;
    right: 5px;
    color: white;
    background-color: #1b6ec2;
    border: 2px solid #1861ac;
    cursor: pointer;
    padding: 5px 10px;
    transition: background-color 0.2s;
}

    .fileupload-close-button:hover[b-qxve3gfw3a] {
        color: #ebebeb;
    }

.uploaded-files-container[b-qxve3gfw3a] {
    background-color: white; /* White background for the container */
    padding: 0px; /* Add some padding for separation */
    margin-top: 10px;
}

.uploaded-files[b-qxve3gfw3a] {
    border: 1px solid #ccc;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    padding: 10px;
    background-color: #f1f9ff;
}

.compact-table[b-qxve3gfw3a] {
    width: 100%;
    border-collapse: collapse;
    font-size: 16px;
}

    .compact-table th[b-qxve3gfw3a], .compact-table td[b-qxve3gfw3a] {
        border: 1px solid #ccc;
        padding: 8px;
        text-align: left;
    }

    .compact-table th[b-qxve3gfw3a] {
        background-color: #f0f0f0;
        color: #333;
    }

    .compact-table tr:nth-child(even)[b-qxve3gfw3a] {
        background-color: #f2f2f2;
    }

    .compact-table tr:nth-child(odd)[b-qxve3gfw3a] {
        background-color: #fff;
    }

.save-files-button[b-qxve3gfw3a] {
    width: 100%;
    background-color: #62A1CA;
    color: white;
    border-radius: 0;
}
/* _content/RSA_Requisitions/Pages/Helpers/FileViewBox.razor.rz.scp.css */
@.showBox {
    display: block;
}

.hideBox[b-9deblxsgw2] {
    display: none;
}


.overlay[b-9deblxsgw2] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1001;
    justify-content: center;
    align-items: center;
}

.fileview-container[b-9deblxsgw2] {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #267EC2;
    border: 1px solid #ccc;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    padding: 10px;
    z-index: 999;
    width: 85%;
    height: 80vh;
}

.fileview-content[b-9deblxsgw2] {
    position: relative;
}

.row[b-9deblxsgw2] {
    display: flex;
    flex-direction: row;
}

.col-md-10[b-9deblxsgw2] {
    width: 68%;
    height: 70vh;
}

.col-md-3[b-9deblxsgw2] {
    width: 30%;
    height: 75vh;
}

.table-container[b-9deblxsgw2] {
    height: 84vh;
    overflow-y: scroll;
    max-height: 94%;
}

.table[b-9deblxsgw2] {
    width: 100%;
}

th[b-9deblxsgw2], td[b-9deblxsgw2] {
    text-align: left;
    padding: 8px;
}

th[b-9deblxsgw2] {
    color: white;
}

thead[b-9deblxsgw2] {
    position: sticky;
    z-index: 2;
    top: 0;
    background-color: black;
}

.action-icon-button[b-9deblxsgw2] {
    /* Define styling for the action button */
}

object[b-9deblxsgw2], img[b-9deblxsgw2], iframe[b-9deblxsgw2] {
    width: 100%;
    height: 100%;
}

iframe[b-9deblxsgw2] {
    height: 500px;
}

.darkgrey[b-9deblxsgw2] {
    background-color: darkgrey;
}

.custom-margin-right[b-9deblxsgw2] {
    margin-right: 10px;
}

.custom-margin-left[b-9deblxsgw2] {
    margin-left: 10px;
}
/* _content/RSA_Requisitions/Pages/Helpers/InfoBox.razor.rz.scp.css */
.overlay[b-rcf9i1qv44] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5); /* Semi-transparent grey background */
    z-index: 999;
    display: flex;
    justify-content: center;
    align-items: center;
}

.infobox-container[b-rcf9i1qv44] {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #1E3179;
    border: 1px solid #ccc;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    padding: 10px;
    z-index: 999;
    width: 20%; /* Adjust the width as needed */
    /*cursor: grab;*/
    
}


.showBox[b-rcf9i1qv44] {
    display: block;
}

.hideBox[b-rcf9i1qv44] {
    display: none;
}

.infobox-content[b-rcf9i1qv44] {
    position: relative;
}

.info-textarea[b-rcf9i1qv44] {
    width: 100%;
    padding: 10px;
    padding-right: 30px;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    resize: vertical; /* Allow vertical resizing */
    background-color: #f1f9ff;
    font-size: 16px;
    height: 16vh;
    min-height: 8vh;
    max-height: 32vh;
}

.close-button[b-rcf9i1qv44] {
    position: absolute;
    top: 5px;
    right: 10px;
    background: none;
    border: none;
    cursor: pointer;
    font-size: 20px;
    color: #777;
}

    .close-button:hover[b-rcf9i1qv44] {
        color: #333;
    }
/* _content/RSA_Requisitions/Pages/Requisitions/RequisitionFiles.razor.rz.scp.css */
.show[b-v6dz3yo971] {
    display: block;
}

.hide[b-v6dz3yo971] {
    display: none;
}

.rounded-box[b-v6dz3yo971] {
    border: 2px solid #1E3179; /* Set the border style and color */
    border-radius: 10px; /* Adjust the radius to control the roundness */
    padding: 20px; /* Add some padding to the content inside the box */
    background-color: #62A1CA;
    /* background-image: linear-gradient(180deg, #62A1CA 40%, #B5D7F1 100%); */
}

.inputGroups[b-v6dz3yo971] {
    margin-bottom: 10px;
}

.inputs[b-v6dz3yo971] {
    background-color: #f1f9ff
}

.table-container[b-v6dz3yo971] {
    background-color: #f0f0f0;
    border: 1px solid #ccc;
    max-height: 80%; /* Adjust the max height as needed */
    overflow-y: auto;
}

/* Style for table headers */
.table th[b-v6dz3yo971] {
    position: relative;
    background-color: #97989B;
    color: #fff;
    font-weight: bold;
    text-align: center;
    z-index: 2;
}

/* Style for table data cells */
.table td[b-v6dz3yo971] {
    background-color: #fff;
}

/* Optional: Add some padding to table cells */
.table th[b-v6dz3yo971], .table td[b-v6dz3yo971] {
    padding: 8px;
}

.thead[b-v6dz3yo971] {
    text-align: center;
}

.custom-margin-right[b-v6dz3yo971] {
    margin-right: 10px; /* Adjust the margin value as needed */
}

.custom-margin-left[b-v6dz3yo971] {
    margin-left: 10px; /* Adjust the margin value as needed */
}

span[b-v6dz3yo971] {
    font-weight: bold;
}

.icon-button[b-v6dz3yo971] {
    background-color: #62A1CA; /* Button background color */
    color: #fff; /* Text color */
    padding: 5px 10px; /* Padding */
    border: none; /* No border */
    border-radius: 5px; /* Rounded corners */
    cursor: pointer; /* Cursor style on hover */
    /* You can add more styles like hover effects, margin, etc. */
}

    .icon-button:hover[b-v6dz3yo971] {
        background-color: white;
        color: black;
    }

.refresh[b-v6dz3yo971] {
    color: darkblue; /* Set the color of the icon to dark blue */
}

    .refresh:hover[b-v6dz3yo971] {
        color: lightblue; /* Set the color of the icon to dark blue */
    }

.backBtn[b-v6dz3yo971] {
    color: darkblue; /* Set the color of the icon to dark blue */
}

    .backBtn:hover[b-v6dz3yo971] {
        color: lightblue; /* Set the color of the icon to dark blue */
    }
/* _content/RSA_Requisitions/Pages/Requisitions/RequisitionLines.razor.rz.scp.css */
.show[b-vl0jmtsf61] {
    display: block;
}

.hide[b-vl0jmtsf61] {
    display: none;
}

.rounded-box[b-vl0jmtsf61] {
    border: 2px solid #1E3179; /* Set the border style and color */
    border-radius: 10px; /* Adjust the radius to control the roundness */
    padding: 20px; /* Add some padding to the content inside the box */
    background-image: linear-gradient(180deg, white 1%, #267EC2 100%);
    /* background-image: linear-gradient(180deg, #62A1CA 40%, #B5D7F1 100%); */
}

.inputGroups[b-vl0jmtsf61] {
    margin-bottom: 10px;
}

.inputs[b-vl0jmtsf61] {
    background-color: #f1f9ff
}

.table-container[b-vl0jmtsf61] {
    background-color: #f0f0f0;
    border: 1px solid #ccc;
    max-height: 80%; /* Adjust the max height as needed */
    overflow-y: auto;
}

/* Style for table headers */
.table th[b-vl0jmtsf61] {
    position: relative;
    background-color: #267ec2;
    color: #fff;
    font-weight: bold;
    text-align: center;
    z-index: 2;
}

/* Style for table data cells */
.table td[b-vl0jmtsf61] {
    background-color: #fff;
}

/* Optional: Add some padding to table cells */
.table th[b-vl0jmtsf61], .table td[b-vl0jmtsf61] {
    padding: 8px;
}

.thead[b-vl0jmtsf61] {
    text-align: center;
}

.custom-margin-right[b-vl0jmtsf61] {
    margin-right: 10px; /* Adjust the margin value as needed */
}

.custom-margin-left[b-vl0jmtsf61] {
    margin-left: 10px; /* Adjust the margin value as needed */
}

span[b-vl0jmtsf61] {
    font-weight: bold;
}

.icon-button[b-vl0jmtsf61] {
    background-color: #62A1CA; /* Button background color */
    color: #fff; /* Text color */
    padding: 5px 10px; /* Padding */
    border: none; /* No border */
    border-radius: 5px; /* Rounded corners */
    cursor: pointer; /* Cursor style on hover */
    /* You can add more styles like hover effects, margin, etc. */
}

    .icon-button:hover[b-vl0jmtsf61] {
        background-color: white;
        color: black;
    }

.view-remarks[b-vl0jmtsf61] {
    color: darkblue; /* Set the color of the icon to dark blue */
}

    .view-remarks:hover[b-vl0jmtsf61] {
        color: lightblue; /* Set the color of the icon to dark blue */
    }

.add-lines[b-vl0jmtsf61] {
    color: #6ca62c; /* Set the color of the icon to dark blue */
}

    .add-lines:hover[b-vl0jmtsf61] {
        color: #43671b; /* Set the color of the icon to dark blue */
    }

.delete-header[b-vl0jmtsf61] {
    color: #d20000; /* Set the color of the icon to dark blue */
}

.delete-header[b-vl0jmtsf61] {
    color: darkred; /* Set the color of the icon to dark blue */
}

.valWarning[b-vl0jmtsf61] {
    border: 3px solid #d20000 !important;
}
/* _content/RSA_Requisitions/Pages/Requisitions/Requisitions.razor.rz.scp.css */
.show[b-ych9t9mfiv] {
    display: block;
}

.hide[b-ych9t9mfiv] {
    display: none;
}

.rounded-box[b-ych9t9mfiv] {
    border: 2px solid #1E3179; /* Set the border style and color */
    border-radius: 10px; /* Adjust the radius to control the roundness */
    padding: 20px; /* Add some padding to the content inside the box */
    background-image: linear-gradient(180deg, white 1%, #267EC2 100%);
    /* background-image: linear-gradient(180deg, #62A1CA 40%, #B5D7F1 100%); */
}

.inputGroups[b-ych9t9mfiv] {
    margin-bottom: 10px;
}

.inputs[b-ych9t9mfiv] {
    background-color: #f1f9ff
}

.table-container[b-ych9t9mfiv] {
    background-color: #f0f0f0;
    border: 1px solid #ccc;
    max-height: 80%; /* Adjust the max height as needed */
    overflow-y: auto;
}

/* Style for table headers */
.table th[b-ych9t9mfiv] {
    position: relative;
    background-color: #267ec2;
    color: #fff;
    font-weight: bold;
    text-align: center;
    z-index: 2;
}

/* Style for table data cells */
.table td[b-ych9t9mfiv] {
    background-color: #fff;
}

/* Optional: Add some padding to table cells */
.table th[b-ych9t9mfiv], .table td[b-ych9t9mfiv] {
    padding: 8px;
}

.thead[b-ych9t9mfiv] {
    text-align: center;
}

.custom-margin-right[b-ych9t9mfiv] {
    margin-right: 10px; /* Adjust the margin value as needed */
}

.custom-margin-left[b-ych9t9mfiv] {
    margin-left: 10px; /* Adjust the margin value as needed */
}

span[b-ych9t9mfiv] {
    font-weight: bold;
}

.icon-button[b-ych9t9mfiv] {
    background-color: #62A1CA; /* Button background color */
    color: #fff; /* Text color */
    padding: 5px 10px; /* Padding */
    border: none; /* No border */
    border-radius: 5px; /* Rounded corners */
    cursor: pointer; /* Cursor style on hover */
    /* You can add more styles like hover effects, margin, etc. */
}

    .icon-button:hover[b-ych9t9mfiv] {
        background-color: white;
        color: black;
    }

input[type="checkbox"][b-ych9t9mfiv] {
    /* Add if not using autoprefixer */
    -webkit-appearance: none;
    /* Remove most all native input styles */
    appearance: none;
    /* For iOS < 15 */
    background-color: white;
    /* Not removed via appearance */
    margin: 0;
    font: inherit;
    color: currentColor;
    width: 1.15em;
    height: 1.15em;
    border: 0.15em solid currentColor;
    border-radius: 0.15em;
    transform: translateY(-0.075em);
    display: grid;
    place-content: center;
}

    input[type="checkbox"][b-ych9t9mfiv]::before {
        content: "";
        width: 0.65em;
        height: 0.65em;
        clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
        transform: scale(0);
        transform-origin: bottom left;
        transition: 120ms transform ease-in-out;
        box-shadow: inset 1em 1em var(--form-control-color);
        /* Windows High Contrast Mode */
        background-color: CanvasText;
    }

    input[type="checkbox"]:checked[b-ych9t9mfiv]::before {
        transform: scale(1);
    }

    input[type="checkbox"]:focus[b-ych9t9mfiv] {
        outline: max(2px, 0.15em) solid currentColor;
        outline-offset: max(2px, 0.15em);
    }

    input[type="checkbox"]:disabled[b-ych9t9mfiv] {
        --form-control-color: var(--form-control-disabled);
        color: var(--form-control-disabled);
        cursor: not-allowed;
    }

.checkbox-container[b-ych9t9mfiv] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .checkbox-container input[b-ych9t9mfiv] {
        margin-left: 10px; /* Adjust the margin as needed */
        cursor: pointer;
    }
/* _content/RSA_Requisitions/Pages/Settings/ApprovalSetup.razor.rz.scp.css */
.show[b-dpjc3a2a6m] {
    display: block;
}

.hide[b-dpjc3a2a6m] {
    display: none;
}

.rounded-box[b-dpjc3a2a6m] {
    border: 2px solid #1E3179; /* Set the border style and color */
    border-radius: 10px; /* Adjust the radius to control the roundness */
    padding: 20px; /* Add some padding to the content inside the box */
    background-image: linear-gradient(180deg, white 1%, #267EC2 100%);
    /* background-image: linear-gradient(180deg, #62A1CA 40%, #B5D7F1 100%); */
}

.rounded-box-list[b-dpjc3a2a6m] {
    border: 2px solid #16255c; /* Set the border style and color */
    border-radius: 10px; /* Adjust the radius to control the roundness */
    padding: 20px; /* Add some padding to the content inside the box */
    margin-top: 10px;
    background-color: #DCECF8;
    height: fit-content;
    /* background-image: linear-gradient(180deg, #62A1CA 40%, #B5D7F1 100%); */
}

.inputGroups[b-dpjc3a2a6m] {
    margin-bottom: 10px;
}

.inputs[b-dpjc3a2a6m] {
    background-color: #f1f9ff
}

.table-container[b-dpjc3a2a6m] {
    background-color: #f0f0f0;
    border: 1px solid #ccc;
    max-height: 80%; /* Adjust the max height as needed */
    overflow-y: auto;
}

/* Style for table headers */
.table th[b-dpjc3a2a6m] {
    position: relative;
    background-color: #267ec2;
    color: #fff;
    font-weight: bold;
    text-align: center;
    z-index: 2;
}

/* Style for table data cells */
.table td[b-dpjc3a2a6m] {
    background-color: #fff;
}

/* Optional: Add some padding to table cells */
.table th[b-dpjc3a2a6m], .table td[b-dpjc3a2a6m] {
    padding: 8px;
}

.thead[b-dpjc3a2a6m] {
    text-align: center;
}

.custom-margin-right[b-dpjc3a2a6m] {
    margin-right: 10px; /* Adjust the margin value as needed */
}

.custom-margin-left[b-dpjc3a2a6m] {
    margin-left: 10px; /* Adjust the margin value as needed */
}

span[b-dpjc3a2a6m] {
    font-weight: bold;
}

.icon-button[b-dpjc3a2a6m] {
    background-color: #62A1CA; /* Button background color */
    color: #fff; /* Text color */
    padding: 5px 10px; /* Padding */
    border: none; /* No border */
    border-radius: 5px; /* Rounded corners */
    cursor: pointer; /* Cursor style on hover */
    /* You can add more styles like hover effects, margin, etc. */
}

    .icon-button:hover[b-dpjc3a2a6m] {
        background-color: white;
        color: black;
    }

.user-container[b-dpjc3a2a6m] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin-bottom: 10px;
}

.username[b-dpjc3a2a6m] {
    font-size: 16px;
    font-weight: bold;
    margin-right: 10px;
}

.equal-spaced-h3[b-dpjc3a2a6m] {
    display: flex;
    justify-content: space-between;
    margin-right: 5px;
}

.input-h3[b-dpjc3a2a6m] {
    display: flex;
    justify-content: flex-end;
    margin-right: 5px;
}
/* _content/RSA_Requisitions/Pages/Settings/BuyerSetup.razor.rz.scp.css */
.show[b-8bhtnw8kac] {
    display: block;
}

.hide[b-8bhtnw8kac] {
    display: none;
}

.rounded-box[b-8bhtnw8kac] {
    border: 2px solid #1E3179; /* Set the border style and color */
    border-radius: 10px; /* Adjust the radius to control the roundness */
    padding: 20px; /* Add some padding to the content inside the box */
    background-image: linear-gradient(180deg, white 1%, #267EC2 100%);
    /* background-image: linear-gradient(180deg, #62A1CA 40%, #B5D7F1 100%); */
}

.inputGroups[b-8bhtnw8kac] {
    margin-bottom: 10px;
}

.inputs[b-8bhtnw8kac] {
    background-color: #f1f9ff
}

.table-container[b-8bhtnw8kac] {
    background-color: #f0f0f0;
    border: 1px solid #ccc;
    max-height: 80%; /* Adjust the max height as needed */
    overflow-y: auto;
}

/* Style for table headers */
.table th[b-8bhtnw8kac] {
    position: relative;
    background-color: #267ec2;
    color: #fff;
    font-weight: bold;
    text-align: center;
    z-index: 2;
}

/* Style for table data cells */
.table td[b-8bhtnw8kac] {
    background-color: #fff;
}

/* Optional: Add some padding to table cells */
.table th[b-8bhtnw8kac], .table td[b-8bhtnw8kac] {
    padding: 8px;
}

.thead[b-8bhtnw8kac] {
    text-align: center;
}

.custom-margin-right[b-8bhtnw8kac] {
    margin-right: 10px; /* Adjust the margin value as needed */
}

.custom-margin-left[b-8bhtnw8kac] {
    margin-left: 10px; /* Adjust the margin value as needed */
}

span[b-8bhtnw8kac] {
    font-weight: bold;
}

.icon-button[b-8bhtnw8kac] {
    background-color: #62A1CA; /* Button background color */
    color: #fff; /* Text color */
    padding: 5px 10px; /* Padding */
    border: none; /* No border */
    border-radius: 5px; /* Rounded corners */
    cursor: pointer; /* Cursor style on hover */
    /* You can add more styles like hover effects, margin, etc. */
}

    .icon-button:hover[b-8bhtnw8kac] {
        background-color: white;
        color: black;
    }
/* _content/RSA_Requisitions/Pages/Settings/Departments.razor.rz.scp.css */
.show[b-oey7xt45vp] {
    display: block;
}

.hide[b-oey7xt45vp] {
    display: none;
}

.rounded-box[b-oey7xt45vp] {
    border: 2px solid #1E3179; /* Set the border style and color */
    border-radius: 10px; /* Adjust the radius to control the roundness */
    padding: 20px; /* Add some padding to the content inside the box */
    background-image: linear-gradient(180deg, white 1%, #267EC2 100%);
    /* background-image: linear-gradient(180deg, #62A1CA 40%, #B5D7F1 100%); */
}

.inputGroups[b-oey7xt45vp] {
    margin-bottom: 10px;
}

.inputs[b-oey7xt45vp] {
    background-color: #f1f9ff
}

.table-container[b-oey7xt45vp] {
    background-color: #f0f0f0;
    border: 1px solid #ccc;
    max-height: 80%; /* Adjust the max height as needed */
    overflow-y: auto;
}

/* Style for table headers */
.table th[b-oey7xt45vp] {
    position: relative;
    background-color: #267ec2;
    color: #fff;
    font-weight: bold;
    text-align: center;
    z-index: 2;
}

/* Style for table data cells */
.table td[b-oey7xt45vp] {
    background-color: #fff;
}

/* Optional: Add some padding to table cells */
.table th[b-oey7xt45vp], .table td[b-oey7xt45vp] {
    padding: 8px;
}

.thead[b-oey7xt45vp] {
    text-align: center;
}

.custom-margin-right[b-oey7xt45vp] {
    margin-right: 10px; /* Adjust the margin value as needed */
}

.custom-margin-left[b-oey7xt45vp] {
    margin-left: 10px; /* Adjust the margin value as needed */
}

span[b-oey7xt45vp] {
    font-weight: bold;
}

.icon-button[b-oey7xt45vp] {
    background-color: #62A1CA; /* Button background color */
    color: #fff; /* Text color */
    padding: 5px 10px; /* Padding */
    border: none; /* No border */
    border-radius: 5px; /* Rounded corners */
    cursor: pointer; /* Cursor style on hover */
    /* You can add more styles like hover effects, margin, etc. */
}

    .icon-button:hover[b-oey7xt45vp] {
        background-color: white;
        color: black;
    }
/* _content/RSA_Requisitions/Pages/Settings/Logs.razor.rz.scp.css */
.show[b-gc8xpgymww] {
    display: block;
}

.hide[b-gc8xpgymww] {
    display: none;
}

.rounded-box[b-gc8xpgymww] {
    border: 2px solid #1E3179; /* Set the border style and color */
    border-radius: 10px; /* Adjust the radius to control the roundness */
    padding: 20px; /* Add some padding to the content inside the box */
    background-image: linear-gradient(180deg, white 1%, #267EC2 100%);
    /* background-image: linear-gradient(180deg, #62A1CA 40%, #B5D7F1 100%); */
}

.inputGroups[b-gc8xpgymww] {
    margin-bottom: 10px;
}

.inputs[b-gc8xpgymww] {
    background-color: #f1f9ff
}

.table-checkbox-containter[b-gc8xpgymww] {
    background-color: #f0f0f0;
    border: 1px solid #ccc;
    max-height: 80%; /* Adjust the max height as needed */
    overflow-y: auto;
}

.table-container[b-gc8xpgymww] {
    background-color: #f0f0f0;
    border: 1px solid #ccc;
    max-height: 80%; /* Adjust the max height as needed */
    overflow-y: auto;
}

/* Style for table headers */
.table th[b-gc8xpgymww] {
    position: relative;
    background-color: #267ec2;
    color: #fff;
    font-weight: bold;
    text-align: center;
    z-index: 2;
}

/* Style for table data cells */
.table td[b-gc8xpgymww] {
    background-color: #fff;
}

/* Optional: Add some padding to table cells */
.table th[b-gc8xpgymww], .table td[b-gc8xpgymww] {
    padding: 8px;
}

.thead[b-gc8xpgymww] {
    text-align: center;
}

.custom-margin-right[b-gc8xpgymww] {
    margin-right: 10px; /* Adjust the margin value as needed */
}

.custom-margin-left[b-gc8xpgymww] {
    margin-left: 10px; /* Adjust the margin value as needed */
}

span[b-gc8xpgymww] {
    font-weight: bold;
}

.icon-button[b-gc8xpgymww] {
    background-color: #62A1CA; /* Button background color */
    color: #fff; /* Text color */
    padding: 5px 10px; /* Padding */
    border: none; /* No border */
    border-radius: 5px; /* Rounded corners */
    cursor: pointer; /* Cursor style on hover */
    /* You can add more styles like hover effects, margin, etc. */
}

    .icon-button:hover[b-gc8xpgymww] {
        background-color: white;
        color: black;
    }


input[type="checkbox"][b-gc8xpgymww] {
    /* Add if not using autoprefixer */
    -webkit-appearance: none;
    /* Remove most all native input styles */
    appearance: none;
    /* For iOS < 15 */
    background-color: white;
    /* Not removed via appearance */
    margin: 0;
    font: inherit;
    color: currentColor;
    width: 1.15em;
    height: 1.15em;
    border: 0.15em solid currentColor;
    border-radius: 0.15em;
    transform: translateY(-0.075em);
    display: grid;
    place-content: center;
}

    input[type="checkbox"][b-gc8xpgymww]::before {
        content: "";
        width: 0.65em;
        height: 0.65em;
        clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
        transform: scale(0);
        transform-origin: bottom left;
        transition: 120ms transform ease-in-out;
        box-shadow: inset 1em 1em var(--form-control-color);
        /* Windows High Contrast Mode */
        background-color: CanvasText;
    }

    input[type="checkbox"]:checked[b-gc8xpgymww]::before {
        transform: scale(1);
    }

    input[type="checkbox"]:focus[b-gc8xpgymww] {
        outline: max(2px, 0.15em) solid currentColor;
        outline-offset: max(2px, 0.15em);
    }

    input[type="checkbox"]:disabled[b-gc8xpgymww] {
        --form-control-color: var(--form-control-disabled);
        color: var(--form-control-disabled);
        cursor: not-allowed;
    }

.checkbox-container[b-gc8xpgymww] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .checkbox-container input[b-gc8xpgymww] {
        margin-left: 10px; /* Adjust the margin as needed */
        cursor: pointer;
    }
/* _content/RSA_Requisitions/Pages/Settings/OutOfOffice.razor.rz.scp.css */
.show[b-rguhueptbu] {
    display: block;
}

.hide[b-rguhueptbu] {
    display: none;
}

.rounded-box[b-rguhueptbu] {
    border: 2px solid #1E3179; /* Set the border style and color */
    border-radius: 10px; /* Adjust the radius to control the roundness */
    padding: 20px; /* Add some padding to the content inside the box */
    background-image: linear-gradient(180deg, white 1%, #267EC2 100%);
    /* background-image: linear-gradient(180deg, #62A1CA 40%, #B5D7F1 100%); */
}

.inputGroups[b-rguhueptbu] {
    margin-bottom: 10px;
}

.inputs[b-rguhueptbu] {
    background-color: #f1f9ff
}

.table-checkbox-containter[b-rguhueptbu] {
    background-color: #f0f0f0;
    border: 1px solid #ccc;
    max-height: 80%; /* Adjust the max height as needed */
    overflow-y: auto;
}

.table-container[b-rguhueptbu] {
    background-color: #f0f0f0;
    border: 1px solid #ccc;
    max-height: 80%; /* Adjust the max height as needed */
    overflow-y: auto;
}

/* Style for table headers */
.table th[b-rguhueptbu] {
    position: relative;
    background-color: #267ec2;
    color: #fff;
    font-weight: bold;
    text-align: center;
    z-index: 2;
}

/* Style for table data cells */
.table td[b-rguhueptbu] {
    background-color: #fff;
}

/* Optional: Add some padding to table cells */
.table th[b-rguhueptbu], .table td[b-rguhueptbu] {
    padding: 8px;
}

.thead[b-rguhueptbu] {
    text-align: center;
}

.custom-margin-right[b-rguhueptbu] {
    margin-right: 10px; /* Adjust the margin value as needed */
}

.custom-margin-left[b-rguhueptbu] {
    margin-left: 10px; /* Adjust the margin value as needed */
}

span[b-rguhueptbu] {
    font-weight: bold;
}

.icon-button[b-rguhueptbu] {
    background-color: #62A1CA; /* Button background color */
    color: #fff; /* Text color */
    padding: 5px 10px; /* Padding */
    border: none; /* No border */
    border-radius: 5px; /* Rounded corners */
    cursor: pointer; /* Cursor style on hover */
    /* You can add more styles like hover effects, margin, etc. */
}

    .icon-button:hover[b-rguhueptbu] {
        background-color: white;
        color: black;
    }


input[type="checkbox"][b-rguhueptbu] {
    /* Add if not using autoprefixer */
    -webkit-appearance: none;
    /* Remove most all native input styles */
    appearance: none;
    /* For iOS < 15 */
    background-color: white;
    /* Not removed via appearance */
    margin: 0;
    font: inherit;
    color: currentColor;
    width: 1.15em;
    height: 1.15em;
    border: 0.15em solid currentColor;
    border-radius: 0.15em;
    transform: translateY(-0.075em);
    display: grid;
    place-content: center;
}

    input[type="checkbox"][b-rguhueptbu]::before {
        content: "";
        width: 0.65em;
        height: 0.65em;
        clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
        transform: scale(0);
        transform-origin: bottom left;
        transition: 120ms transform ease-in-out;
        box-shadow: inset 1em 1em var(--form-control-color);
        /* Windows High Contrast Mode */
        background-color: CanvasText;
    }

    input[type="checkbox"]:checked[b-rguhueptbu]::before {
        transform: scale(1);
    }

    input[type="checkbox"]:focus[b-rguhueptbu] {
        outline: max(2px, 0.15em) solid currentColor;
        outline-offset: max(2px, 0.15em);
    }

    input[type="checkbox"]:disabled[b-rguhueptbu] {
        --form-control-color: var(--form-control-disabled);
        color: var(--form-control-disabled);
        cursor: not-allowed;
    }

.checkbox-container[b-rguhueptbu] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .checkbox-container input[b-rguhueptbu] {
        margin-left: 10px; /* Adjust the margin as needed */
        cursor: pointer;
    }
/* _content/RSA_Requisitions/Pages/Settings/RequisitionTemplates.razor.rz.scp.css */
.show[b-k1c9qhx0mr] {
    display: block;
}

.hide[b-k1c9qhx0mr] {
    display: none;
}

.rounded-box[b-k1c9qhx0mr] {
    border: 2px solid #1E3179; /* Set the border style and color */
    border-radius: 10px; /* Adjust the radius to control the roundness */
    padding: 20px; /* Add some padding to the content inside the box */
    background-image: linear-gradient(180deg, white 1%, #267EC2 100%);
    /* background-image: linear-gradient(180deg, #62A1CA 40%, #B5D7F1 100%); */
}

.inputGroups[b-k1c9qhx0mr] {
    margin-bottom: 10px;
}

.inputs[b-k1c9qhx0mr] {
    background-color: #f1f9ff
}

.table-container[b-k1c9qhx0mr] {
    background-color: #f0f0f0;
    border: 1px solid #ccc;
    max-height: 80%; /* Adjust the max height as needed */
    overflow-y: auto;
}

/* Style for table headers */
.table th[b-k1c9qhx0mr] {
    position: relative;
    background-color: #267ec2;
    color: #fff;
    font-weight: bold;
    text-align: center;
    z-index: 2;
}

/* Style for table data cells */
.table td[b-k1c9qhx0mr] {
    background-color: #fff;
}

/* Optional: Add some padding to table cells */
.table th[b-k1c9qhx0mr], .table td[b-k1c9qhx0mr] {
    padding: 8px;
}

.thead[b-k1c9qhx0mr] {
    text-align: center;
}

.custom-margin-right[b-k1c9qhx0mr] {
    margin-right: 10px; /* Adjust the margin value as needed */
}

.custom-margin-left[b-k1c9qhx0mr] {
    margin-left: 10px; /* Adjust the margin value as needed */
}

span[b-k1c9qhx0mr] {
    font-weight: bold;
}

.icon-button[b-k1c9qhx0mr] {
    background-color: #62A1CA; /* Button background color */
    color: #fff; /* Text color */
    padding: 5px 10px; /* Padding */
    border: none; /* No border */
    border-radius: 5px; /* Rounded corners */
    cursor: pointer; /* Cursor style on hover */
    /* You can add more styles like hover effects, margin, etc. */
}

    .icon-button:hover[b-k1c9qhx0mr] {
        background-color: white;
        color: black;
    }
/* _content/RSA_Requisitions/Pages/Settings/Shared/BuyerDepartmentLinkBox.razor.rz.scp.css */
.showBox[b-r4kan4n0wt] {
    display: block;
}

.hideBox[b-r4kan4n0wt] {
    display: none;
}

/* Overlay container */
.overlay[b-r4kan4n0wt] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 999;
    justify-content: center;
    align-items: center;
}

/* Main decisionBox container */
.decisionBox-container[b-r4kan4n0wt] {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-image: linear-gradient(180deg, white 1%, #267EC2 100%);
    border: 1px solid #ccc;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    padding: 10px;
    z-index: 2000;
    width: 50%; /* Adjust the width as needed */
}

/* Close button style */
.close-button[b-r4kan4n0wt] {
    position: absolute;
    top: 5px;
    right: 10px;
    background: none;
    border: none;
    cursor: pointer;
    font-size: 20px;
    color: #777;
}

    .close-button:hover[b-r4kan4n0wt] {
        color: #333;
    }

.Setup-List[b-r4kan4n0wt] {
    margin: 20px; /* Adjust margin as needed */
    display: flex;
    flex-wrap: wrap; /* Allows tables to wrap to the next line if there isn't enough space */
}

    .Setup-List > div[b-r4kan4n0wt] {
        flex: 1;
        margin-right: 20px; /* Adjust margin between tables as needed */
    }

    .Setup-List h5[b-r4kan4n0wt] {
        font-size: 1.5rem;
        margin-bottom: 10px;
    }

    .Setup-List table[b-r4kan4n0wt] {
        width: 100%;
        border-collapse: collapse;
        margin-bottom: 20px;
    }

    .Setup-List th[b-r4kan4n0wt] {
        border: 1px solid grey;
        padding: 8px;
        text-align: left;
        background-color: #267ec2;
    }

    .Setup-List td[b-r4kan4n0wt] {
        border: 1px solid grey;
        padding: 8px;
        text-align: left;
        background-color: white;
    }

    .Setup-List select[b-r4kan4n0wt] {
        width: 100%;
        padding: 5px;
        margin: 5px 0;
    }
.linked-views[b-r4kan4n0wt],
.unlinked-views[b-r4kan4n0wt] {
    flex: 1;
    margin-right: 20px; /* Adjust margin between divs as needed */
}

    .linked-views h5[b-r4kan4n0wt],
    .unlinked-views h5[b-r4kan4n0wt] {
        font-size: 1.5rem;
        margin-bottom: 10px;
    }

    .linked-views table[b-r4kan4n0wt],
    .unlinked-views table[b-r4kan4n0wt] {
        width: 100%;
        border-collapse: collapse;
        margin-bottom: 20px;
    }

    .linked-views th[b-r4kan4n0wt],
    .linked-views td[b-r4kan4n0wt],
    .unlinked-views th[b-r4kan4n0wt],
    .unlinked-views td[b-r4kan4n0wt] {
        border: 1px solid grey;
        padding: 8px;
        text-align: left;
        background-color: #267ec2;
    }

    .linked-views td[b-r4kan4n0wt],
    .unlinked-views td[b-r4kan4n0wt] {
        background-color: white;
    }

    .linked-views select[b-r4kan4n0wt],
    .unlinked-views select[b-r4kan4n0wt] {
        width: 100%;
        padding: 5px;
        margin: 5px 0;
    }
/* _content/RSA_Requisitions/Pages/Settings/Shared/SettingsOptions.razor.rz.scp.css */
.navbar[b-c556svg9qr] {
    background-color: #333;
    overflow: hidden;
    width: 100%;
    height: 55px;
    padding: 0px;
}

    .navbar a[b-c556svg9qr] {
        float: left;
        color: white;
        text-align: center;
        padding: 14px 10px;
        text-decoration: none;
        font-size: 17px;
    }

    .navbar i[b-c556svg9qr] {
        color: #f2f2f2;
        text-align: center;
        text-decoration: none;
        font-size: 17px;
        padding-right: 20px;
    }

    .navbar a:hover[b-c556svg9qr] {
        background-color: #ddd;
        color: black;
    }

        .navbar a:hover > i[b-c556svg9qr] {
            color: white;
        }

        .navbar a:hover > hr.selectedLink[b-c556svg9qr] {
            border: 3px solid black;
        }

.selectedLink[b-c556svg9qr] {
    /*background-color: #959695;
        color: #d20000;*/
}

hr.selectedLink[b-c556svg9qr] {
    border: 3px solid white;
    border-radius: 5px;
    margin-top: 5px;
    margin-bottom: 0px;
}

hr.notSelectedLink[b-c556svg9qr] {
    border: 3px solid white;
    border-radius: 5px;
    margin-top: 5px;
    margin-bottom: 0px;
    opacity: 0;
}
/* _content/RSA_Requisitions/Pages/Settings/Shared/UserDepartmentLinkBox.razor.rz.scp.css */
.showBox[b-c0jh8agq6y] {
    display: block;
}

.hideBox[b-c0jh8agq6y] {
    display: none;
}

/* Overlay container */
.overlay[b-c0jh8agq6y] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 999;
    justify-content: center;
    align-items: center;
}

/* Main decisionBox container */
.decisionBox-container[b-c0jh8agq6y] {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-image: linear-gradient(180deg, white 1%, #267EC2 100%);
    border: 1px solid #ccc;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    padding: 10px;
    z-index: 2000;
    width: 50%; /* Adjust the width as needed */
}

/* Close button style */
.close-button[b-c0jh8agq6y] {
    position: absolute;
    top: 5px;
    right: 10px;
    background: none;
    border: none;
    cursor: pointer;
    font-size: 20px;
    color: #777;
}

    .close-button:hover[b-c0jh8agq6y] {
        color: #333;
    }

.Setup-List[b-c0jh8agq6y] {
    margin: 20px; /* Adjust margin as needed */
    display: flex;
    flex-wrap: wrap; /* Allows tables to wrap to the next line if there isn't enough space */
}

    .Setup-List > div[b-c0jh8agq6y] {
        flex: 1;
        margin-right: 20px; /* Adjust margin between tables as needed */
    }

    .Setup-List h5[b-c0jh8agq6y] {
        font-size: 1.5rem;
        margin-bottom: 10px;
    }

    .Setup-List table[b-c0jh8agq6y] {
        width: 100%;
        border-collapse: collapse;
        margin-bottom: 20px;
    }

    .Setup-List th[b-c0jh8agq6y] {
        border: 1px solid grey;
        padding: 8px;
        text-align: left;
        background-color: #267ec2;
    }

    .Setup-List td[b-c0jh8agq6y] {
        border: 1px solid grey;
        padding: 8px;
        text-align: left;
        background-color: white;
    }

    .Setup-List select[b-c0jh8agq6y] {
        width: 100%;
        padding: 5px;
        margin: 5px 0;
    }
.linked-views[b-c0jh8agq6y],
.unlinked-views[b-c0jh8agq6y] {
    flex: 1;
    margin-right: 20px; /* Adjust margin between divs as needed */
}

    .linked-views h5[b-c0jh8agq6y],
    .unlinked-views h5[b-c0jh8agq6y] {
        font-size: 1.5rem;
        margin-bottom: 10px;
    }

    .linked-views table[b-c0jh8agq6y],
    .unlinked-views table[b-c0jh8agq6y] {
        width: 100%;
        border-collapse: collapse;
        margin-bottom: 20px;
    }

    .linked-views th[b-c0jh8agq6y],
    .linked-views td[b-c0jh8agq6y],
    .unlinked-views th[b-c0jh8agq6y],
    .unlinked-views td[b-c0jh8agq6y] {
        border: 1px solid grey;
        padding: 8px;
        text-align: left;
        background-color: #267ec2;
    }

    .linked-views td[b-c0jh8agq6y],
    .unlinked-views td[b-c0jh8agq6y] {
        background-color: white;
    }

    .linked-views select[b-c0jh8agq6y],
    .unlinked-views select[b-c0jh8agq6y] {
        width: 100%;
        padding: 5px;
        margin: 5px 0;
    }
/* _content/RSA_Requisitions/Pages/Settings/Shared/UsergroupPermissionLinkBox.razor.rz.scp.css */
.showBox[b-gpx30xu08w] {
    display: block;
}

.hideBox[b-gpx30xu08w] {
    display: none;
}

/* Overlay container */
.overlay[b-gpx30xu08w] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 999;
    justify-content: center;
    align-items: center;
}

/* Main decisionBox container */
.decisionBox-container[b-gpx30xu08w] {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-image: linear-gradient(180deg, white 1%, #267EC2 100%);
    border: 1px solid #ccc;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    padding: 10px;
    z-index: 2000;
    width: 50%; /* Adjust the width as needed */
}

/* Close button style */
.close-button[b-gpx30xu08w] {
    position: absolute;
    top: 5px;
    right: 10px;
    background: none;
    border: none;
    cursor: pointer;
    font-size: 20px;
    color: #777;
}

    .close-button:hover[b-gpx30xu08w] {
        color: #333;
    }

.Setup-List[b-gpx30xu08w] {
    margin: 20px; /* Adjust margin as needed */
    display: flex;
    flex-wrap: wrap; /* Allows tables to wrap to the next line if there isn't enough space */
}

    .Setup-List > div[b-gpx30xu08w] {
        flex: 1;
        margin-right: 20px; /* Adjust margin between tables as needed */
    }

    .Setup-List h5[b-gpx30xu08w] {
        font-size: 1.5rem;
        margin-bottom: 10px;
    }

    .Setup-List table[b-gpx30xu08w] {
        width: 100%;
        border-collapse: collapse;
        margin-bottom: 20px;
    }

    .Setup-List th[b-gpx30xu08w] {
        border: 1px solid grey;
        padding: 8px;
        text-align: left;
        background-color: #267ec2;
    }

    .Setup-List td[b-gpx30xu08w] {
        border: 1px solid grey;
        padding: 8px;
        text-align: left;
        background-color: white;
    }

    .Setup-List select[b-gpx30xu08w] {
        width: 100%;
        padding: 5px;
        margin: 5px 0;
    }
.linked-views[b-gpx30xu08w],
.unlinked-views[b-gpx30xu08w] {
    flex: 1;
    margin-right: 20px; /* Adjust margin between divs as needed */
}

    .linked-views h5[b-gpx30xu08w],
    .unlinked-views h5[b-gpx30xu08w] {
        font-size: 1.5rem;
        margin-bottom: 10px;
    }

    .linked-views table[b-gpx30xu08w],
    .unlinked-views table[b-gpx30xu08w] {
        width: 100%;
        border-collapse: collapse;
        margin-bottom: 20px;
    }

    .linked-views th[b-gpx30xu08w],
    .linked-views td[b-gpx30xu08w],
    .unlinked-views th[b-gpx30xu08w],
    .unlinked-views td[b-gpx30xu08w] {
        border: 1px solid grey;
        padding: 8px;
        text-align: left;
        background-color: #267ec2;
    }

    .linked-views td[b-gpx30xu08w],
    .unlinked-views td[b-gpx30xu08w] {
        background-color: white;
    }

    .linked-views select[b-gpx30xu08w],
    .unlinked-views select[b-gpx30xu08w] {
        width: 100%;
        padding: 5px;
        margin: 5px 0;
    }
/* _content/RSA_Requisitions/Pages/Settings/StockMaintenance.razor.rz.scp.css */
.show[b-mqu72mnwny] {
    display: block;
}

.hide[b-mqu72mnwny] {
    display: none;
}

.rounded-box[b-mqu72mnwny] {
    border: 2px solid #1E3179; /* Set the border style and color */
    border-radius: 10px; /* Adjust the radius to control the roundness */
    padding: 20px; /* Add some padding to the content inside the box */
    background-image: linear-gradient(180deg, white 1%, #267EC2 100%);
    /* background-image: linear-gradient(180deg, #62A1CA 40%, #B5D7F1 100%); */
}

.inputGroups[b-mqu72mnwny] {
    margin-bottom: 10px;
}

.inputs[b-mqu72mnwny] {
    background-color: #f1f9ff
}

.table-container[b-mqu72mnwny] {
    background-color: #f0f0f0;
    border: 1px solid #ccc;
    max-height: 80%; /* Adjust the max height as needed */
    overflow-y: auto;
}

/* Style for table headers */
.table th[b-mqu72mnwny] {
    position: relative;
    background-color: #267ec2;
    color: #fff;
    font-weight: bold;
    text-align: center;
    z-index: 2;
}

/* Style for table data cells */
.table td[b-mqu72mnwny] {
    background-color: #fff;
}

/* Optional: Add some padding to table cells */
.table th[b-mqu72mnwny], .table td[b-mqu72mnwny] {
    padding: 8px;
}

.thead[b-mqu72mnwny] {
    text-align: center;
}

.custom-margin-right[b-mqu72mnwny] {
    margin-right: 10px; /* Adjust the margin value as needed */
}

.custom-margin-left[b-mqu72mnwny] {
    margin-left: 10px; /* Adjust the margin value as needed */
}

span[b-mqu72mnwny] {
    font-weight: bold;
}

.icon-button[b-mqu72mnwny] {
    background-color: #62A1CA; /* Button background color */
    color: #fff; /* Text color */
    padding: 5px 10px; /* Padding */
    border: none; /* No border */
    border-radius: 5px; /* Rounded corners */
    cursor: pointer; /* Cursor style on hover */
    /* You can add more styles like hover effects, margin, etc. */
}

    .icon-button:hover[b-mqu72mnwny] {
        background-color: white;
        color: black;
    }
/* _content/RSA_Requisitions/Pages/Settings/Usergroups.razor.rz.scp.css */
.show[b-cl45s3kell] {
    display: block;
}

.hide[b-cl45s3kell] {
    display: none;
}

.rounded-box[b-cl45s3kell] {
    border: 2px solid #1E3179; /* Set the border style and color */
    border-radius: 10px; /* Adjust the radius to control the roundness */
    padding: 20px; /* Add some padding to the content inside the box */
    background-image: linear-gradient(180deg, white 1%, #267EC2 100%);
    /* background-image: linear-gradient(180deg, #62A1CA 40%, #B5D7F1 100%); */
}

.inputGroups[b-cl45s3kell] {
    margin-bottom: 10px;
}

.inputs[b-cl45s3kell] {
    background-color: #f1f9ff
}

.table-container[b-cl45s3kell] {
    background-color: #f0f0f0;
    border: 1px solid #ccc;
    max-height: 80%; /* Adjust the max height as needed */
    overflow-y: auto;
}

/* Style for table headers */
.table th[b-cl45s3kell] {
    position: relative;
    background-color: #267ec2;
    color: #fff;
    font-weight: bold;
    text-align: center;
    z-index: 2;
}

/* Style for table data cells */
.table td[b-cl45s3kell] {
    background-color: #fff;
}

/* Optional: Add some padding to table cells */
.table th[b-cl45s3kell], .table td[b-cl45s3kell] {
    padding: 8px;
}

.thead[b-cl45s3kell] {
    text-align: center;
}

.custom-margin-right[b-cl45s3kell] {
    margin-right: 10px; /* Adjust the margin value as needed */
}

.custom-margin-left[b-cl45s3kell] {
    margin-left: 10px; /* Adjust the margin value as needed */
}

span[b-cl45s3kell] {
    font-weight: bold;
}

.icon-button[b-cl45s3kell] {
    background-color: #62A1CA; /* Button background color */
    color: #fff; /* Text color */
    padding: 5px 10px; /* Padding */
    border: none; /* No border */
    border-radius: 5px; /* Rounded corners */
    cursor: pointer; /* Cursor style on hover */
    /* You can add more styles like hover effects, margin, etc. */
}

    .icon-button:hover[b-cl45s3kell] {
        background-color: white;
        color: black;
    }
/* _content/RSA_Requisitions/Pages/Settings/Users.razor.rz.scp.css */
.show[b-cb8zedjwob] {
    display: block;
}

.hide[b-cb8zedjwob] {
    display: none;
}

.rounded-box[b-cb8zedjwob] {
    border: 2px solid #1E3179; /* Set the border style and color */
    border-radius: 10px; /* Adjust the radius to control the roundness */
    padding: 20px; /* Add some padding to the content inside the box */
    background-image: linear-gradient(180deg, white 1%, #267EC2 100%);
    /* background-image: linear-gradient(180deg, #62A1CA 40%, #B5D7F1 100%); */
}

.inputGroups[b-cb8zedjwob] {
    margin-bottom: 10px;
}

.inputs[b-cb8zedjwob] {
    background-color: #f1f9ff
}

.table-container[b-cb8zedjwob] {
    background-color: #f0f0f0;
    border: 1px solid #ccc;
    max-height: 80%; /* Adjust the max height as needed */
    overflow-y: auto;
}

/* Style for table headers */
.table th[b-cb8zedjwob] {
    position: relative;
    background-color: #267ec2;
    color: #fff;
    font-weight: bold;
    text-align: center;
    z-index: 2;
}

/* Style for table data cells */
.table td[b-cb8zedjwob] {
    background-color: #fff;
}

/* Optional: Add some padding to table cells */
.table th[b-cb8zedjwob], .table td[b-cb8zedjwob] {
    padding: 8px;
}

.thead[b-cb8zedjwob] {
    text-align: center;
}

.custom-margin-right[b-cb8zedjwob] {
    margin-right: 10px; /* Adjust the margin value as needed */
}

.custom-margin-left[b-cb8zedjwob] {
    margin-left: 10px; /* Adjust the margin value as needed */
}

span[b-cb8zedjwob] {
    font-weight: bold;
}

.icon-button[b-cb8zedjwob] {
    background-color: #62A1CA; /* Button background color */
    color: #fff; /* Text color */
    padding: 5px 10px; /* Padding */
    border: none; /* No border */
    border-radius: 5px; /* Rounded corners */
    cursor: pointer; /* Cursor style on hover */
    /* You can add more styles like hover effects, margin, etc. */
}

    .icon-button:hover[b-cb8zedjwob] {
        background-color: white;
        color: black;
    }
/* _content/RSA_Requisitions/Pages/Upliftment/Upliftment.razor.rz.scp.css */
.rounded-box[b-lp4de8og8l] {
    border: 2px solid #1E3179; /* Set the border style and color */
    border-radius: 10px; /* Adjust the radius to control the roundness */
    padding: 20px; /* Add some padding to the content inside the box */
    background-image: linear-gradient(180deg, white 1%, #267EC2 100%);
    /* background-image: linear-gradient(180deg, #62A1CA 40%, #B5D7F1 100%); */
}

.inputGroups[b-lp4de8og8l] {
    margin-bottom: 10px;
}

.rectangle[b-lp4de8og8l] {
    border: 2px solid #1E3179; /* Set the border style and color */
    padding: 20px; /* Add some padding to the content inside the box */
    border-radius: 10px; /* Border radius to make it rounded */
    width: fit-content; /* Adjusts the width based on the content */
    background-image: linear-gradient(180deg, white 1%, #267EC2 100%);
    margin: auto; /* Centers the rectangle horizontally */
}

.selected[b-lp4de8og8l] {
    background-color: yellow; /* or any other color you prefer */
}

.custom-green-btn[b-lp4de8og8l] {
    background-color: green;
    border-color: green;
}

.inputs[b-lp4de8og8l] {
    background-color: #f1f9ff
}

.table-container[b-lp4de8og8l] {
    background-color: #f0f0f0;
    border: 1px solid #ccc;
    max-height: 80%; /* Adjust the max height as needed */
    overflow-y: auto;
}

/* Style for table headers */
.table th[b-lp4de8og8l] {
    position: relative;
    background-color: #267ec2;
    color: #fff;
    font-weight: bold;
    text-align: center;
    z-index: 2;
}

/* Style for table data cells */
.table td[b-lp4de8og8l] {
    background-color: #fff;
}

/* Optional: Add some padding to table cells */
.table th[b-lp4de8og8l], .table td[b-lp4de8og8l] {
    padding: 8px;
}

.thead[b-lp4de8og8l] {
    text-align: center;
}

.custom-margin-right[b-lp4de8og8l] {
    margin-right: 10px; /* Adjust the margin value as needed */
}

.custom-margin-left[b-lp4de8og8l] {
    margin-left: 10px; /* Adjust the margin value as needed */
}

span[b-lp4de8og8l] {
    font-weight: bold;
}

.icon-button[b-lp4de8og8l] {
    background-color: #62A1CA; /* Button background color */
    color: #fff; /* Text color */
    padding: 5px 10px; /* Padding */
    border: none; /* No border */
    border-radius: 5px; /* Rounded corners */
    cursor: pointer; /* Cursor style on hover */
    /* You can add more styles like hover effects, margin, etc. */
}

    .icon-button:hover[b-lp4de8og8l] {
        background-color: white;
        color: black;
    }

.view-remarks[b-lp4de8og8l] {
    color: darkblue; /* Set the color of the icon to dark blue */
}

    .view-remarks:hover[b-lp4de8og8l] {
        color: lightblue; /* Set the color of the icon to dark blue */
    }

.view-lines[b-lp4de8og8l] {
    color: green; /* Set the color of the icon to dark blue */
}

    .view-lines:hover[b-lp4de8og8l] {
        color: lightgreen; /* Set the color of the icon to dark blue */
    }

.view-files[b-lp4de8og8l] {
    color: green; /* Set the color of the icon to dark blue */
}

.view-lines:hover[b-lp4de8og8l] {
    color: lightgreen; /* Set the color of the icon to dark blue */
}

.decline-header[b-lp4de8og8l] {
    color: #d20000; /* Set the color of the icon to dark blue */
}

    .decline-header:hover[b-lp4de8og8l] {
        color: darkred; /* Set the color of the icon to dark blue */
    }

.valWarning[b-lp4de8og8l] {
    border: 3px solid #d20000 !important;
}
/* _content/RSA_Requisitions/Pages/Upliftment/UpliftmentDocument.razor.rz.scp.css */
.rounded-box[b-894kivgw79] {
    border: 2px solid #1E3179; /* Set the border style and color */
    border-radius: 10px; /* Adjust the radius to control the roundness */
    padding: 20px; /* Add some padding to the content inside the box */
    background-image: linear-gradient(180deg, white 1%, #267EC2 100%);
    /* background-image: linear-gradient(180deg, #62A1CA 40%, #B5D7F1 100%); */
}

.inputGroups[b-894kivgw79] {
    margin-bottom: 10px;
}

.inputs[b-894kivgw79] {
    background-color: #f1f9ff
}

.table-container[b-894kivgw79] {
    background-color: #f0f0f0;
    border: 1px solid #ccc;
    max-height: 80%; /* Adjust the max height as needed */
    overflow-y: auto;
}

/* Style for table headers */
.table th[b-894kivgw79] {
    position: relative;
    background-color: #267ec2;
    color: #fff;
    font-weight: bold;
    text-align: center;
    z-index: 2;
}

/* Style for table data cells */
.table td[b-894kivgw79] {
    background-color: #fff;
}

/* Optional: Add some padding to table cells */
.table th[b-894kivgw79], .table td[b-894kivgw79] {
    padding: 8px;
}

.thead[b-894kivgw79] {
    text-align: center;
}

.custom-margin-right[b-894kivgw79] {
    margin-right: 10px; /* Adjust the margin value as needed */
}

.custom-margin-left[b-894kivgw79] {
    margin-left: 10px; /* Adjust the margin value as needed */
}

span[b-894kivgw79] {
    font-weight: bold;
}

.icon-button[b-894kivgw79] {
    background-color: #62A1CA; /* Button background color */
    color: #fff; /* Text color */
    padding: 5px 10px; /* Padding */
    border: none; /* No border */
    border-radius: 5px; /* Rounded corners */
    cursor: pointer; /* Cursor style on hover */
    /* You can add more styles like hover effects, margin, etc. */
}

    .icon-button:hover[b-894kivgw79] {
        background-color: white;
        color: black;
    }

.view-remarks[b-894kivgw79] {
    color: darkblue; /* Set the color of the icon to dark blue */
}

    .view-remarks:hover[b-894kivgw79] {
        color: lightblue; /* Set the color of the icon to dark blue */
    }

.view-lines[b-894kivgw79] {
    color: green; /* Set the color of the icon to dark blue */
}

    .view-lines:hover[b-894kivgw79] {
        color: lightgreen; /* Set the color of the icon to dark blue */
    }

.view-files[b-894kivgw79] {
    color: green; /* Set the color of the icon to dark blue */
}

.view-lines:hover[b-894kivgw79] {
    color: lightgreen; /* Set the color of the icon to dark blue */
}

.decline-header[b-894kivgw79] {
    color: #d20000; /* Set the color of the icon to dark blue */
}

    .decline-header:hover[b-894kivgw79] {
        color: darkred; /* Set the color of the icon to dark blue */
    }

.valWarning[b-894kivgw79] {
    border: 3px solid #d20000 !important;
}
/* _content/RSA_Requisitions/Shared/MainLayout.razor.rz.scp.css */
.page[b-fe16q73wvu] {
    position: relative;
    display: flex;
    flex-direction: column;
    background-image: url('c:\workspaces\rsasoft\rsa_requisitions\rsa_requisitions\rsa_requisitions\shared\images\background.jpg');
}

main[b-fe16q73wvu] {
    flex: 1;
}

.sidebar[b-fe16q73wvu] {
    background-image: linear-gradient(180deg, white 10%, #267EC2 100%);
}

.top-row[b-fe16q73wvu] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-fe16q73wvu]  a, .top-row .btn-link[b-fe16q73wvu] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-fe16q73wvu] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-fe16q73wvu] {
        display: none;
    }

    .top-row.auth[b-fe16q73wvu] {
        justify-content: space-between;
    }

    .top-row a[b-fe16q73wvu], .top-row .btn-link[b-fe16q73wvu] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-fe16q73wvu] {
        flex-direction: row;
    }

    .sidebar[b-fe16q73wvu] {
        width: 175px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-fe16q73wvu] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row[b-fe16q73wvu], article[b-fe16q73wvu] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* _content/RSA_Requisitions/Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-gjxt9vsmy4] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-gjxt9vsmy4] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-gjxt9vsmy4] {
    font-size: 1.15rem;
    font-weight: bold;
}

.oi[b-gjxt9vsmy4] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-gjxt9vsmy4] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-gjxt9vsmy4] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-gjxt9vsmy4] {
        padding-bottom: 1rem;
    }

    .nav-item[b-gjxt9vsmy4]  a {
        color: white;
        background-color: #267EC2;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

        .nav-item[b-gjxt9vsmy4]  a.active {
            background-color: #1a5784;
            color: white;
        }

.nav-item[b-gjxt9vsmy4]  a:hover {
    background-color: grey;
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-gjxt9vsmy4] {
        display: none;
    }

    .collapse[b-gjxt9vsmy4] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}
