/*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;
  /* align-items: center;
    display: flex;
    justify-content: center; */
}

.cardPost .imgCont img {
  /* object-fit: cover; */
  width: 100%;
}
/* .imgCont::before {
    content: '';
    display: block;
    background: #155fd585;
    width: 100%;
    height: 100%;
    mix-blend-mode: overlay;
} */

.blog_details {
  position: relative;
}

.cardPost .shareBtnNew {
  position: absolute;
  bottom: 10px;
  right: 10px;
  z-index: 1;
  border-radius: 4px;
  padding: 3px 8px 4px 8px;
  color: #000000;
  background: #fbfbfb;
  border: 1px solid #e9e9e9;
  font-size: 14px;
  line-height: 17px;
  transition: all ease-in-out 0.3s;
  font-weight: 600;
}
.cardPost .shareBtnNew:hover {
  background-image: linear-gradient(135deg, #631be1 0%, #0462d4 100%);
  border: 1px solid #1560d5;
  color: #fff;
}

.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;
}

.shareBtn {
  margin-right: 0px !important;
}

.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;
  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: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.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: 0.125rem;
}

.page-link {
  padding: 0.5rem 0.75rem;
  font-size: 0.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: 0.5rem 1.2rem;
  color: #1560d5;
  font-weight: 600;
  font-size: 14px;
  border-color: #1560d5;
}

.blogContainer {
  max-width: 1000px;
}
.blogContainer .blogTitle {
  font-size: 30px;
  line-height: 41px;
  font-weight: 700;
  font-family: var(--font-family-title);
  color: var(--black);
}

.blogDetailsRelated .cardPost .content ul.icons li {
  margin: 0px 15px 10px 0px;
  display: inline-block;
}

.shareBtnCustom {
  margin: 0px !important;
  position: relative;
  top: 1px;
}

.cursorHand {
  cursor: pointer;
}

.blogDetails a {
  color: #0d6efd !important;
  text-decoration: none;
}

.bg-primary-light {
  background: #e3f3ff;
  color: #0075d1;
  border: 1px solid #d0eaff;
}

.bg-danger-light {
  background: #ffe5e3;
  color: #d81717;
  border: 1px solid #ffbbb6;
}

.bg-success-light {
  background: #e7ffe8;
  color: #007805;
  border: 1px solid #c2f1c4;
}
.bg-secondary-light {
  background: #efefef;
  color: #4b4b4b;
  border: 1px solid #e2e2e2;
}

.bg-primary-light:hover {
  background: #e3f3ff;
  color: #0075d1;
  border: 1px solid #0075d1;
}

.bg-danger-light:hover {
  background: #ffe5e3;
  color: #d81717;
  border: 1px solid #d81717;
}

.bg-success-light:hover {
  background: #e7ffe8;
  color: #007805;
  border: 1px solid #007805;
}
.bg-secondary-light:hover {
  background: #efefef;
  color: #4b4b4b;
  border: 1px solid #4b4b4b;
}

.bg-gray-light {
  background: #efefef;
  color: #494949;
  border: 1px solid #dddddd;
}

.bg-white-light {
  background: #ffffff;
  color: #4b4b4b;
  border: 1px solid #e2e2e2;
}

.bg-gray-light:hover {
  border: 1px solid #494949;
}

.bg-white-light:hover {
  border: 1px solid #494949;
}

.blogDetails table {
  --bs-table-bg: transparent;
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: #212529;
  --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
  --bs-table-active-color: #212529;
  --bs-table-active-bg: rgba(0, 0, 0, 0.1);
  --bs-table-hover-color: #212529;
  --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
  vertical-align: top;
  border-color: #dee2e6;
}

.blogDetails table > tbody {
  vertical-align: inherit;
}

.blogDetails table > :not(caption) > * > * {
  padding: 0.5rem 0.5rem;
  background-color: var(--bs-table-bg);
  border-bottom-width: 1px;
  box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
}

.blogDetails table tbody,
.blogDetails table td,
.blogDetails table tfoot,
.blogDetails table th,
.blogDetails table thead,
.blogDetails table tr {
  border-color: #cccccc;
  border-style: solid;
  border-width: 1px;
}
.blogDetails ul {
  position: relative;
  margin: 0px 0px 20px 0px;
  padding: 0;
}
.blogDetails ul li {
  position: relative;
  left: 0;
  list-style: none;
  margin: 4px 0 14px 10px;
  border-left: 2px solid var(--primary);
  transition: 0.5s;
  cursor: pointer;
  padding: 0px 0px 0px 10px;
}
