/*
* {} 
*/

.um-field {
  position: relative;
  padding: 15px 0 0 0;
}
.um-field-cin_img_front .um-field-area, 
.um-field-cin_img_back .um-field-area, 
.um-field-dossier_juridique .um-field-area, 
.um-field-contrat_location .um-field-area, 
.um-field-file_compte_bancaire .um-field-area, 
.um-field-cv .um-field-area,
.um-field-diploma .um-field-area,
.um-field-devis_entrepreneuriat .um-field-area,
.um-field-agr .um-field-area,
.um-field-formulaire_bp .um-field-area,
.um-field-permis_conduire .um-field-area, 
.um-field-attestation_stage .um-field-area,
.um-field-attestation_travail .um-field-area,
.um-field-carte_professionnelle .um-field-area,
.um-field-attestation_formation_post_creation .um-field-area,
.um-field-attestation_formation_pre_creation .um-field-area {
  position: relative;
  word-wrap: break-word;
  background-color: whitesmoke;
  border-radius:20px;
  padding: 20px;
} 
.um-field-label {
  display: block;
  margin: 0 0 8px 0;
}
.um-field-label label {
  font-size: 15px !important;
  line-height: 22px !important;
  font-weight: bold;
  font-weight: 600;
  color: #3863cc;
}

.um-field-error {
  background: transparent;
  color: #f5365c;
  box-sizing: border-box;
  padding: 5px;
  font-size: 13px;
  margin: 2px 0 0 0;
}
i.um-faicon-caret-up {
  display: none;
}
p.um-notice.err {
  background: #f5365c;
}
.um-form input[type=text], .um-form input[type=search], .um-form input[type=tel], .um-form input[type=number], .um-form input[type=password] {
  transition: box-shadow 0.15s ease;
  border: 0;
  box-shadow: 0 1px 3px rgb(50 50 93 / 15%), 0 1px 0 rgb(0 0 0 / 2%)!important;
}

input[type=submit].um-button, input[type=submit].um-button:focus {
  color: #fff;
  border-color: #28bf7f;
  background-color: #28bf7f;
  box-shadow: 0 4px 6px rgb(50 50 93 / 11%), 0 1px 3px rgb(0 0 0 / 8%);
}
input[type=submit].um-button:hover {
  transform: translateY(-1px);
  box-shadow: 0 7px 14px rgba(50, 50, 93, 0.1), 0 3px 6px rgba(0, 0, 0, 0.08);
}

.input-group {
  position: relative;
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  align-items: stretch;
}
.input-group-alternative {
  transition: box-shadow 0.15s ease;
  border: 0;
  box-shadow: 0 1px 3px rgb(50 50 93 / 15%), 0 1px 0 rgb(0 0 0 / 2%);
}
.input-group > .form-control, .input-group > .form-control-plaintext, .input-group > .custom-select, .input-group > .custom-file {
  position: relative;
  width: 1%;
  margin-bottom: 0;
  flex: 1 1 auto;
}
.form-control {
  font-size: 0.875rem;
  height: calc(1.5em + 1.25rem + 5px);
  transition: all 0.15s ease-in-out;
}
.input-group-merge .form-control:not(:first-child) {
  padding-left: 0;
  border-left: 0;
}


.um-profile-nav {
  padding: 10px;
  background: whitesmoke!important;
  text-align: center;
  border-radius: 5px;
}

.um-modal-btn {
  background: #4a75cb;
}
.um-modal-btn:hover {
  background: #2dcecc;
}
div.um-modal .upload {
  background: #2dce89;
}

.um-profile-nav-item.active a, .um-profile-nav-item.active a:hover {
  color: #2dce89 !important;
background: whitesmoke;
}
.um-profile-edit i {
  font-size: 24px;
  color: red;
}
.um-150.um {
  max-width: initial!important;
}
/* .um-150.um .um-profile-photo a.um-profile-photo-img {
  width: 125px!important;
  height: 125px!important;
}
.um-150.um .um-profile-photo a.um-profile-photo-img {
  top: -75px!important;
} */

/*
* first_name user_login, last_name caps at registration
*/
.um-field-user_login input[type=text],
.um-field-first_name input[type=text], 
.um-field-last_name input[type=text]{ text-transform: capitalize; }

.um-button.um-btn-auto-width {
    width: auto;
    display: inline-block;
    padding: 14px 20px !important;
    min-width: 100px;
    max-width: 250px;
    background: white;
  }
.um-profile-nav-item a {
  color: #3863cc!important;
}
.um-profile-nav-item a:hover {
  background: white;
}
.tipsy-inner {
	background-color: whitesmoke !important;
	color: #4a75cb !important;
}
.tipsy-arrow-n { border-bottom-color: whitesmoke !important }
.tipsy-arrow-s { border-top-color: whitesmoke !important }
.tipsy-arrow-e { border-left-color: whitesmoke !important }
.tipsy-arrow-w { border-right-color: whitesmoke !important }
.um .um-single-image-preview, .um .um-single-file-preview {
  margin-bottom: 0px;
}
.um-single-fileinfo span.icon {
  font-size: 40px;
  display: inline-block;
  width: 40px;
  height: 40px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-color: #2dce89!important;
  color: #fff !important;
}
.um-single-fileinfo span.icon i {
  display: block;
  height: 40px;
  line-height: 40px;
  overflow: hidden;
}
.um-single-fileinfo span.filename {
  display: block;
  font-size: 12px;
  color: #888;
  padding-top: 5px;
}
div.uimob800 .um-profile-nav-item i {
  left: auto;
  font-size: 22px;
  height: 22px;
  line-height: 22px;
}
.um-tab-notifier {
  color: #fff;
}

.um-button.um-btn-auto-width {
  padding: 6px 10px !important;
}
.um-field-area a.um-button {
  font-size: 12px;
  color: #444444;
  -webkit-box-shadow: 0 2px 2px rgb(50 50 93 / 11%), 0 1px 1px rgb(0 0 0 / 8%);
  box-shadow: 0 2px 2px rgb(50 50 93 / 11%), 0 1px 1px rgb(0 0 0 / 8%);
}
.um-notices-wrap.no-shortcode.um-notices-right {
  right: 0px !important;
}

.um-notification-b {
  width: 36px!important;
  height: 36px!important;
  line-height: 36px!important;
  font-size: 20px!important;
  background: #f5365c!important;
}
.um-notification-live-count {
  right: 0px!important;
  top: 0px!important;
  background: #2dce89!important;
  font-size: 11px!important;
  width: 16px!important;
  height: 16px!important;
  line-height: 16px!important;
}
.um-notifications-none i:before {
  color:#f5365c!important;
}
.um-notification-i-settings {
  display:none!important;
}

.um-274.um {
  max-width:inherit!important;
}
.um-header {
  border-bottom:none!important;
}