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

.button {
    display: inline-block;
    padding: 4px 6px;
    margin-bottom: 0;
    font-size: 12px;
    font-weight: bold;
    line-height: 1.428571429;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

    .button.button-details {
        color: #fff;
        background-color: #5bc0de;
        border-color: #46b8da;
    }

    .button.button-edit {
        color: #fff;
        background-color: #dc7b35;
        border-color: #46b8da;
    }

    .button.button-delete {
        color: #fff;
        background-color: #dc3545;
        border-color: #46b8da;
    }

        .button.button-delete.outline {
            border: 2px solid red;
            font-size: 15.5px;
        }

    .button.button-add {
        color: #fff !important;
        background-color: #007f3e !important;
        border-color: #007f3e !important;
    }

    .button.button-back {
        border: 2px solid gray;
    }

    .button.button.button-home {
        border: 2px solid #0386ff;
    }

/*new buttons css*/

.button-add {
    color: #fff !important;
    background-color: #007f3e !important;
    border-color: #007f3e !important;
}

.button-edit {
    color: #fff !important;
    background-color: #dc7b35 !important;
    border-color: #dc7b35 !important;
}

.button-delete {
    color: #fff !important;
    background-color: #dc3545 !important;
    border-color: #dc3545 !important;
}

.login-container {
    margin: auto;
    width: 800px;
    padding-top: 40px;
}

.login-container-left-section {
    float: left;
}

.login-container-right-section {
    float: left;
    margin-left: 30px;
}

.login-header h2 {
}

.login-image {
    border-radius: 3%;
}

.not-registered {
    margin-top: 10px;
    font-weight: 500;
    color: #777;
    margin-bottom: 5px;
}

a.create-account-link {
    color: #e67e22;
    font-weight: 600;
    text-decoration: none;
}

    a.create-account-link:hover {
        text-decoration: underline;
    }

#login-bg {
    display: none;
}

    #login-bg img {
        border-radius: 12px 0 0 12px;
    }


@media (min-width: 992px) {
    #login-bg {
        display: block
    }
}

#btnLogin {
    background-color: #f37b20;
    border: #f37b20;
    margin-bottom: 5px;
}

@media (min-width: 1366px) {
    #login-body {
        display: flex;
        align-items: center;
        justify-content: center;
    }
}

@media (max-width: 1366px) {
    #login-body {
        display: block;
        align-items: initial;
        justify-content: initial;
        height: auto;
    }
}

.h1Template {
    color: #D8A851;
    font-size: 63px;
}

.bannerHome {
    /*width: 100%;*/
}

.requiredDocs {
    font-size: 18px;
}

.wizardBanner {
    background-image: url('/content/images/banner.png');
    background-repeat: no-repeat;
}

.footer-note {
    text-align: center;
    font-size: 80%; /* You can adjust the font size as needed */
    color: #a94442; /* Adjust the color as needed */
}

#loading {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.8);
    z-index: 1000;
}

#loadingcontent {
    display: table;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

#loadingspinner {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    text-align: center;
    font-size: larger;
    padding-top: 80px;
}




#saving {
    display: none;
}

#savingspinner {
    padding-top: 10px;
    text-align: center;
    font-size: larger;
}


.invalidCred {
    /*margin-left: 80px;*/
    /*text-align:center;*/
}

.rememberMe {
    margin-left: 50px;
}

.rememberMeCheck {
    margin-left: 240px;
}

.img-container-block {
    text-align: center;
}

.img-container-inline {
    text-align: center;
    display: block;
}

.landingTextParent {
    text-align: center;
}

.landingText {
    display: inline-block;
    text-align: left;
}
/*LoginscreenStyle*/
.fogotpass {
    margin-left: 17%;
}

.GrowthDiv {
}

.growthImg {
    width: 100%;
}

.reliefImg {
    width: 100%;
}

.hdrGrowth {
    font-weight: bold;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}

.benefitText {
}

.additionalDiv {
}

.footbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 20px;
    border: 1px solid transparent;
}

.footbar-fixed-bottom {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
}

@media (min-width: 768px) {
    .footbar-fixed-bottom {
        border-radius: 0;
    }
}

.footbar-fixed-bottom {
    bottom: 0;
    margin-bottom: 0;
    border-width: 1px 0 0;
}

.footbar-inverse {
    background-color: #007F3E;
    /*    border-color: #F58220;*/
}


.mandatory {
    color: red; /* Adjust the color as needed */
}
/*
.text-decoration-none {
    text-decoration: none !important;
}
.text-white {
    --bs-text-opacity: 1;
    color: rgba(255,255,255,var(--bs-text-opacity)) !important;
    color: rgba(var(--bs-white-rgb),var(--bs-text-opacity)) !important;
}
.social-icon {
    width: 2rem;
    height: 2rem;
    line-height: 2rem;
}
.rounded-circle {
    border-radius: 50% !important;
}
.me-3 {
    margin-right: 1rem !important;
}
.border-white {
    border-color: #fff !important;
}
.border {
    border: 1px solid #dee2e6 !important;
    border-top-color: rgb(222, 226, 230);
    border-right-color: rgb(222, 226, 230);
    border-bottom-color: rgb(222, 226, 230);
    border-left-color: rgb(222, 226, 230);
}
.border-white {
    border-color: #fff !important;
}
.d-inline-block {
    display: inline-block !important;
}*/


.datefield {
    max-width: 220px;
}

.file-name-overflow {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 80px;
    display: inline-block;
}

@media only screen and (max-width: 900px) {
    .colHideMedia {
        display: none;
    }

    .fixColLength {
        width: 300px !important;
    }
}

@media only screen and (orientation: landscape) {
    .col-first-column-fix-width {
        width: 150px;
    }
}

@media only screen and (orientation: portrait) {
    .col-first-column-fix-width {
        width: 100px;
    }
}

@media only screen and (min-width: 901px) {
    .col-first-column-fix-width {
        width: 160px;
    }
}


/*Styles 30 05 2024*/

.sefa-nav {
    background-color: #fff !important;
    border-radius: 12px;
    margin: .5rem 1rem;
    border: solid 0.1px #a1a1a1 !important;
    padding: .8rem 0 !important;
}

    .sefa-nav img {
        width: 55% !important
    }


.navbar-dark .navbar-toggler {
    color: #a1a1a1;
    border-color: transparent !important;
}


    /* Styling for active state */
    .navbar-dark .navbar-toggler:hover,
    .navbar-dark .navbar-toggler:focus,
    .navbar-dark .navbar-toggler:active {
        color: #f37b20;
    }

.navbar-nav &gt; li &gt; a {
    color: #a1a1a1 !important;
    line-height: 0 !important;
    text-decoration: none !important;
    border-bottom: 1px solid transparent;
    margin: 0 .5rem;
}


    .navbar-nav &gt; li.active &gt; a,
    .navbar-nav &gt; li &gt; a:hover {
        color: #f37b20 !important;
        border-bottom: 1px solid green;
        background-color: transparent !important;
        transition: border-color 0.3s ease, color 0.3s ease;
    }


.sefa-container {
    background-color: #fff !important;
    border-radius: 12px;
    margin: .5rem 1rem;
    border: solid 0.1px #a1a1a1 !important;
    /*padding: .8rem 0 !important;*/
}

.control-label {
    font-weight: 500 !important;
    /*color: #a1a1a1 !important;*/
    margin: 0.8rem 0 0.3rem !important;
}

.sefa-btn {
    color: #fff;
    background-color: #f37b20;
    border-color: #f37b20;
}

    .sefa-btn:hover {
        color: #fff;
        background-color: #e66400; /* Darker shade for hover */
        border-color: #e66400; /* Darker shade for hover */
    }

    .sefa-btn:focus {
        color: #fff;
        background-color: #cc4d00; /* Even darker shade for focus */
        border-color: #cc4d00; /* Even darker shade for focus */
        box-shadow: 0 0 0 0.25rem rgba(255, 152, 0, 0.5); /* Optional focus shadow */
    }

    .sefa-btn:active {
        color: #fff;
        background-color: #b33c00; /* Darker shade for active */
        border-color: #b33c00; /* Darker shade for active */
    }

th {
    background-color: #54545c !important;
    color: #fff !important;
    border-color: #54545c !important;
}

table {
    table-layout: fixed;
    white-space: normal !important;
}

td {
    word-wrap: break-word;
}

.datefield {
    max-width: unset !important;
}


@media (max-width: 992px) {
    #carouselSefa {
        display: none; /* Hide the background image */
    }
}


@media (min-width: 381px) {
    .btntrash {
        margin-bottom:0!important;
    }
}

@media (min-width: 901px) {
    .btnedit {
        margin-bottom: .25rem !important;
    }
}

@media (min-width: 398px) {
    .btnedit {
        margin-bottom: 0 !important;
    }
}


.carousel-item .img-fluid {
    width: 100%;
}

/* Custom Bootstrap Theme */
.btn-sefa {
    color: #50575f;
    background-color: #f37b20;
    border-color: #f37b20;
    outline: none; /* Add this line */
    color: #fff;
}

    .btn-sefa:hover {
        color: #fff;
        background-color: #d85b12;
        border-color: #d85b12;
    }

    .btn-sefa:focus,
    .btn-sefa:active,
    .btn-sefa.focus {
        color: #fff;
        background-color: #d85b12;
        border-color: #d85b12;
        box-shadow: 0 0 0 0.2rem rgba(243, 123, 32, 0.5);
        outline: 0;
    }

    .btn-sefa.disabled,
    .btn-sefa:disabled {
        color: #50575f;
        background-color: #f37b20;
        border-color: #f37b20;
    }

    .btn-sefa:not(:disabled):not(.disabled):active,
    .btn-sefa:not(:disabled):not(.disabled).active,
    .show &gt; .btn-sefa.dropdown-toggle {
        color: #fff;
        background-color: #d85b12;
        border-color: #d85b12;
    }

        .btn-sefa:not(:disabled):not(.disabled):active:focus,
        .btn-sefa:not(:disabled):not(.disabled).active:focus,
        .show &gt; .btn-sefa.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgba(243, 123, 32, 0.5);
        }

.card-shadow {
    box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}

.card-bg {
    background-color: #fff7f1
}

.text-danger {
    color: red !important;
}
</pre></body></html>