::selection {
  color: black!important;
  background: yellow!important;
}

@media print {

  html, body {
    height:100%; 
    margin: 0 !important; 
    padding: 0 !important;
    overflow: hidden;
    page-break-after: always;
  }

  
}

@import url('https://fonts.googleapis.com/css2?family=Lato:wght@200;300;400;700&display=swap');
html,body {
   width: 100%;
   height: 100%;
   margin: 0px;
   padding: 0px;
   overflow-x: hidden;
}
div p {
   font-family: 'Lato', sans-serif;
   font-size: 1rem;
   line-height: 1.5;
   font-weight: 400;
}
/* Text Truncate Start */

.truncate-text-1 {
   overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   -webkit-line-clamp: 1; /* number of lines to show */
           line-clamp: 1; 
   -webkit-box-orient: vertical;
}
.truncate-text-2 {
   overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   -webkit-line-clamp: 2; /* number of lines to show */
           line-clamp: 2; 
   -webkit-box-orient: vertical;
}
.truncate-text-3 {
   overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   -webkit-line-clamp: 3; /* number of lines to show */
           line-clamp: 3; 
   -webkit-box-orient: vertical;
}
.truncate-text-4 {
   overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   -webkit-line-clamp: 4; /* number of lines to show */
           line-clamp: 4; 
   -webkit-box-orient: vertical;
}
.truncate-text-5 {
   overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   -webkit-line-clamp: 5; /* number of lines to show */
           line-clamp: 5; 
   -webkit-box-orient: vertical;
}
/* Text Truncate End */

.indent10 { 
   text-indent: 10px;
   }
.indent20 { 
   text-indent: 20px;
   }
.indent30 { 
   text-indent: 30px;
   }
.indent40 { 
   text-indent: 40px;
   }
.indent50 { 
   text-indent: 50px;
   }
.indent60 { 
   text-indent: 60px;
   }


.img-cover{
   background-size: cover;
   background-repeat: no-repeat;
   background-position: 50% 50%;
}


/* Article sharer start*/
.article-sharer .action-item {
  margin-bottom: 5px;
}
.article-sharer .action-item li {
  display: inline-block;
  margin-right: 10px;
  padding-right: 10px;
  border-right: 1px solid #d5d5d5;
  line-height: 1;
  margin-bottom: 5px;
}
.article-sharer .action-item li:last-child {
  margin-right: 0;
  padding-right: 0;
  border-right: 0;
}
.article-sharer .action-item li button {
  background: transparent;
  border: 0;
  cursor: pointer;
  color: #a8a8a8;
  font-size: 24px;
  padding: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.article-sharer .action-item li button:focus {
  outline: none;
}
.article-sharer .action-item li button:hover {
  color: #dc3545;
}
.article-sharer .action-item li.action-share-hover {
  position: relative;
}
.article-sharer .action-item li.action-share-hover .action-share-wrap {
  position: absolute;
  top: 40px;
  padding-top: 10px;
  left: 0;
  text-align: center;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.article-sharer .action-item li.action-share-hover .action-share-wrap:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 10px solid #dc3545;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  transition-delay: 0.1s;
}
.article-sharer .action-item li.action-share-hover .action-share-wrap a {
  color: #ffffff;
  background-color: #f44336;
  display: block;
  padding: 10px 12px;
  transform: translateX(-44px);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.article-sharer .action-item li.action-share-hover .action-share-wrap a:first-child {
  padding: 10px 12px;
}
.article-sharer .action-item li.action-share-hover .action-share-wrap a:last-child {
  padding: 10px 12px;
}
.article-sharer .action-item li.action-share-hover .action-share-wrap a:nth-child(1n) {
  transition-delay: 0.6s;
}
.article-sharer .action-item li.action-share-hover .action-share-wrap a:nth-child(2n) {
  transition-delay: 0.5s;
}
.article-sharer .action-item li.action-share-hover .action-share-wrap a:nth-child(3n) {
  transition-delay: 0.4s;
}
.article-sharer .action-item li.action-share-hover .action-share-wrap a:nth-child(4n) {
  transition-delay: 0.3s;
}
.article-sharer .action-item li.action-share-hover .action-share-wrap a:nth-child(5n) {
  transition-delay: 0.2s;
}
.article-sharer .action-item li.action-share-hover .action-share-wrap a:nth-child(6n) {
  transition-delay: 0.1s;
}
.article-sharer .action-item li.action-share-hover .action-share-wrap a:hover {
   background-color: #fff;
   color: #dc3545;
  -webkit-transition: all 0.0s ease-in-out;
  -moz-transition: all 0.0s ease-in-out;
  -ms-transition: all 0.0s ease-in-out;
  -o-transition: all 0.0s ease-in-out;
  transition: all 0.0s ease-in-out;
}
.article-sharer .action-item li.action-share-hover:hover .action-share-wrap:before {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  transition-delay: 0.7s;
}
.article-sharer .action-item li.action-share-hover:hover .action-share-wrap a {
  transform: translateX(0);
}
.article-sharer .action-item li.action-share-hover:hover .action-share-wrap a:nth-child(1n) {
  transition-delay: 0.1s;
}
.article-sharer .action-item li.action-share-hover:hover .action-share-wrap a:nth-child(2n) {
  transition-delay: 0.2s;
}
.article-sharer .action-item li.action-share-hover:hover .action-share-wrap a:nth-child(3n) {
  transition-delay: 0.3s;
}
.article-sharer .action-item li.action-share-hover:hover .action-share-wrap a:nth-child(4n) {
  transition-delay: 0.4s;
}
.article-sharer .action-item li.action-share-hover:hover .action-share-wrap a:nth-child(5n) {
  transition-delay: 0.5s;
}
.article-sharer .action-item li.action-share-hover:hover .action-share-wrap a:nth-child(6n) {
  transition-delay: 0.6s;
}
.article-sharer .item-feature {
  margin-bottom: 35px;
}
.article-sharer .item-feature ul {
  margin-left: -1px;
  margin-right: -1px;
  display: flex;
  flex-wrap: wrap;
}
.article-sharer .item-feature ul li {
  margin-top: 2px;
  max-width: 25%;
  flex: 0 0 25%;
  padding-left: 1px;
  padding-right: 1px;
}
@media only screen and (max-width: 767px) {
  .article-sharer .item-feature ul li {
    max-width: 50%;
    flex: 0 0 50%;
  }
}
@media only screen and (max-width: 575px) {
  .article-sharer .item-feature ul li {
    max-width: 100%;
    flex: 0 0 100%;
  }
}
.article-sharer .item-feature ul li .feature-wrap {
  background-color: #f2f2f2;
  display: flex;
  justify-content: center;
}
.article-sharer .item-feature ul li .media {
  height: 100%;
  padding: 12px 5px;
  align-items: center;
}
.article-sharer .item-feature ul li .feature-icon {
  font-size: 24px;
  line-height: 1;
}
.article-sharer .item-feature ul li .feature-icon i,
.article-sharer .item-feature ul li .feature-icon i:before {
  font-size: 30px;
  font-weight: 600;
  color: #a8a8a8;
}
.article-sharer .item-feature ul li .feature-title {
  font-size: 18px;
  color: yellow;
  font-weight: 600;
}
.article-sharer .item-description {
  font-size: 17px;
  color: #444444;
  line-height: 1.8;
  font-weight: 500;
}

/* Article Sharer End*/

/* Admin Profile CSS Start*/
   .nav-pills-custom .nav-link {
   color: #111827;
   background: #fff;
   position: relative;
   }
   .nav-pills-custom .nav-link.active {
   color: #fff;
   background: #111827;
   }
   /* Add indicator arrow for the active tab */
   @media (min-width: 992px) {
   .nav-pills-custom .nav-link::before {
   content: '';
   display: block;
   border-top: 8px solid transparent;
   border-left: 10px solid #111827;
   border-bottom: 8px solid transparent;
   position: absolute;
   top: 50%;
   right: -10px;
   transform: translateY(-50%);
   animation-duration: 100ms;
   opacity: 0;
   }
   }
   .nav-pills-custom .nav-link.active::before {
   opacity: 1;
   }