/* medium font source serif pro*/
/* @font-face {
	font-family: 'source-serif-pro';
	src: url('../fonts/source-serif-pro/source-serif-pro.regular.otf') format('opentype');
} */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&display=swap');

@font-face {
  font-family: "source-serif-pro";
  src: url("../fonts/source-serif-pro/SourceSerifPro-Regular.otf") format("opentype");
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat/static/Montserrat-Bold.ttf");
}
@font-face {
	font-family: 'Optimo-plain';
	src: url('../../../blog/assets/fonts/Optimo-plain/Plain-Regular.otf') format('opentype');
	font-style: normal;
    font-weight: normal;
    font-display: block;
}
body {
  font-family: 'Optimo-plain', sans-serif;
}
/* Navbar */
.h-width {
	max-width: 1040px;
}

.finopsly-logo {
	max-height:45px;
}

.desc-logo-title {
    font-size: 21px;
    margin-left: 10px;
    font-weight: 500;
    margin-bottom: 0;
    color: #000;
}

.navbar-nav > li > a {
	text-decoration: none;
	position: relative;
	/*padding: 1px 15px;*/
	font-size: 18px;
	display: block;
	z-index: 10;
	/*color: #000;*/
}

.get-demo {
	padding: 5px 10px;
	border: 1px solid #ffffff;
	border-radius: 3px;
	transition: background-color .25s, color .25s, border-color .25s;
}

.get-demo-color {
	background-color: black;
	color: white;
}

/* .get-demo:hover {
	background-color: black;
	color: white;
} */
.custom-toggler .navbar-toggler-icon {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.scrolled {
	border-bottom: 1px solid #d3d3d3;
    background-color: #fff;
	height: auto;
    transition: height .5s;
}

.navbar-nav {
	display: flex;
	align-items: center;
}

.navbar-brand {
	font-weight: 600;
}

.desc-logo-title {
    font-size: 21px;
    margin-left: 10px;
    font-weight: 500;
    margin-bottom: 0;
    color: #000;
}

.navbar-color-black {
	color: #000;
	text-decoration: none;
}

.fade, .co-title-two {
	color: #ffffff !important;
}

.navbar-color-white {
	color: #ffffff !important;
	text-decoration: none;
}

.free-trail {
	padding: 5px 10px;
	color: white;
	background-color: black;
	border-radius: 3px;
	border: 1px solid black;
	transition: background-color .25s, color .25s, border-color .25s;
	margin-right:10px;

}

.free-trail:hover {
	color: black;
	background-color: white;
}

.get-demo {
	padding: 5px 10px;
	border: 1px solid #ffffff;
	border-radius: 3px;
	transition: background-color .25s, color .25s, border-color .25s;
	/* margin-left:10px; */
}

.get-demo-color {
	background-color: black;
	color: white;
}
/* Navbar */

.container-top {
  margin-top: 100px;
}
.blogs {
  padding: 0px 0;
}

.blog-list-simple-text {
  padding: 8px 0 !important;
  width: 85%;
}

.blog-list-simple-text>a:hover {
  color: #575a7b;
}

.main-blog>a:hover {
  color: #575a7b;
}

.blog-img img {
  height: 150px;
  width: 80%;
  text-align: center;
  object-fit: cover;
}

.blog-desc {
  margin: 15px 0px;
}

.blog-title {
  line-height: 22px;
  font-size: 15px;
}

.content {
  padding: 2rem 0 !important;
}

.html-container {
  background-color: #f2f2f2;
}

.bg-blog {
  background-color: #f2f2f2;
  padding-bottom: 10px;
}

.finops-blog-second-title {
  width: 40%;
  font-size: 38px;
  color: #33475b;
  font-weight: 600;
  margin-left: 30%;
  line-height: 130%;
  margin-bottom: 50px;
}

.blog-list-recent-text {
  padding: 8px 8px !important;
  width: 80%;
  margin: 0 30px !important;
}

.page-title-section {
  padding: 0px 0 0px 0 !important;
}

.white>li>a {
  color: white;
}

.header-finops img {
  width: 100%;
  height: 38px;
}

.blog_category_listing>a {
  color: #000;
  text-decoration: none;
  font-size: 18px;
  text-transform: capitalize;
  margin: 0 30px 0 0;
}

.blog_category_listing {
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 30px;
}

.blog-category {
  font-size: 12px;
  color: #373bb3;
}

.blog-category-main {
  background-color: #bce2f3;
  padding: 2px 10px;
  margin-bottom: 10px;
}

.blog_category_listing a {
  text-decoration: none;
  color: black;
  cursor: pointer;
  padding-bottom: 7px;
}

.blog_category_listing_active_category {
  border-bottom: 1px solid #000;
}

.c-width {
  max-width: 1040px;
  margin: 10px auto;
  padding: 0 20px;
}

.m-width {
  max-width: 680px;
  margin: 0 24px;
}

.blog-space:nth-child(3n + 1),
.blog-space:nth-child(3n + 2) {
  padding-right: 25px;
}

.blog-hr {
  margin-bottom: 60px;
  margin-top: 50px;
}

.blogs-bottom-space {
  margin-bottom: 40px;
}

/*Single blog Recent Posts */
.recent-posts-title {
  margin: 20px 0px 25px 0px;
}

.recent-posts-title>h1 {
  font-size: 28px;
  font-weight: 400;
}

.sb-rp-container {
  position: relative;
}

.sb-rp {
  border: 1px solid rgba(0, 0, 0, 0.125);
  height: 100%;
  margin-bottom: 30px;
}

.sb-rp-hr {
  margin-bottom: 40px;
}

.related-blogs-content {
  margin-bottom: 25px;
}

.sb-rp-category {
  margin: 10px 0;
  font-size: 13px;
  background-color: #000000;
  color: #fff;
  padding: 3px 8px;
  border-radius: 15px;
}

.sb-rp-read-more a {
  text-decoration: none;
  color: rgb(0, 32, 91);
}

.sb-rp-read-more {
  font-size: 16px;
  font-weight: bold;
  position: absolute;
  bottom: 0px;
  padding: 10px 10px;
}

.sb-rp-read-more a svg {
  font-weight: bold;
}

.sb-rp-card {
  margin-bottom: 30px;
}

.header-title {
  margin-bottom: 80px;
}

.white-color-blog {
  background-color: #ffffff;
}

@media screen and (max-width: 768px) {
.navbar-nav {
display: flex;
}
	.navbar-nav .nav-item:not(:last-child) {
		/*border-bottom: 1px solid lightgray;
		width: 100%;*/
	}
  .navbar-nav .nav-item {
		padding: 12px 0px;
	}

  .header-title {
    margin-bottom: 5px;
  }

  .blog-title {
    font-size: 20px;
    /* font-family: Optimo-Plain, Arial, Sans-serif; */
    font-weight: 400;
    line-height: 26px;
    color: #000;
    margin: 5px 0;
  }

  .main-blog {
    padding-left: 10px;
  }

  .blog-hr {
    margin-bottom: 30px;
    margin-top: 25px;
  }

  .blogs-bottom-space {
    margin-bottom: 10px;
  }

  .page-title-section {
    padding-top: 55px !important;
  }

  .navbar-default {
    position: fixed !important;
  }

.blog_category_listing>a {
  color: #000;
  text-decoration: none;
  font-size: 13px;
  text-transform: capitalize;
    margin: 0 15px 0 0 !important;
}

  .main-blog-title {
    margin-top: 10px;
  }
  .get-demo-btn{
		margin-top:20px;
	}
	.container-top {
	  margin-top: 40px;
	}
	.desc-title {
		margin-top: 40px!important;
	}
}

/* single blog page */
.fade-text {
  background: linear-gradient(rgba(255, 255, 255, 0), rgb(255, 255, 255));
  height: 250px;
  position: relative;
  margin-top: -252px;
  width: 100%;
  left: 1px;
}

@media screen and (max-width: 768px) {
  .content {
    padding: 1px 0 !important;
  }

  .blogs .post {
    margin-bottom: 1px;
  }
}

/* single blog page */

/* Common Styles */
.blog-logo {
  max-height: 35px;
}

/* Main Blog Page */
.finops-logo-title {
  margin: 20px 0;
  color: #242424;
}

/* Main Blog Page */
.main-blog-title {
  font-size: 28px;
  font-weight: 700;
  line-height: 34px;
  color: #242424;
  letter-spacing: -0.04em;
  font-family: "Montserrat";
}

.main-blog-descritpion {
  padding-top: 7px;
  font-family: source-serif-pro, Georgia, Cambria, "Times New Roman", Times, serif;
}

/* Description page */

/* Login */
.loginModal .modal-content {
  border-radius: 3px;
  text-align: center;
}

.loginModal+.modal-backdrop {
  opacity: 0.8;
}

.loginModal .btn-close {
  position: absolute;
  right: 20px;
  top: 20px;
}

.social-login-btn {
  padding: 10px;
}

.social-login-btn:hover,
.social-login-btn:active {
  color: #ffffff;
}

.linked-in-login-btn {
  display: block;
  width: 70%;
  margin: auto;
  border-radius: 5px;
  font-family: calibri;
  font-size: 19px;
  font-weight: bold;
  background-color: #0865c2;
  color: #ffffff;
  margin-bottom: 20px;
}

.login-intro {
  font-family: calibri;
  margin: 10px 0px 30px 0px;
}

.login-intro h4 {
  font-family: calibri;
  margin-bottom: 0px;
}

/* Login */
/* Social Media Sharing */
.share-block {
  position: fixed;
  right: 21%;
  top: 5px;
  margin: 20% auto;
  display: flex;
  flex-direction: column;
}

/* Normal desktop :1200px. */
@media (min-width: 1200px) and (max-width: 1500px) {
  .share-block {
    right: 10%;
  }
}

/* Normal desktop :992px. */
@media (min-width: 992px) and (max-width: 1200px) {
  .share-block {
    right: 5%;
  }
}

/* Tablet desktop :768px. */
@media (min-width: 768px) and (max-width: 991px) {
  .share-block {
    right: 1%;
  }
}

@media (max-width: 767px) {
  .share-block {
    right: 1%;
  }
}

.share-block li {
  list-style-type: none;
  display: inline-block;
}

.share-block li:not(:last-child) {
  margin-right: 10px;
}

.share-block li img {
  max-height: 40px;
  margin-bottom: 10px;
}

.share-btn {
  display: block;
  height: 34px;
  padding: 0px 15px 0px 13px;
  border-radius: 35px;
  border: 1px solid #f2f2f2;
  line-height: 34px;
}

.share-btn img {
  margin-right: 2px;
  fill: #6b6b6b;
  max-height: 16px !important;
  margin-top: 7px;
  vertical-align: top;
}

.share-btn span {
  font-size: 12px;
  vertical-align: top;
}

@media screen and (min-width: 768px) {
  .share-block {
    top: 10px !important;
  }
}

/* Social Media Sharing */
.linkedin-logo {
  margin-left: 3px;
  max-height: 18px;
  margin-top: 3px;
}

.footer-linkedin-logo {
  max-height: 30px;
}

.desc-border {
  border-bottom: 1px solid rgb(242, 242, 242);
}

.desc-logo-title {
  font-size: 21px;
  margin-left: 10px;
  font-weight: 500;
  margin-bottom: 0;
  color: #242424;
}

.desc-header-container {
  max-width: 680px;
  margin: 10px auto;
}

.desc-header-container>a {
  display: flex;
  align-items: center;
}

.desc-title {
  color: #242424;
  font-size: 42px;
  font-weight: 700;
  line-height: 52px;
  letter-spacing: -0.04em;
  margin-top: 120px;
  margin-bottom: 20px;
  font-family: "Montserrat";
}

.desc-image {
  padding-bottom: 15px;
}

.desc_dot {
  position: relative;
  top: -4px;
}

.blog-header {
  padding-bottom: 20px;
}

.desc-author {
  display: flex;
  align-items: center;
  margin: 15px 0 30px 0;
}

.desc-author-container {
  position: relative;
  display: flex;
  align-items: center;
  margin: 15px 0 30px 0;
}

.related-blogs-container {
  font-size: 13px;
  display: flex;
  align-items: center;
  margin: 10px 0;
}

.single-blog-footer {
  background-color: #f9f9f9;
}

.desc-author-title-color {
  color: #242424;
  line-height: 24px;
  font-size: 15px;
}

.related-author-title-color {
  color: #242424;
  line-height: 24px;
  font-size: 12px;
}

.desc-category-hover {
  color: #242424;
}

.desc-category-hover:hover {
  text-decoration: underline;
}

.desc-author-published {
  font-size: 13px;
  line-height: 20px;
}

.desc-author-logo {
  max-height: 44px;
  border-radius: 100px;
}

.di-logo {
  max-height: 60px;
}

.desc-author-info {
  margin-left: 10px;
}

.post-cont.truncated {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.post-cont * {
  color: #3d3d3d;
}

.post-cont>p {
  font-family: source-serif-pro, Georgia, Cambria, "Times New Roman", Times, serif;
  line-height: 32px;
  font-size: 20px;
  letter-spacing: -0.003em;
  font-weight: 400;
}

.post-cont > p > a {
  text-decoration: underline;
}

.post-cont>ol {
  font-family: source-serif-pro, Georgia, Cambria, "Times New Roman", Times, serif;
  font-size: 20px;
}

.post-cont>ul {
  font-family: source-serif-pro, Georgia, Cambria, "Times New Roman", Times, serif;
  font-size: 20px;
}

.post-cont strong {
  color: #242424;
}

.post-cont h1 {
  font-size: 24px;
  line-height: 30px;
  letter-spacing: -0.04em;
  font-weight: 700;
  color: #242424;
  font-family: "Montserrat";
}

.post-cont h2,
.post-cont h3,
.post-cont h4,
.post-cont h5,
.post-cont h6 {
  font-size: 20px;
  line-height: 24px;
  letter-spacing: -0.04em;
  font-weight: 700;
  color: #242424;
  font-family: "Montserrat";
}

.related-blogs-author-logo {
  height: 20px;
  width: 20px;
  border-radius: 50px;
  margin-right: 10px;
}

.related-blogs-in {
  color: #6b6b6b;
  font-size: 12px;
}

.related-blogs-title {
  font-size: 19px;
  font-weight: 700;
  letter-spacing: -1px;
  color: #242424;

  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 2;
  /* Number of lines to show */
  text-overflow: ellipsis;
  font-family: "Montserrat";
}

.related-blogs-description {
  line-height: 19px;
  font-size: 14px;
  color: #6b6b6b;
  font-family: source-serif-pro, Georgia, Cambria, "Times New Roman", Times,
    serif;

  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 2;
  /* Number of lines to show */
  text-overflow: ellipsis;
}

.related-blogs-card {
  padding-bottom: 40px;
}

.author-follow-button {
  padding: 8px 16px;
  text-align: center;
  border-radius: 99em;
  border: none;
  font-size: 14px;
  background-color: rgba(25, 25, 25, 1);
  color: #ffffff;
}

.author-follow-button:hover {
  color: #ffffff;
}

.author-email-button {
  padding: 8px 16px;
  text-align: center;
  border-radius: 99em;
  border: none;
  font-size: 14px;
  background-color: rgba(25, 25, 25, 1);
  color: #ffffff;
}

.related-featured-author-container {
  padding-top: 35px;
}

.related-featured-author-logo {
  max-height: 72px;
  border-radius: 50px;
  margin-bottom: 7px;
}

.related-featured-author-title {
  font-size: 20px;
  color: #242424;
  font-weight: 600;
  letter-spacing: -0.016em;
}

.related-featured-author-followers {
  display: flex;
}

.related-featured-hr {
  margin: 40px 0;
}

.related-blogs-read-time {
  padding-top: 10px;
  font-size: 12px;
  font-family: source-serif-pro, Georgia, Cambria, "Times New Roman", Times,
    serif;
}

.desc-title-container {
  display: flex;
  justify-content: center;
}

/* Linkedin Fade */
.linkedin-fade-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 50px 0;
}

.linkedin-fade-title {
  font-size: 25px;
  margin-bottom: 20px;
  color: #000000;
  line-height: 32px;
  font-family: "Lora", serif;
}

.linkedin-desc {
  font-size: 13px;
  text-align: center;
  margin: 30px;
  line-height: 1.6;
  letter-spacing: 0.0095em;
}

.linkedin-signin-container {
  margin: 40px;
  width: 300px;
}

.linkedin-signin-container>a>span {
  margin: 0 30px;
  font-size: 16px;
}

.linkedin-signin-button {
  border: 1px solid #000;
  border-radius: 50px;
  padding: 10px 5px;
  display: flex;
  justify-content: center;
}

.linkedin-logo-sigin {
  max-height: 22px;
  margin-left: 2px;
  margin-top: 1px;
}


.fade-text {
  background: linear-gradient(rgba(255, 255, 255, 0), rgb(255, 255, 255));
  height: 250px;
  background: linear-gradient(rgba(255, 255, 255, 0), rgb(255, 255, 255));
  position: relative;
  margin-top: -252px;
}

.smart {
  display: none;
}

.intro-text {
  color: #6B6B6B;
  margin: 20px 0 5px;
  font-family: source-serif-pro, Georgia, Cambria, "Times New Roman", Times, serif;
  line-height: 32px;
  font-size: 20px;
  letter-spacing: -0.003em;
  font-weight: 400;
}

.subscribed {
  font-family: source-serif-pro, Georgia, Cambria, "Times New Roman", Times, serif;
}

.subscribe-confirm {
  margin-top: 10px;
  font-family: 'Montserrat';
  color: #242424;
  /* font-weight: 600; */
  /* letter-spacing: -0.016em; */
}

.subscribe {
  margin: 50px 0;
}

.subscribe-title {
  font-weight: bold;
}

.subscribe-button {
  padding: 12px 20px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border: 2px solid #2C81E5;
  background-color: #2C81E5;
  color: #ffffff;
  width: 155px;
}

.subscribe-input {
  border: 2px solid #2C81E5;
  margin: 10px 0;
  padding: 12px 20px;
  border-radius: 10px;
  width: 356px;
}


/* file */
/* Linkedin Fade */
@media screen and (max-width: 768px) {
  .subscribe-button {
    padding: 12px 20px;
    border-radius: 10px;
    border: 2px solid #2C81E5;
    background-color: #2C81E5;
    color: #ffffff;
    width: 100%;
  }

  .subscribe-input {
    border: 2px solid #2C81E5;
    margin: 10px 0;
    padding: 12px 20px;
    border-radius: 10px;
    width: 100%;
  }

  .desc-border {
    margin-left: 0px;
  }

  .desc-author-container {
    margin: 15px 0;
  }

  .desc-logo-title {
    font-size: 23px;
  }

  .blog-header {
    padding-bottom: 10px;
  }

  .desc-title {
    font-size: 32px;
    line-height: 38px;
    letter-spacing: -0.014em;
    margin-bottom: 0;
    /* margin-top: 10px; */
  }

  .desc-header-container {
    margin-left: 10px;
  }

  .related-blogs-container {
    margin: 10px 0;
  }

  .related-blogs-card {
    padding-bottom: 1px;
  }

  .related-blogs-content {
    padding-bottom: 22px;
    border-bottom: solid 1px #e5e5e5;
  }

  .post-cont>p {
    font-family: source-serif-pro, Georgia, Cambria, "Times New Roman", Times,
      serif !important;
    line-height: 28px;
    font-size: 18px;
    letter-spacing: -0.003em;
    font-weight: 400;
  }

  .post-cont>ol {
    font-family: source-serif-pro, Georgia, Cambria, "Times New Roman", Times, serif;
    line-height: 28px;
    font-size: 18px;
    letter-spacing: -0.003em;
    font-weight: 400;
  }

  .post-cont>ul {
    font-family: source-serif-pro, Georgia, Cambria, "Times New Roman", Times, serif;
    line-height: 28px;
    font-size: 18px;
    letter-spacing: -0.003em;
    font-weight: 400;
  }


  .intro-text {
    font-size: 18px;
    line-height: 28px;
    font-size: 18px;
    letter-spacing: -0.003em;
    font-weight: 400;
  }

  .m-width {
    margin: 0;
  }

  .desc-title-container {
    display: block;
  }

  .post-cont h1 {
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0;
  }

  .post-cont h2,
  .post-cont h3,
  .post-cont h4,
  .post-cont h5,
  .post-cont h6 {
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0;
  }

  .related-featured-author-title {
    font-size: 22px;
    color: #242424;
    line-height: 30px;
    font-weight: 500;
    letter-spacing: -0.04em;
  }

  .linkedin-fade-title {
    font-size: 21px;
  }

  .linkedin-fade-container {
    padding: 20px 0;
  }

  .linkedin-desc {
    margin: 10px;
  }

  .share-block li>a>img {
    margin-right: 1px;
    fill: #6b6b6b;
    max-height: 20px;
    margin-top: 7px;
    vertical-align: top;
  }

  .smart {
    display: block;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    border-top: 1px solid rgb(242, 242, 242);
    background-color: rgba(255, 255, 255, 1);
    text-align: center;
    padding: 10px;
    transition: bottom 0.3s;
  }

  .smart>div>a>img {
    max-height: 35px;
    margin: 0 20px;
  }
  .navbar-nav {
	margin:auto;
}
}




.cb-btn {
	padding: 5px 10px;
    border: 1px solid black;
    border-radius: 3px;
    transition: background-color .25s, color .25s, border-color .25s;
	background-color: #ffffff;
}

.cth-btn {
	border: 1px solid #000;
	background-color: #000;
	color: #fff;
	padding: 7px 17px;
	margin: 0 5px;
	font-size: 14px;
	font-weight: bold;
	line-height: 20px;
	border-radius: 4px;
	transition: background-color .25s, color .25s, border-color .25s;
}


.error-message, .error-message-company, .error-message-email {
	color: red;
	font-size: 12px;
	margin: 2px 0 0 10px;
}

.error-message-checkbox, .error-message-radio {
	color: red;
	font-size: 12px;
}

.get-demo-border-color-blog-page {
  border-color: #000000;
}

.quill-better-table {
  width: 100% !important;
}

.quill-better-table  td {
  padding: 5px; 
}

.quill-better-table colgroup col:first-child {
  width: 30% !important;
}

.quill-better-table colgroup col:nth-child(2) {
  width: 70% !important;
}

.page-blog .finopsly-logo-light{
	display:none;
}
.page-blog .top-navbar,.page-blog-category .top-navbar{
	background-color:#ffffff;
}
.page-blog.page-scrolled .top-navbar,.page-blog-category.page-scrolled .top-navbar{
	border-bottom: 1px solid #d3d3d3;
}
.page-scrolled .get-demo-btn{
	color:#ffffff!important;
	background-color:#000000!important;
}
.get-demo-btn{
    padding: 5px 10px!important;
    border: 1px solid #000000;
    border-radius: 4px;
    transition: background-color .25s, color .25s, border-color .25s;
    margin-left: 15px;
}
.page-blog-category .finopsly-logo-light{
	display:none;
}
.page-blog-category .finopsly-logo-dark{
	display:block;
}

.quill-better-table-wrapper {
    padding-bottom: 25px;
}


ol li[data-list="bullet"] {
    list-style-type: disc; 
}

ol {
    list-style-type: none;
}

ol li:after {
    content: none !important;
}

.ql-align-center {
    text-align: center;
}