.create_member {
    border-right: 2px solid;
}

.login-box,
.register-box {
    width: 360px;
    margin: 7% auto;
}

a {
    color: #ffff;
}

.box {
    width: 800px;
    margin: 0 auto;
}

.register_box_container {
    width: 800px;
    margin: 0 auto;
}

#member_info_till {
    display: none;
}

#client_info_withdraw {
    display: none;
}

.loan_repayment_info {
    display: none;
}

.loan_repayment_info_special_case {
    display: none;
    background-color: rgb(210, 137, 137);
    height: 50px;
    padding-left: 20px;
    padding-top: 10px;
    color: white;
    font-weight: bold;
    font-family: serif;
}

#repayment_client_info {
    display: none;
}

.client_info {
    margin-right: 160px !important;
}

.active_tab1 {
    background-color: #fff;
    color: #333;
    font-weight: 600;
}

.inactive_tab1 {
    background-color: #f5f5f5;
    color: #333;
    cursor: not-allowed;
}

.has-error {
    border-color: #cc0000;
    background-color: #ffff99;
}

.file-input-application {
    border: 1px solid #ced4da;
    padding: 10px;
}

.approval-btn {
    margin-right: 10px;
}

.submit-modal-btn {
    margin-left: 20px;
}

.button1 {
    background-color: white !important;
    color: green !;
    border: 2px solid #4CAF50 !important;
    /* Green */
    width: 200px !important;
}

.button-loan-advances {
    background-color: white !important;
    color: green !;
    border: 2px solid #4CAF50 !important;
    /* Green */
    width: 300px !important;
}

.button2 {
    background-color: white;
    color: red !important;
    border: 2px solid red !important;
    /* Green */
    width: 200px !important;
}

.disburse-container {
    border: 2px solid gray;
    width: 800px;
    margin-left: 300px;
    padding-bottom: 100px;
}

.disburse-header {
    text-align: center;
    font-size: 30px;
}

@media print {
    .panel-heading {
        display: none
    }
}

@media print {
    .hide-the-chart {
        display: none;
    }
}

.multiple-disbursement {
    display: none;
}

.checkbox-custom {
    transform: scale(2.2) !important;
    margin-right: 30px !important;
}

.disburse-all {
    color: #28a745 !important;
    border-color: #28a745 !important;
    box-shadow: none;
}

.custom-label {
    font-size: 20px !important;
}

.rejection-reason {
    text-align: justify;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}


.div-divider {
    border-right: 2px solid;
}

.description {
    font-size: 20px;
}

.custom_icon_class {
    font-size: 20px;
    margin-right: 10px;
}

.custom-icon {
    margin-left: 20px;
    margin-right: 20px;
    font-size: 20px;
}

.custom-card-header {
    font-size: 20px !important;
}

.assets_container {
    border-style: double;
    padding: 20px !important;
}

.assets_container_disburse {
    border: 2px solid #007bff;
    padding: 20px !important;
}

.print_button {
    padding: 20px !important;
}

.card_back_ground {
    background-color: lightgray !important;
}

.accounting_row {
    padding: 70px !important;
}

.accounting_icon {
    padding-right: 10px !important;
}

.journal_link {
    color: black;
}

.journal_link>a:hover {
    color: white;
}

.sections-routes>li:hover {
    background-color: red;
    color: white;
}

.cancel_button {
    margin-right: 30px;
}

.balances {
    display: none;
}

.from_date_div {
    margin-left: 10px !important;
}

.all_entries_row {
    margin-top: 30px !important;
}

.journal-search-btn {
    margin-top: 32px;
}



.auto-search-ul {
    background-color: #eee;
    cursor: pointer;
}

.auto-search-li {
    padding: 12px;
}

.auto-search-li::hover {
    background-color: #007bff;
}


/*Showing a loader */

.loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url('/img/loader.gif') 50% 50% no-repeat rgb(249, 249, 249);
    opacity: 0.3;
}

.custom-form-inputs {
    height: 60px !important;
}

.ui-autocomplete-input {
    border: none;
    font-size: 14px;
    width: 300px;
    height: 24px;
    margin-bottom: 5px;
    padding-top: 2px;
    border: 1px solid #DDD !important;
    padding-top: 0px !important;
    z-index: 1511;
    position: relative;
}

.ui-menu .ui-menu-item a {
    font-size: 12px;
}

.ui-autocomplete {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1510 !important;
    float: left;
    display: none;
    min-width: 160px;
    width: 160px;
    padding: 4px 0;
    margin: 2px 0 0 0;
    list-style: none;
    background-color: #ffffff;
    border-color: #ccc;
    border-color: rgba(0, 0, 0, 0.2);
    border-style: solid;
    border-width: 1px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    *border-right-width: 2px;
    *border-bottom-width: 2px;
}

.ui-menu-item>a.ui-corner-all {
    display: block;
    padding: 3px 15px;
    clear: both;
    font-weight: normal;
    line-height: 18px;
    color: #555555;
    white-space: nowrap;
    text-decoration: none;
}


.cash-notes {
    overflow: scroll;
    height: 300px;
}

.payment-schedule {
    color: white !important;
}

.statheader .small-box {
    margin-bottom: 0;
}

.custom-form-inputs.show {
    width: 100%;
}

.custom-form-inputs {
    width: 100% !important;
}

.custom-form-inputs .btn {
    padding: 17px;
}

.form-group {
    position: relative;
}

.dropdown-menu.show {
    min-width: 100% !important;
}

table.teller-till {
    background: #8be08f;
    font-size: 18px;
}

.text-primary span {
    font-size: 14px;
    color: #000;
    font-weight: bold;
}

.text-danger span {
    font-size: 14px;
    color: #000;
    font-weight: bold;
}

#default_accounts {
    padding: 10px;
}

#filterAccountsOpenned {
    padding: 10px;
}


.spinner {
    display: none;
}

footer {
    color: #000 !important;
}



.small-box h3 {
    font-size: 1.5rem;
}

.small-box h4 {
    font-size: 1.5rem;
    font-weight: 700;
    margin: 0 0 10px 0;
    padding: 0;
    white-space: nowrap;
}


.searchInput {
    height: 48px !important;
}

.bg-primary-subtle {
    background-color: #c5c53e  !important;
}

.btn-primary {
    color: #333;
    background-color: #D7AA01 ;
    border-color: #D7AA01 ;
}

.btn-primary:hover {
    color: #333;
    background-color: #D7AA01 ;
    border-color: #D7AA01 ;
}

.btn-primary:focus,
.btn-primary.focus {
    color: #333;
    background-color: #D7AA01 ;
    border-color: #D7AA01 ;
    box-shadow: 0 0 0 0.2rem rgba(82, 161, 225, 0.5);
}

.text-primary {
    --bs-text-opacity: 1;
    color: #000 !important;
}

.header-item{
    color: #010306 !important;
}

body[data-topbar=dark] .header-item:hover {
    color: #010306;
}

.bg-primary {
    --bs-bg-opacity: 1;
    background-color: rgb(197 197 62) !important;
}

.topnav .navbar-nav .nav-link {
    font-size: 14px;
    position: relative;
    padding: 1rem 1.3rem;
    color: #b29c33 !important;
}

.topnav .navbar-nav .dropdown-item {
    color: #b29c33 !important;
}

.bg-danger {
    --bs-bg-opacity: 1;
    background-color: rgb(229 33 42) !important;
}

    
    .rowbg{
    background: #f5f5f5;
    padding: 20px;
    }


