﻿/* Temp KDS Shim */


.icons-system-information-l {
    width: 16px;
    position: relative;
    height: 16px;
    display: none;
}

.title-bar-text {
    position: relative;
    line-height: 120%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.text-content {
    flex: 1;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.small-link {
    position: relative;
    line-height: 125%;
    font-weight: 600;
}

.icon {
    width: 16px;
    position: relative;
    height: 16px;
}

.link {
    border-radius: 4px;
    border: 1px solid #fff;
    display: none;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    padding: 4px 4px 4px 8px;
    gap: 4px;
    font-size: 11px;
}

.icon-text {
    align-self: stretch;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
}

.container {
    align-self: stretch;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.title-bar {
    align-self: stretch;
    border-radius: 16px 16px 0px 0px;
    background-color: #00629e;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding: 16px 40px;
}

.h1 {
    position: relative;
    line-height: 120%;
}

.icons {
    width: 20px;
    position: relative;
    height: 20px;
}

.state-layer {
    height: 40px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 10px 16px 10px 24px;
    box-sizing: border-box;
    gap: 8px;
}

.button {
    background-color: #00629e;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.button-parent {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
}

.supporting-text {
    position: relative;
    line-height: 150%;
}

.content1 {
    align-self: stretch;
    flex: 1;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
}

.icon1 {
    width: 24px;
    position: relative;
    height: 24px;
}

.state-layer4 {
    align-self: stretch;
    flex: 1;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 8px;
}

.container1 {
    align-self: stretch;
    flex: 1;
    border-radius: 0px 4px 4px 0px;
    background-color: #00629e;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.st-trailing-icon {
    width: 64px;
    height: 64px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.trailing-elements {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
}

.state-layer3 {
    align-self: stretch;
    flex: 1;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    padding: 4px 0px 4px 16px;
    gap: 4px;
}

.search-bar {
    width: 400px;
    border-radius: 4px;
    background-color: #f0f3ff;
    border: 1px solid #757680;
    box-sizing: border-box;
    height: 40px;
    overflow: hidden;
    flex-shrink: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    text-align: left;
    font-size: 16px;
    color: #45464f;
}

.form-button-row {
    align-self: stretch;
    height: 40px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.table-responsive {
    /*width: 100%;*/
    overflow: hidden;
   /* height: 420px;
    overflow-y: auto;*/
}

.space-between-justify {
    justify-content: space-between;
}

.department-table {
    width: 100%;
}

.Pagination.links .pagination {
    justify-content: flex-end !important;
}

.form-button-row-wrapper .form-button-row .form-select {
    color: white;
    background-color: #00629e !important;
}

.table-responsive tbody tr {
    font-size: 1rem;
    font-family: "PlusJakartaSans", sans-serif
}

.table-responsive thead {
    color: white;
    font-size: 12px;
    background-color: #00629e !important;
}

    .table-responsive thead tr:nth-child(2) {
        display: none;
    }

    .table-responsive thead tr th {
        font-size: 1rem;
        font-family: "PlusJakartaSans", sans-serif;
    }

.table-bordered > :not(caption) > * > * {
    border-width: 0 !important;
}

.table-bordered > :not(caption) > * {
    border-width: 0 !important;
}

.form-button-row-wrapper {
    align-self: stretch;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 0px 16px;
}

.applicant-glance {
    width: 1152px;
    background-color: #e8edff;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 24px 0px;
    box-sizing: border-box;
    text-align: center;
    font-size: 14px;
    color: #fff;
}

.cell {
    position: relative;
    line-height: 125%;
}

.container2 {
    align-self: stretch;
    flex: 1;
    border-radius: 4px;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.icon-button {
    width: 24px;
    height: 24px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.cells {
    flex: 1;
    height: 62px;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    padding: 16px;
    box-sizing: border-box;
    gap: 4px;
    min-width: 102px;
}

.cells2 {
    width: 190px;
    height: 62px;
    overflow: hidden;
    flex-shrink: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    padding: 16px;
    box-sizing: border-box;
    gap: 4px;
    min-width: 102px;
}

.job-title {
    margin: 0;
}

.cells3 {
    width: 102px;
    overflow: hidden;
    flex-shrink: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    padding: 16px;
    box-sizing: border-box;
    gap: 4px;
    min-width: 102px;
}

.header-row {
    align-self: stretch;
    background-color: #00629e;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 0px 8px;
    font-size: 12px;
    color: #fff;
}

.cells4 {
    flex: 1;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    padding: 8px 16px;
    box-sizing: border-box;
    min-width: 102px;
}

.cells6 {
    width: 190px;
    overflow: hidden;
    flex-shrink: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    padding: 8px 16px;
    box-sizing: border-box;
    min-width: 102px;
}

.cells7 {
    width: 102px;
    overflow: hidden;
    flex-shrink: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    padding: 8px 16px;
    box-sizing: border-box;
    min-width: 102px;
}

.cell-row {
    align-self: stretch;
    height: 42px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    padding: 0px 8px;
    box-sizing: border-box;
}

.cell-row1 {
    align-self: stretch;
    background-color: #fbf2e9;
    height: 42px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    padding: 0px 8px;
    box-sizing: border-box;
}

.example {
    align-self: stretch;
    border-radius: 0px 0px 4px 4px;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}

.accordion-content {
    align-self: stretch;
    border: 1px solid #c5c6d0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}

.accordion-item {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.list-group {
    /*
        // Why is this hard-coded on such a generic selector?
        width: 1152px;

    */
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-content: flex-start;
}

.icon-button4 {
    width: 40px;
    height: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    opacity: 0.38;
}

.pagination-page-item {
    width: 40px;
    border-radius: 4px;
    background-color: #dfe8ff;
    height: 40px;
    overflow: hidden;
    flex-shrink: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 12px;
    box-sizing: border-box;
    color: #00629e;
}

.pagination-page-item1 {
    width: 40px;
    border-radius: 4px;
    height: 40px;
    overflow: hidden;
    flex-shrink: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 12px;
    box-sizing: border-box;
}

.icon-button5 {
    width: 40px;
    height: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.pagination {
    margin-top: 5px;
    margin-bottom: 0px;
    height: 40px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    font-size: 14px;
    color: #001849;
}

.list-group-parent {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 16px;
    font-size: 11px;
    color: #45464f;
    width: 100%;
    font-family: 'Plus Jakarta Sans';
}

.applicant {
    width: 1200px;
    border-radius: 8px;
    background-color: #fff;
    border: 1px solid #c5c6d0;
    box-sizing: border-box;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 24px;
    color: #00629e;
    font-family: 'Zilla Slab';
}

.pagination.justify-content-start {
    justify-content: flex-end !important;
}

.content {
    align-self: stretch;
    border-radius: 16px;
    border: 1px solid #c5c6d0;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}

.browser {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 1200px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 0px 0px;
    box-sizing: border-box;
    max-width: 1200px;
}

.page-content {
    width: 1200px;
    position: relative;
    height: 696px;
    background-color: #ffffff;
}

.dep-title {
    width: 100%;
    position: relative;
    background-color: #faf8ff;
    /*overflow: hidden;*/
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    text-align: left;
    font-size: 16px;
    color: #fff;
    font-family: 'Plus Jakarta Sans';
}


/*
    Selector Base classes
*/

.wizard-container select .form-control:disabled {
    background-color: #e9ecef88;
}

.wizard-container .spinner-border.text-primary {
    color: #00629Eaa !important;
    border-width: 0.15em;
}

.wizard-container .yes-no-container {
    border: 1px solid #00629E;
    border-radius: 0.25em;
}

/* Container for the select dropdown */
.select-wrapper {
    position: relative;
    display: inline-block;
    width: 200px; /* Adjust width as needed */
}

/* Wrapper for the custom select */
.custom-select-wrapper {
    position: relative;
    display: inline-block;
    width: fit-content;
}

/* Style the select dropdown */
.form-select {
    appearance: none; /* Remove default styling */
    -webkit-appearance: none;
    -moz-appearance: none;
    padding: 10px 30px 10px 10px; /* Add padding for custom arrow */
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 16px;
    background-color: #00629e !important; /* Dropdown background color */
    color: white;
    width: 100%;
    cursor: pointer;
}

/* Add the custom arrow */
.custom-select-wrapper::after {
    content: '▼'; /* Custom arrow */
    font-size: 10px;
    color: white; /* Arrow color */
    position: absolute;
    right: 10px; /* Position arrow inside the dropdown */
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none; /* Allow clicks to pass through */
    width: 16px;
    height: 14px;
    background-color: #00629e !important;
}

/* Hide default dropdown arrow in IE */
.form-select::-ms-expand {
    display: none;
}

.form-switch {
    padding-left: 1.5em !important;
}

ul.pagination li:first-child, ul.pagination li:last-child {
    display: none;
}

.btn-primary {
    color: #fff;
    background-color: #00629e !important;
    border-color: #00629e !important;
}

.pagination .page-item.active .page-link {
    background-color: #00629e;
    border-color: #00629e;
    color: #fff;
}

    .pagination .page-item.active .page-link:hover {
        background-color: #00629e;
        border-color: #00629e;
    }


.d-flex.justify-content-between.align-middle.mt-2 {
    justify-content: flex-end !important;
}