/*
* INPUT
*/

.inputComponent {
  width: 100%;
  height: var(--row-height);
  width: 100%;
  background: #fff;
  text-align: center;
  border: 0;
  font-size: 15px;
  color: #333333;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  border-bottom: 0.5px solid #bfbfbf;
}

.capitalize {
  text-transform: capitalize;
}

.inputComponent:focus {
  outline: none !important;
  border-bottom: 1px solid var(--main-color) !important;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.inputClear {
  border-bottom: 1px solid #bfbfbf;
  align-self: center;
  padding: 0px 5px;
  height: 45px;
  display: flex;
}

.doubleInput {
  display: flex;
}

.doubleInput div {
  width: 50%;
}

.inputClear div {
  align-self: center;
}
.maskspanInput{
  display: inline-block;
  position: relative;
  overflow: hidden;
}
.maskspanInput span{
  position: absolute;
  top:13px;
  right:-20px;
  transition: right 0.3s;
  font-size:16px;
  color:#1f3deb;
 
}
.maskspanInputShow span {
  right: 20px;
  color:#1f3deb;

    transition: right 0.3s;

}
.inputComponentDiv {
  /* width: 100%; */
  height: var(--row-height);
  width: 100%;
  background: #fff;
  border: 0;
  font-size: 15px;
  color: #333333;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  border-bottom: 0.5px solid #bfbfbf;
  display: flex;
  align-items: center;
  justify-content: center;
}

.inputComponentDiv input{
  /* width: 78%; */
  background:transparent;
  border: 0;
  height: 50px;
  width: min-content;
  display: block;
  display: block;
  text-align: center;
  margin-right: 5px;
  outline: 0;
}
/*
* RADIO
*/

.radioInput {
  opacity: 1;
  border-bottom: 0.7px solid #bfbfbf;
}

.radioInput:last-of-type {
  opacity: 1;
  border-bottom: 0px;
}

.radioInput input {
  display: none;
}

.radioInput label {
  padding: 0px 22px;
  width: 100%;
  height: var(--row-height);
  background-color: #fff;
  position: relative;
  cursor: pointer;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  margin-bottom: 0;
}

.radioInput label strong {
  font-weight: normal;
  z-index: 1;
  color: #333333;
}

.radioInput label span {
  background: white;
}

.radioInput label svg {
  border: 1px solid #c3c3c3;
  height: 24px;
  width: 24px;
  padding: 2px;
  margin-right: 15px;
  border-radius: 50%;
  stroke-dashoffset: 1000;
  stroke-dasharray: 1000;
}

.radioInput label svg path {
  stroke: #1f3deb;
  stroke-width: 4;
}

.radioInputChecked label strong {
  color: #fff;
}

.radioInputChecked label span {
  position: absolute;
  background: #1f3deb;
  width: 0;
  z-index: 0;
  -webkit-animation: Radio-checked 0.7s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  animation: Radio-checked 0.7s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

.radioInputChecked label svg {
  border: 0px solid #1f3deb;
  height: 24px;
  width: 24px;
  padding: 4px;
  background: #fff;
  margin-right: 15px;
  z-index: 1;
}

.radioInputChecked label svg path {
  stroke: #1f3deb;
  -webkit-animation: Radio-checked-svg 1s 0.1s ease-in-out forwards;
  animation: Radio-checked-svg 1s 0.1s ease-in-out forwards;
}

.radioInputCheckedExists label svg path{
  stroke-dashoffset: 0;
}



@-webkit-keyframes Radio-checked-svg {
  0% {
    stroke-dashoffset: 1000;
  }
  70% {
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dashoffset: 0;
  }
}

@keyframes Radio-checked-svg {
  0% {
    stroke-dashoffset: 1000;
  }
  70% {
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dashoffset: 0;
  }
}

@-webkit-keyframes Radio-checked {
  0% {
    width: 0%;
    height: 60px;
  }
  100% {
    width: 120%;
    height: 60px;
    left: -10%;
    right: 0;
    color: #fff;
  }
}

@keyframes Radio-checked {
  0% {
    width: 0%;
    height: 60px;
  }
  100% {
    width: 120%;
    height: 60px;
    left: -10%;
    right: 0;
    color: #fff;
  }
}

/*
  * RADIO QUESTIONAIRE
  */

.inputQuestionaireShow {
  opacity: 0;
  -webkit-animation: radioInputQuestionaire-show 0.8s 1s forwards;
  animation: radioInputQuestionaire-show 0.8s 1s forwards;
}


/*
.radioInputQuestionaireShow:nth-of-type(1) {
  opacity: 0;
  -webkit-animation: radioInputQuestionaire-show 1s .6s forwards;
  animation: radioInputQuestionaire-show 1s .6s forwards;
}

.radioInputQuestionaireShow:nth-of-type(2) {
  opacity: 0;
  -webkit-animation: radioInputQuestionaire-show 1s .8s forwards;
  animation: radioInputQuestionaire-show 1s .8s forwards;
}

.radioInputQuestionaireShow:nth-of-type(3) {
  opacity: 0;
  -webkit-animation: radioInputQuestionaire-show 0.8s 1s forwards;
  animation: radioInputQuestionaire-show 0.8s 1s forwards;
}

.radioInputQuestionaireShow:nth-of-type(4) {
  opacity: 0;
  -webkit-animation: radioInputQuestionaire-show 0.8s 1.2s forwards;
  animation: radioInputQuestionaire-show 0.8s 1.2s forwards;
}

.radioInputQuestionaireShow:nth-of-type(5) {
  opacity: 0;
  -webkit-animation: radioInputQuestionaire-show 0.8s 1.4s forwards;
  animation: radioInputQuestionaire-show 0.8s 1.4s forwards;
}

.radioInputQuestionaireHidden {
  opacity: 1;
  -webkit-animation: radioInputQuestionaire-hidden 0.5s 0s forwards;
  animation: radioInputQuestionaire-hidden 0.5s 0s forwards;
}

.radioInputQuestionaireHidden:nth-of-type(4) {
  opacity: 1;
  -webkit-animation: radioInputQuestionaire-hidden 0.5s 0s forwards;
  animation: radioInputQuestionaire-hidden 0.5s 0s forwards;
}

.radioInputQuestionaireHidden:nth-of-type(3) {
  opacity: 1;
  -webkit-animation: radioInputQuestionaire-hidden 0.5s 0.2s forwards;
  animation: radioInputQuestionaire-hidden 0.5s 0.2s forwards;
}

.radioInputQuestionaireHidden:nth-of-type(2) {
  opacity: 1;
  -webkit-animation: radioInputQuestionaire-hidden 0.5s 0.4s forwards;
  animation: radioInputQuestionaire-hidden 0.5s 0.4s forwards;
}

.radioInputQuestionaireHidden:nth-of-type(1) {
  opacity: 1;
  -webkit-animation: radioInputQuestionaire-hidden 0.5s 0.6s forwards;
  animation: radioInputQuestionaire-hidden 0.5s 0.6s forwards;
}
*/
@-webkit-keyframes radioInputQuestionaire-show {
  0% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes radioInputQuestionaire-show {
  0% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@-webkit-keyframes radioInputQuestionaire-hidden {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
    opacity: 0;
  }
}

@keyframes radioInputQuestionaire-hidden {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
    opacity: 0;
  }
}

.radioInputQuestionaire label {
  padding: 0px 20px;
  width: 100%;
  height: 45px;
  background-color: #fff;
  position: relative;
  cursor: pointer;
  -webkit-transition: all 1s ease;
  margin-bottom: 0px !important;
  transition: all 1s ease;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 13px;
  /* border-top: solid 1px gray; */
}

.radioInputQuestionaire input {
  display: none;
}

.radioInputQuestionaire label span {
  color: #333333;
  position: relative;
  z-index: 1;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

.radioInputQuestionaire label div {
  z-index: 2;
}

.radioInputQuestionaire label div svg {
  border: 1px solid #c3c3c3;
  height: 24px;
  width: 24px;
  padding: 2px;
  margin-right: 15px;
  border-radius: 50%;
  stroke-dashoffset: 1000;
  stroke-dasharray: 1000;
}

.radioInputQuestionaire label div svg path {
  stroke: #1f3deb;
}

.radioInputQuestionaire label:before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #1f3deb;
  position: absolute;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  top: 0;
  left: -100%;
}
.radioInputQuestionaire label:before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #1f3deb;
  position: absolute;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  top: 0;
  left: -100%;
}

.radioInputQuestionaireChecked label span {
  color: #fff;
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.radioInputQuestionaireChecked label div svg {
  border: 1px solid #1f3deb;
  height: 24px;
  width: 24px;
  padding: 4px;
  background: #fff;
  margin-right: 15px;
  z-index: 1;
}

.radioInputQuestionaireChecked label div svg path {
  stroke: #1f3deb;
  -webkit-animation: animation-svg 1s 0.1s ease-in-out forwards;
  animation: animation-svg 1s 0.1s ease-in-out forwards;
}

.radioInputQuestionaireChecked label:before {
  left: 0;
}

@-webkit-keyframes animation-svg {
  0% {
    stroke-dashoffset: 1000;
  }
  70% {
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dashoffset: 0;
  }
}

@keyframes animation-svg {
  0% {
    stroke-dashoffset: 1000;
  }
  70% {
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dashoffset: 0;
  }
}

@-webkit-keyframes animation-opacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes animation-opacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.linkQuestionaire {
  width: 80%;
  margin: 0 auto;
  height: 60px;
  align-items: center;
  justify-content: space-between;
  display: flex;
  opacity: 0;
  -webkit-animation: radioInputQuestionaire-show 0.5s 0s forwards;
  animation: radioInputQuestionaire-show 0.5s 0s forwards;
}

.linkQuestionaire a {
  color: #1f3deb;
}

.linkQuestionaire i {
  color: #1f3deb;
}
.radioInputQuestionaireValueExists label span{
  color: #333333;
}
.radioInputQuestionaireValueExists label:before{
background:white;
}
.radioInputQuestionaireValueExists label div svg {
  border: 1px solid #999999;
  height: 24px;
  width: 24px;
  padding: 4px;

  margin-right: 15px;
  z-index: 1;
}
 .radioInputQuestionaireValueExists label:before {
  content: "";
  width: 100%;
  height: 100%;

  position: absolute;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  top: 0;
  left: -100%;
}
.radioInputQuestionaire{
  /* opacity: 0; */
  /* -webkit-animation: radioInputQuestionaire-show 0.8s 1s forwards; */
  /* animation: radioInputQuestionaire-show 0.8s 10s forwards; */
  border-bottom: 1px solid #B2B2B2;
}
.radioInputQuestionaire:nth-last-of-type(1) {
  border-bottom: 0px solid #B2B2B2;

}
/*
* POPUP
*/

.popupInputHeader {
  padding: 14px 15px;
  height: 45px;
  font-size: 13px;
  border-bottom: 1px solid #c3c3c3;
  display: flex;
  justify-content: space-between;
}

.popupInputHeader span {
  font-size: 13px;
  color: #a0a0a0;
}

.animation_group_chat {
  transition: all 0.8s ease-in;
}

.popupInput {
  opacity: 1;
  padding-left: 15px;
  transition: all 0.3s ease-in;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #fff;
  border-bottom: 1px solid #c3c3c3;
  height: var(--row-height);
  text-align: center;
  font-size: 13px;
}

.popupInputOpacity {
  opacity: 0.4;
  transition: all 0.3s ease-in;
}

.popupInput span {
  color: #333;
}

.popupInputLink {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-right: 15px;
}

.popupInputLink span {
  margin-right: 10px;
  color: #1f3deb;
  font-size: 11px;
}

.popupInputLink i {
  display: inline-block;
  content: " ";
  width: 12px;
  color: #1f3deb;
  margin-right: -10px;
  background-size: 15px 15px;
  height: 15px;
  width: 15px;
}

.popupInputLink b {
  color: #ffc648;
  font-weight: 700;
  -webkit-animation: shake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) infinite both;
  animation: shake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) infinite both;
  transform: translateZ(0);
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

@-webkit-keyframes shake {
  10%, 90% {
    -webkit-transform: translate3d(-1px, 0, 0);
    transform: translate3d(-1px, 0, 0);
  }
  20%, 80% {
    -webkit-transform: translate3d(1px, 0, 0);
    transform: translate3d(1px, 0, 0);
  }
  30%, 50%, 70% {
    -webkit-transform: translate3d(-3px, 0, 0);
    transform: translate3d(-3px, 0, 0);
  }
  40%, 60% {
    -webkit-transform: translate3d(2px, 0, 0);
    transform: translate3d(2px, 0, 0);
  }
}

@keyframes shake {
  10%, 90% {
    -webkit-transform: translate3d(-1px, 0, 0);
    transform: translate3d(-1px, 0, 0);
  }
  20%, 80% {
    -webkit-transform: translate3d(1px, 0, 0);
    transform: translate3d(1px, 0, 0);
  }
  30%, 50%, 70% {
    -webkit-transform: translate3d(-3px, 0, 0);
    transform: translate3d(-3px, 0, 0);
  }
  40%, 60% {
    -webkit-transform: translate3d(2px, 0, 0);
    transform: translate3d(2px, 0, 0);
  }
}

.popUpContainer {
  background: #fff;
  top: 0;
  bottom: 0;
  z-index: 20;
  width: 100%;
  position: fixed;
  -webkit-animation: animation-up 0.8s 0s forwards;
  animation: animation-up 0.8s 0s forwards;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  opacity: 0;
}

.popUpContainerBeneficiary {
  z-index: 2000;
}

.ButtonPopUp {
  bottom: 0;
  left: 0;
}

.animationPopEnter.ng-enter, .animationIf.ng-leave.ng-leave-active {
  top: 0;
}

.animationPopEnter.ng-leave, .animationIf.ng-enter.ng-enter-active {
  top: 0;
}

@-webkit-keyframes animation-up {
  0% {
    -webkit-transform: translateY(200vh);
    transform: translateY(200vh);
  }
  100% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
}

@keyframes animation-up {
  0% {
    -webkit-transform: translateY(200vh);
    transform: translateY(100vh);
    opacity: 0.8;
  }
  100% {
    -webkit-transform: translate(0);
    transform: translate(0);
    opacity: 1;
  }
}

@-webkit-keyframes animation-opacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes animation-opacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes shake {
  10%, 90% {
    -webkit-transform: translate3d(-1px, 0, 0);
    transform: translate3d(-1px, 0, 0);
  }
  20%, 80% {
    -webkit-transform: translate3d(1px, 0, 0);
    transform: translate3d(1px, 0, 0);
  }
  30%, 50%, 70% {
    -webkit-transform: translate3d(-3px, 0, 0);
    transform: translate3d(-3px, 0, 0);
  }
  40%, 60% {
    -webkit-transform: translate3d(2px, 0, 0);
    transform: translate3d(2px, 0, 0);
  }
}

/* QUESTIONAIRE */

.questionairePopUpQuestion {
  font-size: 13px;
  font-weight: bold;
  width: 70%;
  text-align: center;
  /* opacity: 0; */
  /* -webkit-animation: radioInputQuestionaire-show .8s .3s forwards; */
  /* animation: radioInputQuestionaire-show .8s .3s forwards; */
  margin: 0 auto;
  margin-top: 2px;
  font-family: 'Poppins-Medium';
  min-height: 39px;
}

.questionairePopUpBack {
  padding: 10px 23px;
  color: var(--main-color);
  text-align: left;
  width: 100%;
  border-bottom: solid 0.5px #d6d0d0;
}

.pop-up-scroller-height {
  overflow-y: scroll;
  /*
  min-height: calc(100vh - var(--navbar-height)); 
  min-height: calc((var(--vh, 1vh) * 100) - var(--navbar-height));
  max-height: calc(100vh - var(--navbar-height)); 
  max-height: calc((var(--vh, 1vh) * 100) - var(--navbar-height));
  */
}

.questionaireForm {
  overflow-y: scroll;
  font-size: 13px;
  padding-bottom: 20px;
  /*
  min-height: calc(100vh - var(--navbar-height)); 
  min-height: calc((var(--vh, 1vh) * 100) - var(--navbar-height));
  max-height: calc(100vh - var(--navbar-height)); 
  max-height: calc((var(--vh, 1vh) * 100) - var(--navbar-height));
  */
}

.questionaireItem {
  justify-content: space-between;
  align-items: center;
  padding-top: 15px;
  padding-bottom: 15px;
  /* border-bottom: 1px solid #c9c9c9; */
  padding: 12px 15px;
  padding-left: 30px;
  position:relative;
  padding-bottom: 1px;
}
.questionaireItem::after{
  content:'';
  width: 78%;
  position: absolute;
  height: 1px;
  background: #cacaca;
  bottom: 0px;
  left: 0;
}
.inputNotBorder::after{
  content:'';
  width: 78%;
  position: absolute;
  height: 0px;
  background: #cacaca;
  bottom: 0px;
  left: 0;
}
.questionaireInputItem {
  width: 80%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 15px;
  /* opacity: 0; */
  /* -webkit-animation: radioInputQuestionaire-show 0.5s 0s forwards; */
  /* animation: radioInputQuestionaire-show 0.5s 0s forwards; */
}

.questionaireInputItem input {
  height: 70px;
}

.check-options-container-questionnaire {
  display: flex;
  padding: 7px;
  border-bottom: 2px solid #ffff;
  margin-left: -7px;
  margin-right: -7px;
  justify-content: space-between;
  flex: auto;
}

.check-options-container-questionnaire-text span {
  opacity: 0.6;
}

.check-options-container-questionnaire-text {
  font-size: 13px;
}

.check-options-container-questionnaire-subtext {
  font-size: 11px;
  color: #8a8a8a;
  padding-top: 5px;
  padding-bottom: 9px;
}


.questionaireInputBox {
  width: 80%;
  margin: -1px auto;
  font-size: 13px;
  padding: 2px 0px 10px 0px;
}

.questionaireInputBox>div {
  border-bottom: 1px solid #c9c9c9;
}

.questionaireInputBox>div:last-child {
  border-bottom: none;
}

.questionaireInputBoxPopUp {
  width: 100% !important;
  padding: 0px !important;
  margin: 0px !important;
  text-align: left !important;
}

/*
* RADIO
*/

.checkInput {
  opacity: 1;
  border-bottom: 0.7px solid #999;
  display: flex;
}

.checkInputLabel {
  padding: 0px 22px;
  width: 100%;
  height: var(--row-height);
  background-color: #fff;
  position: relative;
  cursor: pointer;
  -webkit-transition: all 1s ease;
  margin-bottom: 0px !important;
  transition: all 1s ease;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 13px;
}

.checkInputSlider {
  align-self: center;
  padding: 0 5px;
}

/*# SwitchCheckbox  */

.SwitchCheckbox {
  padding: 0px 0px 7px 10px;
}

.SwitchCheckbox input:not(old) {
  height: 0;
  width: 0;
  display: none;
}

.SwitchCheckboxQuestionarie {
  padding: 0px 5px 7px 10px;
}

.SwitchCheckbox input:not(old)+label {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0.6em 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #9e9e9e;
  -webkit-transition: color 250ms cubic-bezier(0.4, 0, 0.23, 1);
  transition: color 250ms cubic-bezier(0.4, 0, 0.23, 1);
}

.SwitchCheckbox input:not(old)+label>span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 1em;
  width: 1em;
  height: 1em;
  background: transparent;
  border: 2px solid #9e9e9e;
  border-radius: 2px;
  cursor: pointer;
  -webkit-transition: all 250ms cubic-bezier(0.4, 0, 0.23, 1);
  transition: all 250ms cubic-bezier(0.4, 0, 0.23, 1);
}

.SwitchCheckbox input:not(old):checked+label>ins {
  height: 100%;
}

.SwitchCheckbox input:not(old):checked+label>span {
  border: 0.5em solid #ffeb3b;
}

.SwitchCheckbox input:not(old):checked+label>span:before {
  content: "";
  position: absolute;
  top: 0.6em;
  left: 0.2em;
  border-right: 3px solid transparent;
  border-bottom: 3px solid transparent;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: 0% 100%;
  transform-origin: 0% 100%;
  -webkit-animation: SwitchCheckbox 125ms 250ms cubic-bezier(0.4, 0, 0.23, 1) forwards;
  animation: SwitchCheckbox 125ms 250ms cubic-bezier(0.4, 0, 0.23, 1) forwards;
}

.SwitchCheckbox label {
  width: 40px;
  height: 20px;
  border-radius: 25px;
  background-color: #b3b3b3;
  z-index: 1;
  cursor: pointer;
}

.SwitchCheckbox label div {
  height: 24px;
  width: 24px;
  margin-left: -2px;
  border-radius: 25px;
  position: absolute;
  background: #fff;
  z-index: 2;
  -webkit-box-shadow: 0 0px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0px 10px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.15s ease-in;
  transition: all 0.15s ease-in;
}

.SwitchCheckbox label:before {
  width: 40px;
  height: 20px;
  border-radius: 25px;
  background-color: #fff;
  position: absolute;
  z-index: 1;
  content: "";
  -webkit-transition: all 0.15s linear;
  transition: all 0.15s linear;
  -webkit-transform: scale(0);
  transform: scale(0);
}

.SwitchCheckbox input:checked~label {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.SwitchCheckbox input:checked~label div {
  -webkit-transition: all 0.15s linear;
  transition: all 0.15s linear;
  -webkit-transform: translateX(22px);
  transform: translateX(22px);
}

.SwitchCheckbox input:checked~label:before {
  -webkit-transition: all 0.15s linear;
  transition: all 0.15s linear;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  left: 0;
  background: #2142eb;
}

.SwitchCheckboxResult-1 input:checked~label:before {
  background: #a4ce4e;
}

.SwitchCheckboxResult-2 input:checked~label:before {
  background: #00318a;
}

.SwitchCheckboxResult-3 input:checked~label:before {
  background: #003d7d;
}

.SwitchCheckboxResult-4 input:checked~label:before {
  background: #0fabe3;
}
.SwitchCheckboxResult-5 input:checked~label:before {
  background: #EE2429;
}

@-webkit-keyframes SwitchCheckbox {
  0% {
    width: 0;
    height: 0;
    border-color: #212121;
    -webkit-transform: translate3d(0, 0, 0) rotate(45deg);
    transform: translate3d(0, 0, 0) rotate(45deg);
  }
  33% {
    width: 0.2em;
    height: 0;
    -webkit-transform: translate3d(0, 0, 0) rotate(45deg);
    transform: translate3d(0, 0, 0) rotate(45deg);
  }
  100% {
    width: 0.2em;
    height: 0.5em;
    border-color: #212121;
    -webkit-transform: translate3d(0, -0.5em, 0) rotate(45deg);
    transform: translate3d(0, -0.5em, 0) rotate(45deg);
  }
}

@keyframes SwitchCheckbox {
  0% {
    width: 0;
    height: 0;
    border-color: #212121;
    -webkit-transform: translate3d(0, 0, 0) rotate(45deg);
    transform: translate3d(0, 0, 0) rotate(45deg);
  }
  33% {
    width: 0.2em;
    height: 0;
    -webkit-transform: translate3d(0, 0, 0) rotate(45deg);
    transform: translate3d(0, 0, 0) rotate(45deg);
  }
  100% {
    width: 0.2em;
    height: 0.5em;
    border-color: #212121;
    -webkit-transform: translate3d(0, -0.5em, 0) rotate(45deg);
    transform: translate3d(0, -0.5em, 0) rotate(45deg);
  }
}

.SwitchCheckboxProcess {
  padding: 7px 15px 7px 10px;
}

[contenteditable="true"]:empty:before {
  content: attr(placeholder);
  pointer-events: none;
  display: block;
}

.inputComponentContentEditable {
  min-height: var(--row-height);
  height: auto;
  padding: 14px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  caret-color: transparent;
}

.inputComponentContentEditable:focus {
  caret-color: #999;
  transition: 1s;
  text-align: center;
}

.inputComponentContentEditableButton {
  padding: 14px 45px 14px 45px;
  width: 100%;
}

[data-placeholder]:empty:before {
  content: attr(data-placeholder);
  color: var(--gray);
}

.questionnaire-beneficiarie {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #c8c8c8;
  padding: 22px 0;
  color: #999999;
  font-size: 12px;
  border-top: 1px solid #c8c8c8;
  margin-top: -1px;
}

.questionnaire-beneficiarie-name {
  width: 50%;
}

.questionnaire-beneficiarie-link {
  cursor: pointer;
  font-size: 11px;
  display: flex;
}

.questionnaire-beneficiarie-link div {
  padding: 0 0 0 10px;
}

.questionnaire-beneficiarie-button {
  padding: 10px 0;
  font-size: 12px;
  color: #2142eb;
}

.beneficiariesList {
  opacity: 0;
  -webkit-animation: beneficiaryItemAdd 0.5s 0s forwards;
  animation: beneficiaryItemAdd 0.5s 0s forwards;
}

.beneficiariesListRemove {
  opacity: 1;
  -webkit-animation: beneficiaryItemRemove 0.5s 0s forwards;
  animation: beneficiaryItemRemove 0.5s 0s forwards;
}

.beneficiaryItem {
  opacity: 0;
  -webkit-animation: beneficiaryItemAdd 0.5s 0s forwards;
  animation: beneficiaryItemAdd 0.5s 0s forwards;
}

.beneficiaryItemRemove {
  opacity: 1;
  -webkit-animation: beneficiaryItemRemove 0.5s 0s forwards;
  animation: beneficiaryItemRemove 0.5s 0s forwards;
}

@-webkit-keyframes beneficiaryItemRemove {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
    opacity: 0;
  }
}

@keyframes beneficiaryItemRemove {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
    opacity: 0;
  }
}

@-webkit-keyframes beneficiaryItemAdd {
  0% {
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes beneficiaryItemAdd {
  0% {
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

.ContentLogin__field-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 55px;
  border-bottom: 1px solid #999999;
  margin-bottom: 10px;
}

.ContentLogin__field-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 99%;
}

.ContentLogin__field-content span {
  margin-left: 0;
  margin-bottom: 0;
  color: #b0b0b0;
  text-align: left;
}

.ContentLogin__field-content div {
  color: #414141;
  margin: 0;
  display: flex;
  padding-top: 5px;
  padding-bottom: 5px;
}

.ContentLogin__field-file {
  margin: 30px 0px;
}

.ContentLogin__field-file .ContentLogin__field-file {
  text-align: left;
  margin-top: 20px;
}

.ContentLogin__field-file .ContentLogin__field-file-title span {
  margin-left: 0;
  margin-bottom: 0;
  color: #b0b0b0;
}

.ContentLogin__field-file .ContentLogin__field-file-content {
  border-bottom: 1px solid #999999;
}

.ContentLogin__field-file .ContentLogin__field-file-content:last-of-type {
  border-bottom: 1px solid #999999;
}

.ContentLogin__field-file .ContentLogin__field-file-content .ContentLogin__field-file-content-cc {
  display: flex;
  align-items: center;
  position: relative;
}

.ContentLogin__field-file-content-cc-subtitle {
  padding-left: 10px;
  color: #414141;
}

.ContentLogin__field-file-content-cc-alert {
  position: absolute;
  right: 0;
  top: 12px;
}

.ContentLogin__field-content-file {
  position: relative;
  padding-bottom: 21px;
  display: flex;
  justify-content: center;
  padding-top: 21px;
  margin-bottom: 11px;
  opacity: 0;
  -webkit-animation: beneficiaryItemAdd 0.5s 0s forwards;
  animation: beneficiaryItemAdd 0.5s 0s forwards;
}

.ContentLogin__field-content-file-svg1 {
  width: 30px;
  position: absolute;
  left: 0;
  top: 0;
}

.ContentLogin__field-content-file-svg2 {
  width: 30px;
  position: absolute;
  bottom: 0;
  right: 0;
}

.ContentLogin__field-content-file-file {
  height: auto;
  width: 85%;
}

.ContentLogin__field-content-file-file canvas {
  width: 100% !important;
}

.ContentLogin__field-content-file-link-remove {
  color: #1f3deb;
  padding: 0px 0px 10px 0px;
  text-align: center;
  cursor: pointer;
}

.confirmSimulationData {
  position: fixed;
  top: 0;
  z-index: 1000;
  padding-top: 0;
}

.confirmSimulationData__header__item {
  width: 24% !important;
}

.confirmSimulationWrapper {
  background: white;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  overflow: scroll;
}

.confirmSimulationContainer {
  background: white;
  width: 85%;
  height: auto;
  box-shadow: 0 0px 10px rgba(0, 0, 0, 0.2);
  opacity: 0;
  -webkit-animation: animation-up 0.5s 0s forwards;
  animation: animation-up 0.5s 0s forwards;
  padding-bottom: 100px;
  overflow: scroll;
}

.confirmSimulationContainerTitle {
  text-align: center;
  font-family: 'Poppins-Medium';
  padding: 20px;
  font-size: 16px;
}

.confirmSimulationContent {
  padding: 0 20px;
}

.confirmSimulationItem {
  border-bottom: 1px solid #B5B5B5;
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}

.confirmSimulationItem label {
  color: #999999;
  font-size: 10px;
  padding: 0;
  margin-bottom: 0;
}

.confirmSimulationItem span {
  color: #333333;
  padding: 0;
  margin: 0;
  font-size: 12px;
  padding-left: 10px
}

.confirmSimulationCol2 {
  display: flex;
  justify-content: space-between;
}

.confirmSimulationCol2 .confirmSimulationItem {
  width: 45%;
}

.confirmSimulationCol2 .item70 {
  width: 70%;
}

.questionairePopUpQuestionInput {
  /* opacity: 0; */
  /* -webkit-animation: radioInputQuestionaire-show .8s .6s forwards; */
  /* animation: radioInputQuestionaire-show .8s .6s forwards; */
}

.formMultiItem{
  border-bottom: solid 1px #cecece;
  width: 100%;
  padding-top: 0;
  text-align:left;
  display:block;
  transition: .3s background ease-in;
}
.notFormMultiItemActive{
  transition: .3s background ease-in;
 }
.formMultiItemContent{
 display: flex;
 padding: 25px 20px 25px 20px;
 justify-content: space-between;
 width: 100%;
  transition: .3s background ease-in;
}

.formMultiItem .itemTitle {
 font-family: Poppins-Medium;
  transition: .3s background ease-in;
}
.formMultiItem  .notItemTitleActive{
 font-family: Poppins-Medium;
  transition: .3s background ease-in;
}
.formMultiItem .itemLink{
 color:#3450ed;
 text-align: right;
 /* width: 47%; */
 max-width: 50%;
 transition: .3s background ease-in;
}
.formMultiItem .notItemLinkActive{
  transition: .3s background ease-in;
}

/*
Blood Pressure
*/
.componentBloodPressure {
  display:flex;
padding-top:20px;
padding-bottom:10px;
  }
.componentBloodPressureLine{
  width:1px;
  height: 25%;
  position: absolute;
  background: #cacaca;
  left: 50%;
  top: 50%;
}
.componentBloodPressureItem{padding: 0px 25px;}
.componentBloodPressureItemTitle{
  text-align: center;
}
.componentBloodPressureItemContent{
  display: flex;
  justify-content: space-between;
}
.componentBloodPressureItemButton{
  
}
.componentBloodPressureItemButton svg{
  width: 20px;
}
.componentBloodPressureItemInput{
  display: flex;
  justify-content: center;
}