/* @import url('https://fonts.googleapis.com/css?family=PT+Sans+Narrow&display=swap');
body{
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Open Sans, Ubuntu, Fira Sans, Helvetica Neue, sans-serif;
    font-size: 12pt;
} */
.ajs-message { color: #ffff; }
.br-bg-green{
  background-color: #12aa33;
}
.br-bg-yellow{
  background-color: #cfc20c;
}
.br-bg-red{
  background-color: #d81414;
}
.br-bg-purple{
  background-color: #d814d8;
}
.br-bg-white{
  background-color: #ffffff;
}
.br-bg-custom{
  background-color: #127baa;
}
.br-background-custom{
    background-color: #127baa;
}
.br-text-custom{
   color: #127baa;
}
.br-text-gold{
  color: #FFD700 !important;
}
.br-text-huge{
  font-size: 3.5em !important;
}
.br-text-medium{
  font-size: 2.5em !important;
}
.br-text-small{
  font-size: 1.5em !important;
}
.br-no-padding{
    padding:0px !important;
}
.br-no-margin{
    margin:0px !important;
}
#overlay {
    width: 100%;
    max-height:100% !important;
    position: fixed !important;
    margin: auto;
    left:0;
    top:0;
    right:0;
    bottom:0;
    box-sizing: box-border;
    overflow-y: unset;
    background: rgba(255, 255, 255, 0.8);
    z-index:10000;
}
.loader {
    position: relative;
    top: 50%;
    margin: 0 auto;
    border: 5px solid #d8d8d8; /* Light grey */
    border-top: 5px solid #1d2bc7; /* Blue */
    border-left: 5px solid #2c38bb; /* Blue */
    border-radius: 50%;
    width: 80px;
    height: 80px;
    animation: spin 1s linear infinite;
}

.br-overflow-all {
    overflow-x: auto;
    overflow-y: auto;
}
.br-overflow-x {
    overflow-x: auto;
    overflow-y: hidden;
}
.br-overflow-y {
    overflow-x: hidden;
    overflow-y: auto !important;
}
.br-height-xxs {
    height: 40px !important;
}
.br-height-xs {
    height: 80px;
}
.br-height-s {
    height: 120px !important;
}
.br-height-sm {
    height: 160px !important;
}
.br-height-m {
    height: 200px !important;
}
.br-height-max {
    min-height: 100% !important;
}
.br-width-xxs {
  height: 40px !important;
}
.br-width-xs {
  height: 80px;
}
.br-width-s {
  height: 120px !important;
}
.br-width-sm {
  height: 160px !important;
}
.br-width-m {
  height: 200px !important;
}
.br-width-max {
  max-width: 100% !important;
}
.br-padding-xs {
  padding: 2% !important;
}
.br-padding-s {
  padding: 3% !important;
}
.br-padding-sm {
    padding: 5% !important;
}
.br-padding-m {
    padding: 8% !important;
}
.br-padding-l {
    padding: 10% !important;
}
.br-top-s {
  margin-top: 3% !important;
}
.br-top-m {
  margin-top: 5% !important;
}
.br-top-l {
  margin-top: 8% !important;
}
.br-position-fixed {
  position: fixed;
}
.br-sidebar {
  position: fixed;
  height:100% !important;
  left: 0;
  top:0;
  /* bottom:0; */
  overflow-x: hidden;
  overflow-y: auto;
  background: #6c757d;
  color:#fff;
}
.br-sidebar::-webkit-scrollbar-track
{
	--webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}
.br-sidebar ul{
    position: relative;
    width: 100%;
}
.br-sidebar ul > li {
    display: initial;
    position: relative;
    margin: 2% auto;
}
.header-menu {
    border-bottom: 1px solid #ededed;
}
.br-select-input{
    width:100%;
    box-sizing: border-box;
    font-size:6pt !important;
}
.br-hidden{
  display:none !important;
}
#croppie-preview{
    position: fixed;
    display: none;
    top:0;
    left:0;
    right:0;
    bottom:0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 1);
    z-index: 9999;
    color:white;    
}
.croppie-card {
    position:relative;
    border: 3px solid #ededed;
    width: 100%;
    height: 100%;
    padding: 1%;
}
.croppie-body {
    position:relative;
    background-repeat: no-repeat;
    background-position: center;
}
#croppie-input {
    display: block;
    height: 100%;
    width: 100%;
    background-color: transparent;
    border:2px solid #ededed;
    border-style: dashed;
    box-sizing: border-box;
    background-image: url('../images/upload.png');
    background-size: 50px 50px;
    background-repeat: no-repeat;
    background-position: center;
    padding: 20% 0% 20% 20%;
}
#croppie-input:hover{
    background: rgba(0,0,0,0.8);
    background-image: url('../images/upload.png');
    background-size: 50px 50px;
    background-repeat: no-repeat;
    background-position: center;
}

/* Timeline */


.timeline{
    --uiTimelineMainColor: var(--timelineMainColor, #222);
    --uiTimelineSecondaryColor: var(--timelineSecondaryColor, #fff);
  
    position: relative;
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  
  .timeline:before{
    content: "";
    width: 4px;
    height: 100%;
    background-color: var(--uiTimelineMainColor);
  
    position: absolute;
    top: 0;
  }
  
  .timeline__group{
    position: relative;
  }
  
  .timeline__group:not(:first-of-type){
    margin-top: 4rem;
  }
  
  .timeline__year{
    padding: .5rem 1.5rem;
    color: var(--uiTimelineSecondaryColor);
    background-color: var(--uiTimelineMainColor);
  
    position: absolute;
    left: 0;
    top: 0;
  }
  
  .timeline__box{
    position: relative;
  }
  
  .timeline__box:not(:last-of-type){
    margin-bottom: 30px;
  }
  
  .timeline__box:before{
    content: "";
    width: 100%;
    height: 2px;
    background-color: var(--uiTimelineMainColor);
  
    position: absolute;
    left: 0;
    z-index: -1;
  }
  
  .timeline__date{
    min-width: 65px;
    position: absolute;
    left: 0;
  
    box-sizing: border-box;
    padding: .5rem 1.5rem;
    text-align: center;
  
    background-color: var(--uiTimelineMainColor);
    color: var(--uiTimelineSecondaryColor);
  }
  
  .timeline__day{
    font-size: 2rem;
    font-weight: 700;
    display: block;
  }
  
  .timeline__month{
    display: block;
    font-size: .8em;
    text-transform: uppercase;
  }
  
  .timeline__post{
    padding: 1.5rem 2rem;
    border-radius: 2px;
    border-left: 3px solid var(--uiTimelineMainColor);
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .12), 0 1px 2px 0 rgba(0, 0, 0, .24);
    background-color: var(--uiTimelineSecondaryColor);
  }
  
  @media screen and (min-width: 641px){
  
    .timeline:before{
      left: 30px;
    }
  
    .timeline__group{
      padding-top: 55px;
    }
  
    .timeline__box{
      padding-left: 80px;
    }
  
    .timeline__box:before{
      top: 50%;
      transform: translateY(-50%);  
    }  
  
    .timeline__date{
      top: 50%;
      margin-top: -27px;
    }
  }
  
  @media screen and (max-width: 640px){

    .timeline:before{
      left: 0;
    }
  
    .timeline__group{
      padding-top: 40px;
    }
  
    .timeline__box{
      padding-left: 20px;
      padding-top: 70px;
    }
  
    .timeline__box:before{
      top: 90px;
    }    
  
    .timeline__date{
      top: 0;
    }
  }
  
  .timeline{
    --timelineMainColor: #4557bb;
    font-size: 16px;
  }

  @keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
  }
