/* run */
:root {
    --bs-heading-dark-bg: #FFF;
}
.header_menu ul.navbar-nav li.nav-item.dropdown a {
    color: #929292;
}
.header_menu ul.navbar-nav li.nav-item.dropdown:hover a,
.header_menu ul.navbar-nav li.nav-item.dropdown:focus a,
.header_menu ul.navbar-nav li.nav-item.dropdown.active a {
    color: #001a99;
}
.text_color_sb {
    color: #001a99;
    font-style: italic;
    font-weight: 500;
}
header#page-topbar .navbar-header {
    height: 100px;
}
.set_up .card-body {
    padding: 0;
}
.set_up table.table.align-middle.nowrap th {
    font-size: 20px;
    color: #000;
}
.set_up table.table.align-middle.nowrap th,
.set_up table.table.align-middle.nowrap td {
    border: 1px solid #9d9d9d;
}
.set_up .form-check input {
    border-color: #001a99;
    float: unset;
    border-radius: 0;
    width: 20px;
    height: 20px;
}
.set_up .form-check {
    margin: 0 auto;
    text-align: center;
}
.set_up .card .container {
    padding: 50px 0;
}
.page_titles {
    color: #4c4c4c;
    font-weight: bold !important;
    font-size: 35px !important;
    text-transform: capitalize !important;
}
.card-body.space-top {
    padding: 50px 0 0 0;
}
button.btn.btn-primary,a.btn.cancelBtn , .btn.btn-secondary,.btn.btn-primary.add-new-user {
    padding: 10px 50px;
    border-radius: 50px;
    text-transform: uppercase;
    font-weight: 600;
}
.btn-outline-primary {
    padding: 10px 20px;
    border-radius: 50px;
    text-transform: uppercase;
    font-weight: 600;
}
.set_up {
    padding: 0 0 60px;
}
.set_up table.table.align-middle.nowrap td {
    padding: 12px 30px;
    width:50%;
}
.data_entry select {
    width: 170px;
    border-radius: 50px;
    background-color: #f6f6f6;
    border-color: #f6f6f6;
    text-align: center;
}
.data_entry label {
    color: #001a99;
}
.data_entry_table .row .col-lg-12 {
    box-shadow: none;
    background-color: transparent;
    overflow-x: auto;
    /* overflow-y: scroll; */
    /* height: 150px; */
    padding: 0;
}
.data_entry_table table {
    width: 100%;
}
.data_entry_table table thead {
    position: sticky;
    top: 0;
    z-index: 2;
}
.data_entry_table table tr td:nth-child(1) {
    position: sticky;
    left: 0;
    z-index: 1;
    background: #ffffff;
    white-space: nowrap;
    text-align: left;
}
.data_entry_table table thead tr th:nth-child(1) {
    position: sticky;
    left: 0;
    z-index: 2;
    background: #001a99;
    text-align: left;
}
.data_entry_table table th {
    width: 200px;
}
.data_entry_table table th,
.data_entry_table table td {
    border: 1px solid #9d9d9d;
    padding: 12px 20px;
    white-space:nowrap;
}
.data_entry_table table th {
    border-color: #FFF;
}
/*.wrapper1, .wrapper2{width: 300px; border: none 0px RED;*/
/*overflow-x: scroll; overflow-y:hidden;}*/
/*.wrapper1{height: 20px; }*/
/*.wrapper2{height: 200px; }*/
/*.div1 {width:1000px; height: 20px; }*/
/*.div2 {width:1000px; height: 200px; background-color: #88FF88;*/
/*overflow: auto;}*/

button.btn.btn-primary.submitBtn {
    margin-left: 22px;
}
.data_entry_table table thead {
    background: #001a99;
    color: #FFF;
}
tr.no-border, tr.no-border td {
    border-style: solid;
    min-height: 44px;
    border-left: 0;
    border-right: 0;
}
input.form-check-input {
    border-color: #001a99 !important;
    float: unset !important;
    /* border-radius: 0 !important; */
    width: 20px !important;
    height: 20px !important;
}
h3 {
    font-size: 22px;
    line-height: 22px;
    font-weight: 600;
    color: #001a99;
}
.form-check {
    text-align: center;
}
.main_title{
    color: #4c4c4c;
    font-weight: bold !important;
    font-size: 35px !important;
    text-transform: capitalize !important;
}
.white-bg{
    background-color: #FFFFFF;
}
th.border.white-border {
    border-color: #f8f8fb !important;
    text-align: center;
}
.table.admin_datatable td.border:nth-child(1) {
    text-align: left;
}
.table.admin_datatable td.border {
    text-align: center;
}
h1.main_title.m-30 {
    margin-top: 30px;
    margin-bottom: 30px;
}
.result-title h4 {
    font-weight: 600;
    font-size: 16px;
    line-height: 16px;
}
.result-theme-color h4 {
    color: #001a99;
}
form#profile_form {
    background-color: #FFFFFF !important;
}
form#profile_form .card-footer {
    background-color: #FFFFFF;
}
form#profile_form .card-footer {
    background-color: #FFFFFF;
    padding-top: 0;
    padding-bottom: 30px;
}
.nav-item .nav-link{
    font-size: 16px !important;
}
}
}