.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;
  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;
  padding: 1.25rem;
}

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


.basic-list {
    padding: 10px;
    /*	margin: 10px;*/
}

/* Tabbed Styles */
.tabbed {
    /*  width: 80%;*/
    margin: 0 auto;
    border-bottom: 4px solid #B78A0D;
    overflow: hidden;
    transition: border 250ms ease;
}

.tabbed ul {
    margin: 0px;
    padding: 0px;
    overflow: hidden;
    padding-left: 48px;
    list-style-type: none;
}

.tabbed ul * {
    margin: 0px;
    padding: 0px;
}

.tabbed ul li {
    display: block;
    float: right;
    padding: 10px 24px 8px;
    background-color: #FFF;
    margin-right: 46px;
    z-index: 2;
    position: relative;
    cursor: pointer;
    color: #777;

    text-transform: uppercase;
    font-size: 16px;
    /*  font: 600 13px/20px roboto, "Open Sans", Helvetica, sans-serif;*/

    transition: all 250ms ease;
}

.tabbed ul li:before,
.tabbed ul li:after {
    display: block;
    content: " ";
    position: absolute;
    top: 0;
    height: 100%;
    width: 44px;
    background-color: #FFF;
    transition: all 250ms ease;
}

.tabbed ul li:before {
    right: -24px;
    transform: skew(30deg, 0deg);
    box-shadow: rgba(0, 0, 0, .1) 3px 2px 5px, inset rgba(255, 255, 255, .09) -1px 0;
}

.tabbed ul li:after {
    left: -24px;
    transform: skew(-30deg, 0deg);
    box-shadow: rgba(0, 0, 0, .1) -3px 2px 5px, inset rgba(255, 255, 255, .09) 1px 0;
}

.tabbed ul li:hover,
.tabbed ul li:hover:before,
.tabbed ul li:hover:after {
    background-color: #F4F7F9;
    color: #444;
}

.tabbed ul li.is-active {
    z-index: 3;
}

.tabbed ul li.is-active,
.tabbed ul li.is-active:before,
.tabbed ul li.is-active:after {
    background-color: #B78A0D;
    color: #fff;
}

/* Round Tabs */
.tabbed.round ul li {
/*    border-radius: 8px 8px 0 0;*/
}

.tabbed.round ul li:before {
/*    border-radius: 0 8px 0 0;*/
}

.tabbed.round ul li:after {
/*    border-radius: 8px 0 0 0;*/
}

.talk-bubble {
    display: inline-block;
    position: relative;
    background-color: #d5a432;
}

/*.round {
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
}*/

/* Right triangle placed top left flush. */
.tri-right.border.left-top:before {
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    left: -40px;
    right: auto;
    top: -8px;
    bottom: auto;
    border: 32px solid;
    border-color: #666 transparent transparent transparent;
}

.tri-right.left-top:after {
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    left: -20px;
    right: auto;
    top: 0px;
    bottom: auto;
    border: 22px solid;
    border-color: #d5a432 transparent transparent transparent;
}

/* Right triangle, left side slightly down */
.tri-right.border.left-in:before {
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    left: -40px;
    right: auto;
    top: 30px;
    bottom: auto;
    border: 20px solid;
    border-color: #666 #666 transparent transparent;
}

.tri-right.left-in:after {
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    left: -20px;
    right: auto;
    top: 38px;
    bottom: auto;
    border: 12px solid;
    border-color: #d5a432 #d5a432 transparent transparent;
}

/*Right triangle, placed bottom left side slightly in*/
.tri-right.border.btm-left:before {
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    left: -8px;
    right: auto;
    top: auto;
    bottom: -40px;
    border: 32px solid;
    border-color: transparent transparent transparent #666;
}

.tri-right.btm-left:after {
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    left: 0px;
    right: auto;
    top: auto;
    bottom: -20px;
    border: 22px solid;
    border-color: transparent transparent transparent #d5a432;
}

/*Right triangle, placed bottom left side slightly in*/
.tri-right.border.btm-left-in:before {
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    left: 30px;
    right: auto;
    top: auto;
    bottom: -40px;
    border: 20px solid;
    border-color: #666 transparent transparent #666;
}

.tri-right.btm-left-in:after {
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    left: 38px;
    right: auto;
    top: auto;
    bottom: -20px;
    border: 12px solid;
    border-color: #d5a432 transparent transparent #d5a432;
}

/*Right triangle, placed bottom right side slightly in*/
.tri-right.border.btm-right-in:before {
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    left: auto;
    right: 30px;
    bottom: -40px;
    border: 20px solid;
    border-color: #666 #666 transparent transparent;
}

.tri-right.btm-right-in:after {
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    left: auto;
    right: 38px;
    bottom: -20px;
    border: 12px solid;
    border-color: #d5a432 #d5a432 transparent transparent;
}


/*Right triangle, placed bottom right side slightly in*/
.tri-right.border.btm-right:before {
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    left: auto;
    right: -8px;
    bottom: -40px;
    border: 20px solid;
    border-color: #666 #666 transparent transparent;
}

.tri-right.btm-right:after {
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    left: auto;
    right: 0px;
    bottom: -20px;
    border: 12px solid;
    border-color: #d5a432 #d5a432 transparent transparent;
}

/* Right triangle, right side slightly down*/
.tri-right.border.right-in:before {
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    left: auto;
    right: -40px;
    top: 30px;
    bottom: auto;
    border: 20px solid;
    border-color: #666 transparent transparent #666;
}

.tri-right.right-in:after {
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    left: auto;
    right: -20px;
    top: 38px;
    bottom: auto;
    border: 12px solid;
    border-color: #d5a432 transparent transparent #d5a432;
}

/* Right triangle placed top right flush. */
.tri-right.border.right-top:before {
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    left: auto;
    right: -40px;
    top: -8px;
    bottom: auto;
    border: 32px solid;
    border-color: #666 transparent transparent transparent;
}

.tri-right.right-top:after {
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    left: auto;
    right: -20px;
    top: 0px;
    bottom: auto;
    border: 20px solid;
    border-color: #d5a432 transparent transparent transparent;
}

/* talk bubble contents */
.talktext {
    padding: 1em;
    text-align: left;
    line-height: 1.5em;
}

.talktext p {
    /* remove webkit p margins */
    -webkit-margin-before: 0em;
    -webkit-margin-after: 0em;
}
