.border-purple {
    border: 1px solid #B771E5;
}

.border-theme {
    border: 1px solid #4DA1A9;
}

.themeBg {
    background: #4DA1A90D 5% !important;
}

.text-theme {
    color: #4DA1A9 !important;
}

.purpleBg {
    background: #B771E51A 10% !important;
}

.border-green {
    border: 1px solid #6E8E59;
}

.text-green {
    color: #6E8E59 !important;
}
.yellowBg {
    background: #fffee0 10% !important; 
}

.border-yellow {
    border: 1px solid yellow;
}

.greenBg {
    background: #6E8E591A 10% !important;
}

.border-orange {
    border: 1px solid #DF9755;
}

.text-orange {
    color: #DF9755 !important;
}

.orangeBg {
    background: #DF97551A 10% !important;
}

.border-red {
    border: 1px solid #DE3163;
}

.text-red {
    color: #DE3163 !important;
}

.redBg {
    background: #DE31631A 10% !important;
}

.form-select:focus {
    box-shadow: 0 0 0 0rem #231F20 !important;
    border-color: #231F20 !important;
}

.border-light-blue {
    border: 1px solid #149EC2;
}

.text-light-blue {
    color: #149EC2 !important;
}

.light-blue-bg {
    background: #149EC21A 10% !important;
}

.languageSelector {
    border: 1px solid #231F20;
}

.border-light-grey {
    border: 1px solid #574964;
}

.text-light-grey {
    color: #574964 !important;
}

.light-grey-bg {
    background: #5749641A 10% !important;
}

.text-purple {
    color: #B771E5 !important;
}

.latestBlogslist {
    border-top: 1px solid #EBECF0;
    border-bottom: 1px solid #EBECF0;
}

.headLatestBlogs {
    font-size: 1.5rem;
}
#loading {
    background: url('/wp-content/themes/tally/assets/images/loader.gif') no-repeat center center;
    position: fixed;
    top: 0%;
    left: 0%;
    height: 100%;
    width: 100%;
    background-size: 90px 90px;
    background-color: rgba(0, 0, 0, .75);
    z-index: 9999999;
}
.listingCardImg {
    width: 100%;
}
.page-link:focus{
	box-shadow: 0 0 0 0rem rgba(13, 110, 253, 0.25)!important;
}
.border-radius-5px {
    border-radius: 5px;
}
.pageLinkActive .page-link {
    background-color: #006EA6 !important;
    color: #fff;
}
.page-link {
    text-decoration: none !important;
}

.filter-panel {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    background: white;
    overflow: hidden;
    transition: height 0.3s ease-in-out;
    box-shadow: 0px -2px 10px rgba(0, 0, 0, 0.1);
    z-index: 999;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.filter-panel.active {
    height: 100vh;
}

.close-btn {
    position: absolute;
    top: 10px;
    right: 15px;
    background: red;
    color: white;
    border: none;
    padding: 10px 15px;
    cursor: pointer;
    border-radius: 5px;
    font-size: 16px;
}

.filter-content {
    padding: 20px;
    text-align: center;
}

#customerFilterBtn {
    cursor: pointer;
    background: #f8f8f8;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 5px;
    border: 1px solid #ccc;
}

.paginationPrevBtn,.paginationNextBtn {
    border:0px!important;
    background-color: #fff!important;
}
.backButton {
    transform: rotate(180deg);
    width: .6rem;
}

@media (min-width: 280px) {
    .bannerImg {
        width: 19rem;
    }

    .latestBlogsSection {
        border-top: 1px solid #EBECF0;
    }

    .border-1px-grey {
        border: 1px solid #EBECF0;
    }
}

@media (min-width: 320px) {}

@media (min-width: 375px) {
    .bannerImg {
        width: 22rem;
    }
}

@media (min-width: 412px) {}

@media (min-width: 425px) {
    .bannerImg {
        width: 25rem;
    }
}

@media (min-width: 576px) {
    .bannerImg {
        width: 32rem;
    }
}

@media (min-width: 768px) {
    .bannerImg {
        width: 43rem;
    }
}

@media (min-width: 1024px) {
    .latestBlogsSection {
        border-top: 0px solid #EBECF0;
        border-left: 1px solid #EBECF0;
    }

    .filter-btn-container {
        display: none;
    }
    /*.listingCardImg{
        height: 11.7rem;
    }*/
    .bannerImg {
        width: 28rem;
    }
}

@media (min-width: 1200px) {
    .bannerImg {
        width: 33rem;
    }
}

@media (min-width: 1440px) {
    .bannerImg {
        width: 39rem;
    }
}

@media (min-width: 1536px) {}

@media (min-width: 1600px) {}

@media (min-width: 1680px) {}



@media (min-width: 1920px) {
    .bannerImg {
        width: 38rem;
    }
}