.clientEnrolment input {
  text-transform: uppercase;
  line-height: 1.6;
}

.select2-search__field {
  text-transform: uppercase;
}

.clientEnrolment .drop select {
  padding-right: 48px;
  text-transform: uppercase;
}

#email, #repeatEmail, .emailPrint {
  text-transform: lowercase!important;
}

/* Mobiscroll tweaks */
.mbsc-material .mbsc-sc-whl-l {
  border-color: #666;
}

.mbsc-material .mbsc-fr-btn {
  color: #333;
  background: yellow;
  margin-right: 10px;
  text-transform: capitalize;
}

.mbsc-material .mbsc-fr-btn:hover {
  color: #111;
  background: yellow!important;;
}

.mbsc-material .mbsc-sc-itm {
  font-size: 1.2em;
}

.mbsc-material .mbsc-fr-w {
  background: #fff;
}

.mbsc-material .mbsc-sc-whl-gr {
  padding-bottom: 1em;
}

.mbsc-material .mbsc-fr-btn-cont {
  display: block;
  overflow: hidden;
  text-align: right;
  padding: 0 .5em 1em .5em;
}

a.simple-btn-2 {
  float: none!important;
}

@media (max-width: 1024px) {
  .clientEnrolment .drop select {
    font-size: 15px;
  }

  .clientEnrolment input[type="text"],
  .clientEnrolment input[type="number"],
  .clientEnrolment input[type="tel"],
  .clientEnrolment input[type="email"],
  .clientEnrolment input[type="password"] {
    font-size: 15px;
  }

  .clientEnrolment .select2 * {
    font-size: 15px !important;
  }
}

.preapproval-user-menu {
  background-color: #34393c;
  padding: 12px 0;
  color: #FFF;
}

.preapproval-user-menu a {
  color: white;
}

.preapproval-user-menu a:hover {
  text-decoration: underline;
}

.preapproval-user-menu .change-password {
  text-align: right;
}

@media(max-width: 480px) {
  .preapproval-user-menu .logout {
    text-align: right;
  }

  .preapproval-user-menu a {
    padding-right: 15px;
  }
}

.documentDownload-text {
  font-size: 1.333em;
}

.fileUploadDescription {
  font-size: 1.2em;
  margin-bottom: 10px;
}

.dropzone {
  border: 1px solid #e7e7e7;
}

.dropzone .dz-message {
  font-size: 1.2rem;
}

.dropzone .dz-preview.dz-file-preview .dz-image {
  border-radius: 2px;
}

.dropzone .dz-preview .dz-image {
  border-radius: 2px;
}

.dropzone .dz-progress {
  display: none;
}

.dropzone .dz-preview .dz-error-message {
  top: 150px;
}
/*
.dropzone .dz-button::before {
	content: '';
	display: inline-block;
	width: 13px;
	height: 13px;
	margin-right: 13px;
	background-image: url("images/icons/upload-file.png");
}
*/

.clientEnrolment .alert.alert-error.dropzone-error {
  display: block;
  position: static;
  margin-top: 10px;
}

.valueLabel {
  text-transform: uppercase;
}

/* Popup modal */
.popup-modal-container {
  position: fixed;
  z-index: 10000;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.3);
}

.popup-modal {
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
}

.popup-modal-content {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  width: 706px;
  background-color: #ffffff;
  box-shadow: 0 5px 15px 5px rgba(0, 0, 0, 0.3);
  border-radius: 2px;

  max-height: 100vh;
  overflow: auto;
}

@media screen and (max-width: 767px) {
  .popup-modal-content {
    margin: 10px;
  }
}

.popup-modal-header {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.popup-modal-close {
  margin-top: 20px;
  margin-right: 20px;
}

.popup-modal-close:hover {
  cursor: pointer;
}

.popup-modal-main {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px 20px;
}

.popup-modal-title {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 20px;
  text-align: center;
  width: 100%;
}

.popup-modal-description {
  font-size: 1.1rem;
  color: #3c3c3c;
  text-align: justify;
  width: 100%;
}

.popup-modal-description-center {
  text-align: center;
}

.popup-modal-buttons {
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding-top: 20px;
  padding-bottom: 20px;
}

.rba-zdrop-input--2 {
  flex-direction: column;
  justify-content: flex-start;
  min-height: auto;
}

.rba-zdrop-preview:not(.dz-started) {
  display: none;
}

.rba-zdrop-input__docs {
  width: 100%;
}

.rba-zdrop-preview.dz-started {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.rba-zdrop-input p {
  font-size: 16px !important;
}

.dz-default.dz-message {
  display: none;
}

.rba-zdrop-item__remove {
  cursor: pointer !important;
}

@media screen and (max-width: 474px) {
  .popup-modal-buttons {
    flex-direction: column;
  }

  .popup-modal-buttons > .button {
    margin-bottom: 10px;
    width: 90%;
  }
}

.button--wide {
  width: 200px;
}

.button--hoverable {
  cursor: pointer;
}

.text-bold {
  font-weight: bold;
}