/*blog */

.blogTags .nav-pills .nav-link.active,
.blogTags .nav-pills .show>.nav-link {
    color: #1560D5;
    background-image: linear-gradient(135deg, #631BE1 0%, #0462D4 100%);
    font-weight: 600;
    border-radius: 30px;
    border: 1px solid #1560D5;
    color: #fff;
}

.blogTags .nav-pills .nav-link.active:hover {
    color: #fff;
}

.blogTags .nav-link {
    display: block;
    margin: 0.2rem;
    color: #3A3A3A;
    text-decoration: none;
    border-radius: 30px;
    cursor: pointer;
    transition: 0.5s;
    border: 1px solid #fff;
}

.blogTags .nav-link {
    color: var(--bs-gray-900);
    background-color: #fbfbfb;
    border: 1px solid #e9e9e9;
    border-radius: 30px;
}

.blogTags .nav-link:hover {
    color: #343fdb;
    background-color: var(--bs-light);
    border: 1px solid #e9e9e9;
    border-radius: 30px;
}


/* blog list */

.cardPost {
    display: block;
    padding: 0px;
    margin: 0px 0px 50px 0px;
    border-radius: 8px;
    box-shadow: 0px 6px 12px 2px #C3C3C32E;
    position: relative;
}

.cardPost .imgCont {
    display: block;
    margin: 0px 0px 0px 0px;
    height: 200px;
    background-size: cover;
    background-position: center center;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
}

.blog_details {
    position: relative;
}

.cardPost .shareBtnNew {
    position: absolute;
    bottom: 10px;
    right: 10px;
    z-index: 1;
    border-radius: 100%;
    padding: 5px;
    color: #000000;
    background: #fbfbfb;
    border: 1px solid #e9e9e9;
    font-size: 18px;
    line-height: 17px;
    transition: all ease-in-out 0.3s;
}

.cardPost .shareBtnNew:hover {
    background-image: linear-gradient(135deg, #631BE1 0%, #0462D4 100%);
    border: 1px solid #1560D5;
    color: #fff;
}

.cardPost .imgCont img {
    display: block;
    width: 100%;
    max-width: 100%;
    height: 100%;
    max-height: 100%;
    border-radius: 5px;
}

.imgCont::before {
    content: '';
    display: block;
    background: #155fd585;
    width: 100%;
    height: 100%;
    mix-blend-mode: overlay;
}

.cardPost .content {
    display: block;
    margin: 0;
}

.cardPost .content a.title {
    font-size: 18px;
    margin: 10px 0px 5px 0px;
    line-height: 24px;
    width: 100%;
    display: block;
    font-weight: 600;
    color: #000000;
    font-family: var(--font-family-title);
}

.cardPost .content .description {
    margin: 0px 0px 10px 0px;
}

.cardPost .content ul.tags {
    margin: 0px 0px 0px 0px;
    list-style-type: none;
    padding: 0;
    display: block;
}

.cardPost .content ul.tags li {
    margin: 0px 6px 10px 0px;
    display: inline-block;
}

.cardPost .content ul.tags li a.badge {
    font-size: 11px;
    padding: 5px 8px;
    font-weight: 400;
    font-family: var(--font-family-title);
}

.cardPost .content ul.tags li a.badge:hover {
    color: var(--white);
}

.cardPost .content ul.icons {
    margin: 15px 0px 10px 0px;
    list-style-type: none;
    padding: 10px 0px 0px 0px;
    display: block;
    color: #707070;
    position: relative;
    font-size: 14px;
    line-height: 16px;
}

.cardPost .content ul.icons li {
    margin: 0px 20px 10px 0px;
    display: inline-block;
}

.cardPost .content ul.icons li i {
    margin: 0px 5px 0px 0px;
    font-size: 16px;
    cursor: pointer;
    transition: 0.5s;
    /* color: #646464; */
}

.shareBtn:hover {
    transition: 0.5s;
    cursor: pointer;
}

.shareBtn:hover {
    color: rgb(0, 140, 255);
}

.bg-primary-gradient {
    --bs-bg-opacity: 1;
    background-image: linear-gradient(135deg, #631BE1 0%, #0462D4 100%);
    color: #ffffff;
}

.bg-lavender {
    --bs-bg-opacity: 1;
    background: #e9e8ff;
    color: #000000;
}


/* blog list ends */


/* blog details */

.blogTopSticky {
    top: 58px;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.08);
    z-index: 2;
    background: #ffffff;
}

.blogLeftSticky {
    /* width: 76px; */
    min-width: 76px;
    max-width: 126px;
    position: fixed;
    left: 0;
    top: 360px;
    border-radius: 0px 5px 5px 0px;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.08);
    z-index: 2;
    background: #ffffff;
}

.blogLeftSticky i {
    font-size: 24px;
}

.blogLeftSticky .list-group-item {
    padding: 0.5rem 0.5rem;
}

.blogDetails img {
    padding: .25rem;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: .25rem;
    max-width: 100%;
    height: auto;
    margin-bottom: 1rem !important;
}

.blogDetails h4 {
    margin: 10px 0px 20px 0px;
}

.blogDetails p {
    margin: 0px 0px 30px 0px;
}


/* blog details ends */

.tagpills1 {
    background: #EBE1FF;
    border-radius: 20px;
    border-radius: 30px;
    padding: 0.2rem 1.2rem;
    color: #4F29BD;
    font-weight: 600;
    font-size: 14px;
}

.tags a.tagpills1:hover {
    color: #4F29BD;
}

.tagpills2 {
    background: #FFF4D9;
    border-radius: 20px;
    border-radius: 30px;
    padding: 0.2rem 1.2rem;
    color: #CC9300;
    font-weight: 600;
    font-size: 14px;
}

.tags a.tagpills2:hover {
    color: #CC9300;
}

.tagpills3 {
    background: #FFE1E1;
    border-radius: 20px;
    border-radius: 30px;
    padding: 0.2rem 1.2rem;
    color: #E25757;
    font-weight: 600;
    font-size: 14px;
}

.tags a.tagpills3:hover {
    color: #E25757;
}

a:hover {
    color: currentColor;
}


/* paggination start */

.page-item {
    margin: .125rem
}

.page-link {
    padding: .5rem .75rem;
    font-size: .8rem;
    font-weight: 500;
    border-radius: 30px;
    line-height: 1.2;
    color: #717171;
    margin: 0.5rem;
}

.page-item.active .page-link {
    z-index: 3;
    color: #1560D5;
    background-color: #E0ECFF;
    border-color: #1560D5;
    font-weight: 700;
}

.page-item:last-child .page-link,
.page-item:first-child .page-link {
    background: #E0ECFF;
    border-radius: 20px;
    border-radius: 30px;
    padding: .5rem 1.2rem;
    color: #1560D5;
    font-weight: 600;
    font-size: 14px;
    border-color: #1560D5;
}

.blogContainer {
    max-width: 1000px;
}

.blogDetailsRelated .cardPost .content ul.icons li {
    margin: 0px 7px 10px 0px;
    display: inline-block;
}

.bg-primary-light {
    background: #e3f3ff;
    color: #2196F3;
    border: 1px solid #a4d7ff;
}

.bg-danger-light {
    background: #ffe5e3;
    color: #d81717;
    border: 1px solid #ffbbb6;
}

.bg-secondary-light {
    background: #ebebeb;
    color: #000000;
    border: 1px solid #d9d9d9;
}