.preactive {
  margin-bottom: 10px;
}
.preactive .preactive-section {
  background: #232f3e;
  color: white;
  padding: 20px;
  max-width: 1136px;
  margin: 0 auto;
}
.preactive .preactive-section .user-info-section {
  font-family: NotoSans-Regular;
  font-size: 16px;
  padding: 10px;
}
.preactive .preactive-section .user-info-section .user-info {
  text-align: center;
  margin-top: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.preactive .preactive-section .user-info-section .user-info .content {
  font-family: Noto Sans;
  font-weight: normal;
  width: 300px;
  color: white;
  text-indent: 5px;
  line-height: 2;
}
.preactive .preactive-section .user-info-section .user-info input[type=text] {
  border: solid 2px #232f3e !important;
  display: flex;
  font-weight: normal;
  height: 50px;
  justify-content: center;
  margin: 0 auto;
  outline: none;
  text-indent: 5px;
  width: 380px;
  color: black;
  text-align: center;
}
.preactive .preactive-section .user-info-section .user-info input::placeholder {
  font-style: italic;
}
.preactive .preactive-section .user-info-section .user-info button {
  background: #758c46;
  border: 2px solid #181818;
  color: white;
  font-size: 18px;
  font-family: Noto Sans;
  font-weight: 600;
  height: 40px;
  margin-top: 20px;
  padding: 7px;
  width: 200px;
}
.preactive .preactive-section .user-info-section .user-info button:disabled {
  background: #758c46;
  border: 0;
}
.preactive .preactive-section .user-info-section .info {
  margin-bottom: 35px;
  text-align: center;
  font-family: Noto Sans;
}
.preactive .preactive-section .user-info-section .title {
  font-family: Noto Sans;
  font-weight: 600;
  min-width: 150px;
  min-height: 35px;
  line-height: 2;
}
.preactive .preactive-section .user-info-section .title span {
  color: red;
}
.preactive .preactive-section .user-info-section .edit-info-content {
  margin-top: -13px;
}
.preactive .preactive-section .user-info-section .edit-info,
.preactive .preactive-section .user-info-section .edit-info-content {
  font-family: Noto Sans;
  font-weight: 600;
  min-width: 150px;
  min-height: 32px;
}
.preactive .preactive-section .user-info-section .edit-info span,
.preactive .preactive-section .user-info-section .edit-info-content span {
  color: red;
}
.preactive .preactive-section .user-info-section .edit-info .error-msg,
.preactive .preactive-section .user-info-section .edit-info-content .error-msg {
  position: relative;
  font-size: 12px;
}
.preactive .preactive-section .user-info-section .contact-info {
  font-family: Noto Sans;
  font-size: 16px;
  font-style: italic;
  margin-top: 30px;
}
.preactive .preactive-section .user-info-section .contact-info .email {
  font-weight: bold;
}
@media (max-width: 768px) {
  .preactive-section {
    padding: 20px 0px;
  }
  .preactive-section .user-info .title {
    text-align: center;
    padding: 0;
    min-height: 0 !important;
  }
  .preactive-section .user-info .edit-info .error-msg,
  .preactive-section .user-info .edit-info-content .error-msg {
    position: absolute;
  }
  .preactive-section .user-info .edit-info input[type=text],
  .preactive-section .user-info .edit-info-content input[type=text] {
    width: 100%;
  }
  .preactive-section .user-info .edit-info-content {
    margin-top: -7px !important;
  }
}
@media (min-width: 320px) and (max-width: 599px) {
  .preactive .preactive-section .user-info-section .user-info input {
    width: 100% !important;
  }
  .preactive .preactive-section .user-info-section .edit-info .error-msg,
  .preactive .preactive-section .user-info-section .edit-info-content .error-msg {
    font-size: 12px;
  }
}
/* iPad Mini Portrait and Landscape */

@media (min-width: 600px) and (max-width: 992px) {
  .preactive .preactive-section .user-info-section .user-info .edit-info .error-msg {
    font-size: 10px !important;
  }
}
#profilePopover #popoverProfile:hover,
#profilePopover #popoverProfile:focus {
  color: #5697a8;
  box-shadow: none;
  background: none;
}
.permission-custom {
  margin-right: 10px;
}
