.login-left-bg {
     background-color: #D6EAF8;
     padding-top: 5rem;
     padding-bottom: 5rem;
}

.login-right-bg {
     background-color: #3e4c68;
}

.login-form {
     padding: 40px 100px;
}

body {
     color: #757577;
     font-size: 0.9rem;
}

.btn{
     font-size: 0.9rem;
}

a {
     text-decoration: none;
     color: #325674;
}

ul {
     list-style: none;
     padding-left: 0px;
     margin-bottom: 0px;
}

p {
     margin-bottom: 0px;
}

.main-content {
     position: relative;
}

.font-16 {
     font-size: 1rem;
}

.font-14 {
     font-size: 14px;
}

.font-12 {
     font-size: 12px;
}

.font-10 {
     font-size: 12px;
}

.font-bold {
     font-weight: 600;
}

.form-control {
     background-color: transparent;
     border-radius: 0px;
     border: 0px;
     border-bottom: 1px solid #d1d1d2;
     font-size: 0.9rem;
}

.form-control:focus {
     box-shadow: none;
     background-color: transparent;
}

.form-check-input {
     width: 1.5em !important;
     height: 1.5em !important;
}

.btn-primary {
     border-radius: 0px;
     background-color: #325674;
     border-color: #325674;
}

.form-check-input:checked {
     background-color: #325674;
     border-color: #325674;
}

.form-check-input:focus {
     box-shadow: none;
}

.sidebar-panel {
     background-color: #D6EAF8;
     height: 1024px;
     padding: 30px 0px;
}

.top-bar {
     background-color: #fafafa;
     padding: 10px 0px;
}

.horizontal-list {
     list-style: none;
     padding-left: 0px;
     margin-bottom: 0px;
}

.horizontal-list li {
     display: inline-block;
     margin-left: 20px;
}

.btn-link {
     text-decoration: none;
     color: #325674;
}

.sidebar-navigation {
     list-style: none;
     padding-left: 0px;
     margin-bottom: 0px;
     margin-top: 50px;
}

.sidebar-navigation li {
     display: block;
     margin-bottom: 10px;
     padding: 10px 20px;
     transition: all 0.25s ease-in-out;
}

.sidebar-navigation li.active {
     background-color: #325674;
}

.sidebar-navigation li.active a {
     color: white;
}

.sidebar-navigation li.active a img {
     filter: brightness(0) invert(1);
}

.sidebar-navigation li:hover {
     background-color: #325674;
}

.sidebar-navigation li:hover a {
     color: white;
}

.sidebar-navigation li:hover a img {
     filter: brightness(0) invert(1);
}

.sidebar-navigation li a img {
     margin-right: 10px;
}

.card {
     border: 0px;
     box-shadow: 0 0 30px rgba(0, 0, 0, 0.06);
}

.dashboard-card {
     background-color: #D6EAF8;
     /* background-image: url(../images/card-pattern.svg); */
     background-position: right top;
     background-repeat: no-repeat;
     padding: 20px 15px;
}

.repeated-donors-list li {
     display: block;
     margin-bottom: 15px;
     border-bottom: 1px solid #e2e2e2;
     padding-bottom: 15px;
}

.repeated-donors-list li:last-child {
     border-bottom: 0px;
     margin-bottom: 0px;
     padding-bottom: 0px;
}

.repeated-donors-list li img {
     margin-right: 10px;
}

.img-shadow {
     box-shadow: 0 0 30px rgba(0, 0, 0, 0.06);
}

.nav-tabs {
     border: 0px;
}

.nav-tabs .nav-link {
     color: #d1d1d2;
     border: 0px;
     padding: 10px 0px;
     margin-right: 25px;
}

.nav-tabs .nav-link.active {
     color: #3e4c68;
     font-weight: 700;
     border-bottom: 3px solid #3e4c68;
}

.btn-outline-primary {
     border-color: #325674;
     color: #325674;
     border-radius: 0px;
}

.add-to-cart{
     position: absolute;
     bottom: 30px;
     right: 30px;
}

.btn-outline-secondary{
     border: 0px;
     border-bottom: 1px solid #d1d1d2;
}

.page-item .page-link{
     color: #325674;
}

.page-item .page-link:focus{
     box-shadow: none;
}

.page-item.active .page-link{
     background-color: #325674;
     color: white;
     border-color: #325674;
}

.input-border{
     border: 1px solid #d1d1d2;
     border-radius: 4px; 
     background-color: white;
}

.modal-content{
     background-color: #F5F5F5;
}

.additional-products li{
     min-width: 200px;
     margin-right: 10px;
}

.additional-products li:hover {
     cursor: pointer;
}

.no-shadow{
     box-shadow: none !important;
}


.additional-products {
     position: relative;
     width: 100%;
     overflow-x: auto;
     display: flex;
}

.additional-products::-webkit-scrollbar {
     height: 4px;
     background-color: transparent;
}

.additional-products::-webkit-scrollbar-track {
     box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
     border-radius: 2px;
     background-color: transparent;
}

.additional-products::-webkit-scrollbar-thumb {
     border-radius: 4px;
     box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
     background-color: transparent;
}

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

.form-select{
     font-size: 0.9rem;
}

.form-select:focus{
     box-shadow: none;
}

.receipt-list li{
     border-bottom: 1px solid #d1d1d2;
     padding-bottom: 10px;
     padding-top: 10px;
     font-weight: bold;
}

.receipt-list li:first-child{
     padding-top: 0px;
}

.receipt-list li:last-child{
     border-bottom: 0px;
     padding-bottom: 0px;
}