.messages-wrapper {
  padding-left: 16px;
  padding-right: 16px;
  border-top: 0 none;
  padding-bottom: 50px;
  transition: all 0.8s cubic-bezier(0.22, 0.61, 0.36, 1);
  overflow-y: scroll;
  font-size: 14px !important;
  width: 100%;
  position: absolute;
  bottom: 0px;
}

.input-view {
  width: 100%;
  margin-left: 0px;
  z-index: 500;
  transition: all .8s cubic-bezier(0.78, 0.79, 0.52, 0.96);
  background-color: white;
  font-size: 13px !important;
  position: fixed;
  box-shadow: 0 7px 14px rgba(0, 0, 0, .5);
  bottom: 0px;
}

.td-select-values {
  text-align: end;
}

.button-chat {
  font-size: 14px;
  height: calc(2.25rem + 2px);
}

.master-chat-div {
  /* -webkit-animation: animation-down 0.4s 0s forwards;
  animation: animation-down 0.4s 0s forwards;
  opacity: 0; */
  margin-top: 15px;
  clear: both;
  position: relative;
  /*margin-bottom: 15px;*/
}

.master-chat-div-no-animation {
  margin-top: 15px;
  clear: both;
}

.master-chat-div.second {
  margin-top: 0px !important;
}

.master-chat-div-no-animation.second {
  margin-top: 0px !important;
}

.master-chat-notifications {
  clear: both;
}

.inner-chat-div {
  display: inline-flex;
}

.msg-chat-div-first {
  margin-left: 10px !important;
  margin-right: 40px!important;
}

.msg-chat-div {
  margin-left: 50px !important;
  margin-right: 40px !important;
}

.msg-chat-div-info {
  margin-right: 5px !important;
}

.msg-time-div {
  font-size: 12px !important;
  clear: both;
  color: #a2a0a0;
}

.msg-time-div.to {
  margin-right: 15px;
  float: right;
}

.msg-time-div.from {
  margin-left: 65px;
}

.avatar-chat-img {
  height: 50px;
  border-radius: 50%;
  align-self: flex-end;
}

/* Typing ellipsis */

@keyframes blink {
  0% {
    opacity: .2;
  }
  20% {
    opacity: 1;
  }
  100% {
    opacity: .2;
  }
}

/*MESSAGE NOTIFICATION*/


.message-notification-inner-div {
  justify-content: center;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.1);
  margin: 25px 10px 30px 10px;
  position: relative;
/*  -webkit-animation: Chat-animation-down 0.5s .2s forwards;*/
/*  animation: Chat-animation-down 0.5s 0s forwards*/
}

.message-notification-inner-div-sucess {
  justify-content: center;
  box-shadow: 0 8px 12px rgba(0, 0, 0, 0.4);
  margin: 25px 10px 30px 10px;
  display: flex;
}

.message-notification {
  padding: 12px 12px 12px 12px;
  font-size: 13px;
  border-bottom: solid 1px #eae2e2;
}

.message-sucess {
  padding: 12px 12px 12px 12px;
  font-size: 13px;
  background: var(--main-color);
  color: white;
  width: 100%;
}

.message-sucess-icon {
  background: var(--main-color);
  display: flex;
}

.message-sucess-icon i {
  align-self: center;
  font-size: 20px;
  padding: 10px;
  background: var(--main-color);
  color: white;
}

.message-notification-inner-div div:last-child {
  /*border-bottom: 0px !important;*/
  text-align: left;

}

.message-questionnaire {
  padding: 12px 12px 12px 12px;
  font-size: 13px;
  border-bottom: solid 1px #CBCBCB;
}
.message-questionnaire:last-child {
  padding: 12px 12px 12px 12px;
  font-size: 13px;
  border-bottom: solid 0px #CBCBCB;
}


.check-circle-notification {
  text-align: center;
  margin-bottom: 20px;
  background: #f3f1fa;
  color: black;
  font-size: 13px;
}

/*MESSAGE DATE */

.message-date {
  text-align: center;
  margin: 20px -10px;
  color: #898787;
}

/* MESSAGE HEADER */

.message-header {
  text-align: center;
  background: #E5E4E9;
  color: black;
  margin-left: -10px;
  margin-right: -10px;
  margin-top: 25px;
  margin-bottom: 25px;
}

/*image*/

.chat-image {
  width: 100%;
  height: 250px;
}

.chat-image-div {
  overflow: hidden;
  margin: 0;
  width: 100%;
  border-radius: 20px 20px 0px 0px;
}

/*Next button*/

.u-next-button {
  width: 38px;
  min-width: 38px;
  height: 38px;
  min-height: 38px;
  margin-left: 5px;
  border-radius: 25px;
  background-color: var(--main-color);
  color: #FFFFFF;
}

.u-next-button:disabled {
  color: var(--disabled-color);
  background-color: transparent;
  border: 1.5px solid var(--disabled-color);
  cursor: auto;
}

/* Text box input */

.form-control-mobile::-webkit-input-placeholder {
  color: #979696;
  font-weight: bold;
  font-size: 13px;
}

.form-control-mobile:-moz-placeholder {
  color: #a6a6a6;
}

.form-control-mobile::-moz-placeholder {
  color: #a6a6a6;
}

.form-control-mobile:-ms-input-placeholder {
  color: #a6a6a6;
}

.form-control-mobile:focus::-webkit-input-placeholder {
  color: #d4d4d4;
}

.form-control-mobile:focus:-moz-placeholder {
  color: #d4d4d4
}

.form-control-mobile:focus::-moz-placeholder {
  color: #d4d4d4
}

.form-control-mobile:focus:-ms-input-placeholder {
  color: #d4d4d4
}

.form-control-mobile {
  font-family: var(--main-font);
  font-size: 14px;
  color: #555555;
  border: 1px solid var(--disabled-color);
}

.form-control[readonly] {
  background-color: #ffffff;
}

.form-control-mobile:disabled {
  background-color: #ffffff;
  color: #585858;
  font-weight: bold;
}

.form-control-mobile:focus {
  outline: none !important;
  border-color: inherit;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.form-control-mobile.first {
  border-top-left-radius: 25px !important;
  border-bottom-left-radius: 25px !important;
}

.form-control-mobile.last {
  border-top-right-radius: 25px !important;
  border-bottom-right-radius: 25px !important;
}

.form-control-mobile.first-button {
  border-top-left-radius: 25px !important;
  border-bottom-left-radius: 25px !important;
  width: 10%;
  border-right: none;
}

.form-control-mobile.last-button {
  border-top-right-radius: 25px !important;
  border-bottom-right-radius: 25px !important;
  width: 90%;
  border-left: none;
}

.animate {
  position: relative;
}

.animate.ng-enter, .animate.ng-leave.ng-leave-active {
  left: -100%;
  transition: all 1s;
}

.animate.ng-leave, .animate.ng-enter.ng-enter-active {
  left: 0px;
  transition: all 1s;
}

/* Button ONLY */

.button-only {
  width: 100%;
}

.undo-div {
  padding: 0px 15px;
  font-size: 14px;
  background: white;
}

.undo-button {
  color: var(--main-color);
  border-radius: 25px;
  margin-bottom: 5px;
  font-weight: bold;
}

.undo-button:disabled {
  color: var(--disabled-color);
}

/* Radio Button */

.check-circle {
  height: 20px;
  width: 20px;
  border-radius: 50%;
  background: var(--main-color);
  color: white;
}

.check-circle-notification {
  height: 20px;
  width: 20px;
  border-radius: 50%;
  background: var(--main-color);
  color: white;
  margin-top: 12px;
}

.radio-options-container {
  display: flex;
  padding: 5px;
  border-bottom: 2px solid #ffff;
  margin-left: -7px;
  margin-right: -7px;
}

.radio-container {
  margin-left: 5px;
}

.radio-container .radio-button {
  height: 28px;
  width: 28px;
  border-radius: 50%;
  box-shadow: 0px 0px 0px 2px #a39f9f inset;
  color: white;
  background: white;
}

.radio-container .button:hover {
  cursor: pointer;
  box-shadow: 0px 0px 0px 4px #d8d8d8 inset;
}

.radio-label {
  padding: 5px;
}

.blue {
  box-shadow: 0px 0px 0px 16px var(--main-color) inset !important;
}

.check {
  /*height: 50%;*/
  -webkit-transform: scale(0);
  transform: scale(0);
  transition-delay: 0.2s;
}

.static-radio-container {
  height: 28px;
  width: 28px;
  margin-right: 10px;
  margin-bottom: 5px;
  border-radius: 50%;
  float: right;
  box-shadow: 0px 0px 0px 4px #e5e5e5 inset;
}

.static-check {
  /*height: 50%;*/
  color: white;
}

.static-radio-container .radio-button {
  height: 28px;
  width: 28px;
  border-radius: 50%;
  box-shadow: 0px 0px 0px 4px #e5e5e5 inset;
}

/*
* CHECK_BOX
*/

/*******************************************************
Slider B-flat
*******************************************************/

.check-options-container {
  display: flex;
  padding: 5px;
  border-bottom: 2px solid #ffff;
  margin-left: -7px;
  margin-right: -7px;
  justify-content: space-between;
}

.checkbox-slider--b-flat {
  position: relative;
}

.checkbox-slider--b-flat input {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 0%;
  margin: 0 0;
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity=0);
}

.checkbox-slider--b-flat input+span {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.checkbox-slider--b-flat input+span:before {
  position: absolute;
  left: 0px;
  display: inline-block;
}

.checkbox-slider--b-flat input+span>h4 {
  display: inline;
}

.checkbox-slider--b-flat input+span {
  padding-left: 40px;
}

.checkbox-slider--b-flat input+span:before {
  content: "";
  height: 20px;
  width: 40px;
  background: rgba(100, 100, 100, 0.2);
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.8);
  transition: background 0.2s ease-out;
}

.checkbox-slider--b-flat input+span:after {
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0px;
  top: 0;
  display: block;
  background: #ffffff;
  transition: margin-left 0.1s ease-in-out;
  text-align: center;
  font-weight: bold;
  content: "";
}

.checkbox-slider--b-flat input:checked+span:after {
  margin-left: 20px;
  content: "";
}

.checkbox-slider--b-flat input:checked+span:before {
  transition: background 0.2s ease-in;
}

.checkbox-slider--b-flat input+span {
  padding-left: 40px;
}

.checkbox-slider--b-flat input+span:before {
  border-radius: 20px;
  width: 40px;
}

.checkbox-slider--b-flat input+span:after {
  background: #ffffff;
  content: "";
  width: 20px;
  border: solid transparent 2px;
  background-clip: padding-box;
  border-radius: 20px;
}

.checkbox-slider--b-flat input:not(:checked)+span:after {
  -webkit-animation: popOut ease-in 0.3s normal;
  animation: popOut ease-in 0.3s normal;
}

.checkbox-slider--b-flat input:checked+span:after {
  content: "";
  margin-left: 20px;
  border: solid transparent 2px;
  background-clip: padding-box;
  -webkit-animation: popIn ease-in 0.3s normal;
  animation: popIn ease-in 0.3s normal;
}

.checkbox-slider--b-flat input:checked+span:before {
  background: var(--main-color);
}

.checkbox-slider--b-flat .Allianz input:checked+span:before {
  background: #004A94;
}

.checkbox-slider--b-flat .Una input:checked+span:before {
  background: #FF4E00;
}

.checkbox-slider--b-flat .Ageas input:checked+span:before {
  background: #D30773;
}

.checkbox-slider--b-flat .Fidelidade input:checked+span:before {
  background: #F45447;
}

.checkbox-slider--b-flat.checkbox-slider-md input+span:before {
  border-radius: 30px;
}

.checkbox-slider--b-flat.checkbox-slider-md input+span:after {
  border-radius: 30px;
}

.checkbox-slider--b-flat.checkbox-slider-lg input+span:before {
  border-radius: 40px;
}

.checkbox-slider--b-flat.checkbox-slider-lg input+span:after {
  border-radius: 40px;
}

.checkbox-slider--b-flat input+span:before {
  box-shadow: none;
}

/*#####*/

.checkbox-slider-info.checkbox-slider--b input:checked+span:before, .checkbox-slider-info.checkbox-slider--b-flat input:checked+span:before, .checkbox-slider-info.checkbox-slider--c input:checked+span:before, .checkbox-slider-info.checkbox-slider--c-weight input:checked+span:before {
  background: #5bc0de;
}

.checkbox-slider-warning.checkbox-slider--b input:checked+span:before, .checkbox-slider-warning.checkbox-slider--b-flat input:checked+span:before, .checkbox-slider-warning.checkbox-slider--c input:checked+span:before, .checkbox-slider-warning.checkbox-slider--c-weight input:checked+span:before {
  background: #f0ad4e;
}

.checkbox-slider-danger.checkbox-slider--b input:checked+span:before, .checkbox-slider-danger.checkbox-slider--b-flat input:checked+span:before, .checkbox-slider-danger.checkbox-slider--c input:checked+span:before, .checkbox-slider-danger.checkbox-slider--c-weight input:checked+span:before {
  background: #d9534f;
}

/*******************************************************
Sizes
*******************************************************/

.checkbox-slider-sm {
  line-height: 10px;
}

.checkbox-slider-sm input+span {
  padding-left: 20px;
}

.checkbox-slider-sm input+span:before {
  width: 20px;
}

.checkbox-slider-sm input+span:after, .checkbox-slider-sm input+span:before {
  height: 10px;
  line-height: 10px;
}

.checkbox-slider-sm input+span:after {
  width: 10px;
  vertical-align: middle;
}

.checkbox-slider-sm input:checked+span:after {
  margin-left: 10px;
}

.checkbox-slider-md {
  line-height: 30px;
}

.checkbox-slider-md input+span {
  padding-left: 60px;
}

.checkbox-slider-md input+span:before {
  width: 60px;
}

.checkbox-slider-md input+span:after, .checkbox-slider-md input+span:before {
  height: 30px;
  line-height: 30px;
}

.checkbox-slider-md input+span:after {
  width: 30px;
  vertical-align: middle;
}

.checkbox-slider-md input:checked+span:after {
  margin-left: 30px;
}

.checkbox-slider-lg {
  line-height: 40px;
}

.checkbox-slider-lg input+span {
  padding-left: 80px;
}

.checkbox-slider-lg input+span:before {
  width: 80px;
}

.checkbox-slider-lg input+span:after, .checkbox-slider-lg input+span:before {
  height: 40px;
  line-height: 40px;
}

.checkbox-slider-lg input+span:after {
  width: 40px;
  vertical-align: middle;
}

.checkbox-slider-lg input:checked+span:after {
  margin-left: 40px;
}

/*
* PROCESS NAVABAR
*/

.process-navbar {
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  z-index: 100;
  height: var(--navbar-height);
  position: fixed;
  top: 0px;
  background-color: var(--navbar-color)!important;
  border-bottom: solid 2px var(--navbar-bottom-border-color)!important;
  width: 100%;
}

/*
* PROGRESS BAR
*/

.progress-container {
  width: 100%;
  height: 2px;
  margin-left: -5px;
  position: absolute;
}

.link-navbar-process {
  padding: 5px;
  color: var(--main-color);
  background-color: transparent;
  font-size: 14px;
}
.link-navbar-process-message-questionnaire{
  padding: 5px 15px 5px 5px;
}
.link-navbar-process:disabled {
  color: var(--disabled-color);
}

.navbar-process-container {
  padding-right: 10px;
  padding-left: 10px;
}

.progess-text-container {
  text-align: center;
  padding-bottom: 5px;
  padding-top: 5px;
  font-size: 16px;
}

.progess-text-container-small {
  text-align: center;
  padding-bottom: 5px;
  padding-top: 5px;
  font-size: 13px;
}

.progress-bar-element {
  transition: all .5s ease-in;
  background: linear-gradient(90deg, #ed3833 0, #fce54d 31%, #afa565 63%, #2046f6);
  position: absolute;
  z-index: 101;
  height: 2px;
}

/*
* POP-UP
*/

.pop-up {
  position: fixed;
  top: 0px;
  left: 0px;
  background: var(--pop-up-background-color);
  width: 100%;
  height: 100%;
  z-index: 10300;
  margin: 0px;
  padding-bottom: 30px;
}

.pop-up-header {
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  height: var(--navbar-height);
  position: fixed;
  top: 0px;
  background-color: var(--navbar-color)!important;
  border-bottom: solid 2px var(--navbar-bottom-border-color)!important;
  width: 100%;
  font-size: 16px !important;
}

.pop-up-container {
  margin-top: 50px;
  padding-right: 20px;
  padding-left: 20px;
}

.pop-up-confirm {
  bottom: 0px;
  width: 100%;
  box-shadow: 0 0 20px rgba(0, 0, 0, .2);
}

.confirm-buttons-zone {
  display: flex;
  width: 100%;
  background: #fff;
  height: 50px;
  margin: 10px 5px;
}

/*
* HOUSE CHARACTERISTICS
*/

.td-characteristics {
  padding: 5px 5px 5px 15px;
}

.td-characteristics-button {
  width: 8%;
}

.characteristic-value-selected {
  font-size: 13px;
  font-weight: bold;
  float: left;
}

/*
* INSURED_CONTENT
*/

.insured-content-button {
  font-size: 40px;
}

.div-insured-amount {
  margin-top: 100px;
  border-top: solid;
  border-bottom: solid 2px;
  text-align: center;
  padding: 10px
}

.td-insured-amount-content {
  width: 60%;
  text-align: center;
  color: var(--main-color);
  font-weight: bold;
  font-size: 16px;
}

/*
*CHILDREN AGE
*/

.div-children-age {
  text-align: center;
  padding: 10px
}

.div-children-ages {
  text-align: center;
  padding: 10px 0px;
  overflow-y: auto;
}

.td-number-children-content {
  text-align: center;
  color: var(--main-color);
  font-weight: bold;
  font-size: 25px;
}

/*
*SPENDING LIST
*/

.div-spending-container {
  text-align: center;
  padding: 10px 0px;
  overflow-y: auto;
}


/*
* IMAGE SELECTION
*/

.image-selection-container {
  padding: 10px 0px;
  margin-bottom: 0px;
  width: 100%;
  border-radius: 2px;
  border: 2px solid rgba(0, 0, 0, 0.6);
}

.image-delete-button {
  margin-top: -12px;
  padding-right: 5px;
}

.info-container {
  width: 100%;
  background: white;
  align-self: center;
  margin: 10px;
  padding: 0px 10px 10px 10px;
  font-size: 13px;
  border-radius: 10px;
  -webkit-animation: animation-down 0.4s 0s forwards;
  animation: animation-down 0.4s 0s forwards;
  opacity: 0;
}

.info-icon {
  font-size: 20px;
  padding: 5px;
  color: var(--main-color);
}

.info-icon:disabled {
  color: var(--disabled-color);
}

.containerQuestionnairPopUp {
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: white;
  width: 90%;
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-animation: containerInforAdd-show .8s 0s forwards;
          animation: containerInforAdd-show .8s 0s forwards;
}

.containerQuestionnairPopUp--exit {
  -webkit-animation: containerInforAdd-hidden .8s 0s forwards;
          animation: containerInforAdd-hidden .8s 0s forwards;
  opacity: 1;
}

.containerQuestionnairPopUp img {
  width: 56px;
  height: 56px;
  border-radius: 70%;
  margin-top: -28px;
}
.containerQuestionnairPopUpHeader  img {
  width: 56px;
  height: 56px;
  border-radius: 70%;
  margin-top: -28px;
}
.containerQuestionnairPopUp {
  text-align: center;
}
.containerQuestionnairPopUpTitle {
  width: 98%;
  border-bottom:0;
  /* display: inherit; */
  /* grid-auto-columns: 29% 90%; */
  /* flex: 1; */
  margin-top: 0px;
  position: relative;
}
.containerQuestionnairPopUpTitle button {
  border-bottom:0;
  position: absolute;
  left: 0px;
  z-index: 1000;
}
.containerQuestionnairPopUpTitle div {
  width:100%;
  /* background:red; */
  padding-left:20px;
  padding-right:20px;
  margin-top: -29px;
}
.containerInforAdd {
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: white;
  width: 80%;
  padding-bottom: 30px;
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-animation: containerInforAdd-show 1s 0s forwards;
          animation: containerInforAdd-show 1s 0s forwards;
}
.containerInforAdd--show {
  -webkit-animation: containerInforAdd-show 1s 0s forwards;
          animation: containerInforAdd-show 1s 0s forwards;
  opacity: 1;
}
.containerInforAdd--exit {
  -webkit-animation: containerInforAdd-hidden .5s 0s forwards;
          animation: containerInforAdd-hidden .5s 0s forwards;
  opacity: 1;
}
.containerInforAdd--inLeft {
  -webkit-animation: containerInforAdd-inLeft .5s 0s forwards;
          animation: containerInforAdd-inLeft .5s 0s forwards;
  opacity: 1;
}
.containerInforAdd--exitLeft {
  -webkit-animation: containerInforAdd-exitLeft .5s 0s forwards;
          animation: containerInforAdd-exitLeft .5s 0s forwards;
  opacity: 1;
}
.containerInforAdd--inRight {
  -webkit-animation: containerInforAdd-inRight .5s 0s forwards;
          animation: containerInforAdd-inRight .5s 0s forwards;
  opacity: 0;
}
.containerInforAdd--exitRight {
  -webkit-animation: containerInforAdd-exitRight .5s 0s forwards;
          animation: containerInforAdd-exitRight .5s 0s forwards;
  opacity: 1;
}
.containerInforAdd--none {
  -webkit-animation: none;
          animation: none;
  opacity: 1;
}
@keyframes containerInforAdd-inLeft {
  0% {
    opacity: 0;
        -webkit-transform: scale(1) translate(-200%, -50%);
            transform: scale(1) translate(-200%, -50%);
  }
  100% {
    opacity: 1;
 -webkit-transform: scale(1) translate(-50%, -50%);
            transform: scale(1) translate(-50%, -50%);
  }
}
@keyframes containerInforAdd-exitLeft {
  0% {
    opacity: 1;
    -webkit-transform: scale(1) translate(-50%, -50%);
            transform: scale(1) translate(-50%, -50%);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1) translate(-200%, -50%);
            transform: scale(1) translate(-200%, -50%);
  }
}
@keyframes containerInforAdd-inRight {
  0% {
    opacity: 0;
    -webkit-transform: scale(1) translate(200%, -50%);
            transform: scale(1) translate(200%, -50%);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1) translate(-50%, -50%);
            transform: scale(1) translate(-50%, -50%);
  }
}
@keyframes containerInforAdd-exitRight {
  0% {
    opacity: 1;
    -webkit-transform: scale(1) translate(-50%, -50%);
            transform: scale(1) translate(-50%, -50%);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1) translate(200%, -50%);
            transform: scale(1) translate(200%, -50%);
  }
}
.containerInforAdd img {
  width: 70px;
  height: 70px;
  border-radius: 70%;
  margin-top: -35px;
}

.containerInforAdd__content {
  text-align: center;
  margin-top: 20px;
  padding: 0 30px;
  font-size: 14px;
}

.containerInforAdd__content strong {
  color: #000002;
  font-weight: 400;
  font-size: 15px;
}

.containerInforAdd__content p {
  color: #433751;
  font-size: 14px;
  font-weight: normal;
}

@-webkit-keyframes containerInforAdd-show {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.9) translate(-55%, -50%);
            transform: scale(0.9) translate(-55%, -50%);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1) translate(-50%, -50%);
            transform: scale(1) translate(-50%, -50%);
  }
}

@keyframes containerInforAdd-show {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.75) translate(-65.5%, -50%);
            transform: scale(0.75) translate(-64.5%, -50%);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.03) translate(-45%, -50%);
            transform: scale(1.03) translate(-47.5%, -50%);
  }
   75% {
    opacity: 1;
    -webkit-transform: scale(.97) translate(-52%, -50%);
            transform: scale(.97) translate(-52%, -50%);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1) translate(-50%, -50%);
            transform: scale(1) translate(-50%, -50%);
  }
}

@-webkit-keyframes containerInforAdd-hidden {
  0% {
    opacity: 1;
    -webkit-transform: scale(1) translate(-50%, -50%);
            transform: scale(1) translate(-50%, -50%);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.9) translate(-55%, -50%);
            transform: scale(0.9) translate(-55%, -50%);
  }
}

@keyframes containerInforAdd-hidden {
  0% {
    opacity: 1;
    -webkit-transform: scale(1) translate(-50%, -50%);
            transform: scale(1) translate(-50%, -50%);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.8) translate(-62%, -50%);
            transform: scale(0.8) translate(-62%, -50%);
  }
}

/*RATE*/

.rate {
  height: 56px;
  text-align: center;
  display: flex;
  flex-direction: row-reverse;
}

.rate:not(:checked)>label {
  width: 1em;
  overflow: hidden;
  white-space: nowrap;
  cursor: pointer;
  font-size: 40px;
  color: #ccc;
}

.rate:not(:checked)>label:before {
  content: '★ ';
}

.rate>input:checked~label {
  color: #ffc700;
}

.rate:not(:checked)>label:hover, .rate:not(:checked)>label:hover~label {
  color: #deb217;
}

.rate>input:checked+label:hover, .rate>input:checked+label:hover~label, .rate>input:checked~label:hover, .rate>input:checked~label:hover~label, .rate>label:hover~input:checked~label {
  color: #c59b08;
}

.SectionHr{
  background: #F1F3F4;
  height: 35px;
  margin-top: -1px;
  border-bottom: 1px solid #cacaca;
  border-top: 1px solid #cacaca;
}
