html {
    font-size: 14px;
}


::-webkit-scrollbar {
    width: 6px; /* Adjust width for vertical scrollbar */
    /* Adjust height for horizontal scrollbar */
}

/* Style the scrollbar track (the background) */
::-webkit-scrollbar-track {
    background-color: #f1f1f1;
    border-radius: 5px;
}

/* Style the scrollbar thumb (the draggable handle) */
::-webkit-scrollbar-thumb {
    background-color: #676788;
    border-radius: 5px;
}

    /* Style the scrollbar thumb on hover */
    ::-webkit-scrollbar-thumb:hover {
        background-color: #555;
        cursor: grabbing;
        width: 10px;
    }

a {
    color: #676788 !important;
    text-decoration: none !important;
}

ul li {
    list-style: none !important;
}

input[type="checkbox"] {
    margin-right: 10px; /* Adjust the value as needed */
}

.open-sans-krf-body {
    font-family: "Open Sans", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-size: 14px;
    font-variation-settings: "wdth" 100;
}

.open-sans-krf-title1 {
    font-family: "Open Sans", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-size: 35px;
    font-weight: 400;
    font-variation-settings: "wdth" 100;
}

.open-sans-krf-title2 {
    font-family: "Open Sans", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-size: 20px;
    font-weight: 400;
    font-variation-settings: "wdth" 100;
}

.open-sans-krf-title3 {
    font-family: "Open Sans", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-size: 25px;
    font-weight: 500;
    font-variation-settings: "wdth" 100;
}

.open-sans-krf-heading {
    font-family: "Open Sans", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-size: 20px;
    font-weight: 500;
    font-variation-settings: "wdth" 100;
}

.open-sans-krf-sub-heading {
    font-family: "Open Sans", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-size: 18px;
    font-weight: 500;
    font-variation-settings: "wdth" 100;
}



.title-wrapper {
    padding: 20px;
}

.bg-image {
    background: url(/images/Bus-Girls1.jpg);
    height: 100vh;
    background-size: cover;
    display: flex;
    flex-direction: column;
    /*align-items: center;*/
    justify-items: flex-end;
}

.bg-image1 {
    background: url(/images/MapBG.jpg);
    height: 100vh;
    background-size: cover;
    display: flex;
    flex-direction: column;
    /*align-items: center;*/
    justify-items: flex-end;
}

.overlay {
    background: rgba(0, 0, 0, 0.5);
}

.dc-logo {
    background: url(/images/dc-gov-logo-white-small.png) no-repeat;
    /* position: absolute;*/
    /*top: 100px;
    left: 25px;*/
    height: 400px;
    width: 400px;
    padding: 10px;
}

.card {
    background-color: #6e6f8191;
}

/** {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}*/



.form-box {
    display: flex;
    justify-content: center;
    align-items: center;
}

.wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    width: 600px;
    height: 450px;
    border-radius: 1px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5);
    background-color: #6e6f8191;
}

.wrapper-plain {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    width: 600px;
    height: 450px;
    border-radius: 1px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5);
    background-color: none;
}


.img-area {
    flex: 1;
    padding: 20px;
    text-align: center;
}

    .img-area img {
        max-width: 100%;
        height: auto;
    }

.vertical {
    border-left: 1.5px solid #fff;
    height: 60px;
}

.form-area {
    flex: 1;
    padding: 20px;
    display: flex;
    flex-direction: column;
}

    .form-area h3 {
        font-size: 24px;
        margin-bottom: 20px;
    }

.single-form {
    margin-bottom: 20px;
}

input[type="text"], input[type="password"] {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

/*input[type="submit"] {
    background-color: #007BFF;
    color: #fff;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}*/

#navbarSupportedContent ul li a:hover {
    font-weight: bold;
}

.content-box1 {
    border: solid 1px #e7e5e5;
    background-color: #fff;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}

.btn-kfr-primary {
    color: #fff!important;
    background-color: #d16a6a!important;
    border-color: #d16a6a!important;
}

    .btn-kfr-primary:hover {
        color: #fff;
        background-color: #d16a6a!important;
        border-color: #d16a6a!important;
    }

.btn-kfr-green {
    color: #fff;
    background-color: #e6f8dc;
    border-color: #e6f8dc;
}

    .btn-kfr-green:hover {
        color: #fff;
        background-color: #e6f8dc;
        border-color: #e6f8dc;
    }

.btn-kfr-dark {
    color: #fff!important;
    background-color: #464855;
    border-color: #464855;
}

    .btn-kfr-dark:hover {
        color: #fff;
        background-color: #464855;
        border-color: #464855;
    }

.btn-kfr-grey {
    color: #fff;
    background-color: #938d9e;
    border-color: #938d9e;
}

    .btn-kfr-grey:hover {
        color: #fff;
        background-color: #938d9e;
        border-color: #938d9e;
    }

.btn-link{
    text-decoration:none!important;
}

.btn-link:hover {
    font-weight:bold;
}

/*****TEXT STYLES****/
.text-white {
    color: #fff;
}

.error-message {
    color: rgb(255 0 24);
}

/****SELECT@ STYLES*****/
.select2-container--default .select2-selection--single {
    border-radius: 0px !important;
}

.select2-hidden-accessible {
    padding: 8px !important;
}

.select2-container .select2-selection--single {
    height: 40px !important;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
    height: 40px !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    height: 40px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 40px !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 40px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-top-color: rgb(103 103 136) !important;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-top-color: transparent;
}

.select2-container .select2-selection--multiple {
 
    border-radius: 1px !important;
    padding: 8px;
}

.form-control {
    border-radius: 0px !important;
}

.font-17 {
    font-size: 17px;
}

.font-20 {
    font-size: 20px;
}

.green {
    color: green;
}

.red {
    color: red
}

.text-caps a {
    color: green !important;
}

.text-caps a:hover{
    
    text-decoration:underline!important;
}

.theme-color {
    color: #676788 !important;
}

.inline-display {
    display: inline-block !important;
}

.navbar-nav > li > .dropdown-menu a:active {
    background-color: #fff !important;
}
/*****Progress Bar******/
/** {
    margin: 0;
    padding: 0
}

html {
    height: 100%;
}

h2 {
    color: #2F8D46;
}*/

#form {
    text-align: center;
    position: relative;
    margin-top: 20px;
}

    #form fieldset {
        background: white;
        border: 0 none;
        border-radius: 0.5rem;
        box-sizing: border-box;
        width: 100%;
        margin: 0;
        padding-bottom: 20px;
        position: relative;
        margin-top: 30px;
    }

.finish {
    text-align: center;
}

#form fieldset:not(:first-of-type) {
    display: none;
}

/*#form .previous-step, .next-step {
    width: 100px;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 0px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 5px 10px 0px;
    float: right;
}*/

/*.form, .previous-step {
    background: #616161;
}*/
/*
.form, .next-step {
    background: #2F8D46;
}*/

/*#form .previous-step:hover,
#form .previous-step:focus {
    background-color: #000000;
}*/

/*#form .next-step:hover,
#form .next-step:focus {
    background-color: #2F8D46;
}*/

.text {
    color: #2F8D46;
    font-weight: normal;
}

#progressBar {
    margin-bottom: 30px;
    overflow: hidden;
    color: lightgrey;
}

    #progressBar .active {
        color: #2F8D46;
    }

    #progressBar li {
        list-style-type: none;
        font-size: 15px;
        width: 25%;
        float: left;
        position: relative;
        font-weight: 400;
    }

    #progressBar #step1:before {
        content: "1"
    }

    #progressBar #step2:before {
        content: "2"
    }

    #progressBar #step3:before {
        content: "3"
    }

    #progressBar #step4:before {
        content: "4"
    }

    #progressBar li:before {
        width: 40px;
        height: 40px;
        line-height: 33px;
        display: block;
        font-size: 16px;
        color: #ffffff;
        background: lightgray;
        border-radius: 50%;
        margin: 0 auto 10px auto;
        padding: 2px;
    }

    #progressBar li:after {
        content: '';
        width: 100%;
        height: 2px;
        background: lightgray;
        position: absolute;
        left: 0;
        top: 25px;
        z-index: -1;
    }

    #progressBar li.active:before,
    #progressBar li.active:after {
        background: rgb(103 103 136) !important;
    }

.progress {
    height: 3px;
    margin-top: -60px;
    margin-left: 15%;
    width: 70%;
}

/*.progress1 {
    height: 3px;
    margin-top: -60px;
    margin-left: 15%;
    width: 70%;
    margin-left: 25%;
    width: 50%;
    display: flex;
    overflow: hidden;
    font-size: .75rem;
    background-color: #e9ecef;
    border-radius: .25rem;
}*/


.progress-bar {
    background-color: rgb(103 103 136) !important;
}

.step-container {
    position: relative;
    text-align: center;
    transform: translateY(-43%);
}

.step-circle {
    width: 40px;
    height: 40px;
    line-height: 33px;
    display: block;
    font-size: 16px;
    color: #ffffff;
    background: lightgray;
    border-radius: 50%;
    margin: 0 auto 10px auto;
    padding: 2px;
    cursor: pointer; /* Added cursor pointer */
}

.step-circle-active {
    width: 40px;
    height: 40px;
    line-height: 33px;
    display: block;
    font-size: 16px;
    color: #ffffff;
    background: rgb(103 103 136) !important;
    border-radius: 50%;
    margin: 0 auto 10px auto;
    padding: 2px;
    cursor: pointer; /* Added cursor pointer */
}

.step-line {
    position: absolute;
    top: 16px;
    left: 50px;
    width: calc(100% - 100px);
    height: 2px;
    background-color: #007bff;
    z-index: -1;
}


.krf-list {
    list-style: none;
}

#eligibility-list {
    text-align: left;
    display: inline-block;
}

.modal-header {
    border-bottom: none !important;
}

.modal-footer {
    border-top: none !important;
}

#boxUtil.nav {
    flex-wrap: nowrap !important;
}

#boxUtil.nav-link {
    color: #676788 !important;
    font-weight: bold;
}

#boxUtil.nav-tabs .nav-link.active {
    border: none !important;
}

#boxUtil.nav-tabs .nav-link.active {
    color: #fff !important;
    background-color: #676788 !important;
    border: 1px solid #676788 !important;
    border-top: 0px !important;
    border-right: 0px !important;
    border-left: 0px !important;
}

#boxUtil.nav-tabs .nav-link:hover {
    color: #676788;
    /*background-color: #fff !important;*/
    /*border: 1px solid #676788 !important;*/
    /* background-color: #676788 !important;*/
    border-top: 0px !important;
    border-right: 0px !important;
    border-left: 0px !important;
}

#boxUtil.nav-tabs .nav-link:focus {
    color: #fff !important;
    background-color: #676788 !important;
    /*border: 2px solid #676788 !important;*/
    border-top: 0px !important;
    border-right: 0px !important;
    border-left: 0px !important;
}

#boxUtil.nav-tabs {
    border-bottom: 1px solid #676788;
    padding-right: 0px;
}

.checkbox {
    text-align: right;
}

    .checkbox input {
        float: right;
        position: relative !important;
        margin: 5px 5px 5px 15px !important;
    }


.checkbox1 {
    text-align: center;
}

    .checkbox1 input {
        float: right;
        position: relative !important;
        margin: 5px 5px 5px 15px !important;
    }

.qtcontainer {
    /*display: inline-block;*/
    height: 300px;
    overflow-y: scroll;
    padding: 10px;
}

.qtcontainer-partial {
    display: inline-block;
}


.hidden {
    display: none
}

.not-hidden {
    display: block;
}

.close-list {
    font-family: "Font Awesome 6 Free";
    content: "\f054";
}

.open-list {
    font-family: "Font Awesome 6 Free";
    content: "\f078";
}

.form-control {
    line-height: 20px !important;
    padding: 10px;
    background-color: #eeeeee;
    border: none !important;
    /* border-top:0px!important;
    border-right:0px!important;
    border-left:0px!important;*/
}

    .form-control:focus {
        background-color: #eeeeee;
        border-bottom: 3px solid #676788 !important;
        box-shadow: none !important;
    }

.select2-container--default .select2-selection--single,
.select2-container--default .select2-selection--multiple {
    border: none !important;
    background-color: #eeeeee;
}

    .select2-container--default .select2-selection--single:focus,
    .select2-container--default .select2-selection--multiple:focus {
        border: none !important;
        background-color: #eeeeee;
    }


.grey-box {
    height: 200px;
    width: 300px;
    border: 2px solid #c4c4c4;
    overflow-y: scroll;
    padding: 8px;
}

.btn{
    border-radius:2px!important;
    /*padding:8.25px 12px!important;*/
}
.krf-button {
    background-color: #676788 !important;
    border: #676788 !important;
}

.btn-custom {
    padding: .6rem 1rem !important;
}

.mt-button {
    margin-top: 52px;
}

.table-container {
    overflow-x: auto;
    white-space: nowrap;
}

.table > thead {
    background-color: #e4e4e8;
}

.table > :not(:last-child) > :last-child > * {
    border-bottom-color: #bfbfc6;
}

.dataTables_wrapper .dataTables_filter {
    margin-bottom: 10px !important;
}

table.dataTable th.dt-type-numeric, table.dataTable th.dt-type-date, table.dataTable td.dt-type-numeric, table.dataTable td.dt-type-date
 {
    text-align: left!important;
}


    @media (max-width: 768px) {
        html {
            font-size: 16px;
        }

        .wrapper {
            flex-direction: column;
            text-align: center;
            height: auto;
            width: auto;
        }


        .img-area, .form-area {
            flex: none;
        }

        .img-area {
            margin-bottom: 20px;
        }

        .img-responsive {
            max-width: 70%;
            height: auto;
        }
    }

    .btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
    position: relative;
    min-height: 100%;
}


@media only screen and (max-width: 1024px) {
    .hide-on-tablet {
        display: none;
    }
}

@media only screen and (min-device-width: 834px) and (max-device-width: 834px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
    .hide-on-ipad-pro {
        display: none;
    }
}


{
}
