.turbolinks-progress-bar {
    height: 3px;
    --tw-bg-opacity: 1 !important;
    background-color: rgb(143 94 0 / var(--tw-bg-opacity)) !important}

.bg-default{
	background-color: #F5F1E6;
}

.label-name{
	font-family: 'roboto';
	font-style: normal;
	font-weight: 700;
	font-size: 18px;
	line-height: 11px;
	text-align: center;

	color: #B78A0D;
}

.label-name-sidebar{
	font-family: 'roboto';
	font-style: normal;
	font-weight: 700;
	font-size: 16px;
	line-height: 11px;
	text-align: center;

	color: #FFFFFF;
}

.header-title{
	font-family: 'roboto';
	font-style: normal;
	font-weight: 700;
	font-size: 26px;
	line-height: 23px;

	color: #806E09;
}

.basic-label{
	font-family: 'roboto';
	font-style: normal;
	font-weight: 700;
	font-size: 17px;
	line-height: 10px;

	color: #B78A0D;
}

.data-container{
	margin-top: 5px;
	width: 100%;
	min-height: 50px;
	background: #EEF0F3;
	border-radius: 4px;
}

.btn-fw-rounded-green{
	color: white;
	width: 100%;
	background: #0C8261;
	border-radius: 4px;
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
	padding-left: 1rem;
	padding-right: 1rem;
}

.btn-fw-rounded-gold{
	color: white;
	width: 100%;
	background: #A37200;
	border-radius: 4px;
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
	padding-left: 1rem;
	padding-right: 1rem;
}

/* Timeline Container */
.profile-timeline {
	margin: 20px auto;
	padding: 20px;
	margin-top: 5px;
	padding-top: 5px;
	margin-bottom: 5px;
	padding-bottom: 5px;
}

/* Outer Layer with the timeline border */
.profile-outer {
	border-left: 2px solid #B5A8C5;
}

/* Card container */
.profile-card {
	position: relative;
	margin-left: 20px;
	padding: 10px;
	color: gray;
}

/* Information about the timeline */
.profile-info {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

/* Title of the card */
.profile-title {
	color: black;
	position: relative;
}

/* Timeline dot  */
.profile-title::before {
	content: "";
	position: absolute;
	width: 18px;
	height: 18px;
	background: #0C8261;
	border-radius: 999px;
	left: -39px;
	top: 8px;
	border: 2px solid #28DB43;
}

.icons:hover {
	cursor: pointer;
	font-size: 1.5em;
}

.turbolinks-progress-bar {
	height: 3px;
	--tw-bg-opacity: 1 !important;
	background-color: rgb(143 94 0 / var(--tw-bg-opacity)) !important
}



.group::after, .tabBlock-tabs::after {
  clear: both;
  content: "";
  display: table;
}



.unstyledList, .tabBlock-tabs {
  list-style: none;
  margin: 0;
  padding: 0;
}

.tabBlock {
  margin: 0 0 2.5rem;
}

.tabBlock-tab {
  background-color: #fff;
  border-color: #d8d8d8;
  border-left-style: solid;
  border-top: solid;
  border-width: 2px;
  color: #b5a8c5;
  cursor: pointer;
  display: inline-block;
  font-weight: 600;
  float: left;
  padding: 0.425rem 1rem;
  position: relative;
  transition: 0.1s ease-in-out;
}
.tabBlock-tab:last-of-type {
  border-right-style: solid;
}
.tabBlock-tab::before, .tabBlock-tab::after {
  content: "";
  display: block;
/*  height: 4px;*/
  position: absolute;
  transition: 0.1s ease-in-out;
}
.tabBlock-tab::before {
  background-color: #b5a8c5;
  left: -2px;
  right: -2px;
  top: -2px;
}
.tabBlock-tab::after {
  background-color: transparent;
  bottom: -2px;
  left: 0;
  right: 0;
}
@media screen and (min-width: 700px) {
  .tabBlock-tab {
  	border-top-left-radius: 12px;
  	border-top-right-radius: 12px;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
.tabBlock-tab.is-active {
  position: relative;
  color: #B78A0D;
  z-index: 0;
}
.tabBlock-tab.is-active::before {
  background-color: #B78A0D;
}
.tabBlock-tab.is-active::after {
  background-color: #fff;
}

.tabBlock-content {
  background-color: #fff;
/*  border: 2px solid #d8d8d8;*/
  padding: 1.25rem;
}

.tabBlock-pane > :last-child {
  margin-bottom: 0;
}


