.fixed-bottom-element {
	position: fixed;
	bottom: 0;
}
.min-vh-10 {
	min-height: 100vh !important;
}
.height-10 {
	height: 10vh;
}
.nav-button-start {
	border-radius: 5px;
	background-color: rgba(55,125,255,.15);
}
.circles-style {
   font-weight: 400 !important;
   font-size: 13px !important;
   color: #77838f !important;
}
.bg-lightBlue {
	background-color: #C7DFFB;
}
#elementWidth {
	background: linear-gradient(to top, #e4e4e4, #f1f1f1f1, #ffffff);
}
.industries-image {
	object-fit: contain;
}
.fullscreen-container {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.8);
	z-index: 9999;
	display: none;
	justify-content: center;
	align-items: center;
}
.fullscreen-container img {
	width: 100%;
   height: 100%;
   object-fit: contain;
}
.download-disabled {
   cursor: default;
   opacity: 0.5;
}
.scrollable-ul {
	height: 35vh;
	overflow-y: scroll;
	overflow-x: hidden;
	display: block;
}
.scrollable-ul li {
	display: block;
}
.m-w-85 {
	max-width: 85%;
}
.hr-text {
  line-height: 1em;
  position: relative;
  outline: 0;
  border: 0;
  text-align: center;
  height: 1.5em;
}
.hr-text:before {
  content: "";
  background: linear-gradient(to right, transparent, #818078, transparent);
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 1px;
}
.hr-text:after {
  content: attr(data-content);
  position: relative;
  display: inline-block;
  padding: 0 0.5em;
  line-height: 1.5em;
  background-color: #ffffff;
}
.split {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));	
}
.gutter {
    background-color: #eee;
    background-repeat: no-repeat;
    background-position: 50%;
}
.gutter.gutter-horizontal {
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAeCAYAAADkftS9AAAAIklEQVQoU2M4c+bMfxAGAgYYmwGrIIiDjrELjpo5aiZeMwF+yNnOs5KSvgAAAABJRU5ErkJggg==');
    cursor: col-resize;
}
.list-group {
   --bs-list-group-action-hover-bg: none !important; 
	--bs-list-group-action-active-color: none !important;
	--bs-list-group-action-active-bg: none !important;
}
.tooltip-button{
   padding:0;
   margin:0;
   width:10%;
   border:none;
   background-color: transparent !important;
   text-align: start;
}
.pricing-border {
    border: 3px solid var(--bs-border-color) !important;
}
.tooltip-inner {
   text-align: left !important;
}
.background-image {
   background-image: linear-gradient(to right,#0d6efd 40%, #7faef5);
}
.text-dark-grey {
    color: #737373;
}

