.wallet-card-section:before{
background:#2b8bf1f7;
}
.bg-primary{
background:#2b8bf1f7 !important;
}
.appBottomMenu .item .action-button{
background:#2b8bf1f7 !important;

}
.bg-csblue{
    background-color: rgba(0, 111, 230, 0.03);
}
.appBottomMenu .item.active .icon, .appBottomMenu .item.active ion-icon,
.appBottomMenu .item.active strong{
color:#2b8bf1f7 !important;

}
.remove-background {
    mix-blend-mode:darken;
    /* You can try different blend modes like 'multiply', 'color-dodge', etc. */
}
.logForm{
    height: 100%;
        background: #fff;
        border-top-left-radius: 20px;
        box-shadow: 0 3px 12px rgba(0, 0, 0, .08) !important;
        border-top-right-radius: 20px;
        margin-top: -20px;
}
h2.welcome{
color:#fff;
font-size: 1.5rem;
    margin-top: 50px;
}

img.mb1{
width:80%;
}
.imaged.square{
border-radius:5% !important;
}
.sign{
margin-top:170px !important;
}
.d-g-c {
    font-size: 1.5rem !important;
}
.d-s-c {
    font-size: 1.5rem !important;

}
.d-o-c{
    font-size: 1.5rem !important;

}
.d-r-c{
    font-size: 1.5rem !important;

}

.image-listview>li .item .icon-box {
    min-width: 36px;
    max-width: 36px;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1em;
    font-size: 22px;
    border-radius: 400px;
    margin-right: 16px;
}
.bg-danger {
    background: #FF396F !important;
    color: #FFF;
}
.wallet-card2-section:before{
    background:#2b8bf1f7 !important;

}
.wallet-card-section1:before{
    background:#2b8bf1f7 !important;

}
.font-11{
    font-size: 11px !important;
}
.font-12 {
    font-size: 12px !important;
}
.font-13 {
    font-size: 13px !important;
}
.font-14 {
    font-size: 14px !important;
}
.font-15 {
    font-size: 15px !important;
}
.font-16 {
    font-size: 16px !important;
}
.font-17 {
    font-size: 17px !important;
}
.font-18 {
    font-size: 18px !important;
}
.card .card-title2 {
    font-size: 13px !important;
}
.fw-5{
    font-weight: 500;
}
.fw-6 {
    font-weight: 600;
}
.fw-7 {
    font-weight: 700;
}
.rounded-10{
    border-radius: 10px !important;
}
.border-b{
    border-bottom: 1px solid #dbd2d2cc;
}
.borderAfter{
    position: relative;
}
.borderAfter::before{
    position: absolute;
    content: "";
    top: 0;
    left: -8px;
    width: 5px;
    height: 100%;
    background-color: #2748bfcc;
}.container-iframe {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding-top: 56.25%;
    /* 16:9 Aspect Ratio */
}

.responsive-iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border: none;
}
.invoiceBackgroundLogo {
    position: absolute;
    left: 5%;
    top: 50%;
    transform: translate(0, -50%) rotate(25deg)
}

.invoiceBackgroundLogo img {
    opacity: .1;
    width: 90%
}

.invoice {
    background: #FFF;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.1), 0 1px 3px 0 rgba(0, 0, 0, 0.08);
    padding: 24px 16px;
    margin: 8px;
    position: relative;
    overflow: hidden
}

.invoice .invoice-page-header {
    display: flex;
    align-items: flex-end;
    justify-content: space-between
}

.invoice .invoice-page-header .invoice-logo img {
    height: 20px
}

.invoice .invoice-page-header .invoice-id {
    font-size: 11px;
    color: #4F5050
}

.invoice .invoice-person {
    display: flex;
    align-items: flex-start;
    justify-content: space-between
}

.invoice .invoice-person .invoice-to,
.invoice .invoice-person .invoice-from {
    font-size: 11px
}

.invoice .invoice-person .invoice-to h4,
.invoice .invoice-person .invoice-from h4 {
    margin-bottom: 8px;
    color: #141515;
    font-size: 13px
}

.invoice .invoice-person .invoice-to p,
.invoice .invoice-person .invoice-from p {
    margin: 0 0 3px 0;
    line-height: 1.4em;
    color: #A1A1A2
}

.invoice .invoice-person .invoice-to {
    padding-right: 12px
}

.invoice .invoice-person .invoice-from {
    text-align: right;
    padding-left: 12px
}

.invoice .invoice-detail .table {
    border-bottom: 1px solid #E1E1E1
}

.invoice .invoice-detail .table thead,
.invoice .invoice-detail .table tbody {
    font-size: 11px;
    font-weight: 700
}

.invoice .invoice-detail .table thead td,
.invoice .invoice-detail .table tbody td {
    text-align: center
}

.invoice .invoice-detail .table thead td:first-child,
.invoice .invoice-detail .table tbody td:first-child {
    text-align: left;
    padding-left: 0
}

.invoice .invoice-detail .table thead td:last-child,
.invoice .invoice-detail .table tbody td:last-child {
    padding-right: 0;
    text-align: right
}

.invoice .invoice-detail .table thead {
    color: #A1A1A2
}

.invoice .invoice-detail .table tbody {
    color: #141515
}

.invoice .invoice-total {
    font-size: 11px;
    font-weight: 700
}

.invoice .invoice-total .listview {
    padding: 0
}

.invoice .invoice-total .listview li {
    min-height: auto;
    padding: 12px 0
}

.invoice .invoice-total .listview li .hightext {
    font-size: 13px
}

.invoice .invoice-total .listview li .totaltext {
    font-size: 17px
}

.invoice .invoice-signature .signature-block {
    display: inline-flex;
    font-size: 11px;
    padding: 5px 32px 42px 32px;
    border: 2px dashed #E1E1E1
}

.invoice .invoice-bottom {
    font-size: 10px;
    text-align: center;
    padding-top: 24px;
    opacity: .4
}

.R_actionsheet-modal {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    top: 57px;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    z-index: 9999;
}

.R_actionsheet-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: -1;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
}

.R_actionsheet-content {
    width: 100%;
    max-height: 70vh;
    background-color: white;
    padding: 16px;
    overflow-y: auto;
}

.R_actionsheet-close {
    margin-top: 16px;
    width: 100%;
    padding: 8px;
    background-color: #ddd;
    border: none;
}

.R_actionsheet-close:hover {
    background-color: #ccc;
}.pdf-viewer-container {
    height: 500px;
    /* Adjust the height as needed */
}
.carousel-inner{
    border-radius: 10px;
    margin-top: 20px;
    max-height: 230px;
}
.carousel-inner::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
}
.carousel-item img{
    object-fit: contain;
    max-height: 190px;
}
.carousel-caption{
    bottom: 0 !important;
}
.carousel-item .carousel-caption h3{
    bottom: -10px !important;
    left: 17% !important;
    color: #363636 !important;
    font-size: 14px;
}
.fileSupport{
    position: relative;
    overflow: hidden;
}
.fileSupportInput{
  position: absolute;
  font-size: 50px;
  opacity: 0;
  right: 0;
  top: 0;
}.divider {
    height: 1px;
    background: #E1E1E1;
    display: flex;
    align-items: center;
    justify-content: center
}

.divider .icon-box {
    background: #E1E1E1;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFF;
    border-radius: 100%;
    width: 28px;
    height: 28px;
    font-size: 18px
}

.divider.inset {
    margin-left: 16px;
    margin-right: 16px
}