.splash-screen {
    vertical-align: middle;
    text-align: center;
    background-color: #f1f2f3;
    height: 100%;
    width: 100%;
    margin-top: 250px;
}

.center-everything {
    vertical-align: middle !important;
    text-align: center !important;
}

.page-title-custom {
    font-size: 20px;
}

.form-title {
    font-weight: 500;
    color: #1e5fa0;
}

.menu-button {
    width: 50px;
    height: 50px;
    margin-right: 5px
}

.form-selector-buttons {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 15px;
    width: 100%;
    max-width: 290px;
    margin-left: auto;
    margin-right: auto;
}

.section-heading {
    background: #002060;
    color: white;
    padding-left: 3px
}
.section-subheading {
    background: rgb(12, 100, 192);
    color: white;
    padding-left: 3px
}

.section-confidential {
    background-color: red;
    color: white;
    padding-left: 3px;
    border: black solid thin;
    max-width: 50%;
}

.lightblue-info-section {
    background-color: lightblue;
    color: black;
    border: black solid thin;
    padding-left: 5px;
    font-style: italic;
}

.blue-info-section {
    background-color: blue;
    color: white;
    padding-left: 3px
}

.screening-office-border {
    border: black solid thin;
    padding: 7px;
}

.dotted-border {
    border: dashed thin blue;
    padding: 10px;
}

.solid-border-blue {
    border: #002060 2px solid;
    padding: 10px;
}

.mudchip-adjust-radius {
    border-radius: 6px !important;
}
.mudchip-min-width-40px{
    min-width: 40px !important;
}
.mudcheckbox-right-aligned {
    margin-left: auto !important;
    margin-right: 0 !important;
}

.mudstack-table {
    gap: 0 !important;
    border-bottom: solid 1px black;
}
.mudstack-table-cell {
    border: solid 1px black;
    border-bottom: none !important;
}

.mudstack-table-cell-divider {
    border-right: solid 1px black;
}

.upright-text {
    text-orientation: upright;
}
.mudstack-table-hdr-smaller-font {
    font-size: 13px !important;
}