body {
    background-image: url("../../../resources/image/bg.png")
}

body,
html {
    width: 100%;
    height: 100%;
    margin: 0
}

.full_height {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    min-height: 100%
}

.sidebar {
    color: #fff;
    width: 200px;
    flex: 0 0 auto
}

.border-danger {
    border: 1px solid #f25961 !important
}

.main {
    flex: 1 1 auto
}

table.donation-list tbody tr td:last-child span {
    font-size: 30px;
    line-height: 0;
    position: relative;
    top: 4px
}

.text-orange {
    color: #ff6610
}

.bg-orange {
    background-color: #ff6610
}

.text-heading-orange {
    color: #e23600;
    background-color: #e23600
}

.mt-50 {
    margin-top: 50px
}

.mt-65 {
    margin-top: 65px
}

.list-group {
    flex-direction: unset !important
}

.main-panel a {
    color: #0d6efd;
    text-decoration: unset
}

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

.py-1 {
    padding-top: .25rem !important;
    padding-bottom: .25rem !important
}

.px-2 {
    padding-right: .5rem !important;
    padding-left: .5rem !important
}

.table td,
.table th {
    font-size: 15px;
    padding: 7px 0 7px 5px !important
}

.text-info {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-info-rgb), var(--bs-text-opacity)) !important
}

.table>tbody>tr>td {
    padding: .5rem;
}

.small,
small {
    font-size: 13px
}

.fw-bold {
    font-weight: 700 !important;
    font-size: var(--bs-body-font-size) !important
}

b,
strong {
    font-weight: bolder !important
}

.sidebar {
    background-color: #EFDEC9ff;
}

.border-primary,
.text-decoration-none {
    font-size: 14px
}

.form-control-sm,
.form-select-sm {
    font-size: 13px !important
}

.border-primary {
    border-color: #0d6efd !important
}

.border-2 {
    border-width: 2px !important
}
table.dataTable thead > tr > th.dt-orderable-asc span.dt-column-order:before, table.dataTable thead > tr > th.dt-orderable-asc span.dt-column-order:after, table.dataTable thead > tr > th.dt-orderable-desc span.dt-column-order:before, table.dataTable thead > tr > th.dt-orderable-desc span.dt-column-order:after, table.dataTable thead > tr > th.dt-ordering-asc span.dt-column-order:before, table.dataTable thead > tr > th.dt-ordering-asc span.dt-column-order:after, table.dataTable thead > tr > th.dt-ordering-desc span.dt-column-order:before, table.dataTable thead > tr > th.dt-ordering-desc span.dt-column-order:after, table.dataTable thead > tr > td.dt-orderable-asc span.dt-column-order:before, table.dataTable thead > tr > td.dt-orderable-asc span.dt-column-order:after, table.dataTable thead > tr > td.dt-orderable-desc span.dt-column-order:before, table.dataTable thead > tr > td.dt-orderable-desc span.dt-column-order:after, table.dataTable thead > tr > td.dt-ordering-asc span.dt-column-order:before, table.dataTable thead > tr > td.dt-ordering-asc span.dt-column-order:after, table.dataTable thead > tr > td.dt-ordering-desc span.dt-column-order:before, table.dataTable thead > tr > td.dt-ordering-desc span.dt-column-order:after {
    left: 13px !important;
    opacity: 0.125;
    line-height: 9px;
    font-size: 0.8em;


.text-primary,
.text-primary a {
    color: #0d6efd !important
}

.mb-3,
.my-3 {
    margin-bottom: 1rem !important
}

.form-control-sm {
    min-height: calc(1.5em + .5rem + 2px);
    padding: .25rem .5rem !important;
    border-radius: .2rem !important
}

.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

.d-list {
    min-height: 180px
}

.table-bordered>:not(caption)>* {
    border-width: 1px 0
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: transparent !important;
    border-bottom: 1px solid #ccc !important
}

.table-striped tbody tr {
    border-bottom: 1px solid !important
}

.table-striped>tbody>tr:nth-of-type(odd)>* {
    --bs-table-accent-bg: #f8f9fa
}

.main-panel {
    width: calc(100% - 190px);
    background: #e9ede5;
    padding: 20px 20px;
    margin-left: 20px;
    min-height: 100%;
}

.lope {
    margin: auto !important
}

.lope2 a {
    color: #3783bd !important
}

.btn-success {
    color: #fff !important;
    background-color: #1a8557 !important;
    border-color: #1a8557 !important
}

.btn-warning {
    background: #fbc300 !important;
    border-color: #fbc300 !important;
    color: #000 !important
}

.btn-outline-secondary:hover,
.btn-outline-secondary:not(:disabled):not(.disabled):active,
.btn-secondary,
.show>.btn-outline-secondary.dropdown-toggle {
    color: #fff !important
}

.btn-secondary {
    background-color: #6c757d;
    border-color: #6c757d;
}

.border-success {
    border: 1px solid #28a745 !important
}

.text-success {
    color: #28a745 !important
}

.bg-success {
    background-color: #28a745 !important
}

table.dataTable {
    padding-top: 0
}

.table thead th {
    text-align: center;
    background-color: #f8f9fa;
    padding: 5px !important;
    border-bottom: 1px solid !important
}

.mt-75 {
    margin-top: 75px
}

.system-receipt-img{
    height: 30px;
border-radius: 15px;
background: #ffffff;
padding: 3px;
width: 30px;
margin-left: 10px;
border: 1px solid black;
vertical-align: bottom;
}
}



.choices:focus , .is-focused{
    border-color: #c48031 !important;
    outline: none;
    box-shadow: 0 0 10px #f2bc7d !important;
}

.btn-clear{
    background-color: #919191 !important;
    color: white !important;
}

.bg-table tr td{
    background-color: #efdec9 !important;
}

.bg-table td{
    border-color:white !important;
}