html, body, .container, .container-fluid
{
    font-family: Outfit;
}

.menu-container {
      position: relative;
    }

    .menu-button{
      width: 40px;
      height: 40px;
      border: 0px solid red;
      border-radius: 10px;
      background: #FFF;
      cursor: pointer;
      display: flex;
      align-items: center;
      justify-content: center;
      transition: background 0.3s;
      position: relative;
      z-index: 999;
      box-shadow: none;
      border-radius: 50%;
    }

    .icon {
      position: absolute;
      font-size: 16px;
      color: #333;
      transition: opacity 0.3s ease, transform 0.4s ease;
    }

    .icon.menu-icon {
      opacity: 1;
      transform: rotate(0deg);
    }

    .icon.close-icon {
      opacity: 0;
      transform: rotate(-90deg);
    }

    .menu-button.active .icon.menu-icon {
      opacity: 0;
      transform: rotate(90deg);
    }

    .menu-button.active .icon.close-icon {
      opacity: 1;
      transform: rotate(0deg);
    }

    .menu {
      position: absolute;
      top: 60px;
      left: 0;
      width: 200px;
      background-color: #FFF;
      backdrop-filter: blur(10px);
      border-radius: 10px;
      overflow: hidden;
      opacity: 0;
      transform: scale(0.8);
      pointer-events: none;
      clip-path: circle(0% at 50% 0%);
      transition: clip-path 0.6s ease-in-out, opacity 0.3s ease, transform 0.3s ease;
    }

    .menu.show {
      opacity: 1;
      transform: scale(1);
      pointer-events: auto;
      clip-path: circle(150% at 50% 0%);
    }

    .menu.hide {
      clip-path: circle(0% at 50% 0%);
      opacity: 0;
      transform: scale(0.8);
      pointer-events: none;
    }

    .menu a {
      text-decoration: none;
    }

    .menu a:hover {
      background: rgba(255, 255, 255, 0.1);
    }

/* Estilo Senha */
a.my-a
{
    font-size: 1rem !important;
    font-weight: 500;
}

.row-password
{
    font-family: Rubik;
}

.modal-backdrop {
    /*display: none;*/
    z-index: 1;
}

p.password-title
{
    font-size: 1.75rem !important;
    font-weight: 900;
    line-height: 1.75rem;
    text-transform: uppercase;
}

p.password-subtitle
{
    font-size: 1rem !important;
    font-weight: 600;
}

p.password-error
{
    font-size: 0.9rem !important;
    font-weight: 400;
    text-align: left;
    color: #FF4858;
}

input.form-control.input-password
{
    border-radius: 0px !important;
    border: 2px solid #DDD !important;
    padding: 22px 10px !important;
    font-size: 1rem;
}

input#verication_code
{
    text-align: center;
    font-size: 1rem;
}

.btn.btn-password
{
    border-radius: 0px !important;
    font-size: 0.9rem !important;
    color: #FFF !important;
    padding: 12px 10px;
}

.btn.btn-password.btn-password-primary
{
    background: #0ead69;
}

.btn.btn-password.btn-password-secondary
{
    background: #EEEEEE;
}

/* My Inputgroup */
.myinputGroup {
    background-color: #FFF;
    border: 2px solid #CCC;
    border-radius: 4px;
    display: block;
    margin: 10px 0;
    position: relative;
}

.myinputGroup label {
    padding: 15px 10px;
    width: 100%;
    display: block;
    text-align: left;
    color: #000;
    font-weight: 600;
    cursor: pointer;
    position: relative;
    z-index: 2;
    /*transition: color 200ms ease-in;*/
    overflow: hidden;
    margin-bottom: 0;
}

.myinputGroup label:before {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  content: "";
  background-color: #FFF;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale3d(1, 1, 1);
  transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
  opacity: 0;
  z-index: -1;
}

.myinputGroup label:after {
  width: 16px;
  height: 16px;
  content: "";
  border: 2px solid #D1D7DC;
  background-color: #FFF;
  /background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.414 11L4 12.414l5.414 5.414L20.828 6.414 19.414 5l-10 10z' fill='%23fff' fill-rule='nonzero'/%3E%3C/svg%3E ");
  background-repeat: no-repeat;
  background-position: 2px 3px;
  border-radius: 50%;
  z-index: 2;
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  transition: all 200ms ease-in;
}

/* My Inputgroup */
.myinputGroupNew {
    background-color: #FFF;
    border: 1px solid #CCC;
    display: block;
    margin: 5px 0;
    position: relative;
}

.myinputGroupNew label {
    border-radius: 30px;
    /*padding: 15px 10px;*/
    padding: 0.75rem 1rem;
    width: 100%;
    display: block;
    text-align: left;
    color: #333;
    font-weight: 500;
    cursor: pointer;
    position: relative;
    z-index: 2;
    transition: color 200ms ease-in;
    overflow: hidden;
    margin-bottom: 0;
}

.myinputGroupNew label:before {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  content: "";
  background-color: #FFF;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale3d(1, 1, 1);
  transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
  opacity: 0;
  z-index: -1;
}

.myinputGroupNew label:after {
  width: 10px;
  height: 10px;
  content: "";
  border: 1px solid #CCC;
  background-color: #FFF;
  background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.414 11L4 12.414l5.414 5.414L20.828 6.414 19.414 5l-10 10z' fill='%23fff' fill-rule='nonzero'/%3E%3C/svg%3E ");
  background-repeat: no-repeat;
  background-position: 2px 3px;
  /*border-radius: 50%;*/
  z-index: 2;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  transition: all 200ms ease-in;
}

.myinputGroupNew input:checked ~ label {
    color: #000;
}

.myinputGroupNew input:checked ~ label:before {
  transform: translate(-50%, -50%) scale3d(56, 56, 1);
  opacity: 1;
}

.myinputGroupNew input:checked ~ label:after {
  background-color: #8338EC;
  border-color: #CCC;
}

.myinputGroupNew input {
  width: 32px;
  height: 32px;
  order: 1;
  z-index: 2;
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  visibility: hidden;  
}

.load-wrapp:last-child {
  margin-right: 0;
}

.line {
  display: inline-block;
  width: 15px;
  height: 15px;
  border-radius: 15px;
  background-color: #4b9cdb;
}

.ring-1 {
  width: 10px;
  height: 10px;
  margin: 0 auto;
  padding: 10px;
  border: 7px dashed #4b9cdb;
  border-radius: 100%;
}

.ring-2 {
  position: relative;
  width: 45px;
  height: 45px;
  margin: 0 auto;
  border: 4px solid #4b9cdb;
  border-radius: 100%;
}

.ball-holder {
  position: absolute;
  width: 12px;
  height: 45px;
  left: 17px;
  top: 0px;
}

.ball {
  position: absolute;
  top: -11px;
  left: 0;
  width: 16px;
  height: 16px;
  border-radius: 100%;
  background: #4282b3;
}

.letter-holder {
  padding: 16px;
}

.letter {
  float: left;
  font-size: 14px;
  color: #777;
}

.square {
  width: 12px;
  height: 12px;
  border-radius: 4px;
  background-color: #038C3E;
}

.spinner {
  position: relative;
  width: 45px;
  height: 45px;
  margin: 0 auto;
}

.bubble-1,
.bubble-2 {
  position: absolute;
  top: 0;
  width: 25px;
  height: 25px;
  border-radius: 100%;
  background-color: #038C3E ;
}

.bubble-2 {
  top: auto;
  bottom: 0;
}

.bar {
  float: left;
  width: 15px;
  height: 6px;
  border-radius: 2px;
  background-color: #4b9cdb;
}

/* =Animate the stuff
------------------------ */
.load-1 .line:nth-last-child(1) {
  animation: loadingA 1.5s 1s infinite;
}
.load-1 .line:nth-last-child(2) {
  animation: loadingA 1.5s 0.5s infinite;
}
.load-1 .line:nth-last-child(3) {
  animation: loadingA 1.5s 0s infinite;
}

.load-2 .line:nth-last-child(1) {
  animation: loadingB 1.5s 1s infinite;
}
.load-2 .line:nth-last-child(2) {
  animation: loadingB 1.5s 0.5s infinite;
}
.load-2 .line:nth-last-child(3) {
  animation: loadingB 1.5s 0s infinite;
}

.load-3 .line:nth-last-child(1) {
  animation: loadingC 0.6s 0.1s linear infinite;
}
.load-3 .line:nth-last-child(2) {
  animation: loadingC 0.6s 0.2s linear infinite;
}
.load-3 .line:nth-last-child(3) {
  animation: loadingC 0.6s 0.3s linear infinite;
}

.load-4 .ring-1 {
  animation: loadingD 1.5s 0.3s cubic-bezier(0.17, 0.37, 0.43, 0.67) infinite;
}

.load-5 .ball-holder {
  animation: loadingE 1.3s linear infinite;
}

.load-6 .letter {
  animation-name: loadingF;
  animation-duration: 1.6s;
  animation-iteration-count: infinite;
  animation-direction: linear;
}

.l-1 {
  animation-delay: 0.48s;
}
.l-2 {
  animation-delay: 0.6s;
}
.l-3 {
  animation-delay: 0.72s;
}
.l-4 {
  animation-delay: 0.84s;
}
.l-5 {
  animation-delay: 0.96s;
}
.l-6 {
  animation-delay: 1.08s;
}
.l-7 {
  animation-delay: 1.2s;
}
.l-8 {
  animation-delay: 1.32s;
}
.l-9 {
  animation-delay: 1.44s;
}
.l-10 {
  animation-delay: 1.56s;
}

.load-7 .square {
  animation: loadingG 1.5s cubic-bezier(0.17, 0.37, 0.43, 0.67) infinite;
}

.load-8 .line {
  animation: loadingH 1.5s cubic-bezier(0.17, 0.37, 0.43, 0.67) infinite;
}

.load-9 .spinner {
  animation: loadingI 2s linear infinite;
}
.load-9 .bubble-1,
.load-9 .bubble-2 {
  animation: bounce 2s ease-in-out infinite;
}
.load-9 .bubble-2 {
  animation-delay: -1s;
}

.load-10 .bar {
  animation: loadingJ 2s cubic-bezier(0.17, 0.37, 0.43, 0.67) infinite;
}

@keyframes loadingA {
  0 {
    height: 15px;
  }
  50% {
    height: 35px;
  }
  100% {
    height: 15px;
  }
}

@keyframes loadingB {
  0 {
    width: 15px;
  }
  50% {
    width: 35px;
  }
  100% {
    width: 15px;
  }
}

@keyframes loadingC {
  0 {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(0, 15px);
  }
  100% {
    transform: translate(0, 0);
  }
}

@keyframes loadingD {
  0 {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes loadingE {
  0 {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes loadingF {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes loadingG {
  0% {
    transform: translate(0, 0) rotate(0deg);
  }
  50% {
    transform: translate(70px, 0) rotate(360deg);
  }
  100% {
    transform: translate(0, 0) rotate(0deg);
  }
}

@keyframes loadingH {
  0% {
    width: 15px;
  }
  50% {
    width: 35px;
    padding: 4px;
  }
  100% {
    width: 15px;
  }
}

@keyframes loadingI {
  100% {
    transform: rotate(360deg);
  }
}

@keyframes bounce {
  0%,
  100% {
    transform: scale(0);
  }
  50% {
    transform: scale(1);
  }
}

@keyframes loadingJ {
  0%,
  100% {
    transform: translate(0, 0);
  }

  50% {
    transform: translate(80px, 0);
    background-color: #f5634a;
    width: 25px;
  }
}

.myinputGroup input:checked ~ label {
  color: #FFF;
}

.myinputGroup input:checked ~ label:before {
  transform: translate(-50%, -50%) scale3d(56, 56, 1);
  opacity: 1;
}

.myinputGroup input:checked ~ label:after {
  background-color: #000;
  border-color: #000;
}

.myinputGroup input {
  width: 32px;
  height: 32px;
  order: 1;
  z-index: 2;
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  visibility: hidden;  
}

::placeholder 
{ /* Chrome, Firefox, Opera, Safari 10.1+ */
    font-size: 1rem;
    color: #888 !important;
    opacity: 1; /* Firefox */
}

:-ms-input-placeholder 
{ /* Internet Explorer 10-11 */
    color: #888 !important;
}

::-ms-input-placeholder 
{ /* Microsoft Edge */
    color: #888 !important;
}

.btn-2024
{
    border-radius: 0px !important;
}

.btn-2024.btn-2024-primary
{
    background-color: #8338EC !important;
    color: #FFFFFF !important;
}

.btn-2024-circle
{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

.file-block {
    width: 100%;
    border-radius: 0px !important;
    background-color: #FFF !important;
    border: 1px solid #EEE !important;
    padding-left: 6px;
    font-size: 0.9rem;
    font-weight: 400;
    color: #333 !important;
    padding: 12px 5px;
    display: inline-flex;
    margin-bottom: 2px;
}

.file-delete {
    display: flex;
    width: 35px;
    background-color: transparent;
    color: #FF006E;
    justify-content: center;
    align-items: center;
    padding-bottom: 1px;
    padding-left: 1px;
    margin-right: 3px;
    cursor: pointer;
    border-radius: 50%;
}

.btn-2024-circle.btn-2024-circle-primary
{
    background-color: #8338EC !important;
    color: #FFFFFF !important;
}

p
{
    color: #333;
    font-size: 0.9rem;
}

a
{
    text-decoration: none !important;
}

a.text-danger:hover
{
    color: #f72585 !important;
}

input.form-control:disabled
{
    background-color: #CCC !important;
}

input.form-control,
textarea.form-control
{
    padding-left: 5px;
    background-color: #EEE;
    border: 1px solid #EEE;
}

input.form-control:focus,
textarea.form-control:focus
{
    background-color: #EEE;
    border: 1px solid #DDD;
}

/* width */
::-webkit-scrollbar {
  width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #EEE;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #CCC;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #AAA;
}

.fc-day.fc-widget-content.fc-today 
{
    background-color: #EEE;
}

.popover 
{
    border: 0px;
    background-color: #FFF;
    -webkit-box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.1); 
    box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.1); 
    font-size: 0.8rem;
    font-weight: 400;
    color: #333;
}

.popover-header 
{ 
    border-radius: 0px;
    text-transform: none;
    color: #000;
    background-color: #FFF; 
    border: none;
    font-size: 0.9rem;
    font-weight: 500;
    color: #333;
}

.popover .arrow 
{
    display: none;
}

.fw-bolder
{
    font-weight: 700;
}

.fw-bold
{
    font-weight: 500;
}

.fw-normal
{
    font-weight: 400;
}

.fw-light
{
    font-weight: 300;
}

.text-dark
{
    color: #333;
}

.text-light
{
    color: #BBB !important;
}

.text-white
{
    color: #FFF;
}

.text-primary
{
    color: #8338EC !important;
}

.badge-primary
{
    background-color: #8338EC !important;
}

.text-danger
{
    color: #f72585 !important;
}

.btn
{
    font-size: 0.9rem;
    text-transform: none;
}

.btn.btn-transparent
{
    color: #333;
}

.btn.btn-primary,
.btn.btn-primary:hover,
.btn.btn-primary:focus,
.btn.btn-primary:active,
.btn.btn-primary:checked
{
    background-color: #8338EC !important;
    color: #FFF;
}

.btn.btn-danger,
.btn.btn-danger:hover,
.btn.btn-danger:focus,
.btn.btn-danger:active,
.btn.btn-danger:checked
{
    background-color: #f72585 !important;
    color: #FFF;
}

.btn.btn-success,
.btn.btn-success:hover,
.btn.btn-success:focus,
.btn.btn-success:active,
.btn.btn-success:checked
{
    background-color: #0ead69 !important;
    color: #FFF;
}

.btn.btn-info,
.btn.btn-info:hover,
.btn.btn-info:focus,
.btn.btn-info:active,
.btn.btn-info:checked
{
    background-color: #EEE !important;
    color: #333;
}

.btn.btn-circle
{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

.carousel-control-prev,
.carousel-control-next 
{
    height: 25%;
    top: 37.5%;
}

.quote-card {
    background: #FFF;
    color: #000;
    font-weight: 600;
    padding: 20px;
    padding-left: 50px;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
    min-height: 120px;
}

.quote-card:before {
    font-family: Rubik, serif;
    content: "“";
    position: absolute;
    top: 10px;
    left: 10px;
    font-size: 5em;
    color: #8338EC;
    font-weight: normal;
}

.quote-card:after {
    font-family: Rubik, serif;
    content: "”";
    position: absolute;
    bottom: -110px;
    line-height: 100px;
    right: -32px;
    font-size: 25em;
    color: #8338EC;
    font-weight: normal;
}

.badge-pill
{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    border-radius: 50%;
}

.badge-danger
{
    background-color: #f72585;
}

.bg-light
{
    border: 0;
    background-color: #EEE !important;
}

.bg-danger
{
    background-color: #f72585 !important;
}

.bg-info
{
    background-color: #EEE !important;
}

/* Tabs/Abas */
.nav-tabs-new
{
    border-radius: 0;
    background-color: #F2F2F2;
    border-color: #F2F2F2;
}

.nav-link.nav-link-new
{
    font-size: 0.9rem !important;
    font-weight: 500;
    text-transform: none;
    margin-right: 0;
    padding: 1.25rem 1.25rem;
    background-color: #F2F2F2;
    color: #333;
}

.nav-link.nav-link-new:hover
{
    border: 1px solid #F2F2F2;
    color: #8338EC !important;
}

.nav-link.nav-link-new.active
{
    font-size: 0.9rem !important;
    font-weight: 500;
    text-transform: none;
    margin-right: 0;
    padding: 1.25rem 1.25rem;
    border-radius: 0;
    border: 1px solid #FFFFFF;
    color: #8338EC !important;
}

.nav-link.nav-link-new.active:hover
{
    border: 1px solid #FFFFFF;
    color: #8338EC !important;
}

/* Barra lateral */
.wrapper 
{
    display: flex;
    width: 100%;
    align-items: stretch;
}

.scrolling
{
    overflow-y: scroll;
    overflow-x: hidden;
}

#sidebar 
{
    background-color: transparent !important;
    min-width: 275px;
    max-width: 275px;
    background: transparent;
    color: #fff;
    transition: all 0.3s;
}

#sidebar.active 
{
    margin-left: -275px;
}

#content 
{
    width: 100%;
    padding: 20px;
    min-height: 100vh;
    transition: all 0.3s;
}

.scrolling{
    overflow-y: hidden;
    overflow-x: hidden;
}

/* Holerite */
.sem-quebra-de-linha 
{
    white-space: nowrap;
}

.row-proventos,
.row-descontos
{
    border-bottom: 2px solid #F2F2F2;
}

.new-line-proventos::before 
{
    content: "";
    position: absolute;
    bottom: -2px;
    left: -3px;
    width: 3px;
    height: 2px;
    background-color: rgba(14, 173, 105, 1);
}

.new-line-descontos::before 
{
    content: "";
    position: absolute;
    bottom: -2px;
    left: -3px;
    width: 3px;
    height: 2px;
    background-color: rgba(239, 35, 60, 1);
}

/* Upload */
.file-drop-area 
{
    position: relative;
    display: flex;
    justify-content: center;   
    align-items: center;
    -webkit-box-align: center;
    width: 100%;
    max-width: 100%;
    padding: 20px 30px;
    border: 1px solid #EEE;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    background-color: #EEE;
}

.erro-msg {
  display: flex;
  align-items: center;
  gap: 12px;
  background-color: #fff;
  border: 1px solid #f72585;
  color: #f72585;
  padding: 10px 15px;
  border-radius: 8px;
  font-weight: normal;
}

.new-card
{
    border: 1px solid #DDD;
    border-radius: 10px;
}

.erro-icon svg {
  width: 32px;
  height: 32px;
}

.erro-circle {
  stroke: #f72585;
  stroke-width: 2;
  stroke-dasharray: 157; /* 2πr ≈ 2*3.14*25 */
  stroke-dashoffset: 157;
  animation: draw 0.4s forwards;
}

.erro-line1,
.erro-line2 {
  stroke: #f72585;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-dasharray: 28.28; /* Approx length of line */
  stroke-dashoffset: 28.28;
  animation: draw 0.4s 0.3s forwards;
}

@keyframes draw {
  to {
    stroke-dashoffset: 0;
  }
}

.fake-btn 
{
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: transparent;
    color: #333333;
}

.file-btn {
    display: block;
    flex-shrink: 0;
    background-color: transparent;
    color: #333333;
    border-radius: 0px !important;
    padding: 10px 20px;
    line-height: 1.5rem;
    margin-right: 10px;
}

.file-input {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    cursor: pointer;
    opacity: 0;
    background-color: red;
}

.btn-mini-circle
{
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #FFF;
    width: 25px;
    height: 25px;
    padding: 5px;
    border-radius: 50%;
}

.file-msg {
    display: -webkit-box;
    display: flex;
    align-items: end;
    font-size: 0.9rem;
    font-weight: 500;
    color: #333333;
}

.file-input {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    cursor: pointer;
    opacity: 0;
}

.file-input:focus {
    outline: none;
}

/* Media */
@media (max-width: 768px) {
    #sidebar {
        margin-left: -75%;
    }

    #sidebar.active {
        margin-left: 0;
    }

    #sidebarCollapse span {
        display: none;
    }

    .wrapper {
        display: block;
    }

    #sidebar {
        min-width: 75%;
        max-width: 75%;
        height: 100vh;
        position: fixed;
        top: 0;
        left: 0;
        /* top layer */
        z-index: 2;
    }

    .scrolling{
        overflow-y: scroll;
        overflow-x: hidden;
        max-height: 450px;
    }

    .overlay {
        display: none;
        position: fixed;
        /* full screen */
        width: 100vw;
        height: 100vh;
        /* transparent black */
        background: rgba(0, 0, 0, 0.7);
        /* middle layer, i.e. appears below the sidebar */
        z-index: -1;
        opacity: 0;
        /* animate the transition */
        transition: all 0.5s ease-in-out;
    }
    /* display .overlay when it has the .active class */
    .overlay.active {
        display: block;
        opacity: 1;
    }

    #dismiss {
        width: 35px;
        height: 35px;
        /*position: absolute;*/
        /* top right corner of the sidebar */
        top: 10px;
        right: 10px;
    }
}

.container-timeline {
    max-width: 100%;
}

.timeline-item {
    padding: 3em 1em 1em;
    position: relative;
    color: rgba(0, 0, 0, 0.7);
    border-left: 2px solid rgba(220, 0, 115, 0.5);
}

.timeline-item::before {
    content: attr(date-is);
    position: absolute;
    left: 1rem;
    top: 0.6em;
    display: block;
}

.timeline-item::after {
    width: 8px;
    height: 8px;
    display: block;
    top: 1em;
    position: absolute;
    left: -5px;
    border-radius: 4px;
    content: '';
    border: 2px solid rgba(220, 0, 115, 0.5);
    background: white;
}

.timeline-item.active::after {
    background: rgba(220, 0, 115, 1);
    border: 2px solid rgba(220, 0, 115, 1);
}

.timeline-item::last-child {
    -webkit-border-image: -webkit-gradient(linear, left top, left bottom, color-stop(60%, rgba(238, 66, 102, 0.3)), to(rgba(0, 0, 0, 0))) 1 100%;
    -webkit-border-image: linear-gradient(to bottom, rgba(238, 66, 102, 0.3) 60%, rgba(0, 0, 0, 0)) 1 100%;
    -o-border-image: linear-gradient(to bottom, rgba(238, 66, 102, 0.3) 60%, rgba(0, 0, 0, 0)) 1 100%;
    border-image: -webkit-gradient(linear, left top, left bottom, color-stop(60%, rgba(238, 66, 102, 0.3)), to(rgba(0, 0, 0, 0))) 1 100%;
    border-image: linear-gradient(to bottom, rgba(238, 66, 102, 0.3) 60%, rgba(0, 0, 0, 0)) 1 100%;
}

.lines {
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
  transform-origin: 50% 50%;
  animation: flare 1.5s ease-in-out forwards;
}

.arrow {
  transform-origin: center;
  animation: grow 1.2s ease-in-out forwards;
}

.blob {
  transform-origin: center;
  animation: scale 1s ease-in-out forwards;
}

.whiteblob {
  transform-origin: center;
  animation: whiteblobscale 1s ease-in-out forwards;
}

.circle {
  transform-origin: 50% 50%;
  animation: appear 1.2s ease-in-out forwards;
}

@keyframes scale {
  0% {
    transform: scale3d(0, 0, 1);
  }
  30%, 100% {
    transform: scale3d(3.7, 3.7, 1);
  }
}
@keyframes whiteblobscale {
  0%, 20% {
    transform: scale3d(0, 0, 1);
  }
  46%, 100% {
    transform: scale3d(3.8, 3.8, 1);
  }
}
@keyframes appear {
  0%, 23% {
    opacity: 0;
    transform: scale3d(0, 0, 0);
  }
  30%, 100% {
    opacity: 1;
  }
  17% {
    transform: scale3d(1.1, 1.1, 1);
  }
  25% {
    transform: scale3d(0.8, 0.8, 1);
  }
  30% {
    transform: scale3d(1, 1, 1);
  }
  45% {
    transform: scale3d(0.9, 0.9, 1);
  }
  60% {
    transform: scale3d(1, 1, 1);
  }
  80% {
    transform: scale3d(0.95, 0.95, 1);
  }
  98% {
    transform: scale3d(1, 1, 1);
  }
}
@keyframes grow {
  0% {
    transform: scale3d(0, 0, 0);
  }
  30% {
    transform: scale3d(1.1, 1.1, 1);
  }
  45% {
    transform: scale3d(0.9, 0.9, 1);
  }
  60% {
    transform: scale3d(1, 1, 1);
  }
  80% {
    transform: scale3d(0.95, 0.95, 1);
  }
  98% {
    transform: scale3d(1, 1, 1);
  }
}
@keyframes flare {
  0%, 10% {
    opacity: 0;
    transform: scale3d(0, 0, 0);
    stroke-dashoffset: 10;
  }
  12% {
    opacity: 1;
    transform: scale3d(0.5, 0.5, 1);
  }
  35% {
    transform: scale3d(1, 1, 1);
    stroke-dashoffset: 100;
    stroke-dasharray: 100;
  }
}

/* My Inputgroup */
.myinputGroup2025 
{
    background-color: #FFF;
    border: 1px solid #CCC;
    display: block;
    margin: 5px 0;
    position: relative;
    border-radius: 10px;
}

.myinputGroup2025 label 
{
    padding: 0.75rem 1rem;
    width: 100%;
    display: block;
    text-align: left;
    color: #333;
    font-weight: 400;
    cursor: pointer;
    position: relative;
    z-index: 2;
    transition: color 200ms ease-in;
    overflow: hidden;
    margin-bottom: 0;
    border-radius: 10px;
}

.myinputGroup2025 label:before {
  width: 15px;
  height: 15px;
  content: "";
  background-color: #FFF;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale3d(1, 1, 1);
  transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
  opacity: 0;
  z-index: -1;
  font-weight: 400;
  border-radius: 10px;
}

.myinputGroup2025 label:after {
  width: 15px;
  height: 15px;
  content: "";
  border: 1px solid #CCC;
  background-color: #FFF;
  background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.414 11L4 12.414l5.414 5.414L20.828 6.414 19.414 5l-10 10z' fill='%23fff' fill-rule='nonzero'/%3E%3C/svg%3E ");
  background-repeat: no-repeat;
  background-position: 2px 3px;
  /*border-radius: 50%;*/
  z-index: 2;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  transition: all 200ms ease-in;
  border-radius: 50%;

}

.myinputGroup2025 input:checked ~ label {
    color: #000;
}

.myinputGroup2025 input:checked ~ label:before {
  transform: translate(-50%, -50%) scale3d(56, 56, 1);
  opacity: 1;
}

.myinputGroup2025 input:checked ~ label:after {
  background-color: #8338EC;
  border-color: #CCC;
}

.myinputGroup2025 input {
  width: 32px;
  height: 32px;
  order: 1;
  z-index: 2;
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  visibility: hidden;  
}