.input-invalid-feedback {
    width: 100%;
    margin-top: .25rem;
    font-size: .875em;
    color: var(--bs-form-invalid-color);
}

.card-background{
    background: #CCDDE7;
    background: linear-gradient(90deg, rgba(204, 221, 231, 1) 0%, rgba(204, 221, 231, 1) 0%, rgba(249, 205, 202, 1) 100%);
}

.mobile-space {
    margin-bottom: 100px;
}

.mobile-nav-active {
   color: #539bfF
}

.mobile-footer {
    display: none ;
}

@media only screen and (max-width: 1299px) {
    .mobile-footer {
        display: block;
        position: fixed;
        left: 0;
        bottom: 0;
        width: 100%;
        background-color: rgb(243, 228, 228);
        text-align: center;
        font-size: 25px;
        box-shadow:  rgba(145, 158, 171, 0.2) 0px 0px 2px 0px, rgba(145, 158, 171, 0.12) 0px 12px 24px -4px;
    }
}

.sidebar-item{
    margin-bottom: 3px;
}

@media only screen and (min-width: 768px) {
    .desktop-text-end {
        text-align: right !important;
    }
}

.select2-dropdown {
    z-index: 10000;
}

.table-pagination{
    padding: 18px 20px 0px 20px
}

.l-notice-icon{
    margin-top: 0.15rem
}

.input-group-text {
    border: var(--bs-border-width) solid #e3e3e3;
}

.notification-nowrap{
   white-space: inherit;
}

.card-details{
    display: inline;
    font-size: 12px;
}

.merchant-content img{
    width: 100%;
}
