body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen",
    "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue",
    sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

select:invalid {
  color: var(--cdm-cinza-escuro);
}

select:disabled {
  background-color: var(--grey-light) !important;
}

select option {
  color: var(--cdm-preto);
}

.fale-com-unimed select.form-control {
  background-image: url("/site/o/sites-theme/images/icons/ico_keyboard_arrow_down.svg") !important;
  background-position: right 0.7em center !important;
  background-repeat: no-repeat !important;
  background-size: 0.7em auto !important;
}

code {
  font-family: source-code-pro, Menlo, Monaco, Consolas, "Courier New",
    monospace;
}

#portlet-formulario-patrocinio-web {
  height: auto;
  min-height: 715px;
  width: 100%;

  background: var(--cdm-cinza-background-2) 0 0 no-repeat padding-box;
  opacity: 0.7;
}

#portlet-formulario-patrocinio-web .btn__grande--branco {
  width: 152px;
  height: 40px;
  background: var(--cdm-branco) 0 0 no-repeat padding-box;
  border: 1px solid var(--cdm-cinza-escuro);
  border-radius: 5px;
  opacity: 1;
  text-align: center;
  font: normal normal bold 16px/20px Unimed Sans;
  letter-spacing: 0;
  color: var(--cdm-cinza-escuro);
}

#portlet-formulario-patrocinio-web .btn__grande--verde {
  width: 152px;
  height: 40px;
  background: var(--cdm-verde) 0 0 no-repeat padding-box;
  border-radius: 5px;
  opacity: 1;
  text-align: center;
  font: normal normal bold 16px/27px Unimed Sans;
  letter-spacing: 0;
  color: var(--cdm-branco);
}

.botoes button:not(:first-child) {
  margin-left: 13px;
}

#portlet-formulario-patrocinio-web label > input[type="radio"] {
  display: none;
}

/* pretty radio */
#portlet-formulario-patrocinio-web label > input[type="radio"] + *::before {
  content: "";
  display: inline-block;
  vertical-align: bottom;
  width: 20px;
  height: 20px;
  margin-right: 0.3rem;
  border-radius: 30%;
  border-style: solid;
  border-width: 1px;
  border-color: var(--cdm-cinza-escuro);
}

#portlet-formulario-patrocinio-web
  label
  > input[type="radio"]:checked
  + *::before {
  border-radius: 30%;
  border-color: var(--cdm-verde);
  background-color: var(--cdm-verde);
  box-shadow: inset 0 0 2px 3px var(--cdm-branco);
}

#portlet-formulario-patrocinio-web label > input[type="checkbox"] {
  display: none;
}

#portlet-formulario-patrocinio-web label > input[type="checkbox"] + *::before {
  content: "";
  display: inline-block;
  vertical-align: bottom;
  width: 20px;
  height: 20px;
  margin-right: 0.3rem;
  border-radius: 30%;
  border-style: solid;
  border-width: 1px;
  border-color: var(--cdm-cinza-escuro);
}

#portlet-formulario-patrocinio-web
  label
  > input[type="checkbox"]:checked
  + *::before {
  background-color: var(--cdm-verde);
  box-shadow: inset 0 0 2px 3px var(--cdm-branco);
  border-radius: 30%;
  border-color: var(--cdm-verde);
}

.container__80 {
  max-width: 86%;
  margin: auto auto;
  padding: 0;
}

.container__75 {
  max-width: 75%;
  margin: auto auto;
  padding: 0;
}

@media only screen and (max-width: 992px) {
  .container__75 {
    max-width: 85%;
  }
}

@media only screen and (max-width: 768px) {
  .container__75 {
    max-width: 95%;
  }
}

.nome-etapa {
  border-bottom: 1px solid var(--cdm-verde);
  height: 43px;
}

@media only screen and (max-width: 768px) {
  .nome-etapa {
    height: auto;
  }
}

@media only screen and (max-width: 768px) {
  .nome-etapa h3 {
    line-height: 28px !important;
  }
}

.flex-container li,
#segmentos li {
  list-style: none;
}

#segmentos li {
  margin: 15px 0;
  background-color: var(--cdm-cinza-background-2);
  padding-top: 15px;
  font-weight: bold;
}

#segmentos li.selected-item {
  background-color: var(--cdm-verde-citrico-20);
}

#segmentos li input {
  margin: 0 18px;
}

#segmentos ul {
  padding: 0px;
}

#segmentos .texto-adicional {
  padding: 25px 65px 25px 120px;
  border-top: solid 1px var(--cdm-cinza-claro);
  border-bottom: solid 1px var(--cdm-cinza-claro);
  margin-top: 15px;
  font-weight: normal;
}

@media only screen and (max-width: 992px) {
  #segmentos .texto-adicional {
    padding: 25px 33px 25px 70px;
    border-top: solid 1px var(--cdm-cinza-claro);
    border-bottom: solid 1px var(--cdm-cinza-claro);
    margin-top: 15px;
    font-weight: normal;
  }
}

@media only screen and (max-width: 768px) {
  #segmentos .texto-adicional {
    padding: 25px 21px 25px 53px;
    border-top: solid 1px var(--cdm-cinza-claro);
    border-bottom: solid 1px var(--cdm-cinza-claro);
    margin-top: 15px;
    font-weight: normal;
  }
}

.container__75.divulgacao label {
  width: 25%;
}

.container__75.divulgacao input[type="checkbox"] {
  width: 25%;
}

.justify-content-start > div {
  margin-right: 20px;
}

.justify-content-start > div:last-child {
  margin-right: 0px;
}

.fale-com-unimed .form-control {
  border-color: var(--cdm-cinza-claro);
  display: inline;
  background-color: var(--cdm-branco);
}

.fale-com-unimed .form-control__40 {
  color: var(--cdm-cinza-escuro);
  display: inline;
}

#segmentos input[type="radio"] + *::before {
  margin: 0 70px 0px 30px !important;
}

@media only screen and (max-width: 992px) {
  #segmentos input[type="radio"] + *::before {
    margin: 0 35px 0px 15px !important;
  }
}

@media only screen and (max-width: 768px) {
  #segmentos input[type="radio"] + *::before {
    margin: 0 23px 0px 10px !important;
  }
}

.select {
  padding: 0;
}

.fale-com-unimed .form-control > .select__control {
  border: none !important;
}

.row.form-group {
  margin-left: 0;
  margin-right: 0;
  display: flex;
  justify-content: space-between;
}

.divulgacao > .row.form-group {
  justify-content: flex-start;
}

.form-group.publico div {
  display: inline-block;
}

.form-group.publico div p {
  border-bottom: 1px solid var(--cdm-cinza-texto-menor-importancia);
}

.form-group.publico input {
  margin: 3px;
}

.custom-file-upload input[type="file"] {
  display: none;
}

.file-upload-container {
  list-style: none;
  display: flex;
  padding: 0;
}

.custom-file-upload {
  border: 1px solid var(--cdm-verde);
  border-radius: 5px;
  opacity: 1;
  width: 125px;
  height: 45px;
  padding: 0 0 0 0;
  cursor: pointer;
  color: var(--cdm-verde);
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
}

ul.file-upload-container li {
  margin-right: 13px;
}

ul.file-list {
  display: flex;
  list-style: none;
  padding-left: 0;
  color: #00401a; /*Cor fora do design system*/
  flex-wrap: wrap;
  justify-content: flex-start;
}

.file-list li {
  background: var(--grey-light) 0% 0% no-repeat padding-box;
  border: 1px solid var(--cdm-cinza-texto-menor-importancia);
  border-radius: 5px;
  opacity: 1;
  padding: 17px;
  max-width: 18%;
  margin-bottom: 10px;
  margin-right: 10px;
}

@media only screen and (max-width: 992px) {
  .file-list li {
    max-width: 31%;
    margin-bottom: 8px;
    margin-right: 8px;
  }
}

@media only screen and (max-width: 768px) {
  .file-list li {
    max-width: 48%;
    margin-bottom: 6px;
    margin-right: 6px;
  }
}

.observacao.is-invalid {
  color: var(--cdm-vermelho);
}

.file-list li.is-invalid {
  border: 1px solid var(--cdm-vermelho);
}

.fale-com-unimed .modal-dialog {
  max-width: 482px !important;
  transform: translate(0, 150px) !important;
}

.tag {
  font-weight: bold;
  margin-right: 1em;
}

.value {
  font-family: monospace;
}

.pre {
  font-family: monospace;
  white-space: pre;
}

.container__480 {
  max-width: 405px;
  margin: auto auto;
  padding: 0;
}

.titulo-form {
  text-align: center;
  font: normal normal bold 40px/58px Unimed Slab;
  letter-spacing: 0px;
  color: var(--dark);
  opacity: 1;
  height: 78px;
  margin: 0;
}

.texto-info-form {
  text-align: center;
  font: normal normal normal 18px/22px Unimed Slab;
  letter-spacing: 0px;
  color: var(--dark);
  opacity: 1;
}

.btn__grande {
  top: 347px;
  left: 480px;
  width: 185px;
  height: 50px;
  text-transform: uppercase;
}

#wrapper .btn__grande--verde {
  color: var(--cdm-verde);
  background-color: transparent;
  border-color: var(--cdm-verde-citrico);
  box-shadow: 0px 3px 5px #00000017;
  font: normal normal normal 14px/21px Unimed Sans;
  border-radius: 4px;
}

#wrapper .btn__grande--verde:hover,
#wrapper .btn__grande--verde:active {
  color: var(--cdm-verde);
  background-color: var(--cdm-verde-citrico);
  border-color: var(--cdm-verde-citrico);
  box-shadow: 0px 3px 5px #00000017;
  font: normal normal normal 14px/21px Unimed Sans;
  border-radius: 4px;
}

#wrapper .btn__grande--branco {
  color: var(--cdm-verde);
  background-color: transparent;
  background-image: none;
  border-color: var(--cdm-verde);
  box-shadow: 0px 3px 5px #00000017;
  font: normal normal normal 14px/21px Unimed Sans;
  border-radius: 4px;
}

#wrapper .btn__grande--branco:hover,
#wrapper .btn__grande--branco:active {
  color: var(--cdm-branco);
  background-color: var(--cdm-verde);
  border-color: var(--cdm-verde);
  box-shadow: 0px 3px 5px #00000017;
  font: normal normal normal 14px/21px Unimed Sans;
  border-radius: 4px;
}

/*Form Não Cliente*/
.titulo__nao_cliente {
  text-align: left;
  font: normal normal normal 18px/22px Unimed Slab;
  letter-spacing: 0px;
  color: var(--dark);
  opacity: 1;
}

.msg_erro {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875rem;
  color: var(--cdm-vermelho);
}

.msg_tooltip_guia {
  min-height: 50px;
  width: 100%;
  display: flex;
  justify-content: flex-end;
}

.msg_tooltip_guia .tooltip-inner {
  background: var(--cdm-vermelho) 0% 0% no-repeat padding-box;
  text-align: left;
  font: normal normal bold 12px/19px Unimed Sans;
  letter-spacing: 0px;
  color: var(--cdm-branco);
  opacity: 1;
  padding: 0.5rem;
}

.msg_tooltip_guia .arrow::before {
  border-top-color: var(--cdm-vermelho);
  border-width: 0.4rem 0.4rem 0;
  top: 0;
}

.valid-feedback.feedback-icon,
.invalid-feedback.feedback-icon {
  position: absolute;
  width: auto;
  bottom: 5px;
  right: 10px;
  margin-top: 0;
}

.icon-input {
  width: 20px;
  height: 20px;
}

.icon_container {
  right: 10px;
  bottom: 2px;
}

.campo__invalido {
  border-color: var(--cdm-vermelho) !important;
}

.msg_tooltip_guia .tooltip .arrow {
  width: 1.1rem;
}

.fale-com-unimed .form-control-feedback {
  position: absolute;
  /* z-index: 2;
  display: block;
  width: 2.375rem;
  height: 2.375rem;
  line-height: 2.375rem;  
  text-align: center;
  pointer-events: none;
  color: #aaa; */
}

.fale-com-unimed .modal-dialog {
  max-width: 482px;
}

.btn-hover:hover {
  box-shadow: 0px 5px 15px #00401a4d;
}

.campo_obrigatorio {
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875rem;
  color: var(--cdm-vermelho);
}

.tooltip {
  max-width: 600px !important;
}

#wrapper .btn__texto--branco {
  color: var(--cdm-branco);
}

.fale-com-unimed .modal-dialog {
  transform: translate(0, 150px) !important;
}

@media (max-width: 576px) {
  .fale-com-unimed .modal-dialog {
    transform: translate(0, 150px) !important;
  }
}

#fale-com-unimed .modal-grande .tooltip-inner {
  max-width: 100% !important;
}

#fale-com-unimed .modal-grande .tooltip-inner a {
  color: var(--cdm-branco);
}

#fale-com-unimed .icon-message-tamanho {
  width: 15px;
  height: 0px;
  border: 2px solid var(--cdm-cinza-texto-menor-importancia);
  opacity: 1;
}

.texto-input-message {
  text-align: left;
  font: normal normal normal 12px/19px Unimed Sans;
  letter-spacing: 0px;
  color: var(--cdm-cinza-texto-menor-importancia);
  opacity: 1;
}

.fale-com-unimed .modal-dialog {
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

/**
 * React Select
 * ============
 * Created by Jed Watson and Joss Mackison for KeystoneJS, http://www.keystonejs.com/
 * https://twitter.com/jedwatson https://twitter.com/jossmackison https://twitter.com/keystonejs
 * MIT License: https://github.com/JedWatson/react-select
*/
.Select {
  position: relative;
}
.Select input::-webkit-contacts-auto-fill-button,
.Select input::-webkit-credentials-auto-fill-button {
  display: none !important;
}
.Select input::-ms-clear {
  display: none !important;
}
.Select input::-ms-reveal {
  display: none !important;
}
.Select,
.Select div,
.Select input,
.Select span {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.Select.is-disabled .Select-arrow-zone {
  cursor: not-allowed !important;
  pointer-events: none;
  opacity: 0.6;
}

.Select.is-disabled .Select-placeholder {
  opacity: 0.6;
}

.Select.is-disabled > .Select-control {
  background-color: var(--grey-light);
  cursor: not-allowed !important;
}
.Select.is-disabled > .Select-control:hover {
  box-shadow: none;
}
.Select.is-open > .Select-control {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  background: #fff;
  border-color: #b3b3b3 #ccc #d9d9d9;
}
.Select.is-open > .Select-control .Select-arrow {
  top: -2px;
  border-color: transparent transparent #999;
  border-width: 0 5px 5px;
}
.Select.is-searchable.is-open > .Select-control {
  cursor: text;
}
.Select.is-searchable.is-focused:not(.is-open) > .Select-control {
  cursor: text;
}
.Select.is-focused > .Select-control {
  background: #fff;
}
.Select.is-focused:not(.is-open) > .Select-control {
  border-color: #007eff;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 3px rgba(0, 126, 255, 0.1);
  background: #fff;
}
.Select.has-value.is-clearable.Select--single > .Select-control .Select-value {
  padding-right: 42px;
}
.Select.has-value.Select--single > .Select-control .Select-value .Select-value-label,
.Select.has-value.is-pseudo-focused.Select--single > .Select-control .Select-value .Select-value-label {
  color: #333;
}
.Select.has-value.Select--single > .Select-control .Select-value a.Select-value-label,
.Select.has-value.is-pseudo-focused.Select--single > .Select-control .Select-value a.Select-value-label {
  cursor: pointer;
  text-decoration: none;
}
.Select.has-value.Select--single > .Select-control .Select-value a.Select-value-label:hover,
.Select.has-value.is-pseudo-focused.Select--single > .Select-control .Select-value a.Select-value-label:hover,
.Select.has-value.Select--single > .Select-control .Select-value a.Select-value-label:focus,
.Select.has-value.is-pseudo-focused.Select--single > .Select-control .Select-value a.Select-value-label:focus {
  color: #007eff;
  outline: none;
  text-decoration: underline;
}
.Select.has-value.Select--single > .Select-control .Select-value a.Select-value-label:focus,
.Select.has-value.is-pseudo-focused.Select--single > .Select-control .Select-value a.Select-value-label:focus {
  background: #fff;
}
.Select.has-value.is-pseudo-focused .Select-input {
  opacity: 0;
}
.Select.is-open .Select-arrow,
.Select .Select-arrow-zone:hover > .Select-arrow {
  border-top-color: #666;
}
.Select.Select--rtl {
  direction: rtl;
  text-align: right;
}
.Select-control {
  background-color: #fff;
  border-color: #d9d9d9 #ccc #b3b3b3;
  border-radius: 4px;
  border: 1px solid #ccc;
  color: #333;
  cursor: pointer;
  display: table;
  border-spacing: 0;
  border-collapse: separate;
  height: 40px;
  outline: none;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.Select-control:hover {
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06);
}
.Select-control .Select-input:focus {
  outline: none;
  background: #fff;
}
.Select-placeholder,
.Select--single > .Select-control .Select-value {
  bottom: 0;
  color: var(--cdm-cinza-escuro);
  left: 0;
  line-height: 38px;
  padding-left: 16px;
  padding-right: 10px;
  position: absolute;
  right: 0;
  top: 0;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.Select-input {
  height: 34px;
  padding-left: 10px;
  padding-right: 10px;
  vertical-align: middle;
}
.Select-input > input {
  width: 100%;
  background: none transparent;
  border: 0 none;
  box-shadow: none;
  cursor: default;
  display: inline-block;
  font-family: inherit;
  font-size: inherit;
  margin: 0;
  outline: none;
  line-height: 17px;
  /* For IE 8 compatibility */
  padding: 8px 0 12px;
  /* For IE 8 compatibility */
  -webkit-appearance: none;
}
.is-focused .Select-input > input {
  cursor: text;
}
.has-value.is-pseudo-focused .Select-input {
  opacity: 0;
}
.Select-control:not(.is-searchable) > .Select-input {
  outline: none;
}
.Select-loading-zone {
  cursor: pointer;
  display: table-cell;
  position: relative;
  text-align: center;
  vertical-align: middle;
  width: 16px;
}
.Select-loading {
  -webkit-animation: Select-animation-spin 400ms infinite linear;
  -o-animation: Select-animation-spin 400ms infinite linear;
  animation: Select-animation-spin 400ms infinite linear;
  width: 16px;
  height: 16px;
  box-sizing: border-box;
  border-radius: 50%;
  border: 2px solid #ccc;
  border-right-color: #333;
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.Select-clear-zone {
  -webkit-animation: Select-animation-fadeIn 200ms;
  -o-animation: Select-animation-fadeIn 200ms;
  animation: Select-animation-fadeIn 200ms;
  color: #999;
  cursor: pointer;
  display: table-cell;
  position: relative;
  text-align: center;
  vertical-align: middle;
  width: 17px;
}
.Select-clear-zone:hover {
  color: #D0021B;
}
.Select-clear {
  display: inline-block;
  font-size: 18px;
  line-height: 1;
}
.Select--multi .Select-clear-zone {
  width: 17px;
}
.Select-arrow-zone {
  cursor: pointer;
  display: table-cell;
  position: relative;
  text-align: center;
  vertical-align: middle;
  width: 25px;
  padding-right: 5px;
}
.Select--rtl .Select-arrow-zone {
  padding-right: 0;
  padding-left: 5px;
}
.Select-arrow {
  height: 11px;
  width: 11px;
  position: relative;
  margin-right: 4px;
  content: url(/site/o/sites-theme/images/icons/ico_keyboard_arrow_down.svg);
}
.Select-control > *:last-child {
  padding-right: 5px;
}
.Select--multi .Select-multi-value-wrapper {
  display: inline-block;
}
.Select .Select-aria-only {
  position: absolute;
  display: inline-block;
  height: 1px;
  width: 1px;
  margin: -1px;
  clip: rect(0, 0, 0, 0);
  overflow: hidden;
  float: left;
}
@-webkit-keyframes Select-animation-fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes Select-animation-fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.Select-menu-outer {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  background-color: #fff;
  border: 1px solid #ccc;
  border-top-color: #e6e6e6;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06);
  box-sizing: border-box;
  margin-top: -1px;
  max-height: 200px;
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  z-index: 1;
  -webkit-overflow-scrolling: touch;
}
.Select-menu {
  max-height: 198px;
  overflow-y: auto;
}
.Select-option {
  box-sizing: border-box;
  background-color: #fff;
  color: #666666;
  cursor: pointer;
  display: block;
  padding: 8px 10px;
}

.Select-option:last-child {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.Select-option.is-selected {
  background-color: #f5faff;
  /* Fallback color for IE 8 */
  background-color: rgba(0, 126, 255, 0.04);
  color: #333;
}
.Select-option.is-focused {
  background-color: #ebf5ff;
  /* Fallback color for IE 8 */
  background-color: rgba(0, 126, 255, 0.08);
  color: #333;
}
.Select-option.is-disabled {
  color: #cccccc;
  cursor: default;
}
.Select-noresults {
  box-sizing: border-box;
  color: #999999;
  cursor: default;
  display: block;
  padding: 8px 10px;
}
.Select--multi .Select-input {
  vertical-align: middle;
  margin-left: 10px;
  padding: 0;
}
.Select--multi.Select--rtl .Select-input {
  margin-left: 0;
  margin-right: 10px;
}
.Select--multi.has-value .Select-input {
  margin-left: 5px;
}
.Select--multi .Select-value {
  background-color: #ebf5ff;
  /* Fallback color for IE 8 */
  background-color: rgba(0, 126, 255, 0.08);
  border-radius: 2px;
  border: 1px solid #c2e0ff;
  /* Fallback color for IE 8 */
  border: 1px solid rgba(0, 126, 255, 0.24);
  color: #007eff;
  display: inline-block;
  font-size: 0.9em;
  line-height: 1.4;
  margin-left: 5px;
  margin-top: 5px;
  vertical-align: top;
}
.Select--multi .Select-value-icon,
.Select--multi .Select-value-label {
  display: inline-block;
  vertical-align: middle;
}
.Select--multi .Select-value-label {
  border-bottom-right-radius: 2px;
  border-top-right-radius: 2px;
  cursor: default;
  padding: 2px 5px;
}
.Select--multi a.Select-value-label {
  color: #007eff;
  cursor: pointer;
  text-decoration: none;
}
.Select--multi a.Select-value-label:hover {
  text-decoration: underline;
}
.Select--multi .Select-value-icon {
  cursor: pointer;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  border-right: 1px solid #c2e0ff;
  /* Fallback color for IE 8 */
  border-right: 1px solid rgba(0, 126, 255, 0.24);
  padding: 1px 5px 3px;
}
.Select--multi .Select-value-icon:hover,
.Select--multi .Select-value-icon:focus {
  background-color: #d8eafd;
  /* Fallback color for IE 8 */
  background-color: rgba(0, 113, 230, 0.08);
  color: #0071e6;
}
.Select--multi .Select-value-icon:active {
  background-color: #c2e0ff;
  /* Fallback color for IE 8 */
  background-color: rgba(0, 126, 255, 0.24);
}
.Select--multi.Select--rtl .Select-value {
  margin-left: 0;
  margin-right: 5px;
}
.Select--multi.Select--rtl .Select-value-icon {
  border-right: none;
  border-left: 1px solid #c2e0ff;
  /* Fallback color for IE 8 */
  border-left: 1px solid rgba(0, 126, 255, 0.24);
}
.Select--multi.is-disabled .Select-value {
  background-color: #fcfcfc;
  border: 1px solid #e3e3e3;
  color: #333;
}
.Select--multi.is-disabled .Select-value-icon {
  cursor: not-allowed;
  border-right: 1px solid #e3e3e3;
}
.Select--multi.is-disabled .Select-value-icon:hover,
.Select--multi.is-disabled .Select-value-icon:focus,
.Select--multi.is-disabled .Select-value-icon:active {
  background-color: #fcfcfc;
}
@keyframes Select-animation-spin {
  to {
    transform: rotate(1turn);
  }
}
@-webkit-keyframes Select-animation-spin {
  to {
    -webkit-transform: rotate(1turn);
  }
}

.VirtualizedSelectOption {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 .5rem;
  cursor: pointer;
}
.VirtualizedSelectFocusedOption {
  background-color: rgba(0, 126, 255, 0.1);
}
.VirtualizedSelectDisabledOption {
  opacity: 0.5;
}
.VirtualizedSelectSelectedOption {
  font-weight: bold;
}

.Select-menu-outer .Select-menu .VirtualizedSelectOption {
  line-height: 14px !important;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.title-text-redirect {
  font: 18px "Unimed Slab" !important;
  color: rgb(51, 51, 51) !important;
}

.form-excecao {
  display: flex;
  flex-direction: column;
}

.btn-acessar-redirect {
  width: 100%;
  margin: 15px 0px;
  padding: 10px 0;
  text-align: center;
  border-radius: 5px;
  font-weight: bold;
  text-decoration: none !important;
  transition: 0.2s;
}

.config-button {
  position: absolute;
  right: 15px;
  top: 20px;
  border: none;
  background: transparent;
  z-index: 2;
}

.btn-close-modal {
  position: absolute;
  right: 10px;
  top: 8px;
}

.fale-com-unimed-texto-modal {
  margin-top: 15px;
}

.select-modal {
  width: 180px;
  height: 38px;
  border-color: #d9d9d9 #ccc #b3b3b3;
  border-radius: 4px;
  border: 1px solid #ccc;
  background: transparent;
}

.fale-com-unimed-btn-limpar-modal {
  border: 1px solid rgb(112, 112, 112) !important;
  border-radius: 5px !important;
  background-color: transparent;
}

.form-group.form-excecao a {
  text-decoration: underline !important;
}

.form-group.form-excecao p {
  font-size: 1rem !important;
  line-height: 30px !important;
  margin-bottom: 5px !important;
}