<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Common */

body {
    margin: 0;
    padding: 0;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    background: #f4f4f4;
}

.BannerColor {
    background-color: white !important;
}

.borderless th {
    border: none !important;
}

.borderless tr {
    border: none !important;
}

.borderless td {
    border: none !important;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
    padding-left: 5px !important;
    padding-right: 5px !important;
}

/* Page */

.page-content.page-content2 {
    padding-bottom: 100px;
    position: relative;
}

.page-content {
    padding: 0px 40px 40px 40px; /*100px*/
    -webkit-transition: width 0.5s cubic-bezier(0.15, 0.99, 0.18, 1.01);
    -o-transition: width 0.5s cubic-bezier(0.15, 0.99, 0.18, 1.01);
    transition: width 0.5s cubic-bezier(0.15, 0.99, 0.18, 1.01);
    min-height: 100vh;
}

.page-title {
    font-size: 24px;
    font-weight:500;
    color: #210641;
}

.page-data-name {
    font-size: 18px;
    color: #210641;
}

/* Standard Grid Div */

.gridWrapper {
    width: 100%;
    height: 60vh;
    overflow-x: scroll;
    overflow-y: scroll;
}

/* double scroll bars */
.wrapper1, .wrapper2 {
    overflow-x: scroll;
    overflow-y: hidden;
}

.wrapper1 {
    height: 20px;
}

.wrapper2 {
    height: 500px;
}

.wrapDiv1 {
    width: 1500px;
    height: 20px;
}

.wrapDiv2 {
    width: 1500px;
    height: 100%;
    padding-bottom:0px;
    overflow-y: auto;
}

/* Page Headings */

.div-title {
    padding-left: 45px;
    position: relative;
}

.div-title::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    background: #575FB2;
    width: 8px;
    border-radius: 8px;
}

.div-title &gt; h4 {
    font-size: 40px;
    font-weight: 900;
    line-height: 40px;
}

.div-title &gt; span {
    font-size: 29px;
    color: #828282;
    display: block;
    margin-top: 25px;
    line-height: 28px;
    }

.colTitleIcon {
    margin-left: 15px;
}

/* Label */

.label {
    color: #210641;
    font-size: 12px;
    font-weight: 400;
}

.labelWhite {
    color: white;
    font-size: 12px;
    font-weight: 400;
}

.label-italic {
    color: #210641;
    font-size: 12px;
    font-weight: 400;
    font-style: italic;
}

.label-bold {
    color: #210641;
    font-size: 12px;
    font-weight: 700;
}

.align-right {
    text-align: right;
}

.align-left {
    text-align: left;
    align-items:flex-start;
}

.align-middle {
    vertical-align: middle;
    padding: 0.45rem;
}

.flex-column {
    display: flex;
    flex-direction: column;
}

.col-nowrap {
    white-space:nowrap;
}

.label-warning {
    color: red;
    background-color: transparent;
    font-size: 14px;
    font-weight: 700;
    font-style: italic;
}

/* Text */

.text {
    font-size: 12px;
    color: black;
    border-color: #e2e2e2;
    border-style: solid;
    border-width: 1px;
    height: 25px;
}

.text-small {
    font-size: 12px;
    color: black;
    border-color: #e2e2e2;
    border-style: solid;
    border-width: 1px;
    width: 70px;
    height: 25px;
}

.text-date {
    font-size: 12px;
    color: black;
    border-color: #e2e2e2;
    border-style: solid;
    border-width: 1px;
    width: 90px;
    height: 25px;
}

.text-medium {
    font-size: 12px;
    color: black;
    border-color: #e2e2e2;
    border-style: solid;
    border-width: 1px;
    width: 150px;
    height: 25px;
}

.text-large {
    font-size: 12px;
    color: black;
    border-color: #e2e2e2;
    border-style: solid;
    border-width: 1px;
    width: 250px;
    height: 25px;
}

.text-mini-disabled {
    font-size: 12px;
    width: 40px !important;
    height: 25px;
    background-color: lightgray !important;
    color: black;
    border-color: #e2e2e2;
    border-style: solid;
    border-width: 1px;
}

.text-small-disabled {
    font-size: 12px;
    width: 70px !important;
    height: 25px;
    background-color: lightgray !important;
    color: black;
    border-color: #e2e2e2;
    border-style: solid;
    border-width: 1px;
}

.text-medium-disabled {
    font-size: 12px;
    width: 150px;
    height: 25px;
    background-color: lightgray;
    color: black;
    border-color: #e2e2e2;
    border-style: solid;
    border-width: 1px;
}

.text-large-disabled {
    font-size: 12px;
    width: 250px;
    height: 25px;
    background-color: lightgray;
    color: black;
    border-color: #e2e2e2;
    border-style: solid;
    border-width: 1px;
}

.text-extra-large-disabled {
    font-size: 12px;
    width: 500px;
    height: 25px;
    background-color: lightgray;
    color: black;
    border-color: #e2e2e2;
    border-style: solid;
    border-width: 1px;
}

.text-small-disabled-trans {
    font-size: 12px;
    width: 70px;
    height: 25px;
    background-color: transparent;
    color: black;
    border-style: None;
}

.text-medium-disabled-trans {
    font-size: 12px;
    width: 150px;
    height: 25px;
    background-color: transparent;
    color: black;
    border-style: None;
}

.text-large-disabled-trans {
    font-size: 12px;
    width: 250px;
    height: 25px;
    background-color: transparent;
    color: black;
    border-style: None;
}

.text-disabled-trans {
    font-size: 12px;
    width: 100px;
    height: 25px;
    background-color: transparent;
    color: black;
    border-color: #e2e2e2;
    border-style: solid;
    border-style: none;
}

/* DDL */

.ddl-interface {
    height: 25px;
    width:250px;
    font-size:12px;
}

.ddl-mini {
    height: 25px;
    width: 80px;
    font-size: 12px;
}

.ddl-small {
    height: 25px;
    width: 140px;
    font-size: 12px;
}

.ddl-medium {
    height: 25px;
    width: 200px;
    font-size: 12px;
}

.ddl-large {
    height: 25px;
    width: 250px;
    font-size: 12px;
}

.ddl-extra-large {
    height: 25px;
    width: 350px;
    font-size: 12px;
}

/* Button */

.button-login {
    color: white;
    background-color: #fab416;
    border: 1px solid #fab416;
    border-radius: 12px;
    width: 120px;
    font-size: 1em;
    font-weight: 600
}

.button-yellow {
    color: white;
    background-color: #fab416;
    border: 1px solid #fab416;
    border-radius: 12px;
    width: 120px;
    font-size: 12px;
    font-weight: 600
}

.button-cancel {
    Font-Size: 10px;
    background-color: Transparent;
    border-style: solid;
    border-width: 1px;
}

.button-go {
    color: white;
    background-color: #fab416;
    border: 1px solid #fab416;
    border-radius: 12px;
    width: 50px;
    font-size: 12px;
    font-weight: 600
}

/* div */

.div-form-blue {
    width:60%;
    background-color:lightsteelblue;
    border-style: none;
    margin-top: 0px;
    margin-bottom:0px;
}

.div-form-blue-large {
    width: 80%;
    background-color: lightsteelblue;
    border-style: none;
    margin-top: 0px;
    margin-bottom: 0px;
}

/* Buttons */

.btnStyle2 {
    max-width: 160px;
    height: 30px;
    width: 150px;
    border-radius: 6px;
    font-size: 12px;
    font-weight: 500;
    position: relative;
    z-index: 2;
    text-align: center;
    line-height: 20px;
    -webkit-transition: all 300ms ease-in-out 0s;
    -o-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s;
    padding: 5px;
    border: 0;
    color: #fff;
    overflow: hidden;
    margin: 0 auto;
}

.btnStyle2-small {
    max-width: 160px;
    height: 30px;
    width: 80px;
    border-radius: 6px;
    font-size: 12px;
    font-weight: 500;
    position: relative;
    z-index: 2;
    text-align: center;
    line-height: 20px;
    -webkit-transition: all 300ms ease-in-out 0s;
    -o-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s;
    padding: 5px;
    border: 0;
    color: #fff;
    overflow: hidden;
    margin: 0 auto;
}

.btnStyle {
    max-width: 160px;
    height: 40px;
    border-radius: 6px;
    font-size: 13px;
    font-weight: 500;
    position: relative;
    z-index: 2;
    display: block;
    text-align: center;
    line-height: 20px;
    -webkit-transition: all 300ms ease-in-out 0s;
    -o-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s;
    padding: 10px;
    border: 0;
    color: #fff;
    overflow: hidden;
    margin: 0 auto;
    margin-bottom: 10px;
}

.btnStyle:before {
    content: "";
    position: absolute;
    left: 20%;
    right: 20%;
    border-radius: 8px;
    top: 0;
    bottom: 0;
    opacity: 0;
    z-index: -1;
    border-radius: 4px;
    background: transparent;
    -webkit-transition: all 300ms ease-in-out 0s;
    -moz-transition: all 300ms ease-in-out 0s;
    -o-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s;
}

.btn:hover {
    color: #fff;
}

.btnStyle:hover:before {
    left: 0%;
    right: 0%;
    opacity: 1;
}

.btn_primary {
    background-color: #575FB2;
}

    .btn_primary:before {
        background: #6a73ca;
    }

.btn_info {
    background-color: #57B29C;
}

    .btn_info:before {
        background: #65c7b0;
    }

.btn_secondary {
    background-color: #1F6173;
}

    .btn_secondary:before {
        background: #2a788e;
    }

.btn-col {
    margin-top: 10px;
}

/* table */

.table-header {
    color: white;
    background-color: #210641;
    font-size:12px;
}

.table-common {
    background-color: white;
}

.table-spacing10 {
    border-spacing: 0 10px;
}


.trMarginTop10 {
    border-top: 10px solid transparent;
}

.gv-style th {
    background-color: #210641;
    color: White;
    font-size: 12px;
    white-space:nowrap;
    position:sticky;
    top: 0;
}

.gv-style tr {
    background-color: white;
    font-size: 12px;
}

.gv-style td {
    white-space: nowrap;
    border-width: 1px;
}

.gv-stylewrap th {
    background-color: #210641;
    color: White;
    font-size: 12px;
    position: sticky;
    white-space:normal;
    top: 0;
}

.gv-stylewrap tr {
    background-color: white;
    font-size: 12px;
}

.gv-stylewrap td {
    border-width: 1px;
}

.gv-style2 th {
    background-color: #210641;
    color: White;
    font-size: 12px;
    white-space: nowrap;
    position: sticky;
    top: 0;
}

.gv-style2 tr {
    background-color: white;
    font-size: 12px;
}

.gv-style2 td {
    white-space: nowrap;
    border-width: 1px;
}

/* Margins */

.margin-left-5 {
    margin-left: 5px;
}

.margin-left-10 {
    margin-left: 10px;
}

.margin-top-0 {
    margin-top: 0px;
}

.margin-top-5 {
    margin-top: 5px;
}

.margin-top-10 {
    margin-top: 10px;
}

.margin-top-15 {
    margin-top: 15px;
}

.margin-top-20 {
    margin-top: 20px;
}

.margin-top-25 {
    margin-top: 25px;
}

.margin-bottom-15 {
    margin-bottom: 15px;
}

.margin-bottom-0 {
    margin-bottom: 0px;
}

.margin-bottom-5 {
    margin-bottom: 5px;
}

.margin-bottom-10 {
    margin-bottom: 10px;
}

.padding-top-5 {
    padding-top: 5px;
}

.padding-top-10 {
    padding-top: 10px;
}

.padding-bottom-10 {
    padding-bottom: 10px;
}

.padding-top-bottom-10 {
    padding-top: 10px;
    padding-bottom: 10px;
}

.padding-bottom-left-10 {
    padding-left: 10px;
    padding-bottom: 10px;
}

.padding-left-15 {
    padding-left: 15px;
}

.link-file-upload {
    font-size: 12px;
    height: 30px;
}

.borderStyle2::before, .borderStyle2::after, .borderStyleRight::before, .borderStyleLeft::after {
    content: "";
    position: absolute;
    top: -44px;
    background-repeat: no-repeat;
    background-position: center;
    height: 50px;
    width: 100px;
}

.borderStyle2::before, .borderStyleRight::before {
    right: 0;
    background-image: url(../images/borderleft.png);
}

.borderStyle2::after, .borderStyleLeft::after {
    left: 0;
    background-image: url(../images/borderRight.png);
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: 0.25rem 1rem;
    clear: both;
    font-size: 12px;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    text-decoration: none;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}

.dashheader {
    font-size: 16px;
    font-weight: 600;
    color: Black;
    align-items:center;
}

.dashbody {
    font-size: 12px;
    color: Black;
}

.td-dashheader {
    text-align: center;
    background-color: white;
    padding-top: 5px;
    padding-bottom: 5px;
}

.td-dashbody {
    text-align: left;
    vertical-align: top;
    background-color: white;
}

/* Sidebar Nav */

#wrapper {
    overflow-x: hidden;
}

.d-flex {
    display: flex !important;
}

.border-end {
    border-right: 1px solid #dee2e6 !important;
}

.border-end-0 {
    border-right: 0 !important;
}

.bg-white {
    --bs-bg-opacity: 1;
    background-color: white;
}

.bg-light {
    --bs-bg-opacity: 1;
    /*background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;*/
}

#sidebar-wrapper .sidebar-heading {
    background-color: #337ab7;
    color: white;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    height: 25px;
}
#sidebar-wrapper .sidebar-heading-button {
    background-color: #337ab7;
    color: white;
    font-size: 14px;
    font-weight: 500;
    height: 25px;
}

#sidebar-wrapper .sidebar-group {
    font-size: 12px;
    font-weight: 300;
}

#sidebar-wrapper .sidebar-title {
    font-size: 12px;
    font-weight: 100;
}

#sidebar-wrapper .list-group {
    width: 15rem;
}

.align-middle {
    margin-left: 0;
    margin-top: auto;
    margin-bottom: auto;
}

.over-tr-heading {
    padding-top: 0.5rem;
}

.over-tr {
    padding-top: 0.5rem;
    padding-bottom: 0.2rem;
}

.over-tr-bottom {
    padding-top: 0.5rem;
    padding-bottom: 0.2rem;
    border-bottom: 1px solid #dee2e6 !important;
}

.over-td {
    padding-left: 1rem !important;
    padding-bottom: 0.5rem;
    white-space: nowrap;
}</pre></body></html>