/*** Input ***/
.inputWithIcon input  {
  width: 100%;
  border-radius: 8px;
  margin: 8px 0;
  outline: none;
  padding: 8px;
  -webkit-box-sizing: border-box;
  font-size: 14px;
  letter-spacing: 1px;
  border: 1px solid #ccc;
}

.inputWithIcon input:focus {
  border-color: rgba(4,162,255,.35);
  box-shadow: 0 0 0 1px var(--blue-two),0 0 3px 1px rgba(4,162,255,.55),inset 0 0 3px 0 rgba(4,162,255,.55);
  background: white;
}

/*.inputWithIcon input {
  padding-left: 45px;
}*/

.inputWithIcon {
  position: relative;
  margin-bottom: 5px;
}

.inputWithIcon-cent {
  position: relative;
  margin-bottom: 5px;
  text-align:center;
}

label {
  margin-bottom: 0;
  font-size: 16px;
}

/**** Input ****/
input[disabled] {
  background: #eee;
  color: #888;
  cursor: not-allowed;
}

.input-line {
  width: 100%;
  border: none;
  border-bottom: 1px solid #e5e7ea;
  margin: 10px 0;
}

.input-line:focus {
  border-bottom: 2px solid var(--blue-three);
}

/**** Radio ****/
.align-radio {
  display: grid;
}

.dpx label{
  display: block;
  line-height: 40px;
}

.option-input {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  position: relative;
  top: 5px;
  right: 0;
  bottom: 0;
  left: 0;
  height: 20px;
  width: 20px;
  transition: all 0.15s ease-out 0s;
  background: #c3ccdd;
  border: none;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  margin-right: 0.5rem;
  outline: none;
  position: relative;
  z-index: 1000;
}

.option-input:hover {
  background: #9faab7;
}

.option-input:checked {
  background: var(--blue-three);
  border-color: rgba(4,162,255,.35);
  box-shadow: 0 0 0 1px var(--blue-two),0 0 3px 1px rgba(4,162,255,.55),inset 0 0 3px 0 rgba(4,162,255,.55);
  color: white !important;
}

.option-input:checked::before {
  width: 20px;
  height: 20px;
  display:flex;
  content: '\f00c';
  font-size: 16px;
  font-weight:bold;
  position: absolute;
  align-items:center;
  justify-content:center;
  font-family:'Font Awesome 5 Free';
}

.option-input:checked::after {
  -webkit-animation: click-wave 0.65s;
  -moz-animation: click-wave 0.65s;
  animation: click-wave 0.65s;
  background: var(--blue-three);
  content: '';
  display: block;
  position: relative;
  z-index: 100;
}

.option-input.radio {
  border-radius: 50%;
}

.option-input.radio::after {
  border-radius: 50%;
}

#modalPermissoesPerfis strong {
  color: var(--purple-2);
}

/***** Textarea ******/
.style-textarea {
  height: 120px;
  background: white;
  border: 1px solid #c3cfe5;
  padding: 15px;
  letter-spacing: 1px;
  border-radius: 5px;
}

.style-textarea:focus {
  border-color: rgba(4,162,255,.35);
  box-shadow: 0 0 0 1px var(--blue-three),0 0 3px 1px rgba(4,162,255,.55),inset 0 0 3px 0 rgba(4,162,255,.55);
}

.fa-quote-left {
  position: relative;
  top: -4rem;
  left: 8px;
  background: var(--blue-three);
  color: white;
  padding: 8px 10px;
  font-size: 24px;
  
}

textarea[disabled] {
  background: #ccc;
  color: #666;
  cursor: not-allowed;
}

/*** Olho da Senha****/
.field-icon {
  float: right;
  margin-right: 40px;
  margin-top: -35px;
  position: relative;
  /*z-index: 1;*/
  font-size: 1.2rem;
  color: #999;
}

.align-inputs {
  display: flex;
  gap: 20px;
  align-items: center;
}

/**** Type File *****/
.file input[type='file'] {
  display: none
}

/* Aparência que terá o seletor de arquivo */
.file label {
  background-color: var(--blue-three);
  border-radius: 5px;
  color: #fff;
  cursor: pointer;
  margin: 10px;
  padding: 6px 20px
}

/****** Select *****/
.select-style {
  width: 100%;
  border: 1px solid #ccc;
  margin: 8px 0;
  outline: none;
  padding: 10px 10px 6px;
  -webkit-box-sizing: border-box;
  font-size: 14px;
  color: #777;
  background: white;
  border-radius: 6px;
  letter-spacing: 1px;
}

.select-style:focus {
  border-color: rgba(4,162,255,.35);
  box-shadow: 0 0 0 1px var(--blue-two),0 0 3px 1px rgba(4,162,255,.55),inset 0 0 3px 0 rgba(4,162,255,.55);
}

/**** Button adicao ***/
.align-select {
  display: flex;
  gap: 10px;
  align-items: center;
}

.align-select label {
  font-size: 16px;
  letter-spacing: 1px;
  font-weight: 600;
  white-space: nowrap;
}

.label-input {
  font-weight: 500;
  margin-top: 10px;
  background-color: var(--orange-one) !important;
  border-radius: 20px;
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 4px 15px;
  cursor: pointer;
  color: white;
}

input[type=file] {
  display: none;
}

.align-foto-perfil {
  display: flex; 
  flex-direction: column; 
  align-items:center; 
  margin-top: 20px;
  background: var(--blue-3);
  padding: 10px;
}

.foto-perfil {
  border-radius: 50%; 
  width: 150px; 
  height: 150px;
  overflow: hidden;
}

.imagem-perfil {
  width: 100%; 
  height: 100%; 
  object-fit: cover; 
  border:none; 
  background-size: 100%; 
  background-position: center center; 
  background-image: url(https://st3.depositphotos.com/6672868/13701/v/600/depositphotos_137014128-stock-illustration-user-profile-icon.jpg)
}

.legend-acesso {
  display: flex;
  justify-content: center;
  gap: 20px;
}

.legend-acesso p {
  font-size: 12px;
  letter-spacing: 1px;
  margin-bottom: 0;
}

#modalCriarAcao summary {
  background: white;
  font-weight: 600;
  color: #666;
  border: 1px solid;
}

.box-participantes {
  background: #d5e2ed;
  height: 200px;
  margin-top: 20px;
  padding: 15px;
  border-radius: 10px;
  overflow-y: scroll;
}

.flex-table {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: space-around;
  align-items: flex-start;
}

.box-item {
  background-color: #f2f6f9;
  border-radius: 10px;
  padding: 10px;
}

.box-item p {
  margin-bottom: 0;
  font-weight: 600;
  letter-spacing: 2px;
  font-size: 12px;
}

.flex-item:nth-child(1) {
  order: 0;
  flex: 20 1 auto;
  align-self: auto;
  margin: 3px;
}

.align-info {
  display: flex; 
  justify-content: space-between;
}

.text-erro {
  color: red;
  background: #fcd6db;
  padding: 3px;
  border-radius: 3px;
  animation: myAnim 1s ease 0s 1 normal forwards;
}

.min-size {
  min-width: 120px;
}

@keyframes myAnim {
	0%,
	50%,
	100% {
		opacity: 1;
	}

	25%,
	75% {
		opacity: 0;
	}
}

@media (min-width:200px) and (max-width:820px){
  .align-inputs {
    display: grid;
    gap: 0;
  }
}